diff --git a/LICENSE b/LICENSE index b207beb17..ded9695d5 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright 2024 Command Line Inc. +Copyright 2025 Command Line Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 50edd27dc..b592fcd9b 100644 --- a/NOTICE +++ b/NOTICE @@ -1 +1 @@ -Copyright 2024, Command Line Inc. +Copyright 2025, Command Line Inc. diff --git a/cmd/generatego/main-generatego.go b/cmd/generatego/main-generatego.go index 885a34093..70c216ccd 100644 --- a/cmd/generatego/main-generatego.go +++ b/cmd/generatego/main-generatego.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/generatets/main-generatets.go b/cmd/generatets/main-generatets.go index 948ef853a..b4ea9c3da 100644 --- a/cmd/generatets/main-generatets.go +++ b/cmd/generatets/main-generatets.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package main @@ -31,7 +31,7 @@ func generateTypesFile(tsTypesMap map[reflect.Type]string) error { return fmt.Errorf("error generating wsh server types: %w", err) } var buf bytes.Buffer - fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n") + fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n") fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n") fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n") fmt.Fprintf(&buf, "declare global {\n\n") @@ -66,7 +66,7 @@ func generateServicesFile(tsTypesMap map[reflect.Type]string) error { fileName := "frontend/app/store/services.ts" var buf bytes.Buffer fmt.Fprintf(os.Stderr, "generating services file to %s\n", fileName) - fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n") + fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n") fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n") fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n") fmt.Fprintf(&buf, "import * as WOS from \"./wos\";\n\n") @@ -89,7 +89,7 @@ func generateWshClientApiFile(tsTypeMap map[reflect.Type]string) error { var buf bytes.Buffer declMap := wshrpc.GenerateWshCommandDeclMap() fmt.Fprintf(os.Stderr, "generating wshclientapi file to %s\n", fileName) - fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n") + fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n") fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n") fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n") fmt.Fprintf(&buf, "import { WshClient } from \"./wshclient\";\n\n") diff --git a/cmd/server/main-server.go b/cmd/server/main-server.go index 25f4086bb..ae679805d 100644 --- a/cmd/server/main-server.go +++ b/cmd/server/main-server.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/test/test-main.go b/cmd/test/test-main.go index aaac013d7..215989539 100644 --- a/cmd/test/test-main.go +++ b/cmd/test/test-main.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/wsh/cmd/csscolormap.go b/cmd/wsh/cmd/csscolormap.go index f2b52485e..51addf547 100644 --- a/cmd/wsh/cmd/csscolormap.go +++ b/cmd/wsh/cmd/csscolormap.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-ai.go b/cmd/wsh/cmd/wshcmd-ai.go index 680df29f3..0b754eb90 100644 --- a/cmd/wsh/cmd/wshcmd-ai.go +++ b/cmd/wsh/cmd/wshcmd-ai.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-conn.go b/cmd/wsh/cmd/wshcmd-conn.go index 3e9cacd90..4f4b083ed 100644 --- a/cmd/wsh/cmd/wshcmd-conn.go +++ b/cmd/wsh/cmd/wshcmd-conn.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-connserver.go b/cmd/wsh/cmd/wshcmd-connserver.go index 857370d39..da2e5493f 100644 --- a/cmd/wsh/cmd/wshcmd-connserver.go +++ b/cmd/wsh/cmd/wshcmd-connserver.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-createblock.go b/cmd/wsh/cmd/wshcmd-createblock.go index bef912b9b..d96715672 100644 --- a/cmd/wsh/cmd/wshcmd-createblock.go +++ b/cmd/wsh/cmd/wshcmd-createblock.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-debug.go b/cmd/wsh/cmd/wshcmd-debug.go index 48379d3e4..29a185768 100644 --- a/cmd/wsh/cmd/wshcmd-debug.go +++ b/cmd/wsh/cmd/wshcmd-debug.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-deleteblock.go b/cmd/wsh/cmd/wshcmd-deleteblock.go index ccb4cf7f6..6ff817dfc 100644 --- a/cmd/wsh/cmd/wshcmd-deleteblock.go +++ b/cmd/wsh/cmd/wshcmd-deleteblock.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-editconfig.go b/cmd/wsh/cmd/wshcmd-editconfig.go index ec6647d51..ac5dadb13 100644 --- a/cmd/wsh/cmd/wshcmd-editconfig.go +++ b/cmd/wsh/cmd/wshcmd-editconfig.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-editor.go b/cmd/wsh/cmd/wshcmd-editor.go index d24dee715..3d6e8c7a3 100644 --- a/cmd/wsh/cmd/wshcmd-editor.go +++ b/cmd/wsh/cmd/wshcmd-editor.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-file-util.go b/cmd/wsh/cmd/wshcmd-file-util.go index 73578ef8b..098a9eb28 100644 --- a/cmd/wsh/cmd/wshcmd-file-util.go +++ b/cmd/wsh/cmd/wshcmd-file-util.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-file.go b/cmd/wsh/cmd/wshcmd-file.go index 6d2fbc485..8d1280515 100644 --- a/cmd/wsh/cmd/wshcmd-file.go +++ b/cmd/wsh/cmd/wshcmd-file.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-getmeta.go b/cmd/wsh/cmd/wshcmd-getmeta.go index a70786844..f5e1e40f6 100644 --- a/cmd/wsh/cmd/wshcmd-getmeta.go +++ b/cmd/wsh/cmd/wshcmd-getmeta.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-getvar.go b/cmd/wsh/cmd/wshcmd-getvar.go index 0aa599c07..b88f0b4b2 100644 --- a/cmd/wsh/cmd/wshcmd-getvar.go +++ b/cmd/wsh/cmd/wshcmd-getvar.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-notify.go b/cmd/wsh/cmd/wshcmd-notify.go index 39349657a..826e38ba6 100644 --- a/cmd/wsh/cmd/wshcmd-notify.go +++ b/cmd/wsh/cmd/wshcmd-notify.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-rcfiles.go b/cmd/wsh/cmd/wshcmd-rcfiles.go index 49c6e4398..0889c01f7 100644 --- a/cmd/wsh/cmd/wshcmd-rcfiles.go +++ b/cmd/wsh/cmd/wshcmd-rcfiles.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-readfile.go b/cmd/wsh/cmd/wshcmd-readfile.go index 0c338fe7f..c0afb9ed5 100644 --- a/cmd/wsh/cmd/wshcmd-readfile.go +++ b/cmd/wsh/cmd/wshcmd-readfile.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-root.go b/cmd/wsh/cmd/wshcmd-root.go index 78c0f565b..c10e17685 100644 --- a/cmd/wsh/cmd/wshcmd-root.go +++ b/cmd/wsh/cmd/wshcmd-root.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-run.go b/cmd/wsh/cmd/wshcmd-run.go index 1c3460b18..ccf1a90a6 100644 --- a/cmd/wsh/cmd/wshcmd-run.go +++ b/cmd/wsh/cmd/wshcmd-run.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-setbg.go b/cmd/wsh/cmd/wshcmd-setbg.go index 58c7aad59..5c05feeaf 100644 --- a/cmd/wsh/cmd/wshcmd-setbg.go +++ b/cmd/wsh/cmd/wshcmd-setbg.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-setconfig.go b/cmd/wsh/cmd/wshcmd-setconfig.go index 77fd84e70..3fcd1f94b 100644 --- a/cmd/wsh/cmd/wshcmd-setconfig.go +++ b/cmd/wsh/cmd/wshcmd-setconfig.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-setmeta.go b/cmd/wsh/cmd/wshcmd-setmeta.go index ae0b9b4a8..32af2c552 100644 --- a/cmd/wsh/cmd/wshcmd-setmeta.go +++ b/cmd/wsh/cmd/wshcmd-setmeta.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-setvar.go b/cmd/wsh/cmd/wshcmd-setvar.go index a9f31d5f8..bbfb3e15a 100644 --- a/cmd/wsh/cmd/wshcmd-setvar.go +++ b/cmd/wsh/cmd/wshcmd-setvar.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-shell-unix.go b/cmd/wsh/cmd/wshcmd-shell-unix.go index c934a71bc..f6dedb7bc 100644 --- a/cmd/wsh/cmd/wshcmd-shell-unix.go +++ b/cmd/wsh/cmd/wshcmd-shell-unix.go @@ -1,6 +1,6 @@ //go:build !windows -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-shell-win.go b/cmd/wsh/cmd/wshcmd-shell-win.go index 367d50b71..a218eebb8 100644 --- a/cmd/wsh/cmd/wshcmd-shell-win.go +++ b/cmd/wsh/cmd/wshcmd-shell-win.go @@ -1,6 +1,6 @@ //go:build windows -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-ssh.go b/cmd/wsh/cmd/wshcmd-ssh.go index 51833fc2a..f0686abe7 100644 --- a/cmd/wsh/cmd/wshcmd-ssh.go +++ b/cmd/wsh/cmd/wshcmd-ssh.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-term.go b/cmd/wsh/cmd/wshcmd-term.go index 7f055452e..a05d1d8e1 100644 --- a/cmd/wsh/cmd/wshcmd-term.go +++ b/cmd/wsh/cmd/wshcmd-term.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-version.go b/cmd/wsh/cmd/wshcmd-version.go index 2f7506ec2..80caab9f6 100644 --- a/cmd/wsh/cmd/wshcmd-version.go +++ b/cmd/wsh/cmd/wshcmd-version.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-view.go b/cmd/wsh/cmd/wshcmd-view.go index a71e62d07..97ee8ffdb 100644 --- a/cmd/wsh/cmd/wshcmd-view.go +++ b/cmd/wsh/cmd/wshcmd-view.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-wavepath.go b/cmd/wsh/cmd/wshcmd-wavepath.go index fcfcbc7f3..b7489d984 100644 --- a/cmd/wsh/cmd/wshcmd-wavepath.go +++ b/cmd/wsh/cmd/wshcmd-wavepath.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-web.go b/cmd/wsh/cmd/wshcmd-web.go index c3d108dbc..12b6a82d4 100644 --- a/cmd/wsh/cmd/wshcmd-web.go +++ b/cmd/wsh/cmd/wshcmd-web.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-workspace.go b/cmd/wsh/cmd/wshcmd-workspace.go index 6bdcf63fd..6a793d68c 100644 --- a/cmd/wsh/cmd/wshcmd-workspace.go +++ b/cmd/wsh/cmd/wshcmd-workspace.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/cmd/wshcmd-wsl.go b/cmd/wsh/cmd/wshcmd-wsl.go index 6011f4710..81a388a5b 100644 --- a/cmd/wsh/cmd/wshcmd-wsl.go +++ b/cmd/wsh/cmd/wshcmd-wsl.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/wsh/main-wsh.go b/cmd/wsh/main-wsh.go index cbf262f06..528fd1700 100644 --- a/cmd/wsh/main-wsh.go +++ b/cmd/wsh/main-wsh.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/db/db.go b/db/db.go index d2a3604b8..311a47c9e 100644 --- a/db/db.go +++ b/db/db.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package db diff --git a/electron.vite.config.ts b/electron.vite.config.ts index f2d8572d9..0077b808d 100644 --- a/electron.vite.config.ts +++ b/electron.vite.config.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import react from "@vitejs/plugin-react-swc"; diff --git a/emain/authkey.ts b/emain/authkey.ts index a4af3c5ee..e481c7ca5 100644 --- a/emain/authkey.ts +++ b/emain/authkey.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { ipcMain } from "electron"; diff --git a/emain/emain-activity.ts b/emain/emain-activity.ts index fab7425d9..58c12143f 100644 --- a/emain/emain-activity.ts +++ b/emain/emain-activity.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // for activity updates diff --git a/emain/emain-tabview.ts b/emain/emain-tabview.ts index 2b53e0a0a..501c87795 100644 --- a/emain/emain-tabview.ts +++ b/emain/emain-tabview.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { FileService } from "@/app/store/services"; diff --git a/emain/emain-util.ts b/emain/emain-util.ts index 601b1b7f3..c8f42ff07 100644 --- a/emain/emain-util.ts +++ b/emain/emain-util.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import * as electron from "electron"; diff --git a/emain/emain-wavesrv.ts b/emain/emain-wavesrv.ts index 5416f42bb..b77e90929 100644 --- a/emain/emain-wavesrv.ts +++ b/emain/emain-wavesrv.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import * as electron from "electron"; diff --git a/emain/emain-web.ts b/emain/emain-web.ts index 9d16c4022..fa0f419cb 100644 --- a/emain/emain-web.ts +++ b/emain/emain-web.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { ipcMain, webContents, WebContents } from "electron"; diff --git a/emain/emain-window.ts b/emain/emain-window.ts index 7fb1494f2..b0ea19c46 100644 --- a/emain/emain-window.ts +++ b/emain/emain-window.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { ClientService, FileService, ObjectService, WindowService, WorkspaceService } from "@/app/store/services"; diff --git a/emain/emain-wsh.ts b/emain/emain-wsh.ts index 70e5cbf2a..20e4f235f 100644 --- a/emain/emain-wsh.ts +++ b/emain/emain-wsh.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { FileService, WindowService } from "@/app/store/services"; diff --git a/emain/emain.ts b/emain/emain.ts index 157033588..969e25822 100644 --- a/emain/emain.ts +++ b/emain/emain.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { RpcApi } from "@/app/store/wshclientapi"; diff --git a/emain/menu.ts b/emain/menu.ts index 3c1b29104..a500e6f45 100644 --- a/emain/menu.ts +++ b/emain/menu.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { waveEventSubscribe } from "@/app/store/wps"; diff --git a/emain/platform.ts b/emain/platform.ts index 8e9038918..58ce99a2e 100644 --- a/emain/platform.ts +++ b/emain/platform.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { fireAndForget } from "@/util/util"; diff --git a/emain/preload-webview.ts b/emain/preload-webview.ts index e52df5201..4e86481d6 100644 --- a/emain/preload-webview.ts +++ b/emain/preload-webview.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 const { ipcRenderer } = require("electron"); diff --git a/emain/preload.ts b/emain/preload.ts index 484c13e08..ff5b25851 100644 --- a/emain/preload.ts +++ b/emain/preload.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { contextBridge, ipcRenderer, WebviewTag } from "electron"; diff --git a/emain/updater.ts b/emain/updater.ts index 2c84feb8a..bd6e1b240 100644 --- a/emain/updater.ts +++ b/emain/updater.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { dialog, ipcMain, Notification } from "electron"; diff --git a/frontend/app/app-bg.tsx b/frontend/app/app-bg.tsx index f4939e61d..8b1006de2 100644 --- a/frontend/app/app-bg.tsx +++ b/frontend/app/app-bg.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { getWebServerEndpoint } from "@/util/endpoints"; diff --git a/frontend/app/app.tsx b/frontend/app/app.tsx index 3859a2168..230544282 100644 --- a/frontend/app/app.tsx +++ b/frontend/app/app.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Workspace } from "@/app/workspace/workspace"; diff --git a/frontend/app/block/block.tsx b/frontend/app/block/block.tsx index 05d13aae3..0140912b3 100644 --- a/frontend/app/block/block.tsx +++ b/frontend/app/block/block.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { diff --git a/frontend/app/block/blockframe.tsx b/frontend/app/block/blockframe.tsx index 2963e17d7..e487221fd 100644 --- a/frontend/app/block/blockframe.tsx +++ b/frontend/app/block/blockframe.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { diff --git a/frontend/app/block/blocktypes.ts b/frontend/app/block/blocktypes.ts index 97126c5eb..b99a84a52 100644 --- a/frontend/app/block/blocktypes.ts +++ b/frontend/app/block/blocktypes.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { NodeModel } from "@/layout/index"; diff --git a/frontend/app/block/blockutil.tsx b/frontend/app/block/blockutil.tsx index cdf0bc51f..e2c0259ee 100644 --- a/frontend/app/block/blockutil.tsx +++ b/frontend/app/block/blockutil.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { NumActiveConnColors } from "@/app/block/blockframe"; diff --git a/frontend/app/element/avatar.stories.tsx b/frontend/app/element/avatar.stories.tsx index 5a3a167f1..c1302ae3a 100644 --- a/frontend/app/element/avatar.stories.tsx +++ b/frontend/app/element/avatar.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/avatar.tsx b/frontend/app/element/avatar.tsx index c6afe67ae..a489262ae 100644 --- a/frontend/app/element/avatar.tsx +++ b/frontend/app/element/avatar.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { memo } from "react"; diff --git a/frontend/app/element/button.stories.tsx b/frontend/app/element/button.stories.tsx index 69e407e64..9dcce9966 100644 --- a/frontend/app/element/button.stories.tsx +++ b/frontend/app/element/button.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/button.tsx b/frontend/app/element/button.tsx index 7cf501c86..00c98b8bc 100644 --- a/frontend/app/element/button.tsx +++ b/frontend/app/element/button.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import clsx from "clsx"; diff --git a/frontend/app/element/collapsiblemenu.stories.tsx b/frontend/app/element/collapsiblemenu.stories.tsx index a8fb98656..30d95633c 100644 --- a/frontend/app/element/collapsiblemenu.stories.tsx +++ b/frontend/app/element/collapsiblemenu.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/collapsiblemenu.tsx b/frontend/app/element/collapsiblemenu.tsx index d830934c6..12e07fc6f 100644 --- a/frontend/app/element/collapsiblemenu.tsx +++ b/frontend/app/element/collapsiblemenu.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import clsx from "clsx"; diff --git a/frontend/app/element/copybutton.tsx b/frontend/app/element/copybutton.tsx index c51ff681c..e33d9109d 100644 --- a/frontend/app/element/copybutton.tsx +++ b/frontend/app/element/copybutton.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { clsx } from "clsx"; diff --git a/frontend/app/element/emojipalette.stories.tsx b/frontend/app/element/emojipalette.stories.tsx index 076229282..3d5fe5c92 100644 --- a/frontend/app/element/emojipalette.stories.tsx +++ b/frontend/app/element/emojipalette.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/emojipalette.tsx b/frontend/app/element/emojipalette.tsx index 11eeb0245..db480951d 100644 --- a/frontend/app/element/emojipalette.tsx +++ b/frontend/app/element/emojipalette.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { type Placement } from "@floating-ui/react"; diff --git a/frontend/app/element/errorboundary.tsx b/frontend/app/element/errorboundary.tsx index d69c00a7b..215ecdc17 100644 --- a/frontend/app/element/errorboundary.tsx +++ b/frontend/app/element/errorboundary.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import React, { ReactNode } from "react"; diff --git a/frontend/app/element/expandablemenu.stories.tsx b/frontend/app/element/expandablemenu.stories.tsx index 2daf75a1b..264706738 100644 --- a/frontend/app/element/expandablemenu.stories.tsx +++ b/frontend/app/element/expandablemenu.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/expandablemenu.tsx b/frontend/app/element/expandablemenu.tsx index a6367bacb..f0d71b705 100644 --- a/frontend/app/element/expandablemenu.tsx +++ b/frontend/app/element/expandablemenu.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line +// Copyright 2025, Command Line // SPDX-License-Identifier: Apache-2.0 import { clsx } from "clsx"; diff --git a/frontend/app/element/flyoutmenu.tsx b/frontend/app/element/flyoutmenu.tsx index 8dcde7ff9..e99e83284 100644 --- a/frontend/app/element/flyoutmenu.tsx +++ b/frontend/app/element/flyoutmenu.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { FloatingPortal, type Placement, useDismiss, useFloating, useInteractions } from "@floating-ui/react"; diff --git a/frontend/app/element/input.stories.tsx b/frontend/app/element/input.stories.tsx index 367d3e0ff..ced811aab 100644 --- a/frontend/app/element/input.stories.tsx +++ b/frontend/app/element/input.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/input.tsx b/frontend/app/element/input.tsx index ed2b820b1..83dcb11d1 100644 --- a/frontend/app/element/input.tsx +++ b/frontend/app/element/input.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import clsx from "clsx"; diff --git a/frontend/app/element/linkbutton.tsx b/frontend/app/element/linkbutton.tsx index b03c1a085..93707355a 100644 --- a/frontend/app/element/linkbutton.tsx +++ b/frontend/app/element/linkbutton.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { clsx } from "clsx"; diff --git a/frontend/app/element/magnify.stories.tsx b/frontend/app/element/magnify.stories.tsx index 8244feae4..5e7e1c8b7 100644 --- a/frontend/app/element/magnify.stories.tsx +++ b/frontend/app/element/magnify.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/magnify.tsx b/frontend/app/element/magnify.tsx index be5325e41..8076cc597 100644 --- a/frontend/app/element/magnify.tsx +++ b/frontend/app/element/magnify.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import clsx from "clsx"; diff --git a/frontend/app/element/markdown-contentblock-plugin.ts b/frontend/app/element/markdown-contentblock-plugin.ts index bbdc219d7..a826862b0 100644 --- a/frontend/app/element/markdown-contentblock-plugin.ts +++ b/frontend/app/element/markdown-contentblock-plugin.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Paragraph, Root, Text } from "mdast"; diff --git a/frontend/app/element/markdown-util.ts b/frontend/app/element/markdown-util.ts index 9bb6d8781..c99e69829 100644 --- a/frontend/app/element/markdown-util.ts +++ b/frontend/app/element/markdown-util.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { RpcApi } from "@/app/store/wshclientapi"; diff --git a/frontend/app/element/markdown.tsx b/frontend/app/element/markdown.tsx index a59fa877a..96f2235e8 100644 --- a/frontend/app/element/markdown.tsx +++ b/frontend/app/element/markdown.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { CopyButton } from "@/app/element/copybutton"; diff --git a/frontend/app/element/menubutton.stories.tsx b/frontend/app/element/menubutton.stories.tsx index ca3a4fcbc..70ea4c50f 100644 --- a/frontend/app/element/menubutton.stories.tsx +++ b/frontend/app/element/menubutton.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/modal.tsx b/frontend/app/element/modal.tsx index 5499d4fe7..4655dc2af 100644 --- a/frontend/app/element/modal.tsx +++ b/frontend/app/element/modal.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/element/button"; diff --git a/frontend/app/element/multilineinput.stories.tsx b/frontend/app/element/multilineinput.stories.tsx index 32bee54a5..45b3f5e51 100644 --- a/frontend/app/element/multilineinput.stories.tsx +++ b/frontend/app/element/multilineinput.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/multilineinput.tsx b/frontend/app/element/multilineinput.tsx index fe54259a9..3530bce1a 100644 --- a/frontend/app/element/multilineinput.tsx +++ b/frontend/app/element/multilineinput.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import clsx from "clsx"; diff --git a/frontend/app/element/popover.stories.tsx b/frontend/app/element/popover.stories.tsx index 62f3eee3e..e60b5b1cc 100644 --- a/frontend/app/element/popover.stories.tsx +++ b/frontend/app/element/popover.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/popover.tsx b/frontend/app/element/popover.tsx index 385f89498..b3a5b87b1 100644 --- a/frontend/app/element/popover.tsx +++ b/frontend/app/element/popover.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/element/button"; diff --git a/frontend/app/element/progressbar.stories.tsx b/frontend/app/element/progressbar.stories.tsx index f7c40a795..abdebc691 100644 --- a/frontend/app/element/progressbar.stories.tsx +++ b/frontend/app/element/progressbar.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/progressbar.tsx b/frontend/app/element/progressbar.tsx index acca7ce03..1d87fe7f3 100644 --- a/frontend/app/element/progressbar.tsx +++ b/frontend/app/element/progressbar.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { boundNumber } from "@/util/util"; diff --git a/frontend/app/element/quickelems.tsx b/frontend/app/element/quickelems.tsx index d344e8d75..53abcdae9 100644 --- a/frontend/app/element/quickelems.tsx +++ b/frontend/app/element/quickelems.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import React from "react"; diff --git a/frontend/app/element/quicktips.tsx b/frontend/app/element/quicktips.tsx index 39387d6d5..99e51d891 100644 --- a/frontend/app/element/quicktips.tsx +++ b/frontend/app/element/quicktips.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { MagnifyIcon } from "@/app/element/magnify"; diff --git a/frontend/app/element/search.stories.tsx b/frontend/app/element/search.stories.tsx index 2bb49b617..89f0f90a1 100644 --- a/frontend/app/element/search.stories.tsx +++ b/frontend/app/element/search.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/element/search.tsx b/frontend/app/element/search.tsx index 1081da939..031bcd97d 100644 --- a/frontend/app/element/search.tsx +++ b/frontend/app/element/search.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { autoUpdate, FloatingPortal, Middleware, offset, useFloating } from "@floating-ui/react"; diff --git a/frontend/app/element/toggle.tsx b/frontend/app/element/toggle.tsx index 64a3bf0d1..29de968e4 100644 --- a/frontend/app/element/toggle.tsx +++ b/frontend/app/element/toggle.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { useRef } from "react"; diff --git a/frontend/app/element/typingindicator.tsx b/frontend/app/element/typingindicator.tsx index 5f63c71d6..7d39ba78c 100644 --- a/frontend/app/element/typingindicator.tsx +++ b/frontend/app/element/typingindicator.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { clsx } from "clsx"; diff --git a/frontend/app/element/windowdrag.tsx b/frontend/app/element/windowdrag.tsx index 472b30ab6..6d9cc8e5e 100644 --- a/frontend/app/element/windowdrag.tsx +++ b/frontend/app/element/windowdrag.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { clsx } from "clsx"; diff --git a/frontend/app/hook/useDimensions.tsx b/frontend/app/hook/useDimensions.tsx index 6c172905f..d972f4144 100644 --- a/frontend/app/hook/useDimensions.tsx +++ b/frontend/app/hook/useDimensions.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import * as React from "react"; diff --git a/frontend/app/hook/useLongClick.tsx b/frontend/app/hook/useLongClick.tsx index 5b71563fd..86b118820 100644 --- a/frontend/app/hook/useLongClick.tsx +++ b/frontend/app/hook/useLongClick.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { useCallback, useEffect, useRef, useState } from "react"; diff --git a/frontend/app/modals/about.tsx b/frontend/app/modals/about.tsx index 3e34ef655..799cbb3b8 100644 --- a/frontend/app/modals/about.tsx +++ b/frontend/app/modals/about.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import Logo from "@/app/asset/logo.svg"; diff --git a/frontend/app/modals/messagemodal.tsx b/frontend/app/modals/messagemodal.tsx index 69ada2e7c..df3e61066 100644 --- a/frontend/app/modals/messagemodal.tsx +++ b/frontend/app/modals/messagemodal.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Modal } from "@/app/modals/modal"; diff --git a/frontend/app/modals/modal.tsx b/frontend/app/modals/modal.tsx index a0964733c..745283ab4 100644 --- a/frontend/app/modals/modal.tsx +++ b/frontend/app/modals/modal.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/app/element/button"; diff --git a/frontend/app/modals/modalregistry.tsx b/frontend/app/modals/modalregistry.tsx index c07f762c1..b624380f2 100644 --- a/frontend/app/modals/modalregistry.tsx +++ b/frontend/app/modals/modalregistry.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { MessageModal } from "@/app/modals/messagemodal"; diff --git a/frontend/app/modals/modalsrenderer.tsx b/frontend/app/modals/modalsrenderer.tsx index 0cc3cbf83..249640637 100644 --- a/frontend/app/modals/modalsrenderer.tsx +++ b/frontend/app/modals/modalsrenderer.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { atoms, globalStore } from "@/store/global"; diff --git a/frontend/app/modals/tos.tsx b/frontend/app/modals/tos.tsx index 02a281a48..3dc900f29 100644 --- a/frontend/app/modals/tos.tsx +++ b/frontend/app/modals/tos.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import Logo from "@/app/asset/logo.svg"; diff --git a/frontend/app/modals/typeaheadmodal.tsx b/frontend/app/modals/typeaheadmodal.tsx index 772894f33..e8bd3203e 100644 --- a/frontend/app/modals/typeaheadmodal.tsx +++ b/frontend/app/modals/typeaheadmodal.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Input, InputGroup, InputRightElement } from "@/app/element/input"; diff --git a/frontend/app/modals/userinputmodal.tsx b/frontend/app/modals/userinputmodal.tsx index 7a3a839f0..f869c3fd8 100644 --- a/frontend/app/modals/userinputmodal.tsx +++ b/frontend/app/modals/userinputmodal.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Modal } from "@/app/modals/modal"; diff --git a/frontend/app/notification/notificationbubbles.tsx b/frontend/app/notification/notificationbubbles.tsx index 0e439eb91..d5f612efc 100644 --- a/frontend/app/notification/notificationbubbles.tsx +++ b/frontend/app/notification/notificationbubbles.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { atoms } from "@/store/global"; diff --git a/frontend/app/notification/notificationitem.tsx b/frontend/app/notification/notificationitem.tsx index b67e73ffb..67eae0c69 100644 --- a/frontend/app/notification/notificationitem.tsx +++ b/frontend/app/notification/notificationitem.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/element/button"; diff --git a/frontend/app/notification/notificationpopover.tsx b/frontend/app/notification/notificationpopover.tsx index 5c390524b..70596852e 100644 --- a/frontend/app/notification/notificationpopover.tsx +++ b/frontend/app/notification/notificationpopover.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/element/button"; diff --git a/frontend/app/notification/updatenotifier.tsx b/frontend/app/notification/updatenotifier.tsx index 69ca2d123..40392bb0e 100644 --- a/frontend/app/notification/updatenotifier.tsx +++ b/frontend/app/notification/updatenotifier.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { atoms, isDev, pushNotification } from "@/store/global"; diff --git a/frontend/app/notification/usenotification.tsx b/frontend/app/notification/usenotification.tsx index ed5e56b7a..b98d2fd1b 100644 --- a/frontend/app/notification/usenotification.tsx +++ b/frontend/app/notification/usenotification.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { atoms, getApi } from "@/store/global"; diff --git a/frontend/app/store/contextmenu.ts b/frontend/app/store/contextmenu.ts index 4b5db01b7..8738e2be8 100644 --- a/frontend/app/store/contextmenu.ts +++ b/frontend/app/store/contextmenu.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { atoms, getApi, globalStore } from "./global"; diff --git a/frontend/app/store/global.ts b/frontend/app/store/global.ts index 67ebe10de..70492613b 100644 --- a/frontend/app/store/global.ts +++ b/frontend/app/store/global.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { diff --git a/frontend/app/store/keymodel.ts b/frontend/app/store/keymodel.ts index d6ec2a1c5..59dd55d12 100644 --- a/frontend/app/store/keymodel.ts +++ b/frontend/app/store/keymodel.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { diff --git a/frontend/app/store/modalmodel.ts b/frontend/app/store/modalmodel.ts index 8fae9cd5c..8d23de1a5 100644 --- a/frontend/app/store/modalmodel.ts +++ b/frontend/app/store/modalmodel.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import * as jotai from "jotai"; diff --git a/frontend/app/store/services.ts b/frontend/app/store/services.ts index 94f81765e..e86bba7c4 100644 --- a/frontend/app/store/services.ts +++ b/frontend/app/store/services.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // generated by cmd/generate/main-generatets.go diff --git a/frontend/app/store/wos.ts b/frontend/app/store/wos.ts index 6d78529b6..3e5a48a92 100644 --- a/frontend/app/store/wos.ts +++ b/frontend/app/store/wos.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // WaveObjectStore diff --git a/frontend/app/store/ws.ts b/frontend/app/store/ws.ts index e2da02707..c384337a6 100644 --- a/frontend/app/store/ws.ts +++ b/frontend/app/store/ws.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { type WebSocket, newWebSocket } from "@/util/wsutil"; diff --git a/frontend/app/store/wshclient.ts b/frontend/app/store/wshclient.ts index 3ec87ab00..e3df03100 100644 --- a/frontend/app/store/wshclient.ts +++ b/frontend/app/store/wshclient.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { sendRpcCommand, sendRpcResponse } from "@/app/store/wshrpcutil"; diff --git a/frontend/app/store/wshclientapi.ts b/frontend/app/store/wshclientapi.ts index b8a422fb0..c1e3e23ac 100644 --- a/frontend/app/store/wshclientapi.ts +++ b/frontend/app/store/wshclientapi.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // generated by cmd/generate/main-generatets.go diff --git a/frontend/app/store/wshrouter.ts b/frontend/app/store/wshrouter.ts index 30fbbc441..3f5ecfcb8 100644 --- a/frontend/app/store/wshrouter.ts +++ b/frontend/app/store/wshrouter.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { handleWaveEvent } from "@/app/store/wps"; diff --git a/frontend/app/store/wshrpcutil.ts b/frontend/app/store/wshrpcutil.ts index b0d40bf2e..f4be15307 100644 --- a/frontend/app/store/wshrpcutil.ts +++ b/frontend/app/store/wshrpcutil.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { wpsReconnectHandler } from "@/app/store/wps"; diff --git a/frontend/app/tab/tab.tsx b/frontend/app/tab/tab.tsx index 3f0d818ae..d253dd7d0 100644 --- a/frontend/app/tab/tab.tsx +++ b/frontend/app/tab/tab.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { atoms, globalStore, refocusNode } from "@/app/store/global"; diff --git a/frontend/app/tab/tabbar.tsx b/frontend/app/tab/tabbar.tsx index 90c618e6c..6fe2f622c 100644 --- a/frontend/app/tab/tabbar.tsx +++ b/frontend/app/tab/tabbar.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/app/element/button"; diff --git a/frontend/app/tab/tabcontent.tsx b/frontend/app/tab/tabcontent.tsx index 14adae22b..16733f34d 100644 --- a/frontend/app/tab/tabcontent.tsx +++ b/frontend/app/tab/tabcontent.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Block } from "@/app/block/block"; diff --git a/frontend/app/tab/workspaceswitcher.tsx b/frontend/app/tab/workspaceswitcher.tsx index 018a9e50c..f303f3253 100644 --- a/frontend/app/tab/workspaceswitcher.tsx +++ b/frontend/app/tab/workspaceswitcher.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line +// Copyright 2025, Command Line // SPDX-License-Identifier: Apache-2.0 import { diff --git a/frontend/app/view/chat/channels.tsx b/frontend/app/view/chat/channels.tsx index e3f0b3760..ee354e225 100644 --- a/frontend/app/view/chat/channels.tsx +++ b/frontend/app/view/chat/channels.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { CollapsibleMenu } from "@/app/element/collapsiblemenu"; diff --git a/frontend/app/view/chat/chat.tsx b/frontend/app/view/chat/chat.tsx index 18ba09b6e..c3c394229 100644 --- a/frontend/app/view/chat/chat.tsx +++ b/frontend/app/view/chat/chat.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { ChatMessage, ChatMessages } from "@/app/view/chat/chatmessages"; diff --git a/frontend/app/view/chat/chatbox.tsx b/frontend/app/view/chat/chatbox.tsx index 882637b7f..fa09a7645 100644 --- a/frontend/app/view/chat/chatbox.tsx +++ b/frontend/app/view/chat/chatbox.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { EmojiPalette, type EmojiItem } from "@/app/element/emojipalette"; diff --git a/frontend/app/view/chat/chatmessages.stories.tsx b/frontend/app/view/chat/chatmessages.stories.tsx index 2444f5bb1..a96baf485 100644 --- a/frontend/app/view/chat/chatmessages.stories.tsx +++ b/frontend/app/view/chat/chatmessages.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/view/chat/chatmessages.tsx b/frontend/app/view/chat/chatmessages.tsx index 68de17769..2c9023ebc 100644 --- a/frontend/app/view/chat/chatmessages.tsx +++ b/frontend/app/view/chat/chatmessages.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Markdown } from "@/app/element/markdown"; diff --git a/frontend/app/view/chat/data.tsx b/frontend/app/view/chat/data.tsx index 16428441a..b507ea672 100644 --- a/frontend/app/view/chat/data.tsx +++ b/frontend/app/view/chat/data.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { ChatMessage } from "@/app/view/chat/chatmessages"; import { UserStatus } from "@/app/view/chat/userlist"; diff --git a/frontend/app/view/chat/userlist.stories.tsx b/frontend/app/view/chat/userlist.stories.tsx index 3fa260aa1..7c4f7ac4e 100644 --- a/frontend/app/view/chat/userlist.stories.tsx +++ b/frontend/app/view/chat/userlist.stories.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import type { Meta, StoryObj } from "@storybook/react"; diff --git a/frontend/app/view/chat/userlist.tsx b/frontend/app/view/chat/userlist.tsx index ef5dd517c..9758224de 100644 --- a/frontend/app/view/chat/userlist.tsx +++ b/frontend/app/view/chat/userlist.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import clsx from "clsx"; diff --git a/frontend/app/view/codeeditor/codeeditor.tsx b/frontend/app/view/codeeditor/codeeditor.tsx index 6eafb2b94..9947dab69 100644 --- a/frontend/app/view/codeeditor/codeeditor.tsx +++ b/frontend/app/view/codeeditor/codeeditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { useOverrideConfigAtom } from "@/app/store/global"; diff --git a/frontend/app/view/helpview/helpview.tsx b/frontend/app/view/helpview/helpview.tsx index 1f3543fe8..30329e541 100644 --- a/frontend/app/view/helpview/helpview.tsx +++ b/frontend/app/view/helpview/helpview.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { BlockNodeModel } from "@/app/block/blocktypes"; diff --git a/frontend/app/view/plotview/plotview.tsx b/frontend/app/view/plotview/plotview.tsx index 9b46a821e..e3261758f 100644 --- a/frontend/app/view/plotview/plotview.tsx +++ b/frontend/app/view/plotview/plotview.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/element/button"; diff --git a/frontend/app/view/preview/csvview.tsx b/frontend/app/view/preview/csvview.tsx index ca2b223f9..f3055dbcd 100644 --- a/frontend/app/view/preview/csvview.tsx +++ b/frontend/app/view/preview/csvview.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { useTableNav } from "@table-nav/react"; diff --git a/frontend/app/view/preview/directorypreview.tsx b/frontend/app/view/preview/directorypreview.tsx index e0fce8a83..c1c13e019 100644 --- a/frontend/app/view/preview/directorypreview.tsx +++ b/frontend/app/view/preview/directorypreview.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/app/element/button"; diff --git a/frontend/app/view/preview/preview.tsx b/frontend/app/view/preview/preview.tsx index 0c89d9428..1a56ac12b 100644 --- a/frontend/app/view/preview/preview.tsx +++ b/frontend/app/view/preview/preview.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { BlockNodeModel } from "@/app/block/blocktypes"; diff --git a/frontend/app/view/quicktipsview/quicktipsview.tsx b/frontend/app/view/quicktipsview/quicktipsview.tsx index 90d8dc6ff..a9b5a177e 100644 --- a/frontend/app/view/quicktipsview/quicktipsview.tsx +++ b/frontend/app/view/quicktipsview/quicktipsview.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { QuickTips } from "@/app/element/quicktips"; diff --git a/frontend/app/view/sysinfo/sysinfo.tsx b/frontend/app/view/sysinfo/sysinfo.tsx index ec2ba93be..eca6aeb64 100644 --- a/frontend/app/view/sysinfo/sysinfo.tsx +++ b/frontend/app/view/sysinfo/sysinfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { getConnStatusAtom, globalStore, WOS } from "@/store/global"; diff --git a/frontend/app/view/term/ijson.tsx b/frontend/app/view/term/ijson.tsx index b91fea4eb..b002f411f 100644 --- a/frontend/app/view/term/ijson.tsx +++ b/frontend/app/view/term/ijson.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import * as React from "react"; diff --git a/frontend/app/view/term/term-wsh.tsx b/frontend/app/view/term/term-wsh.tsx index 4d0c64c6c..3d85ec9a8 100644 --- a/frontend/app/view/term/term-wsh.tsx +++ b/frontend/app/view/term/term-wsh.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { atoms, globalStore } from "@/app/store/global"; diff --git a/frontend/app/view/term/term.tsx b/frontend/app/view/term/term.tsx index 654aa10a5..a6f8c1733 100644 --- a/frontend/app/view/term/term.tsx +++ b/frontend/app/view/term/term.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Block, SubBlock } from "@/app/block/block"; diff --git a/frontend/app/view/term/termsticker.tsx b/frontend/app/view/term/termsticker.tsx index 4ef84ccf5..8528c2369 100644 --- a/frontend/app/view/term/termsticker.tsx +++ b/frontend/app/view/term/termsticker.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { RpcApi } from "@/app/store/wshclientapi"; diff --git a/frontend/app/view/term/termtheme.ts b/frontend/app/view/term/termtheme.ts index 32937b5be..e78e38b79 100644 --- a/frontend/app/view/term/termtheme.ts +++ b/frontend/app/view/term/termtheme.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { TermViewModel } from "@/app/view/term/term"; diff --git a/frontend/app/view/term/termutil.ts b/frontend/app/view/term/termutil.ts index 6b2eb357c..4874d7903 100644 --- a/frontend/app/view/term/termutil.ts +++ b/frontend/app/view/term/termutil.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 export const DefaultTermTheme = "default-dark"; diff --git a/frontend/app/view/term/termwrap.ts b/frontend/app/view/term/termwrap.ts index 203ce7133..9dbacab01 100644 --- a/frontend/app/view/term/termwrap.ts +++ b/frontend/app/view/term/termwrap.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { getFileSubject } from "@/app/store/wps"; diff --git a/frontend/app/view/vdom/vdom-model.tsx b/frontend/app/view/vdom/vdom-model.tsx index 1fc67d7c8..6831e8e53 100644 --- a/frontend/app/view/vdom/vdom-model.tsx +++ b/frontend/app/view/vdom/vdom-model.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { BlockNodeModel } from "@/app/block/blocktypes"; diff --git a/frontend/app/view/vdom/vdom-utils.tsx b/frontend/app/view/vdom/vdom-utils.tsx index e6cf9894d..de4f5b55c 100644 --- a/frontend/app/view/vdom/vdom-utils.tsx +++ b/frontend/app/view/vdom/vdom-utils.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { VDomModel } from "@/app/view/vdom/vdom-model"; diff --git a/frontend/app/view/vdom/vdom.tsx b/frontend/app/view/vdom/vdom.tsx index e1cd414f4..3a4c9c00f 100644 --- a/frontend/app/view/vdom/vdom.tsx +++ b/frontend/app/view/vdom/vdom.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Markdown } from "@/app/element/markdown"; diff --git a/frontend/app/view/waveai/waveai.tsx b/frontend/app/view/waveai/waveai.tsx index d20a2c920..bcaa21e7e 100644 --- a/frontend/app/view/waveai/waveai.tsx +++ b/frontend/app/view/waveai/waveai.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Button } from "@/app/element/button"; diff --git a/frontend/app/view/webview/webview.tsx b/frontend/app/view/webview/webview.tsx index 1482e564a..3b94baff1 100644 --- a/frontend/app/view/webview/webview.tsx +++ b/frontend/app/view/webview/webview.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { BlockNodeModel } from "@/app/block/blocktypes"; diff --git a/frontend/app/workspace/workspace.tsx b/frontend/app/workspace/workspace.tsx index 94d390798..12366c83c 100644 --- a/frontend/app/workspace/workspace.tsx +++ b/frontend/app/workspace/workspace.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { ErrorBoundary } from "@/app/element/errorboundary"; diff --git a/frontend/layout/index.ts b/frontend/layout/index.ts index 44514e0ef..8d2f67861 100644 --- a/frontend/layout/index.ts +++ b/frontend/layout/index.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { TileLayout } from "./lib/TileLayout"; diff --git a/frontend/layout/lib/TileLayout.tsx b/frontend/layout/lib/TileLayout.tsx index 5b45a9e20..5035dfbf8 100644 --- a/frontend/layout/lib/TileLayout.tsx +++ b/frontend/layout/lib/TileLayout.tsx @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { getSettingsKeyAtom } from "@/app/store/global"; diff --git a/frontend/layout/lib/layoutAtom.ts b/frontend/layout/lib/layoutAtom.ts index 3c1bdcd3f..9318d9cae 100644 --- a/frontend/layout/lib/layoutAtom.ts +++ b/frontend/layout/lib/layoutAtom.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { WOS } from "@/app/store/global"; diff --git a/frontend/layout/lib/layoutModel.ts b/frontend/layout/lib/layoutModel.ts index e10cab4ae..636ba2402 100644 --- a/frontend/layout/lib/layoutModel.ts +++ b/frontend/layout/lib/layoutModel.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { getSettingsKeyAtom } from "@/app/store/global"; diff --git a/frontend/layout/lib/layoutModelHooks.ts b/frontend/layout/lib/layoutModelHooks.ts index 9d9a39394..582957b50 100644 --- a/frontend/layout/lib/layoutModelHooks.ts +++ b/frontend/layout/lib/layoutModelHooks.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { useOnResize } from "@/app/hook/useDimensions"; diff --git a/frontend/layout/lib/layoutNode.ts b/frontend/layout/lib/layoutNode.ts index ed65c25a1..867686673 100644 --- a/frontend/layout/lib/layoutNode.ts +++ b/frontend/layout/lib/layoutNode.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { DEFAULT_MAX_CHILDREN } from "./layoutTree"; diff --git a/frontend/layout/lib/layoutTree.ts b/frontend/layout/lib/layoutTree.ts index c5a111aa2..256aa6410 100644 --- a/frontend/layout/lib/layoutTree.ts +++ b/frontend/layout/lib/layoutTree.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { lazy } from "@/util/util"; diff --git a/frontend/layout/lib/nodeRefMap.ts b/frontend/layout/lib/nodeRefMap.ts index e00402372..c235c61e8 100644 --- a/frontend/layout/lib/nodeRefMap.ts +++ b/frontend/layout/lib/nodeRefMap.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 export class NodeRefMap { diff --git a/frontend/layout/lib/types.ts b/frontend/layout/lib/types.ts index 2ff7c7907..6832601b9 100644 --- a/frontend/layout/lib/types.ts +++ b/frontend/layout/lib/types.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { Atom, WritableAtom } from "jotai"; diff --git a/frontend/layout/lib/utils.ts b/frontend/layout/lib/utils.ts index 2ade53a69..96cb71ddb 100644 --- a/frontend/layout/lib/utils.ts +++ b/frontend/layout/lib/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { CSSProperties } from "react"; diff --git a/frontend/layout/tests/layoutNode.test.ts b/frontend/layout/tests/layoutNode.test.ts index 426c42568..95b767f9f 100644 --- a/frontend/layout/tests/layoutNode.test.ts +++ b/frontend/layout/tests/layoutNode.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { assert, test } from "vitest"; diff --git a/frontend/layout/tests/layoutTree.test.ts b/frontend/layout/tests/layoutTree.test.ts index 85f9b707e..ec8b6465c 100644 --- a/frontend/layout/tests/layoutTree.test.ts +++ b/frontend/layout/tests/layoutTree.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { assert, test } from "vitest"; diff --git a/frontend/layout/tests/model.ts b/frontend/layout/tests/model.ts index 1ed4509e8..01b043fd4 100644 --- a/frontend/layout/tests/model.ts +++ b/frontend/layout/tests/model.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { LayoutNode, LayoutTreeState } from "../lib/types"; diff --git a/frontend/layout/tests/utils.test.ts b/frontend/layout/tests/utils.test.ts index aa439bc23..2f2ec7c38 100644 --- a/frontend/layout/tests/utils.test.ts +++ b/frontend/layout/tests/utils.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { assert, test } from "vitest"; diff --git a/frontend/types/custom.d.ts b/frontend/types/custom.d.ts index c16491347..4df7cc989 100644 --- a/frontend/types/custom.d.ts +++ b/frontend/types/custom.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { type Placement } from "@floating-ui/react"; diff --git a/frontend/types/gotypes.d.ts b/frontend/types/gotypes.d.ts index ddf73c166..682275134 100644 --- a/frontend/types/gotypes.d.ts +++ b/frontend/types/gotypes.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // generated by cmd/generate/main-generatets.go diff --git a/frontend/util/endpoints.ts b/frontend/util/endpoints.ts index bb0c3b99d..849c7a940 100644 --- a/frontend/util/endpoints.ts +++ b/frontend/util/endpoints.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { getEnv } from "./getenv"; diff --git a/frontend/util/fetchutil.ts b/frontend/util/fetchutil.ts index 7a32eab8d..52faf54bd 100644 --- a/frontend/util/fetchutil.ts +++ b/frontend/util/fetchutil.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // Utility to abstract the fetch function so the Electron net module can be used when available. diff --git a/frontend/util/focusutil.ts b/frontend/util/focusutil.ts index ad97607bf..919f2dc18 100644 --- a/frontend/util/focusutil.ts +++ b/frontend/util/focusutil.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0s import * as util from "./util"; diff --git a/frontend/util/fontutil.ts b/frontend/util/fontutil.ts index 4e90b5c6c..13e73f901 100644 --- a/frontend/util/fontutil.ts +++ b/frontend/util/fontutil.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 let isJetBrainsMonoLoaded = false; diff --git a/frontend/util/getenv.ts b/frontend/util/getenv.ts index ef5904939..438ce7ee8 100644 --- a/frontend/util/getenv.ts +++ b/frontend/util/getenv.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { getApi } from "@/app/store/global"; diff --git a/frontend/util/historyutil.ts b/frontend/util/historyutil.ts index 2fa490023..73e4da201 100644 --- a/frontend/util/historyutil.ts +++ b/frontend/util/historyutil.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import * as util from "@/util/util"; diff --git a/frontend/util/ijson.ts b/frontend/util/ijson.ts index 5cccafdae..7eb28bd1c 100644 --- a/frontend/util/ijson.ts +++ b/frontend/util/ijson.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // ijson values are regular JSON values: string, number, boolean, null, object, array diff --git a/frontend/util/isdev.ts b/frontend/util/isdev.ts index 029632394..e7e880496 100644 --- a/frontend/util/isdev.ts +++ b/frontend/util/isdev.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { getEnv } from "./getenv"; diff --git a/frontend/util/keyutil.ts b/frontend/util/keyutil.ts index 841d12d46..f6558e3cc 100644 --- a/frontend/util/keyutil.ts +++ b/frontend/util/keyutil.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import * as util from "./util"; diff --git a/frontend/util/util.ts b/frontend/util/util.ts index 457b00df4..7bd20981f 100644 --- a/frontend/util/util.ts +++ b/frontend/util/util.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0s import base64 from "base64-js"; diff --git a/frontend/wave.ts b/frontend/wave.ts index ed2baddae..463412b76 100644 --- a/frontend/wave.ts +++ b/frontend/wave.ts @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 import { App } from "@/app/app"; diff --git a/pkg/authkey/authkey.go b/pkg/authkey/authkey.go index e195d9fc9..894659be1 100644 --- a/pkg/authkey/authkey.go +++ b/pkg/authkey/authkey.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package authkey diff --git a/pkg/blockcontroller/blockcontroller.go b/pkg/blockcontroller/blockcontroller.go index c5afeb5c8..bd74f1535 100644 --- a/pkg/blockcontroller/blockcontroller.go +++ b/pkg/blockcontroller/blockcontroller.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package blockcontroller diff --git a/pkg/blockcontroller/shell_controller.go b/pkg/blockcontroller/shell_controller.go index 26eb62525..14bb0fa65 100644 --- a/pkg/blockcontroller/shell_controller.go +++ b/pkg/blockcontroller/shell_controller.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package blockcontroller diff --git a/pkg/eventbus/eventbus.go b/pkg/eventbus/eventbus.go index 454103cee..33751d444 100644 --- a/pkg/eventbus/eventbus.go +++ b/pkg/eventbus/eventbus.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package eventbus diff --git a/pkg/filestore/blockstore.go b/pkg/filestore/blockstore.go index 9561d35df..ec161e85f 100644 --- a/pkg/filestore/blockstore.go +++ b/pkg/filestore/blockstore.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package filestore diff --git a/pkg/filestore/blockstore_cache.go b/pkg/filestore/blockstore_cache.go index ab48e7a83..af8632022 100644 --- a/pkg/filestore/blockstore_cache.go +++ b/pkg/filestore/blockstore_cache.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package filestore diff --git a/pkg/filestore/blockstore_dbops.go b/pkg/filestore/blockstore_dbops.go index 6338d417f..5b7006da0 100644 --- a/pkg/filestore/blockstore_dbops.go +++ b/pkg/filestore/blockstore_dbops.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package filestore diff --git a/pkg/filestore/blockstore_dbsetup.go b/pkg/filestore/blockstore_dbsetup.go index 8ceb5b366..f7afde314 100644 --- a/pkg/filestore/blockstore_dbsetup.go +++ b/pkg/filestore/blockstore_dbsetup.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package filestore diff --git a/pkg/filestore/blockstore_test.go b/pkg/filestore/blockstore_test.go index d137b13a2..8cf45d40f 100644 --- a/pkg/filestore/blockstore_test.go +++ b/pkg/filestore/blockstore_test.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package filestore diff --git a/pkg/genconn/genconn.go b/pkg/genconn/genconn.go index 8c503d20b..d81ed616e 100644 --- a/pkg/genconn/genconn.go +++ b/pkg/genconn/genconn.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // generic connection code (WSL + SSH) diff --git a/pkg/genconn/quote.go b/pkg/genconn/quote.go index 8bb59732f..ad21910ea 100644 --- a/pkg/genconn/quote.go +++ b/pkg/genconn/quote.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package genconn diff --git a/pkg/genconn/quote_test.go b/pkg/genconn/quote_test.go index ea25a101d..0cc40f158 100644 --- a/pkg/genconn/quote_test.go +++ b/pkg/genconn/quote_test.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package genconn diff --git a/pkg/genconn/ssh-impl.go b/pkg/genconn/ssh-impl.go index 6968e6333..945a54aa5 100644 --- a/pkg/genconn/ssh-impl.go +++ b/pkg/genconn/ssh-impl.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package genconn diff --git a/pkg/genconn/wsl-impl.go b/pkg/genconn/wsl-impl.go index a0452fec7..376c10769 100644 --- a/pkg/genconn/wsl-impl.go +++ b/pkg/genconn/wsl-impl.go @@ -1,6 +1,6 @@ //go:build windows -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package genconn diff --git a/pkg/gogen/gogen.go b/pkg/gogen/gogen.go index 13da6b40b..f2b75a760 100644 --- a/pkg/gogen/gogen.go +++ b/pkg/gogen/gogen.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package gogen @@ -13,7 +13,7 @@ import ( ) func GenerateBoilerplate(buf *strings.Builder, pkgName string, imports []string) { - buf.WriteString("// Copyright 2024, Command Line Inc.\n") + buf.WriteString("// Copyright 2025, Command Line Inc.\n") buf.WriteString("// SPDX-License-Identifier: Apache-2.0\n") buf.WriteString("\n// Generated Code. DO NOT EDIT.\n\n") buf.WriteString(fmt.Sprintf("package %s\n\n", pkgName)) diff --git a/pkg/ijson/ijson.go b/pkg/ijson/ijson.go index 1a21393bb..90ece4b54 100644 --- a/pkg/ijson/ijson.go +++ b/pkg/ijson/ijson.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // implements incremental json format diff --git a/pkg/ijson/ijson_test.go b/pkg/ijson/ijson_test.go index ebcd3a7a2..dfef28633 100644 --- a/pkg/ijson/ijson_test.go +++ b/pkg/ijson/ijson_test.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package ijson diff --git a/pkg/panichandler/panichandler.go b/pkg/panichandler/panichandler.go index 1cd5e7d72..deb7441f7 100644 --- a/pkg/panichandler/panichandler.go +++ b/pkg/panichandler/panichandler.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package panichandler diff --git a/pkg/remote/conncontroller/conncontroller.go b/pkg/remote/conncontroller/conncontroller.go index 6b5015a0f..5150681d4 100644 --- a/pkg/remote/conncontroller/conncontroller.go +++ b/pkg/remote/conncontroller/conncontroller.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package conncontroller diff --git a/pkg/remote/connutil.go b/pkg/remote/connutil.go index c72f0deb0..7c8a1dff1 100644 --- a/pkg/remote/connutil.go +++ b/pkg/remote/connutil.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package remote diff --git a/pkg/remote/sshclient.go b/pkg/remote/sshclient.go index b06ad2b8e..4c25c6ac6 100644 --- a/pkg/remote/sshclient.go +++ b/pkg/remote/sshclient.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package remote diff --git a/pkg/service/blockservice/blockservice.go b/pkg/service/blockservice/blockservice.go index f5fd5f6ff..a4d6ac19c 100644 --- a/pkg/service/blockservice/blockservice.go +++ b/pkg/service/blockservice/blockservice.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package blockservice diff --git a/pkg/service/clientservice/clientservice.go b/pkg/service/clientservice/clientservice.go index 93a279240..b3586ac37 100644 --- a/pkg/service/clientservice/clientservice.go +++ b/pkg/service/clientservice/clientservice.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package clientservice diff --git a/pkg/service/objectservice/objectservice.go b/pkg/service/objectservice/objectservice.go index 0e265ef9a..8d6dc1569 100644 --- a/pkg/service/objectservice/objectservice.go +++ b/pkg/service/objectservice/objectservice.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package objectservice diff --git a/pkg/service/service.go b/pkg/service/service.go index c02979ee9..a51955bb3 100644 --- a/pkg/service/service.go +++ b/pkg/service/service.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package service diff --git a/pkg/service/userinputservice/userinputservice.go b/pkg/service/userinputservice/userinputservice.go index 1de7e4e4a..7383095ba 100644 --- a/pkg/service/userinputservice/userinputservice.go +++ b/pkg/service/userinputservice/userinputservice.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package userinputservice diff --git a/pkg/service/windowservice/windowservice.go b/pkg/service/windowservice/windowservice.go index b9f5ab96e..f94151e58 100644 --- a/pkg/service/windowservice/windowservice.go +++ b/pkg/service/windowservice/windowservice.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package windowservice diff --git a/pkg/service/workspaceservice/workspaceservice.go b/pkg/service/workspaceservice/workspaceservice.go index acff988dd..24ea60faf 100644 --- a/pkg/service/workspaceservice/workspaceservice.go +++ b/pkg/service/workspaceservice/workspaceservice.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package workspaceservice diff --git a/pkg/shellexec/shellexec.go b/pkg/shellexec/shellexec.go index 6f2145827..35a9401ad 100644 --- a/pkg/shellexec/shellexec.go +++ b/pkg/shellexec/shellexec.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package shellexec diff --git a/pkg/telemetry/telemetry.go b/pkg/telemetry/telemetry.go index 4c1c68067..778762c9b 100644 --- a/pkg/telemetry/telemetry.go +++ b/pkg/telemetry/telemetry.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package telemetry diff --git a/pkg/tsgen/tsgen.go b/pkg/tsgen/tsgen.go index 116df27c0..d1a67f872 100644 --- a/pkg/tsgen/tsgen.go +++ b/pkg/tsgen/tsgen.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package tsgen diff --git a/pkg/tsgen/tsgenmeta/tsgenmeta.go b/pkg/tsgen/tsgenmeta/tsgenmeta.go index 8e17164a6..0035cd0ef 100644 --- a/pkg/tsgen/tsgenmeta/tsgenmeta.go +++ b/pkg/tsgen/tsgenmeta/tsgenmeta.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package tsgenmeta diff --git a/pkg/userinput/userinput.go b/pkg/userinput/userinput.go index b6c99c735..6fc98c2b8 100644 --- a/pkg/userinput/userinput.go +++ b/pkg/userinput/userinput.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package userinput diff --git a/pkg/util/colprint/colprint.go b/pkg/util/colprint/colprint.go index 1bba5eabd..2fe78e424 100644 --- a/pkg/util/colprint/colprint.go +++ b/pkg/util/colprint/colprint.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package colprint diff --git a/pkg/util/daystr/daystr.go b/pkg/util/daystr/daystr.go index cda6d9690..71f566ff7 100644 --- a/pkg/util/daystr/daystr.go +++ b/pkg/util/daystr/daystr.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package daystr @@ -30,7 +30,7 @@ func GetRelDayStr(relDays int) string { // accepts a custom format string to return a daystr // can be either a prefix, a delta, or a prefix w/ a delta // if no prefix is given, "today" is assumed -// examples: today-2d, bow, bom+1m-1d (that's end of the month), 2024-04-01+1w +// examples: today-2d, bow, bom+1m-1d (that's end of the month), 2025-04-01+1w // // prefixes: // diff --git a/pkg/util/daystr/daystr_test.go b/pkg/util/daystr/daystr_test.go index 6f51c95ff..063dce48e 100644 --- a/pkg/util/daystr/daystr_test.go +++ b/pkg/util/daystr/daystr_test.go @@ -36,11 +36,11 @@ func TestGetCustomDayStr(t *testing.T) { {"yesterday", time.Now().AddDate(0, 0, -1).Format("2006-01-02")}, {"bom", time.Date(time.Now().Year(), time.Now().Month(), 1, 0, 0, 0, 0, time.Now().Location()).Format("2006-01-02")}, {"bow", time.Now().AddDate(0, 0, -int(time.Now().Weekday())).Format("2006-01-02")}, - {"2024-04-01", "2024-04-01"}, - {"2024-04-01+1w", "2024-04-08"}, - {"2024-04-01+1w-1d", "2024-04-07"}, - {"2024-04-01+1m", "2024-05-01"}, - {"2024-04-01+1m-1d", "2024-04-30"}, + {"2025-04-01", "2025-04-01"}, + {"2025-04-01+1w", "2025-04-08"}, + {"2025-04-01+1w-1d", "2025-04-07"}, + {"2025-04-01+1m", "2025-05-01"}, + {"2025-04-01+1m-1d", "2025-04-30"}, } for _, test := range tests { @@ -55,8 +55,8 @@ func TestGetCustomDayStr(t *testing.T) { invalidTests := []string{ "invalid", - "2024-04-01+1x", - "2024-04-01+1m-1x", + "2025-04-01+1x", + "2025-04-01+1m-1x", } for _, test := range invalidTests { diff --git a/pkg/util/dbutil/dbmappable.go b/pkg/util/dbutil/dbmappable.go index 7a23ca136..b546ac169 100644 --- a/pkg/util/dbutil/dbmappable.go +++ b/pkg/util/dbutil/dbmappable.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package dbutil diff --git a/pkg/util/dbutil/dbutil.go b/pkg/util/dbutil/dbutil.go index 42dd9bc0f..cc75416dc 100644 --- a/pkg/util/dbutil/dbutil.go +++ b/pkg/util/dbutil/dbutil.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package dbutil diff --git a/pkg/util/ds/syncmap.go b/pkg/util/ds/syncmap.go index 02d0f80d8..298e4a1d7 100644 --- a/pkg/util/ds/syncmap.go +++ b/pkg/util/ds/syncmap.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package ds diff --git a/pkg/util/envutil/envutil.go b/pkg/util/envutil/envutil.go index 3915b856a..c2505e7c4 100644 --- a/pkg/util/envutil/envutil.go +++ b/pkg/util/envutil/envutil.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package envutil diff --git a/pkg/util/logview/logview.go b/pkg/util/logview/logview.go index f69dc4ae7..383dbf636 100644 --- a/pkg/util/logview/logview.go +++ b/pkg/util/logview/logview.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package logview diff --git a/pkg/util/logview/multibuf.go b/pkg/util/logview/multibuf.go index 78fa12678..7d9025829 100644 --- a/pkg/util/logview/multibuf.go +++ b/pkg/util/logview/multibuf.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package logview diff --git a/pkg/util/migrateutil/migrateutil.go b/pkg/util/migrateutil/migrateutil.go index c27f5a329..ebe0e9f06 100644 --- a/pkg/util/migrateutil/migrateutil.go +++ b/pkg/util/migrateutil/migrateutil.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package migrateutil diff --git a/pkg/util/packetparser/packetparser.go b/pkg/util/packetparser/packetparser.go index 51df1666d..547d8a7ab 100644 --- a/pkg/util/packetparser/packetparser.go +++ b/pkg/util/packetparser/packetparser.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package packetparser diff --git a/pkg/util/shellutil/shellutil.go b/pkg/util/shellutil/shellutil.go index bff73d6e0..79f15e0ee 100644 --- a/pkg/util/shellutil/shellutil.go +++ b/pkg/util/shellutil/shellutil.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package shellutil diff --git a/pkg/util/syncbuf/syncbuf.go b/pkg/util/syncbuf/syncbuf.go index bf210acdf..bc8163993 100644 --- a/pkg/util/syncbuf/syncbuf.go +++ b/pkg/util/syncbuf/syncbuf.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package syncbuf diff --git a/pkg/util/utilfn/compare.go b/pkg/util/utilfn/compare.go index 6d9d30cbd..ea3b20758 100644 --- a/pkg/util/utilfn/compare.go +++ b/pkg/util/utilfn/compare.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package utilfn diff --git a/pkg/util/utilfn/marshal.go b/pkg/util/utilfn/marshal.go index fca0dd373..f9107dce5 100644 --- a/pkg/util/utilfn/marshal.go +++ b/pkg/util/utilfn/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package utilfn diff --git a/pkg/util/utilfn/mimetypes.go b/pkg/util/utilfn/mimetypes.go index fdd601d43..688e934ef 100644 --- a/pkg/util/utilfn/mimetypes.go +++ b/pkg/util/utilfn/mimetypes.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package utilfn diff --git a/pkg/util/utilfn/utilfn.go b/pkg/util/utilfn/utilfn.go index e2f3265ef..f70b5b46a 100644 --- a/pkg/util/utilfn/utilfn.go +++ b/pkg/util/utilfn/utilfn.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package utilfn @@ -938,7 +938,7 @@ func FormatLsTime(t time.Time) string { // Recent files: "Nov 18 18:40" return t.Format("Jan _2 15:04") } else { - // Older files: "Apr 12 2024" + // Older files: "Apr 12 2025" return t.Format("Jan _2 2006") } } diff --git a/pkg/vdom/cssparser/cssparser.go b/pkg/vdom/cssparser/cssparser.go index 2960d61d5..49726018e 100644 --- a/pkg/vdom/cssparser/cssparser.go +++ b/pkg/vdom/cssparser/cssparser.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cssparser diff --git a/pkg/vdom/cssparser/cssparser_test.go b/pkg/vdom/cssparser/cssparser_test.go index 669d05aa2..5d4cbe61e 100644 --- a/pkg/vdom/cssparser/cssparser_test.go +++ b/pkg/vdom/cssparser/cssparser_test.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package cssparser diff --git a/pkg/vdom/vdom.go b/pkg/vdom/vdom.go index 6b6825700..4f0993acf 100644 --- a/pkg/vdom/vdom.go +++ b/pkg/vdom/vdom.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package vdom diff --git a/pkg/vdom/vdom_comp.go b/pkg/vdom/vdom_comp.go index 12392ab98..6fe7f24c3 100644 --- a/pkg/vdom/vdom_comp.go +++ b/pkg/vdom/vdom_comp.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package vdom diff --git a/pkg/vdom/vdom_html.go b/pkg/vdom/vdom_html.go index dc94b7c8c..527e168e6 100644 --- a/pkg/vdom/vdom_html.go +++ b/pkg/vdom/vdom_html.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package vdom diff --git a/pkg/vdom/vdom_root.go b/pkg/vdom/vdom_root.go index cba7871e9..41f8469d7 100644 --- a/pkg/vdom/vdom_root.go +++ b/pkg/vdom/vdom_root.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package vdom diff --git a/pkg/vdom/vdom_types.go b/pkg/vdom/vdom_types.go index 954005e40..9ff5a4157 100644 --- a/pkg/vdom/vdom_types.go +++ b/pkg/vdom/vdom_types.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package vdom diff --git a/pkg/waveai/anthropicbackend.go b/pkg/waveai/anthropicbackend.go index e57c6da21..81a07e881 100644 --- a/pkg/waveai/anthropicbackend.go +++ b/pkg/waveai/anthropicbackend.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveai @@ -128,7 +128,7 @@ func (AnthropicBackend) StreamCompletion(ctx context.Context, request wshrpc.Wav model := request.Opts.Model if model == "" { - model = "claude-3-sonnet-20240229" // default model + model = "claude-3-sonnet-20250229" // default model } // Convert messages format diff --git a/pkg/waveai/cloudbackend.go b/pkg/waveai/cloudbackend.go index 4f221c759..f1148e591 100644 --- a/pkg/waveai/cloudbackend.go +++ b/pkg/waveai/cloudbackend.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveai diff --git a/pkg/waveai/openaibackend.go b/pkg/waveai/openaibackend.go index ec9630ee7..f2a007a10 100644 --- a/pkg/waveai/openaibackend.go +++ b/pkg/waveai/openaibackend.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveai diff --git a/pkg/waveai/perplexitybackend.go b/pkg/waveai/perplexitybackend.go index 90b4db9e6..a3786cabd 100644 --- a/pkg/waveai/perplexitybackend.go +++ b/pkg/waveai/perplexitybackend.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveai diff --git a/pkg/waveai/waveai.go b/pkg/waveai/waveai.go index 48847d3af..68ee09028 100644 --- a/pkg/waveai/waveai.go +++ b/pkg/waveai/waveai.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveai diff --git a/pkg/waveapp/streamingresp.go b/pkg/waveapp/streamingresp.go index e651d2846..7963c39ae 100644 --- a/pkg/waveapp/streamingresp.go +++ b/pkg/waveapp/streamingresp.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveapp diff --git a/pkg/waveapp/waveapp.go b/pkg/waveapp/waveapp.go index 2dfe33eac..9d4bfd475 100644 --- a/pkg/waveapp/waveapp.go +++ b/pkg/waveapp/waveapp.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveapp diff --git a/pkg/waveapp/waveappserverimpl.go b/pkg/waveapp/waveappserverimpl.go index 970d38d29..5de842b1f 100644 --- a/pkg/waveapp/waveappserverimpl.go +++ b/pkg/waveapp/waveappserverimpl.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveapp diff --git a/pkg/wavebase/wavebase-posix.go b/pkg/wavebase/wavebase-posix.go index 12d2e7f75..d62330389 100644 --- a/pkg/wavebase/wavebase-posix.go +++ b/pkg/wavebase/wavebase-posix.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 //go:build !windows diff --git a/pkg/wavebase/wavebase-win.go b/pkg/wavebase/wavebase-win.go index 31bdab821..8a45961ec 100644 --- a/pkg/wavebase/wavebase-win.go +++ b/pkg/wavebase/wavebase-win.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 //go:build windows diff --git a/pkg/wavebase/wavebase.go b/pkg/wavebase/wavebase.go index d9c3e9c2a..a261662e2 100644 --- a/pkg/wavebase/wavebase.go +++ b/pkg/wavebase/wavebase.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wavebase diff --git a/pkg/waveobj/ctxupdate.go b/pkg/waveobj/ctxupdate.go index 5ee01fdab..9cb7c7213 100644 --- a/pkg/waveobj/ctxupdate.go +++ b/pkg/waveobj/ctxupdate.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveobj diff --git a/pkg/waveobj/metaconsts.go b/pkg/waveobj/metaconsts.go index d1778377d..a70eea5f5 100644 --- a/pkg/waveobj/metaconsts.go +++ b/pkg/waveobj/metaconsts.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // Generated Code. DO NOT EDIT. diff --git a/pkg/waveobj/metamap.go b/pkg/waveobj/metamap.go index 4412683b5..1c20881a9 100644 --- a/pkg/waveobj/metamap.go +++ b/pkg/waveobj/metamap.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveobj diff --git a/pkg/waveobj/waveobj.go b/pkg/waveobj/waveobj.go index c8d005523..d4068a454 100644 --- a/pkg/waveobj/waveobj.go +++ b/pkg/waveobj/waveobj.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveobj diff --git a/pkg/waveobj/wtype.go b/pkg/waveobj/wtype.go index af775e019..89802acd9 100644 --- a/pkg/waveobj/wtype.go +++ b/pkg/waveobj/wtype.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveobj diff --git a/pkg/waveobj/wtypemeta.go b/pkg/waveobj/wtypemeta.go index a2c313c31..948741dd6 100644 --- a/pkg/waveobj/wtypemeta.go +++ b/pkg/waveobj/wtypemeta.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package waveobj diff --git a/pkg/wcloud/wcloud.go b/pkg/wcloud/wcloud.go index df9703d67..afc607569 100644 --- a/pkg/wcloud/wcloud.go +++ b/pkg/wcloud/wcloud.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wcloud diff --git a/pkg/wcloud/wclouddata.go b/pkg/wcloud/wclouddata.go index 5ab1ee88e..96ab409cf 100644 --- a/pkg/wcloud/wclouddata.go +++ b/pkg/wcloud/wclouddata.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wcloud diff --git a/pkg/wconfig/defaultconfig/defaultconfig.go b/pkg/wconfig/defaultconfig/defaultconfig.go index 9527a069c..0c1e5b70d 100644 --- a/pkg/wconfig/defaultconfig/defaultconfig.go +++ b/pkg/wconfig/defaultconfig/defaultconfig.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package defaultconfig diff --git a/pkg/wconfig/filewatcher.go b/pkg/wconfig/filewatcher.go index e2dda2224..ec4916cdf 100644 --- a/pkg/wconfig/filewatcher.go +++ b/pkg/wconfig/filewatcher.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wconfig diff --git a/pkg/wconfig/metaconsts.go b/pkg/wconfig/metaconsts.go index 79f915548..27693b2b4 100644 --- a/pkg/wconfig/metaconsts.go +++ b/pkg/wconfig/metaconsts.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // Generated Code. DO NOT EDIT. diff --git a/pkg/wconfig/settingsconfig.go b/pkg/wconfig/settingsconfig.go index 8d1afef54..859c2d426 100644 --- a/pkg/wconfig/settingsconfig.go +++ b/pkg/wconfig/settingsconfig.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wconfig diff --git a/pkg/wcore/block.go b/pkg/wcore/block.go index bcb8c6f86..64972f002 100644 --- a/pkg/wcore/block.go +++ b/pkg/wcore/block.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wcore diff --git a/pkg/wcore/layout.go b/pkg/wcore/layout.go index 9bca8d24f..5be8d4e35 100644 --- a/pkg/wcore/layout.go +++ b/pkg/wcore/layout.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wcore diff --git a/pkg/wcore/wcore.go b/pkg/wcore/wcore.go index 4b7b1558a..c21c892df 100644 --- a/pkg/wcore/wcore.go +++ b/pkg/wcore/wcore.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // wave core application coordinator diff --git a/pkg/wcore/window.go b/pkg/wcore/window.go index f44ac02f0..09ebe49a2 100644 --- a/pkg/wcore/window.go +++ b/pkg/wcore/window.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wcore diff --git a/pkg/wcore/workspace.go b/pkg/wcore/workspace.go index ef41b4645..f69926c71 100644 --- a/pkg/wcore/workspace.go +++ b/pkg/wcore/workspace.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wcore diff --git a/pkg/web/web.go b/pkg/web/web.go index fae320999..78d1a67e1 100644 --- a/pkg/web/web.go +++ b/pkg/web/web.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package web diff --git a/pkg/web/webcmd/webcmd.go b/pkg/web/webcmd/webcmd.go index a025c2626..bf732de0c 100644 --- a/pkg/web/webcmd/webcmd.go +++ b/pkg/web/webcmd/webcmd.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package webcmd diff --git a/pkg/web/webvdomproto.go b/pkg/web/webvdomproto.go index 3f13342ce..8df1f4608 100644 --- a/pkg/web/webvdomproto.go +++ b/pkg/web/webvdomproto.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package web diff --git a/pkg/web/ws.go b/pkg/web/ws.go index 8d7666a1e..41fa916fd 100644 --- a/pkg/web/ws.go +++ b/pkg/web/ws.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package web diff --git a/pkg/wps/wps.go b/pkg/wps/wps.go index c742dc3fd..ca08de709 100644 --- a/pkg/wps/wps.go +++ b/pkg/wps/wps.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // wave pubsub system diff --git a/pkg/wshrpc/wshclient/wshclient.go b/pkg/wshrpc/wshclient/wshclient.go index 657e2184a..e365ca68f 100644 --- a/pkg/wshrpc/wshclient/wshclient.go +++ b/pkg/wshrpc/wshclient/wshclient.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // Generated Code. DO NOT EDIT. diff --git a/pkg/wshrpc/wshclient/wshclientutil.go b/pkg/wshrpc/wshclient/wshclientutil.go index e0f74ee3b..1a0cab961 100644 --- a/pkg/wshrpc/wshclient/wshclientutil.go +++ b/pkg/wshrpc/wshclient/wshclientutil.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshclient diff --git a/pkg/wshrpc/wshremote/sysinfo.go b/pkg/wshrpc/wshremote/sysinfo.go index 045e5b5d1..c573c4d9d 100644 --- a/pkg/wshrpc/wshremote/sysinfo.go +++ b/pkg/wshrpc/wshremote/sysinfo.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshremote diff --git a/pkg/wshrpc/wshremote/wshremote.go b/pkg/wshrpc/wshremote/wshremote.go index 0692edf29..cd3cd5d39 100644 --- a/pkg/wshrpc/wshremote/wshremote.go +++ b/pkg/wshrpc/wshremote/wshremote.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshremote diff --git a/pkg/wshrpc/wshrpcmeta.go b/pkg/wshrpc/wshrpcmeta.go index 09568ea09..848de3453 100644 --- a/pkg/wshrpc/wshrpcmeta.go +++ b/pkg/wshrpc/wshrpcmeta.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshrpc diff --git a/pkg/wshrpc/wshrpctypes.go b/pkg/wshrpc/wshrpctypes.go index ef72c867d..d28adf5c8 100644 --- a/pkg/wshrpc/wshrpctypes.go +++ b/pkg/wshrpc/wshrpctypes.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 // types and methods for wsh rpc calls diff --git a/pkg/wshrpc/wshserver/resolvers.go b/pkg/wshrpc/wshserver/resolvers.go index 23a4b9ac9..749d0f246 100644 --- a/pkg/wshrpc/wshserver/resolvers.go +++ b/pkg/wshrpc/wshserver/resolvers.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshserver diff --git a/pkg/wshrpc/wshserver/wshserver.go b/pkg/wshrpc/wshserver/wshserver.go index cddd63ec2..0154c1233 100644 --- a/pkg/wshrpc/wshserver/wshserver.go +++ b/pkg/wshrpc/wshserver/wshserver.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshserver diff --git a/pkg/wshrpc/wshserver/wshserverutil.go b/pkg/wshrpc/wshserver/wshserverutil.go index c70aa79bf..2f912db30 100644 --- a/pkg/wshrpc/wshserver/wshserverutil.go +++ b/pkg/wshrpc/wshserver/wshserverutil.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshserver diff --git a/pkg/wshutil/wshadapter.go b/pkg/wshutil/wshadapter.go index e5d1922ea..f1760381f 100644 --- a/pkg/wshutil/wshadapter.go +++ b/pkg/wshutil/wshadapter.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wshutil/wshcmdreader.go b/pkg/wshutil/wshcmdreader.go index b33dd5027..b4cec125b 100644 --- a/pkg/wshutil/wshcmdreader.go +++ b/pkg/wshutil/wshcmdreader.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wshutil/wshevent.go b/pkg/wshutil/wshevent.go index 8a55f1c00..38057936a 100644 --- a/pkg/wshutil/wshevent.go +++ b/pkg/wshutil/wshevent.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wshutil/wshmultiproxy.go b/pkg/wshutil/wshmultiproxy.go index e2ca3e734..89c664ecf 100644 --- a/pkg/wshutil/wshmultiproxy.go +++ b/pkg/wshutil/wshmultiproxy.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wshutil/wshproxy.go b/pkg/wshutil/wshproxy.go index c919b5d07..6221b8376 100644 --- a/pkg/wshutil/wshproxy.go +++ b/pkg/wshutil/wshproxy.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wshutil/wshrouter.go b/pkg/wshutil/wshrouter.go index 82c065619..fdf1d49df 100644 --- a/pkg/wshutil/wshrouter.go +++ b/pkg/wshutil/wshrouter.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wshutil/wshrpc.go b/pkg/wshutil/wshrpc.go index b55d7efb2..8e23921d0 100644 --- a/pkg/wshutil/wshrpc.go +++ b/pkg/wshutil/wshrpc.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wshutil/wshrpcio.go b/pkg/wshutil/wshrpcio.go index 5d9dd27ba..ca0a617c9 100644 --- a/pkg/wshutil/wshrpcio.go +++ b/pkg/wshutil/wshrpcio.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wshutil/wshutil.go b/pkg/wshutil/wshutil.go index 10f57b6f2..9d6663bb9 100644 --- a/pkg/wshutil/wshutil.go +++ b/pkg/wshutil/wshutil.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wshutil diff --git a/pkg/wsl/wsl-unix.go b/pkg/wsl/wsl-unix.go index 5d34307d4..7ffcd934d 100644 --- a/pkg/wsl/wsl-unix.go +++ b/pkg/wsl/wsl-unix.go @@ -1,6 +1,6 @@ //go:build !windows -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wsl diff --git a/pkg/wsl/wsl-util.go b/pkg/wsl/wsl-util.go index 73decd957..ba79d81f4 100644 --- a/pkg/wsl/wsl-util.go +++ b/pkg/wsl/wsl-util.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wsl diff --git a/pkg/wsl/wsl-win.go b/pkg/wsl/wsl-win.go index b54acb299..2affd552e 100644 --- a/pkg/wsl/wsl-win.go +++ b/pkg/wsl/wsl-win.go @@ -1,6 +1,6 @@ //go:build windows -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wsl diff --git a/pkg/wsl/wsl.go b/pkg/wsl/wsl.go index 8ca9e4f1d..e02035479 100644 --- a/pkg/wsl/wsl.go +++ b/pkg/wsl/wsl.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wsl diff --git a/pkg/wstore/wstore.go b/pkg/wstore/wstore.go index a473ad125..91675729c 100644 --- a/pkg/wstore/wstore.go +++ b/pkg/wstore/wstore.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wstore diff --git a/pkg/wstore/wstore_dboldmigration.go b/pkg/wstore/wstore_dboldmigration.go index ef767339a..17e09c890 100644 --- a/pkg/wstore/wstore_dboldmigration.go +++ b/pkg/wstore/wstore_dboldmigration.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wstore diff --git a/pkg/wstore/wstore_dbops.go b/pkg/wstore/wstore_dbops.go index d14fa26f5..f36a441a9 100644 --- a/pkg/wstore/wstore_dbops.go +++ b/pkg/wstore/wstore_dbops.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wstore diff --git a/pkg/wstore/wstore_dbsetup.go b/pkg/wstore/wstore_dbsetup.go index 3a4f83585..219fd31a1 100644 --- a/pkg/wstore/wstore_dbsetup.go +++ b/pkg/wstore/wstore_dbsetup.go @@ -1,4 +1,4 @@ -// Copyright 2024, Command Line Inc. +// Copyright 2025, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 package wstore