From 5242585500b2707421dac3a677fa8477f0638900 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Fri, 11 Jul 2025 15:04:22 +0800 Subject: [PATCH] chore: update copyright --- LICENSE | 2 +- docs/.vitepress/config.ts | 2 +- packages/core/src/App.ts | 2 +- packages/core/src/Env.ts | 2 +- packages/core/src/EventHelper.ts | 2 +- packages/core/src/IteratorContainer.ts | 2 +- packages/core/src/Node.ts | 2 +- packages/core/src/Page.ts | 2 +- packages/core/src/index.ts | 2 +- packages/core/src/utils.ts | 2 +- packages/data-source/src/DataSourceManager.ts | 2 +- packages/data-source/src/createDataSourceManager.ts | 2 +- packages/data-source/src/data-sources/Base.ts | 2 +- packages/data-source/src/data-sources/Http.ts | 2 +- packages/data-source/src/index.ts | 2 +- packages/design/src/config.ts | 2 +- packages/editor/src/hooks/index.ts | 2 +- packages/editor/src/index.ts | 2 +- packages/editor/src/services/BaseService.ts | 2 +- packages/editor/src/services/codeBlock.ts | 2 +- packages/editor/src/services/componentList.ts | 2 +- packages/editor/src/services/dep.ts | 2 +- packages/editor/src/services/editor.ts | 2 +- packages/editor/src/services/events.ts | 2 +- packages/editor/src/services/history.ts | 2 +- packages/editor/src/services/props.ts | 2 +- packages/editor/src/services/ui.ts | 2 +- packages/editor/src/type.ts | 2 +- packages/editor/src/utils/config.ts | 2 +- packages/editor/src/utils/editor.ts | 2 +- packages/editor/src/utils/index.ts | 2 +- packages/editor/src/utils/logger.ts | 2 +- packages/editor/src/utils/props.ts | 2 +- packages/editor/src/utils/undo-redo.ts | 2 +- packages/editor/tests/unit/layouts/workspace/Stage.spec.ts | 2 +- packages/editor/tests/unit/services/editor.spec.ts | 2 +- packages/editor/tests/unit/services/events.spec.ts | 2 +- packages/editor/tests/unit/services/ui.spec.ts | 2 +- packages/editor/tests/unit/utils/editor.spec.ts | 2 +- packages/editor/tests/unit/utils/form.spec.ts | 2 +- packages/editor/tests/unit/utils/undo-redo.spec.ts | 2 +- packages/form/src/index.ts | 2 +- packages/form/src/utils/config.ts | 2 +- packages/form/src/utils/containerProps.ts | 2 +- packages/form/src/utils/form.ts | 2 +- packages/form/src/utils/useAddField.ts | 2 +- packages/form/tests/unit/Form.spec.ts | 2 +- packages/form/tests/unit/containers/Tabs.spec.ts | 2 +- packages/form/tests/unit/fields/Checkbox.spec.ts | 2 +- packages/form/tests/unit/fields/CheckboxGroup.spec.ts | 2 +- packages/form/tests/unit/fields/ColorPicker.spec.ts | 2 +- packages/form/tests/unit/fields/Date.spec.ts | 2 +- packages/form/tests/unit/fields/DateTime.spec.ts | 2 +- packages/form/tests/unit/fields/Daterange.spec.ts | 2 +- packages/form/tests/unit/fields/Display.spec.ts | 2 +- packages/form/tests/unit/fields/Hidden.spec.ts | 2 +- packages/form/tests/unit/fields/Link.spec.ts | 2 +- packages/form/tests/unit/fields/Number.spec.ts | 2 +- packages/form/tests/unit/fields/RadioGroup.spec.ts | 2 +- packages/form/tests/unit/fields/Switch.spec.ts | 2 +- packages/form/tests/unit/fields/Text.spec.ts | 2 +- packages/form/tests/unit/fields/Textarea.spec.ts | 2 +- packages/form/tests/unit/fields/Time.spec.ts | 2 +- packages/form/tests/unit/utils/config.spec.ts | 2 +- packages/form/tests/unit/utils/createForm.spec.ts | 2 +- packages/form/tests/unit/utils/form.spec.ts | 2 +- packages/schema/src/index.ts | 2 +- packages/stage/src/ActionManager.ts | 2 +- packages/stage/src/DragResizeHelper.ts | 2 +- packages/stage/src/MoveableOptionsManager.ts | 2 +- packages/stage/src/StageCore.ts | 2 +- packages/stage/src/StageDragResize.ts | 2 +- packages/stage/src/StageHighlight.ts | 2 +- packages/stage/src/StageMask.ts | 2 +- packages/stage/src/StageMultiDragResize.ts | 2 +- packages/stage/src/StageRender.ts | 2 +- packages/stage/src/TargetShadow.ts | 2 +- packages/stage/src/const.ts | 2 +- packages/stage/src/index.ts | 2 +- packages/stage/src/logger.ts | 2 +- packages/stage/src/types.ts | 2 +- packages/stage/src/util.ts | 2 +- packages/stage/tests/unit/util.spec.ts | 2 +- packages/table/src/index.ts | 2 +- packages/table/src/schema.ts | 2 +- packages/table/src/utils.ts | 2 +- packages/utils/src/index.ts | 2 +- packages/utils/tests/unit/index.spec.ts | 2 +- playground/src/configs/dsl.ts | 2 +- playground/src/main.ts | 2 +- playground/src/route.ts | 2 +- playground/vite.config.ts | 2 +- react-components/button/src/Button.tsx | 2 +- react-components/button/src/formConfig.ts | 2 +- react-components/button/src/index.ts | 2 +- react-components/button/src/initValue.ts | 2 +- react-components/container/src/Component.tsx | 2 +- react-components/container/src/Container.tsx | 2 +- react-components/container/src/formConfig.ts | 2 +- react-components/container/src/index.ts | 2 +- react-components/container/src/initValue.ts | 2 +- react-components/img/src/Img.tsx | 2 +- react-components/img/src/formConfig.ts | 2 +- react-components/img/src/index.ts | 2 +- react-components/img/src/initValue.ts | 2 +- react-components/iterator-container/src/formConfig.ts | 2 +- react-components/iterator-container/src/index.ts | 2 +- react-components/iterator-container/src/initValue.ts | 2 +- react-components/overlay/src/Overlay.tsx | 2 +- react-components/overlay/src/formConfig.ts | 2 +- react-components/overlay/src/index.ts | 2 +- react-components/page-fragment-container/src/formConfig.ts | 2 +- react-components/page-fragment-container/src/index.ts | 2 +- react-components/page-fragment-container/src/initValue.ts | 2 +- react-components/page-fragment/src/formConfig.ts | 2 +- react-components/page-fragment/src/index.ts | 2 +- react-components/page-fragment/src/initValue.ts | 2 +- react-components/page/src/Page.tsx | 2 +- react-components/page/src/formConfig.ts | 2 +- react-components/page/src/index.ts | 2 +- react-components/page/src/initValue.ts | 2 +- react-components/qrcode/src/QrCode.tsx | 2 +- react-components/qrcode/src/formConfig.ts | 2 +- react-components/qrcode/src/index.ts | 2 +- react-components/qrcode/src/initValue.ts | 2 +- react-components/text/src/Text.tsx | 2 +- react-components/text/src/formConfig.ts | 2 +- react-components/text/src/index.ts | 2 +- react-components/text/src/initValue.ts | 2 +- runtime/react-runtime-help/src/AppContent.ts | 2 +- runtime/react-runtime-help/src/hooks/use-app.ts | 2 +- runtime/react-runtime-help/src/index.ts | 2 +- runtime/react/build.vite.config.ts | 2 +- runtime/react/dev.vite.config.ts | 2 +- runtime/react/page/App.tsx | 2 +- runtime/react/page/main.tsx | 2 +- runtime/react/playground/App.tsx | 2 +- runtime/react/playground/main.tsx | 2 +- runtime/ui-react/src/index.ts | 2 +- runtime/ui/src/index.ts | 2 +- runtime/vue-runtime-help/src/hooks/use-app.ts | 2 +- runtime/vue-runtime-help/src/hooks/use-component.ts | 2 +- runtime/vue2/build.vite.config.ts | 2 +- runtime/vue2/dev.vite.config.ts | 2 +- runtime/vue2/page/main.ts | 2 +- runtime/vue2/page/utils/index.ts | 2 +- runtime/vue2/page/utils/request.ts | 2 +- runtime/vue2/playground/main.ts | 2 +- runtime/vue3/build.vite.config.ts | 2 +- runtime/vue3/dev.vite.config.ts | 2 +- runtime/vue3/page/main.ts | 2 +- runtime/vue3/page/utils/index.ts | 2 +- runtime/vue3/page/utils/request.ts | 2 +- runtime/vue3/playground/main.ts | 2 +- vue-components/button/src/formConfig.ts | 2 +- vue-components/button/src/index.ts | 2 +- vue-components/button/src/initValue.ts | 2 +- vue-components/container/src/formConfig.ts | 2 +- vue-components/container/src/index.ts | 2 +- vue-components/container/src/initValue.ts | 2 +- vue-components/img/src/formConfig.ts | 2 +- vue-components/img/src/index.ts | 2 +- vue-components/img/src/initValue.ts | 2 +- vue-components/iterator-container/src/formConfig.ts | 2 +- vue-components/iterator-container/src/index.ts | 2 +- vue-components/iterator-container/src/initValue.ts | 2 +- vue-components/overlay/src/index.ts | 2 +- vue-components/page-fragment-container/src/formConfig.ts | 2 +- vue-components/page-fragment-container/src/index.ts | 2 +- vue-components/page-fragment-container/src/initValue.ts | 2 +- vue-components/page-fragment/src/formConfig.ts | 2 +- vue-components/page-fragment/src/index.ts | 2 +- vue-components/page-fragment/src/initValue.ts | 2 +- vue-components/page/src/formConfig.ts | 2 +- vue-components/page/src/index.ts | 2 +- vue-components/page/src/initValue.ts | 2 +- vue-components/qrcode/src/formConfig.ts | 2 +- vue-components/qrcode/src/index.ts | 2 +- vue-components/qrcode/src/initValue.ts | 2 +- vue-components/text/src/formConfig.ts | 2 +- vue-components/text/src/index.ts | 2 +- vue-components/text/src/initValue.ts | 2 +- 182 files changed, 182 insertions(+), 182 deletions(-) diff --git a/LICENSE b/LICENSE index a78dbd39..e27b1229 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Tencent is pleased to support the open source community by making TMagicEditor available. -Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2025 Tencent. All rights reserved. TMagicEditor is licensed under the Apache License Version 2.0 except for the third-party components listed below. diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 1b8e0956..ee7cc62b 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -24,7 +24,7 @@ export default defineConfig({ footer: { message: 'Powered by 腾讯视频会员平台技术中心', - copyright: 'Copyright (C) 2023 THL A29 Limited, a Tencent company.' + copyright: 'Copyright (C) 2025 Tencent.' }, nav: [ diff --git a/packages/core/src/App.ts b/packages/core/src/App.ts index 08cc6eb5..7a63cc2b 100644 --- a/packages/core/src/App.ts +++ b/packages/core/src/App.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/core/src/Env.ts b/packages/core/src/Env.ts index bbacc7a1..9473300e 100644 --- a/packages/core/src/Env.ts +++ b/packages/core/src/Env.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/core/src/EventHelper.ts b/packages/core/src/EventHelper.ts index 346f4a83..43726921 100644 --- a/packages/core/src/EventHelper.ts +++ b/packages/core/src/EventHelper.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/core/src/IteratorContainer.ts b/packages/core/src/IteratorContainer.ts index 3d0054bb..121d5a82 100644 --- a/packages/core/src/IteratorContainer.ts +++ b/packages/core/src/IteratorContainer.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/core/src/Node.ts b/packages/core/src/Node.ts index ba6e6bb6..7d56208a 100644 --- a/packages/core/src/Node.ts +++ b/packages/core/src/Node.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/core/src/Page.ts b/packages/core/src/Page.ts index 7d873ee7..135ffc7a 100644 --- a/packages/core/src/Page.ts +++ b/packages/core/src/Page.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/core/src/index.ts b/packages/core/src/index.ts index 14909d02..1fed09cf 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/core/src/utils.ts b/packages/core/src/utils.ts index 82d7c01c..55b7e40e 100644 --- a/packages/core/src/utils.ts +++ b/packages/core/src/utils.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/data-source/src/DataSourceManager.ts b/packages/data-source/src/DataSourceManager.ts index 0e270ac1..76d2276a 100644 --- a/packages/data-source/src/DataSourceManager.ts +++ b/packages/data-source/src/DataSourceManager.ts @@ -2,7 +2,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/data-source/src/createDataSourceManager.ts b/packages/data-source/src/createDataSourceManager.ts index ec4285a9..edb2a1b5 100644 --- a/packages/data-source/src/createDataSourceManager.ts +++ b/packages/data-source/src/createDataSourceManager.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/data-source/src/data-sources/Base.ts b/packages/data-source/src/data-sources/Base.ts index f69e9ef3..49af7d08 100644 --- a/packages/data-source/src/data-sources/Base.ts +++ b/packages/data-source/src/data-sources/Base.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/data-source/src/data-sources/Http.ts b/packages/data-source/src/data-sources/Http.ts index d020c774..de101a6e 100644 --- a/packages/data-source/src/data-sources/Http.ts +++ b/packages/data-source/src/data-sources/Http.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/data-source/src/index.ts b/packages/data-source/src/index.ts index a8d0a512..c0183f8f 100644 --- a/packages/data-source/src/index.ts +++ b/packages/data-source/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/design/src/config.ts b/packages/design/src/config.ts index e37aa831..45b29286 100644 --- a/packages/design/src/config.ts +++ b/packages/design/src/config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/hooks/index.ts b/packages/editor/src/hooks/index.ts index 47a587b5..cbc1690d 100644 --- a/packages/editor/src/hooks/index.ts +++ b/packages/editor/src/hooks/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/index.ts b/packages/editor/src/index.ts index a0a4894a..ce5502b9 100644 --- a/packages/editor/src/index.ts +++ b/packages/editor/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/BaseService.ts b/packages/editor/src/services/BaseService.ts index 15dd67a4..8c566e45 100644 --- a/packages/editor/src/services/BaseService.ts +++ b/packages/editor/src/services/BaseService.ts @@ -2,7 +2,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/codeBlock.ts b/packages/editor/src/services/codeBlock.ts index 2f28c21b..b7ff4ee8 100644 --- a/packages/editor/src/services/codeBlock.ts +++ b/packages/editor/src/services/codeBlock.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/componentList.ts b/packages/editor/src/services/componentList.ts index 59d39e7a..b339a18c 100644 --- a/packages/editor/src/services/componentList.ts +++ b/packages/editor/src/services/componentList.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/dep.ts b/packages/editor/src/services/dep.ts index 364ab12d..df0d4214 100644 --- a/packages/editor/src/services/dep.ts +++ b/packages/editor/src/services/dep.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/editor.ts b/packages/editor/src/services/editor.ts index 8cfd36e4..60ac1560 100644 --- a/packages/editor/src/services/editor.ts +++ b/packages/editor/src/services/editor.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/events.ts b/packages/editor/src/services/events.ts index 4f3da6d0..a32b3cc6 100644 --- a/packages/editor/src/services/events.ts +++ b/packages/editor/src/services/events.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/history.ts b/packages/editor/src/services/history.ts index 1a472146..47c1c753 100644 --- a/packages/editor/src/services/history.ts +++ b/packages/editor/src/services/history.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/props.ts b/packages/editor/src/services/props.ts index 17bb0d24..39788a4b 100644 --- a/packages/editor/src/services/props.ts +++ b/packages/editor/src/services/props.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/services/ui.ts b/packages/editor/src/services/ui.ts index 577b2f17..95375e4a 100644 --- a/packages/editor/src/services/ui.ts +++ b/packages/editor/src/services/ui.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/type.ts b/packages/editor/src/type.ts index a663589d..6adf97ca 100644 --- a/packages/editor/src/type.ts +++ b/packages/editor/src/type.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/utils/config.ts b/packages/editor/src/utils/config.ts index 753b813c..f846bdcd 100644 --- a/packages/editor/src/utils/config.ts +++ b/packages/editor/src/utils/config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/utils/editor.ts b/packages/editor/src/utils/editor.ts index c204d51a..651c0ea8 100644 --- a/packages/editor/src/utils/editor.ts +++ b/packages/editor/src/utils/editor.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/utils/index.ts b/packages/editor/src/utils/index.ts index bca5a085..49c0fb75 100644 --- a/packages/editor/src/utils/index.ts +++ b/packages/editor/src/utils/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/utils/logger.ts b/packages/editor/src/utils/logger.ts index 709ac2cd..42e55885 100644 --- a/packages/editor/src/utils/logger.ts +++ b/packages/editor/src/utils/logger.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/utils/props.ts b/packages/editor/src/utils/props.ts index da68d0c1..bd020e2e 100644 --- a/packages/editor/src/utils/props.ts +++ b/packages/editor/src/utils/props.ts @@ -2,7 +2,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/src/utils/undo-redo.ts b/packages/editor/src/utils/undo-redo.ts index 76713f1f..1542c284 100644 --- a/packages/editor/src/utils/undo-redo.ts +++ b/packages/editor/src/utils/undo-redo.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/tests/unit/layouts/workspace/Stage.spec.ts b/packages/editor/tests/unit/layouts/workspace/Stage.spec.ts index b872825d..51df7dc8 100644 --- a/packages/editor/tests/unit/layouts/workspace/Stage.spec.ts +++ b/packages/editor/tests/unit/layouts/workspace/Stage.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/tests/unit/services/editor.spec.ts b/packages/editor/tests/unit/services/editor.spec.ts index ad3467dd..62673b74 100644 --- a/packages/editor/tests/unit/services/editor.spec.ts +++ b/packages/editor/tests/unit/services/editor.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/tests/unit/services/events.spec.ts b/packages/editor/tests/unit/services/events.spec.ts index 7cbe45a6..0ce6e546 100644 --- a/packages/editor/tests/unit/services/events.spec.ts +++ b/packages/editor/tests/unit/services/events.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/tests/unit/services/ui.spec.ts b/packages/editor/tests/unit/services/ui.spec.ts index 4735d138..869a2aaf 100644 --- a/packages/editor/tests/unit/services/ui.spec.ts +++ b/packages/editor/tests/unit/services/ui.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/tests/unit/utils/editor.spec.ts b/packages/editor/tests/unit/utils/editor.spec.ts index 7fbab28d..2e9c494d 100644 --- a/packages/editor/tests/unit/utils/editor.spec.ts +++ b/packages/editor/tests/unit/utils/editor.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/tests/unit/utils/form.spec.ts b/packages/editor/tests/unit/utils/form.spec.ts index 80d15c08..e2903a89 100644 --- a/packages/editor/tests/unit/utils/form.spec.ts +++ b/packages/editor/tests/unit/utils/form.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/editor/tests/unit/utils/undo-redo.spec.ts b/packages/editor/tests/unit/utils/undo-redo.spec.ts index ffbdf192..a04e73d2 100644 --- a/packages/editor/tests/unit/utils/undo-redo.spec.ts +++ b/packages/editor/tests/unit/utils/undo-redo.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/src/index.ts b/packages/form/src/index.ts index 77cf0cff..ad52d654 100644 --- a/packages/form/src/index.ts +++ b/packages/form/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/src/utils/config.ts b/packages/form/src/utils/config.ts index a7aa670f..916bf91d 100644 --- a/packages/form/src/utils/config.ts +++ b/packages/form/src/utils/config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/src/utils/containerProps.ts b/packages/form/src/utils/containerProps.ts index 8da869e6..e95d2b9f 100644 --- a/packages/form/src/utils/containerProps.ts +++ b/packages/form/src/utils/containerProps.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/src/utils/form.ts b/packages/form/src/utils/form.ts index a3d51cde..c971953b 100644 --- a/packages/form/src/utils/form.ts +++ b/packages/form/src/utils/form.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/src/utils/useAddField.ts b/packages/form/src/utils/useAddField.ts index c2f6dd25..8ff68e5c 100644 --- a/packages/form/src/utils/useAddField.ts +++ b/packages/form/src/utils/useAddField.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/Form.spec.ts b/packages/form/tests/unit/Form.spec.ts index 5c972a9d..7fba15f7 100644 --- a/packages/form/tests/unit/Form.spec.ts +++ b/packages/form/tests/unit/Form.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/containers/Tabs.spec.ts b/packages/form/tests/unit/containers/Tabs.spec.ts index 1980b793..c3c6c69d 100644 --- a/packages/form/tests/unit/containers/Tabs.spec.ts +++ b/packages/form/tests/unit/containers/Tabs.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Checkbox.spec.ts b/packages/form/tests/unit/fields/Checkbox.spec.ts index 722d823f..df475782 100644 --- a/packages/form/tests/unit/fields/Checkbox.spec.ts +++ b/packages/form/tests/unit/fields/Checkbox.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/CheckboxGroup.spec.ts b/packages/form/tests/unit/fields/CheckboxGroup.spec.ts index fa6d08a5..8e00f3dc 100644 --- a/packages/form/tests/unit/fields/CheckboxGroup.spec.ts +++ b/packages/form/tests/unit/fields/CheckboxGroup.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/ColorPicker.spec.ts b/packages/form/tests/unit/fields/ColorPicker.spec.ts index b9da82e1..c41941dc 100644 --- a/packages/form/tests/unit/fields/ColorPicker.spec.ts +++ b/packages/form/tests/unit/fields/ColorPicker.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Date.spec.ts b/packages/form/tests/unit/fields/Date.spec.ts index 470b55fc..46c5f84d 100644 --- a/packages/form/tests/unit/fields/Date.spec.ts +++ b/packages/form/tests/unit/fields/Date.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/DateTime.spec.ts b/packages/form/tests/unit/fields/DateTime.spec.ts index c908fde8..b62f4957 100644 --- a/packages/form/tests/unit/fields/DateTime.spec.ts +++ b/packages/form/tests/unit/fields/DateTime.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Daterange.spec.ts b/packages/form/tests/unit/fields/Daterange.spec.ts index 9288ea68..b44a2a5c 100644 --- a/packages/form/tests/unit/fields/Daterange.spec.ts +++ b/packages/form/tests/unit/fields/Daterange.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Display.spec.ts b/packages/form/tests/unit/fields/Display.spec.ts index c3b530b0..535363de 100644 --- a/packages/form/tests/unit/fields/Display.spec.ts +++ b/packages/form/tests/unit/fields/Display.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Hidden.spec.ts b/packages/form/tests/unit/fields/Hidden.spec.ts index ef4d3846..277625ad 100644 --- a/packages/form/tests/unit/fields/Hidden.spec.ts +++ b/packages/form/tests/unit/fields/Hidden.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Link.spec.ts b/packages/form/tests/unit/fields/Link.spec.ts index 330f3e6d..82ce933c 100644 --- a/packages/form/tests/unit/fields/Link.spec.ts +++ b/packages/form/tests/unit/fields/Link.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Number.spec.ts b/packages/form/tests/unit/fields/Number.spec.ts index 11f25234..b1421a09 100644 --- a/packages/form/tests/unit/fields/Number.spec.ts +++ b/packages/form/tests/unit/fields/Number.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/RadioGroup.spec.ts b/packages/form/tests/unit/fields/RadioGroup.spec.ts index 5abc730e..fb3492dc 100644 --- a/packages/form/tests/unit/fields/RadioGroup.spec.ts +++ b/packages/form/tests/unit/fields/RadioGroup.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Switch.spec.ts b/packages/form/tests/unit/fields/Switch.spec.ts index 33550531..050f04e2 100644 --- a/packages/form/tests/unit/fields/Switch.spec.ts +++ b/packages/form/tests/unit/fields/Switch.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Text.spec.ts b/packages/form/tests/unit/fields/Text.spec.ts index ca12d161..d79fc960 100644 --- a/packages/form/tests/unit/fields/Text.spec.ts +++ b/packages/form/tests/unit/fields/Text.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Textarea.spec.ts b/packages/form/tests/unit/fields/Textarea.spec.ts index c9e124ea..56082f4d 100644 --- a/packages/form/tests/unit/fields/Textarea.spec.ts +++ b/packages/form/tests/unit/fields/Textarea.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/fields/Time.spec.ts b/packages/form/tests/unit/fields/Time.spec.ts index 7d37f7f0..a0181720 100644 --- a/packages/form/tests/unit/fields/Time.spec.ts +++ b/packages/form/tests/unit/fields/Time.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/utils/config.spec.ts b/packages/form/tests/unit/utils/config.spec.ts index b1f65041..c8cd4fe3 100644 --- a/packages/form/tests/unit/utils/config.spec.ts +++ b/packages/form/tests/unit/utils/config.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/utils/createForm.spec.ts b/packages/form/tests/unit/utils/createForm.spec.ts index 1fc7d800..3140ecd6 100644 --- a/packages/form/tests/unit/utils/createForm.spec.ts +++ b/packages/form/tests/unit/utils/createForm.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/form/tests/unit/utils/form.spec.ts b/packages/form/tests/unit/utils/form.spec.ts index 6f321487..8e747f12 100644 --- a/packages/form/tests/unit/utils/form.spec.ts +++ b/packages/form/tests/unit/utils/form.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/schema/src/index.ts b/packages/schema/src/index.ts index f85efd17..a884ce72 100644 --- a/packages/schema/src/index.ts +++ b/packages/schema/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/ActionManager.ts b/packages/stage/src/ActionManager.ts index 5d8de9cd..8ec6cd77 100644 --- a/packages/stage/src/ActionManager.ts +++ b/packages/stage/src/ActionManager.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/DragResizeHelper.ts b/packages/stage/src/DragResizeHelper.ts index 372afbf3..a3bd6d1c 100644 --- a/packages/stage/src/DragResizeHelper.ts +++ b/packages/stage/src/DragResizeHelper.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/MoveableOptionsManager.ts b/packages/stage/src/MoveableOptionsManager.ts index 6a5ae502..fedd73aa 100644 --- a/packages/stage/src/MoveableOptionsManager.ts +++ b/packages/stage/src/MoveableOptionsManager.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/StageCore.ts b/packages/stage/src/StageCore.ts index 83a2eecf..3dfb7c11 100644 --- a/packages/stage/src/StageCore.ts +++ b/packages/stage/src/StageCore.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/StageDragResize.ts b/packages/stage/src/StageDragResize.ts index 0af01c13..c77beefc 100644 --- a/packages/stage/src/StageDragResize.ts +++ b/packages/stage/src/StageDragResize.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/StageHighlight.ts b/packages/stage/src/StageHighlight.ts index e38eeebc..1f84fd37 100644 --- a/packages/stage/src/StageHighlight.ts +++ b/packages/stage/src/StageHighlight.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/StageMask.ts b/packages/stage/src/StageMask.ts index e7c4b147..ea54f60f 100644 --- a/packages/stage/src/StageMask.ts +++ b/packages/stage/src/StageMask.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/StageMultiDragResize.ts b/packages/stage/src/StageMultiDragResize.ts index bf4562c6..b9783615 100644 --- a/packages/stage/src/StageMultiDragResize.ts +++ b/packages/stage/src/StageMultiDragResize.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/StageRender.ts b/packages/stage/src/StageRender.ts index 93c52f80..c9ce8b15 100644 --- a/packages/stage/src/StageRender.ts +++ b/packages/stage/src/StageRender.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/TargetShadow.ts b/packages/stage/src/TargetShadow.ts index 80eb5440..6cd4832e 100644 --- a/packages/stage/src/TargetShadow.ts +++ b/packages/stage/src/TargetShadow.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/const.ts b/packages/stage/src/const.ts index 2833d8bf..31f64e9f 100644 --- a/packages/stage/src/const.ts +++ b/packages/stage/src/const.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/index.ts b/packages/stage/src/index.ts index a18337b0..9ccde379 100644 --- a/packages/stage/src/index.ts +++ b/packages/stage/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/logger.ts b/packages/stage/src/logger.ts index a27e036d..1777d8fd 100644 --- a/packages/stage/src/logger.ts +++ b/packages/stage/src/logger.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/types.ts b/packages/stage/src/types.ts index d5947e33..fafff7f8 100644 --- a/packages/stage/src/types.ts +++ b/packages/stage/src/types.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/src/util.ts b/packages/stage/src/util.ts index dca59789..73c19dea 100644 --- a/packages/stage/src/util.ts +++ b/packages/stage/src/util.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/stage/tests/unit/util.spec.ts b/packages/stage/tests/unit/util.spec.ts index 3458004a..a82f790b 100644 --- a/packages/stage/tests/unit/util.spec.ts +++ b/packages/stage/tests/unit/util.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/table/src/index.ts b/packages/table/src/index.ts index a7d99527..d7e9f6b9 100644 --- a/packages/table/src/index.ts +++ b/packages/table/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/table/src/schema.ts b/packages/table/src/schema.ts index 76753643..ff010342 100644 --- a/packages/table/src/schema.ts +++ b/packages/table/src/schema.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/table/src/utils.ts b/packages/table/src/utils.ts index 8f180d67..44ed5156 100644 --- a/packages/table/src/utils.ts +++ b/packages/table/src/utils.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/utils/src/index.ts b/packages/utils/src/index.ts index 19a587f1..06f2588c 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -2,7 +2,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/packages/utils/tests/unit/index.spec.ts b/packages/utils/tests/unit/index.spec.ts index fb8cd344..2d4f9808 100644 --- a/packages/utils/tests/unit/index.spec.ts +++ b/packages/utils/tests/unit/index.spec.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/playground/src/configs/dsl.ts b/playground/src/configs/dsl.ts index 92ef37cf..5d5d9ec1 100644 --- a/playground/src/configs/dsl.ts +++ b/playground/src/configs/dsl.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/playground/src/main.ts b/playground/src/main.ts index a0690f51..76944c63 100644 --- a/playground/src/main.ts +++ b/playground/src/main.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/playground/src/route.ts b/playground/src/route.ts index 40861d02..41ef8b28 100644 --- a/playground/src/route.ts +++ b/playground/src/route.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/playground/vite.config.ts b/playground/vite.config.ts index 9e77f759..d986d462 100644 --- a/playground/vite.config.ts +++ b/playground/vite.config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/button/src/Button.tsx b/react-components/button/src/Button.tsx index b5e6baab..5ea4a752 100644 --- a/react-components/button/src/Button.tsx +++ b/react-components/button/src/Button.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/button/src/formConfig.ts b/react-components/button/src/formConfig.ts index 4a97e242..2ea002fc 100644 --- a/react-components/button/src/formConfig.ts +++ b/react-components/button/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/button/src/index.ts b/react-components/button/src/index.ts index 9bb21ebe..ab43685e 100644 --- a/react-components/button/src/index.ts +++ b/react-components/button/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/button/src/initValue.ts b/react-components/button/src/initValue.ts index 9165e697..1021147d 100644 --- a/react-components/button/src/initValue.ts +++ b/react-components/button/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/container/src/Component.tsx b/react-components/container/src/Component.tsx index 4df7111a..d99b0b8f 100644 --- a/react-components/container/src/Component.tsx +++ b/react-components/container/src/Component.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/container/src/Container.tsx b/react-components/container/src/Container.tsx index 7dc4b4d3..509a23bb 100644 --- a/react-components/container/src/Container.tsx +++ b/react-components/container/src/Container.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/container/src/formConfig.ts b/react-components/container/src/formConfig.ts index 77a097b4..69c73c76 100644 --- a/react-components/container/src/formConfig.ts +++ b/react-components/container/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/container/src/index.ts b/react-components/container/src/index.ts index 9425257f..4b2caf09 100644 --- a/react-components/container/src/index.ts +++ b/react-components/container/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/container/src/initValue.ts b/react-components/container/src/initValue.ts index 19a93494..5f39ee5f 100644 --- a/react-components/container/src/initValue.ts +++ b/react-components/container/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/img/src/Img.tsx b/react-components/img/src/Img.tsx index 538f9f3c..228cbe34 100644 --- a/react-components/img/src/Img.tsx +++ b/react-components/img/src/Img.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/img/src/formConfig.ts b/react-components/img/src/formConfig.ts index 8855f0a4..8899b163 100644 --- a/react-components/img/src/formConfig.ts +++ b/react-components/img/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/img/src/index.ts b/react-components/img/src/index.ts index a4faec7e..dee169b1 100644 --- a/react-components/img/src/index.ts +++ b/react-components/img/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/img/src/initValue.ts b/react-components/img/src/initValue.ts index 592493cd..cf9abd17 100644 --- a/react-components/img/src/initValue.ts +++ b/react-components/img/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/iterator-container/src/formConfig.ts b/react-components/iterator-container/src/formConfig.ts index af66574b..e8d585ef 100644 --- a/react-components/iterator-container/src/formConfig.ts +++ b/react-components/iterator-container/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/iterator-container/src/index.ts b/react-components/iterator-container/src/index.ts index 4413ff5a..dbc7d656 100644 --- a/react-components/iterator-container/src/index.ts +++ b/react-components/iterator-container/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/iterator-container/src/initValue.ts b/react-components/iterator-container/src/initValue.ts index 2223ec4c..c81d5a84 100644 --- a/react-components/iterator-container/src/initValue.ts +++ b/react-components/iterator-container/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/overlay/src/Overlay.tsx b/react-components/overlay/src/Overlay.tsx index f1523efb..3e36655c 100644 --- a/react-components/overlay/src/Overlay.tsx +++ b/react-components/overlay/src/Overlay.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/overlay/src/formConfig.ts b/react-components/overlay/src/formConfig.ts index 4da8f014..c2eb38da 100644 --- a/react-components/overlay/src/formConfig.ts +++ b/react-components/overlay/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/overlay/src/index.ts b/react-components/overlay/src/index.ts index f472e189..225c3e35 100644 --- a/react-components/overlay/src/index.ts +++ b/react-components/overlay/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page-fragment-container/src/formConfig.ts b/react-components/page-fragment-container/src/formConfig.ts index 07f1de2a..9f8eabc9 100644 --- a/react-components/page-fragment-container/src/formConfig.ts +++ b/react-components/page-fragment-container/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page-fragment-container/src/index.ts b/react-components/page-fragment-container/src/index.ts index 6c342b15..ccc0ef35 100644 --- a/react-components/page-fragment-container/src/index.ts +++ b/react-components/page-fragment-container/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page-fragment-container/src/initValue.ts b/react-components/page-fragment-container/src/initValue.ts index 0ba15f5a..e0b15926 100644 --- a/react-components/page-fragment-container/src/initValue.ts +++ b/react-components/page-fragment-container/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page-fragment/src/formConfig.ts b/react-components/page-fragment/src/formConfig.ts index b2b9818f..3db5cf4d 100644 --- a/react-components/page-fragment/src/formConfig.ts +++ b/react-components/page-fragment/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page-fragment/src/index.ts b/react-components/page-fragment/src/index.ts index 3e0d8d7a..eec08a2e 100644 --- a/react-components/page-fragment/src/index.ts +++ b/react-components/page-fragment/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page-fragment/src/initValue.ts b/react-components/page-fragment/src/initValue.ts index 00ae8e84..4cc954a3 100644 --- a/react-components/page-fragment/src/initValue.ts +++ b/react-components/page-fragment/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page/src/Page.tsx b/react-components/page/src/Page.tsx index 21ec69b1..aa82a92e 100644 --- a/react-components/page/src/Page.tsx +++ b/react-components/page/src/Page.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page/src/formConfig.ts b/react-components/page/src/formConfig.ts index ec54d387..fb28ae72 100644 --- a/react-components/page/src/formConfig.ts +++ b/react-components/page/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page/src/index.ts b/react-components/page/src/index.ts index bb85bc98..1720b098 100644 --- a/react-components/page/src/index.ts +++ b/react-components/page/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/page/src/initValue.ts b/react-components/page/src/initValue.ts index 96d84afa..b82235dc 100644 --- a/react-components/page/src/initValue.ts +++ b/react-components/page/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/qrcode/src/QrCode.tsx b/react-components/qrcode/src/QrCode.tsx index 8a1e50cf..23134cef 100644 --- a/react-components/qrcode/src/QrCode.tsx +++ b/react-components/qrcode/src/QrCode.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/qrcode/src/formConfig.ts b/react-components/qrcode/src/formConfig.ts index 31f877c8..ecec30f5 100644 --- a/react-components/qrcode/src/formConfig.ts +++ b/react-components/qrcode/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/qrcode/src/index.ts b/react-components/qrcode/src/index.ts index edad48c5..75ffa71e 100644 --- a/react-components/qrcode/src/index.ts +++ b/react-components/qrcode/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/qrcode/src/initValue.ts b/react-components/qrcode/src/initValue.ts index 0a2fedc5..665d319c 100644 --- a/react-components/qrcode/src/initValue.ts +++ b/react-components/qrcode/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/text/src/Text.tsx b/react-components/text/src/Text.tsx index aa5fc047..2355746b 100644 --- a/react-components/text/src/Text.tsx +++ b/react-components/text/src/Text.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/text/src/formConfig.ts b/react-components/text/src/formConfig.ts index 841a4281..51a32486 100644 --- a/react-components/text/src/formConfig.ts +++ b/react-components/text/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/text/src/index.ts b/react-components/text/src/index.ts index 9e89caee..66d40fb2 100644 --- a/react-components/text/src/index.ts +++ b/react-components/text/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/react-components/text/src/initValue.ts b/react-components/text/src/initValue.ts index efe47eea..0edba65e 100644 --- a/react-components/text/src/initValue.ts +++ b/react-components/text/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react-runtime-help/src/AppContent.ts b/runtime/react-runtime-help/src/AppContent.ts index bba90c5e..4324df56 100644 --- a/runtime/react-runtime-help/src/AppContent.ts +++ b/runtime/react-runtime-help/src/AppContent.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react-runtime-help/src/hooks/use-app.ts b/runtime/react-runtime-help/src/hooks/use-app.ts index bfff8573..98d9bb43 100644 --- a/runtime/react-runtime-help/src/hooks/use-app.ts +++ b/runtime/react-runtime-help/src/hooks/use-app.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react-runtime-help/src/index.ts b/runtime/react-runtime-help/src/index.ts index 287fa3d8..28b11292 100644 --- a/runtime/react-runtime-help/src/index.ts +++ b/runtime/react-runtime-help/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react/build.vite.config.ts b/runtime/react/build.vite.config.ts index a7645ca9..b095905c 100644 --- a/runtime/react/build.vite.config.ts +++ b/runtime/react/build.vite.config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react/dev.vite.config.ts b/runtime/react/dev.vite.config.ts index bf6c8271..21e39c95 100644 --- a/runtime/react/dev.vite.config.ts +++ b/runtime/react/dev.vite.config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react/page/App.tsx b/runtime/react/page/App.tsx index 2fe5d408..b6a6e66c 100644 --- a/runtime/react/page/App.tsx +++ b/runtime/react/page/App.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react/page/main.tsx b/runtime/react/page/main.tsx index 290d3f60..9aaf92d4 100644 --- a/runtime/react/page/main.tsx +++ b/runtime/react/page/main.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react/playground/App.tsx b/runtime/react/playground/App.tsx index bab21b07..20072b7a 100644 --- a/runtime/react/playground/App.tsx +++ b/runtime/react/playground/App.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/react/playground/main.tsx b/runtime/react/playground/main.tsx index 5d2ffda3..ad36b9a4 100644 --- a/runtime/react/playground/main.tsx +++ b/runtime/react/playground/main.tsx @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/ui-react/src/index.ts b/runtime/ui-react/src/index.ts index 9624703a..a345efa9 100644 --- a/runtime/ui-react/src/index.ts +++ b/runtime/ui-react/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/ui/src/index.ts b/runtime/ui/src/index.ts index 0038c13a..17981221 100644 --- a/runtime/ui/src/index.ts +++ b/runtime/ui/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue-runtime-help/src/hooks/use-app.ts b/runtime/vue-runtime-help/src/hooks/use-app.ts index a69942c4..88caf011 100644 --- a/runtime/vue-runtime-help/src/hooks/use-app.ts +++ b/runtime/vue-runtime-help/src/hooks/use-app.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue-runtime-help/src/hooks/use-component.ts b/runtime/vue-runtime-help/src/hooks/use-component.ts index 46f0906c..9e10da8c 100644 --- a/runtime/vue-runtime-help/src/hooks/use-component.ts +++ b/runtime/vue-runtime-help/src/hooks/use-component.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue2/build.vite.config.ts b/runtime/vue2/build.vite.config.ts index e8cb8109..d2610ad7 100644 --- a/runtime/vue2/build.vite.config.ts +++ b/runtime/vue2/build.vite.config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue2/dev.vite.config.ts b/runtime/vue2/dev.vite.config.ts index c1d5f6a6..37b3f07a 100644 --- a/runtime/vue2/dev.vite.config.ts +++ b/runtime/vue2/dev.vite.config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue2/page/main.ts b/runtime/vue2/page/main.ts index 01c36b4e..36a5d849 100644 --- a/runtime/vue2/page/main.ts +++ b/runtime/vue2/page/main.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue2/page/utils/index.ts b/runtime/vue2/page/utils/index.ts index f7e7b198..ef72142b 100644 --- a/runtime/vue2/page/utils/index.ts +++ b/runtime/vue2/page/utils/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue2/page/utils/request.ts b/runtime/vue2/page/utils/request.ts index c7a51522..019522b6 100644 --- a/runtime/vue2/page/utils/request.ts +++ b/runtime/vue2/page/utils/request.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue2/playground/main.ts b/runtime/vue2/playground/main.ts index 524df9d4..d69b2bcf 100644 --- a/runtime/vue2/playground/main.ts +++ b/runtime/vue2/playground/main.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue3/build.vite.config.ts b/runtime/vue3/build.vite.config.ts index c436500d..22457125 100644 --- a/runtime/vue3/build.vite.config.ts +++ b/runtime/vue3/build.vite.config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue3/dev.vite.config.ts b/runtime/vue3/dev.vite.config.ts index 73f0d3f4..7470f97f 100644 --- a/runtime/vue3/dev.vite.config.ts +++ b/runtime/vue3/dev.vite.config.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue3/page/main.ts b/runtime/vue3/page/main.ts index f65f428e..f3b23253 100644 --- a/runtime/vue3/page/main.ts +++ b/runtime/vue3/page/main.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue3/page/utils/index.ts b/runtime/vue3/page/utils/index.ts index f7e7b198..ef72142b 100644 --- a/runtime/vue3/page/utils/index.ts +++ b/runtime/vue3/page/utils/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue3/page/utils/request.ts b/runtime/vue3/page/utils/request.ts index 1652d768..2e24245c 100644 --- a/runtime/vue3/page/utils/request.ts +++ b/runtime/vue3/page/utils/request.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/runtime/vue3/playground/main.ts b/runtime/vue3/playground/main.ts index 909e80a5..c6c73876 100644 --- a/runtime/vue3/playground/main.ts +++ b/runtime/vue3/playground/main.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/button/src/formConfig.ts b/vue-components/button/src/formConfig.ts index a5e0daed..9bda2ca0 100644 --- a/vue-components/button/src/formConfig.ts +++ b/vue-components/button/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/button/src/index.ts b/vue-components/button/src/index.ts index 7a09dfab..e637b7be 100644 --- a/vue-components/button/src/index.ts +++ b/vue-components/button/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/button/src/initValue.ts b/vue-components/button/src/initValue.ts index 9165e697..1021147d 100644 --- a/vue-components/button/src/initValue.ts +++ b/vue-components/button/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/container/src/formConfig.ts b/vue-components/container/src/formConfig.ts index ecf3dfb6..514a082a 100644 --- a/vue-components/container/src/formConfig.ts +++ b/vue-components/container/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/container/src/index.ts b/vue-components/container/src/index.ts index 83f6fc96..6ebf03eb 100644 --- a/vue-components/container/src/index.ts +++ b/vue-components/container/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/container/src/initValue.ts b/vue-components/container/src/initValue.ts index 19a93494..5f39ee5f 100644 --- a/vue-components/container/src/initValue.ts +++ b/vue-components/container/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/img/src/formConfig.ts b/vue-components/img/src/formConfig.ts index 504e36a3..20022317 100644 --- a/vue-components/img/src/formConfig.ts +++ b/vue-components/img/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/img/src/index.ts b/vue-components/img/src/index.ts index 00c90474..4f19466c 100644 --- a/vue-components/img/src/index.ts +++ b/vue-components/img/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/img/src/initValue.ts b/vue-components/img/src/initValue.ts index 592493cd..cf9abd17 100644 --- a/vue-components/img/src/initValue.ts +++ b/vue-components/img/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/iterator-container/src/formConfig.ts b/vue-components/iterator-container/src/formConfig.ts index a9d92b4a..2733b090 100644 --- a/vue-components/iterator-container/src/formConfig.ts +++ b/vue-components/iterator-container/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/iterator-container/src/index.ts b/vue-components/iterator-container/src/index.ts index 3edc97e6..e6c4b752 100644 --- a/vue-components/iterator-container/src/index.ts +++ b/vue-components/iterator-container/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/iterator-container/src/initValue.ts b/vue-components/iterator-container/src/initValue.ts index 2223ec4c..c81d5a84 100644 --- a/vue-components/iterator-container/src/initValue.ts +++ b/vue-components/iterator-container/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/overlay/src/index.ts b/vue-components/overlay/src/index.ts index a36d7a8b..a834b719 100644 --- a/vue-components/overlay/src/index.ts +++ b/vue-components/overlay/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page-fragment-container/src/formConfig.ts b/vue-components/page-fragment-container/src/formConfig.ts index 01f2c01a..d4822a01 100644 --- a/vue-components/page-fragment-container/src/formConfig.ts +++ b/vue-components/page-fragment-container/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page-fragment-container/src/index.ts b/vue-components/page-fragment-container/src/index.ts index 1e17bdce..3319b514 100644 --- a/vue-components/page-fragment-container/src/index.ts +++ b/vue-components/page-fragment-container/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page-fragment-container/src/initValue.ts b/vue-components/page-fragment-container/src/initValue.ts index 0ba15f5a..e0b15926 100644 --- a/vue-components/page-fragment-container/src/initValue.ts +++ b/vue-components/page-fragment-container/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page-fragment/src/formConfig.ts b/vue-components/page-fragment/src/formConfig.ts index b2b9818f..3db5cf4d 100644 --- a/vue-components/page-fragment/src/formConfig.ts +++ b/vue-components/page-fragment/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page-fragment/src/index.ts b/vue-components/page-fragment/src/index.ts index cf8e776b..ef6a10ce 100644 --- a/vue-components/page-fragment/src/index.ts +++ b/vue-components/page-fragment/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page-fragment/src/initValue.ts b/vue-components/page-fragment/src/initValue.ts index 00ae8e84..4cc954a3 100644 --- a/vue-components/page-fragment/src/initValue.ts +++ b/vue-components/page-fragment/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page/src/formConfig.ts b/vue-components/page/src/formConfig.ts index 65bfc32c..964caef8 100644 --- a/vue-components/page/src/formConfig.ts +++ b/vue-components/page/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page/src/index.ts b/vue-components/page/src/index.ts index f826c79c..7f49f9b7 100644 --- a/vue-components/page/src/index.ts +++ b/vue-components/page/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/page/src/initValue.ts b/vue-components/page/src/initValue.ts index 96d84afa..b82235dc 100644 --- a/vue-components/page/src/initValue.ts +++ b/vue-components/page/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/qrcode/src/formConfig.ts b/vue-components/qrcode/src/formConfig.ts index 047b25a9..a658adeb 100644 --- a/vue-components/qrcode/src/formConfig.ts +++ b/vue-components/qrcode/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/qrcode/src/index.ts b/vue-components/qrcode/src/index.ts index beca5c9d..3e357b38 100644 --- a/vue-components/qrcode/src/index.ts +++ b/vue-components/qrcode/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/qrcode/src/initValue.ts b/vue-components/qrcode/src/initValue.ts index 0a2fedc5..665d319c 100644 --- a/vue-components/qrcode/src/initValue.ts +++ b/vue-components/qrcode/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/text/src/formConfig.ts b/vue-components/text/src/formConfig.ts index df674302..6e645a7f 100644 --- a/vue-components/text/src/formConfig.ts +++ b/vue-components/text/src/formConfig.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/text/src/index.ts b/vue-components/text/src/index.ts index f88db3f7..b54f686f 100644 --- a/vue-components/text/src/index.ts +++ b/vue-components/text/src/index.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * 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/vue-components/text/src/initValue.ts b/vue-components/text/src/initValue.ts index efe47eea..0edba65e 100644 --- a/vue-components/text/src/initValue.ts +++ b/vue-components/text/src/initValue.ts @@ -1,7 +1,7 @@ /* * Tencent is pleased to support the open source community by making TMagicEditor available. * - * Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2025 Tencent. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.