Happy new year! (#1684)

Update all 2024 references to 2025
This commit is contained in:
Evan Simkowitz 2025-01-04 23:56:57 -05:00 committed by GitHub
parent d2802ad297
commit b51ff834b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
299 changed files with 312 additions and 312 deletions

View File

@ -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.

2
NOTICE
View File

@ -1 +1 @@
Copyright 2024, Command Line Inc.
Copyright 2025, Command Line Inc.

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package main

View File

@ -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")

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package main

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package main

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package cmd

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package main

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
package db

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { ipcMain } from "electron";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
// for activity updates

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
const { ipcRenderer } = require("electron");

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import {

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import {

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { memo } from "react";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import clsx from "clsx";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import clsx from "clsx";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { clsx } from "clsx";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line
// Copyright 2025, Command Line
// SPDX-License-Identifier: Apache-2.0
import { clsx } from "clsx";

View File

@ -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";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import clsx from "clsx";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { clsx } from "clsx";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import clsx from "clsx";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import clsx from "clsx";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import React from "react";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { useRef } from "react";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { clsx } from "clsx";

View File

@ -1,4 +1,4 @@
// Copyright 2024, Command Line Inc.
// Copyright 2025, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
import { clsx } from "clsx";

View File

@ -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";

View File

@ -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";

View File

@ -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";

Some files were not shown because too many files have changed in this diff Show More