Skip to content

Happy new year! #1684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright 2024, Command Line Inc.
Copyright 2025, Command Line Inc.
2 changes: 1 addition & 1 deletion cmd/generatego/main-generatego.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
8 changes: 4 additions & 4 deletions cmd/generatets/main-generatets.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down Expand Up @@ -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")
Expand Down Expand Up @@ -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")
Expand All @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion cmd/server/main-server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion cmd/test/test-main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/csscolormap.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-ai.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-conn.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-connserver.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-createblock.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-debug.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-deleteblock.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-editconfig.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-editor.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-file-util.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-file.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-getmeta.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-getvar.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-notify.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-rcfiles.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-readfile.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-root.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-run.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-setbg.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-setconfig.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-setmeta.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-setvar.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-shell-unix.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-shell-win.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-ssh.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-term.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-view.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-wavepath.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-web.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-workspace.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/cmd/wshcmd-wsl.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/wsh/main-wsh.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion db/db.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

package db
Expand Down
2 changes: 1 addition & 1 deletion electron.vite.config.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/authkey.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

import { ipcMain } from "electron";
Expand Down
2 changes: 1 addition & 1 deletion emain/emain-activity.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

// for activity updates
Expand Down
2 changes: 1 addition & 1 deletion emain/emain-tabview.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/emain-util.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/emain-wavesrv.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/emain-web.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/emain-window.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/emain-wsh.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/emain.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/menu.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/platform.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/preload-webview.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

const { ipcRenderer } = require("electron");
Expand Down
2 changes: 1 addition & 1 deletion emain/preload.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion emain/updater.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/app-bg.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/app.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/block/block.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

import {
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/block/blockframe.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0

import {
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/block/blocktypes.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/block/blockutil.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
Loading
Loading