diff --git a/LICENSE b/LICENSE index b207beb173..ded9695d5d 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 50edd27dc4..b592fcd9b4 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 885a340934..70c216ccde 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 948ef853ae..b4ea9c3dad 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 25f4086bb8..ae679805d5 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 aaac013d75..215989539d 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 f2b52485e4..51addf5476 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 680df29f34..0b754eb90f 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 3e9cacd90e..4f4b083eda 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 857370d39a..da2e5493f8 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 bef912b9b6..d967156726 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 48379d3e46..29a1857689 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 ccb4cf7f64..6ff817dfcf 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 ec6647d51a..ac5dadb137 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 d24dee7155..3d6e8c7a31 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 73578ef8b9..098a9eb282 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 6d2fbc4856..8d1280515f 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 a70786844c..f5e1e40f67 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 0aa599c076..b88f0b4b2f 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 39349657ab..826e38ba6b 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 49c6e4398c..0889c01f78 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 0c338fe7f5..c0afb9ed5c 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 78c0f565b1..c10e17685d 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 1c3460b181..ccf1a90a64 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 58c7aad595..5c05feeafa 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 77fd84e707..3fcd1f94b2 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 ae0b9b4a85..32af2c5529 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 a9f31d5f89..bbfb3e15a1 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 c934a71bc0..f6dedb7bcc 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 367d50b71e..a218eebb8f 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 51833fc2ac..f0686abe7c 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 7f055452ee..a05d1d8e12 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 2f7506ec29..80caab9f69 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 a71e62d071..97ee8ffdb6 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 fcfcbc7f3a..b7489d9842 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 c3d108dbcb..12b6a82d4b 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 6bdcf63fd7..6a793d68cf 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 6011f4710a..81a388a5b7 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 cbf262f066..528fd17001 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 d2a3604b80..311a47c9e1 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 f2d8572d9d..0077b808dd 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 a4af3c5eef..e481c7ca5f 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 fab7425d9a..58c12143fd 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 2b53e0a0a7..501c877955 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 601b1b7f38..c8f42ff07c 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 5416f42bb6..b77e909293 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 9d16c40225..fa0f419cb1 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 7fb1494f2b..b0ea19c461 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 70e5cbf2a0..20e4f235f5 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 1570335889..969e258227 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 3c1b29104a..a500e6f455 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 8e90389181..58ce99a2e2 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 e52df5201e..4e86481d64 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 484c13e084..ff5b25851c 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 2c84feb8a6..bd6e1b2407 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 f4939e61d4..8b1006de21 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 3859a21689..230544282e 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 05d13aae34..0140912b3b 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 2963e17d77..e487221fdf 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 97126c5ebc..b99a84a52f 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 cdf0bc51fe..e2c0259ee6 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 5a3a167f11..c1302ae3ae 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 c6afe67aea..a489262ae3 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 69e407e646..9dcce99663 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 7cf501c869..00c98b8bca 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 a8fb986569..30d95633c4 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 d830934c60..12e07fc6f4 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 c51ff681c1..e33d9109d3 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 076229282c..3d5fe5c928 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 11eeb02456..db480951d6 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 d69c00a7ba..215ecdc17a 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 2daf75a1b0..2647067387 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 a6367bacb7..f0d71b7058 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 8dcde7ff97..e99e832841 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 367d3e0ffa..ced811aab4 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 ed2b820b1c..83dcb11d15 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 b03c1a085f..93707355a4 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 8244feae48..5e7e1c8b78 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 be5325e41e..8076cc5970 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 bbdc219d72..a826862b08 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 9bb6d8781c..c99e69829c 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 a59fa877a2..96f2235e82 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 ca3a4fcbc8..70ea4c50fd 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 5499d4fe78..4655dc2afc 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 32bee54a54..45b3f5e518 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 fe54259a99..3530bce1a0 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 62f3eee3e4..e60b5b1cce 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 385f894980..b3a5b87b13 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 f7c40a7955..abdebc6912 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 acca7ce03c..1d87fe7f3d 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 d344e8d752..53abcdae96 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 39387d6d51..99e51d8912 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 2bb49b617b..89f0f90a1b 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 1081da9393..031bcd97d8 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 64a3bf0d18..29de968e4f 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 5f63c71d6d..7d39ba78c4 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 472b30ab64..6d9cc8e5ed 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 6c172905f9..d972f41446 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 5b71563fdd..86b118820e 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 3e34ef6552..799cbb3b80 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 69ada2e7c5..df3e610664 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 a0964733c3..745283ab4b 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 c07f762c10..b624380f26 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 0cc3cbf837..2496406377 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 02a281a483..3dc900f29d 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 772894f339..e8bd3203eb 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 7a3a839f0f..f869c3fd81 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 0e439eb915..d5f612efc5 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 b67e73ffb2..67eae0c69a 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 5c390524bd..70596852eb 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 69ca2d123e..40392bb0e8 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 ed5e56b7a0..b98d2fd1b5 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 4b5db01b73..8738e2be8e 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 67ebe10deb..70492613bf 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 d6ec2a1c5a..59dd55d123 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 8fae9cd5c1..8d23de1a5c 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 94f81765e3..e86bba7c45 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 6d78529b60..3e5a48a925 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 e2da02707f..c384337a6d 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 3ec87ab00c..e3df03100d 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 b8a422fb05..c1e3e23ac5 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 30fbbc441a..3f5ecfcb8a 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 b0d40bf2e1..f4be153077 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 3f0d818aef..d253dd7d00 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 90c618e6c3..6fe2f622cb 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 14adae22bb..16733f34d9 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 018a9e50ca..f303f3253a 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 e3f0b3760d..ee354e225e 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 18ba09b6ea..c3c3942295 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 882637b7f3..fa09a7645e 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 2444f5bb1d..a96baf4853 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 68de177690..2c9023ebc7 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 16428441ac..b507ea672f 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 3fa260aa13..7c4f7ac4ee 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 ef5dd517c9..9758224ded 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 6eafb2b94d..9947dab69d 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 1f3543fe85..30329e5410 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 9b46a821ed..e3261758fd 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 ca2b223f91..f3055dbcd1 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 e0fce8a83b..c1c13e019b 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 0c89d94289..1a56ac12b1 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 90d8dc6ffc..a9b5a177ec 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 ec2ba93be8..eca6aeb64a 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 b91fea4eb9..b002f411fc 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 4d0c64c6c5..3d85ec9a87 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 654aa10a50..a6f8c17339 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 4ef84ccf55..8528c2369e 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 32937b5bea..e78e38b79f 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 6b2eb357c1..4874d7903b 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 203ce71334..9dbacab01a 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 1fc67d7c8c..6831e8e53d 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 e6cf9894d6..de4f5b55c7 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 e1cd414f42..3a4c9c00f9 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 d20a2c9207..bcaa21e7e6 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 1482e564ae..3b94baff1a 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 94d3907981..12366c83c3 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 44514e0efe..8d2f678616 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 5b45a9e20b..5035dfbf88 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 3c1bdcd3f4..9318d9caeb 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 e10cab4ae8..636ba2402f 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 9d9a39394a..582957b50a 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 ed65c25a1b..8676866735 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 c5a111aa28..256aa64103 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 e004023727..c235c61e83 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 2ff7c79078..6832601b92 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 2ade53a69d..96cb71ddbf 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 426c425681..95b767f9f4 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 85f9b707ed..ec8b6465c2 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 1ed4509e8a..01b043fd4b 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 aa439bc236..2f2ec7c38d 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 c16491347d..4df7cc989e 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 ddf73c1669..6822751344 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 bb0c3b99d9..849c7a9404 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 7a32eab8dc..52faf54bd1 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 ad97607bfa..919f2dc18c 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 4e90b5c6c8..13e73f9014 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 ef5904939c..438ce7ee83 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 2fa4900238..73e4da201e 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 5cccafdaee..7eb28bd1c9 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 0296323947..e7e8804967 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 841d12d463..f6558e3cca 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 457b00df45..7bd20981ff 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 ed2baddaee..463412b760 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 e195d9fc93..894659be1d 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 c5afeb5c8f..bd74f15356 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 26eb625255..14bb0fa65b 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 454103ceef..33751d4449 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 9561d35df3..ec161e85fc 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 ab48e7a83a..af86320222 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 6338d417fc..5b7006da09 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 8ceb5b3666..f7afde3149 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 d137b13a2e..8cf45d40f9 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 8c503d20b5..d81ed616e6 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 8bb59732f7..ad21910eab 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 ea25a101dd..0cc40f1580 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 6968e63334..945a54aa50 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 a0452fec76..376c10769d 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 13da6b40be..f2b75a760e 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 1a21393bb5..90ece4b54c 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 ebcd3a7a24..dfef28633a 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 1cd5e7d722..deb7441f74 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 6b5015a0f8..5150681d41 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 c72f0deb01..7c8a1dff1a 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 b06ad2b8e6..4c25c6ac64 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 f5fd5f6ffb..a4d6ac19c4 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 93a2792404..b3586ac377 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 0e265ef9a3..8d6dc15690 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 c02979ee92..a51955bb33 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 1de7e4e4ae..7383095ba8 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 b9f5ab96ec..f94151e584 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 acff988ddc..24ea60faf7 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 6f2145827c..35a9401ad6 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 4c1c680672..778762c9b6 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 116df27c0a..d1a67f8724 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 8e17164a6f..0035cd0efc 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 b6c99c735d..6fc98c2b8f 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 1bba5eabde..2fe78e4241 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 cda6d9690a..71f566ff78 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 6f51c95ff5..063dce48e1 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 7a23ca1361..b546ac1691 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 42dd9bc0ff..cc75416dca 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 02d0f80d82..298e4a1d75 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 3915b856a9..c2505e7c47 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 f69dc4ae73..383dbf6363 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 78fa126789..7d9025829e 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 c27f5a3299..ebe0e9f061 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 51df1666d5..547d8a7ab5 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 bff73d6e03..79f15e0ee1 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 bf210acdf6..bc8163993a 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 6d9d30cbd8..ea3b20758f 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 fca0dd3736..f9107dce55 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 fdd601d43c..688e934efa 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 e2f3265ef1..f70b5b46aa 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 2960d61d5c..49726018ea 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 669d05aa25..5d4cbe61e6 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 6b68257007..4f0993acfa 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 12392ab983..6fe7f24c32 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 dc94b7c8c9..527e168e6b 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 cba7871e9d..41f8469d75 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 954005e40f..9ff5a4157e 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 e57c6da21d..81a07e881d 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 4f221c7596..f1148e591e 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 ec9630ee73..f2a007a10d 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 90b4db9e60..a3786cabd1 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 48847d3af2..68ee09028b 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 e651d2846a..7963c39aef 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 2dfe33eace..9d4bfd4752 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 970d38d296..5de842b1f2 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 12d2e7f752..d623303899 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 31bdab8212..8a45961ec7 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 d9c3e9c2af..a261662e2c 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 5ee01fdabc..9cb7c7213e 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 d1778377d5..a70eea5f5c 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 4412683b52..1c20881a9e 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 c8d0055233..d4068a4540 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 af775e019c..89802acd98 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 a2c313c311..948741dd6a 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 df9703d674..afc607569d 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 5ab1ee88ec..96ab409cff 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 9527a069c6..0c1e5b70de 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 e2dda2224c..ec4916cdf4 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 79f915548d..27693b2b4c 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 8d1afef542..859c2d426e 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 bcb8c6f86f..64972f002c 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 9bca8d24f9..5be8d4e354 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 4b7b1558a2..c21c892dff 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 f44ac02f05..09ebe49a2d 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 ef41b4645a..f69926c71f 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 fae3209995..78d1a67e15 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 a025c26265..bf732de0c6 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 3f13342ced..8df1f46081 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 8d7666a1ef..41fa916fd6 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 c742dc3fd8..ca08de709f 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 657e2184ad..e365ca68f0 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 e0f74ee3b7..1a0cab9617 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 045e5b5d1a..c573c4d9d1 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 0692edf29f..cd3cd5d394 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 09568ea09f..848de3453f 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 ef72c867d2..d28adf5c85 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 23a4b9ac9b..749d0f2465 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 cddd63ec2a..0154c12333 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 c70aa79bf4..2f912db303 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 e5d1922ea7..f1760381fc 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 b33dd50276..b4cec125b2 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 8a55f1c003..38057936a9 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 e2ca3e7342..89c664ecf4 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 c919b5d077..6221b83761 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 82c0656191..fdf1d49df4 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 b55d7efb2b..8e23921d06 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 5d9dd27ba6..ca0a617c90 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 10f57b6f2e..9d6663bb9d 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 5d34307d43..7ffcd934da 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 73decd9577..ba79d81f4a 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 b54acb299e..2affd552e5 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 8ca9e4f1d4..e020354792 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 a473ad1256..91675729cb 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 ef767339ac..17e09c8902 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 d14fa26f5a..f36a441a9f 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 3a4f83585a..219fd31a1f 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