Skip to content

Commit 0285311

Browse files
committed
🐎 ci: update copyright information
1 parent 2a512bc commit 0285311

File tree

359 files changed

+720
-718
lines changed

Some content is hidden

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

359 files changed

+720
-718
lines changed

cpp/src/converter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include "shared.hpp"
55
#include <BRep_Builder.hxx>

cpp/src/factory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include "shared.hpp"
55
#include <BRepBuilderAPI_MakeEdge.hxx>

cpp/src/geometry.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include "shared.hpp"
55
#include "utils.hpp"

cpp/src/mesher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include "shared.hpp"
55
#include <BRep_Tool.hxx>

cpp/src/opencascade.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include "shared.hpp"
55
#include <BRep_Tool.hxx>

cpp/src/shape.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include "shared.hpp"
55
#include <BRep_Tool.hxx>

cpp/src/shared.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include "shared.hpp"
55
#include <TopoDS_Shape.hxx>

cpp/src/shared.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#pragma once
55

cpp/src/transient.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include <emscripten/bind.h>
55
#include <emscripten/val.h>

cpp/src/utils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#include <GeomAPI_ProjectPointOnCurve.hxx>
55
#include <GeomAPI_ExtremaCurveCurve.hxx>

cpp/src/utils.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
#pragma once
55

packages/chili-builder/src/additionalModule.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { CommandKeys, I18nKeys, Locale } from "chili-core";
55

packages/chili-builder/src/appBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { Application, CommandService, EditEventHandler, EditorService, HotkeyService } from "chili";
55
import {

packages/chili-builder/src/defaultDataExchange.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import {
55
EditableShapeNode,

packages/chili-builder/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export * from "./additionalModule";
55
export * from "./appBuilder";

packages/chili-builder/src/ribbon.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { RibbonTab } from "chili-core";
55

packages/chili-core/src/application.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { ICommand } from "./command";
55
import { IDataExchange } from "./dataExchange";

packages/chili-core/src/command/command.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IApplication } from "../application";
55
import { AsyncController, Observable, PubSub } from "../foundation";

packages/chili-core/src/command/commandKeys.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
const COMMAND_KEYS = [
55
"boolean.common",

packages/chili-core/src/command/decarator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { CommandKeys, ICommand } from ".";
55
import { Binding } from "../foundation";

packages/chili-core/src/command/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export * from "./command";
55
export * from "./commandKeys";

packages/chili-core/src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { Observable } from "./foundation";
55
import { ObjectSnapType } from "./snapType";

packages/chili-core/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export class Constants {
55
static readonly DBName = "chili3d-db";

packages/chili-core/src/dataExchange.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IDocument } from "./document";
55
import { VisualNode } from "./model";

packages/chili-core/src/document.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IApplication } from "./application";
55
import {

packages/chili-core/src/editor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IView } from "./visual";
55

packages/chili-core/src/foundation/asyncController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IDisposable } from "./disposable";
55

packages/chili-core/src/foundation/binding.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IConverter } from "./converter";
55
import { IPropertyChanged } from "./observer";

packages/chili-core/src/foundation/collection.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IDisposable } from "./disposable";
55

packages/chili-core/src/foundation/converter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { Result } from "./result";
55

packages/chili-core/src/foundation/deepObserver.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IPropertyChanged, isPropertyChanged } from "./observer";
55
import { Result } from "./result";

packages/chili-core/src/foundation/disposable.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export interface IDisposable {
55
dispose(): void;

packages/chili-core/src/foundation/dto/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export interface RecentDocumentDTO {
55
id: string;

packages/chili-core/src/foundation/equalityComparer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export interface IEqualityComparer<T> {
55
equals(left: T, right: T): boolean;

packages/chili-core/src/foundation/gc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IDisposable } from "./disposable";
55

packages/chili-core/src/foundation/history.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { INode, INodeLinkedList } from "../model";
55
import { IDisposable } from "./disposable";

packages/chili-core/src/foundation/id.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
// Copy from nanoid: https://github.com/ai/nanoid/blob/main/non-secure/index.js
55

packages/chili-core/src/foundation/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export * from "./asyncController";
55
export * from "./binding";

packages/chili-core/src/foundation/lazy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export class Lazy<T> {
55
#value?: T;

packages/chili-core/src/foundation/linkedList.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
interface LinkedListNode<T> {
55
data: T;

packages/chili-core/src/foundation/logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export class Logger {
55
static debug(message?: any, ...optionalParams: any[]) {

packages/chili-core/src/foundation/messageType.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export enum MessageType {
55
info,

packages/chili-core/src/foundation/observer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IDocument } from "../document";
55
import { IDisposable } from "./disposable";

packages/chili-core/src/foundation/precision.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export namespace Precision {
55
export const Distance = 1e-7;

packages/chili-core/src/foundation/pubsub.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { CommandKeys, ICommand } from "../command";
55
import { IDocument } from "../document";

packages/chili-core/src/foundation/result.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { Serializer } from "../serialize";
55
import { IEqualityComparer } from "./equalityComparer";

packages/chili-core/src/foundation/storage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export interface IStorage {
55
readonly version: number;

packages/chili-core/src/foundation/transaction.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
import { IDocument } from "../document";
55
import { ArrayRecord, IHistoryRecord } from "./history";

packages/chili-core/src/foundation/utils/debounce.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export const debounce = <F extends (...args: any[]) => void, P extends Parameters<F>>(
55
fun: F,

packages/chili-core/src/foundation/utils/download.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2022-2025 陈仙阁 (Chen Xiange)
2-
// Chili3d is licensed under the AGPL-3.0 License.
1+
// Part of the Chili3d Project, under the AGPL-3.0 License.
2+
// See LICENSE file in the project root for full license information.
33

44
export function download(data: BlobPart[], name: string) {
55
let blob = new Blob(data);

0 commit comments

Comments
 (0)