From c225b48c2c1c9b5be78922a2cdaa0bdabe7eae70 Mon Sep 17 00:00:00 2001 From: Tatyana Shashkova Date: Mon, 20 Jan 2025 20:10:49 -0800 Subject: [PATCH] chore: Change 2024 to 2025 in copyright terms --- packages/web-core/src/index.ts | 3 +-- packages/web-threejs/src/index.ts | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/web-core/src/index.ts b/packages/web-core/src/index.ts index 64a2d124..db0a1b16 100644 --- a/packages/web-core/src/index.ts +++ b/packages/web-core/src/index.ts @@ -1,10 +1,9 @@ /** - * Copyright 2022 Theai, Inc. (DBA Inworld) + * Copyright 2022-2025 Theai, Inc. dba Inworld AI * * Use of this source code is governed by the Inworld.ai Software Development Kit License Agreement * that can be found in the LICENSE.md file or at https://www.inworld.ai/sdk-license */ - import { InworldPacket as ProtoPacket } from '../proto/ai/inworld/packets/packets.pb'; import { InworldClient } from './clients/inworld.client'; import { diff --git a/packages/web-threejs/src/index.ts b/packages/web-threejs/src/index.ts index ec3ab7f7..99d8581c 100644 --- a/packages/web-threejs/src/index.ts +++ b/packages/web-threejs/src/index.ts @@ -1,3 +1,9 @@ +/** + * Copyright 2022-2025 Theai, Inc. dba Inworld AI + * + * Use of this source code is governed by the Inworld.ai Software Development Kit License Agreement + * that can be found in the LICENSE.md file or at https://www.inworld.ai/sdk-license + */ import { InnequinBehaviorToBody } from './innequin/animator/utils/InnequinBehaviorToBody'; import { InnequinBehaviorToFacial } from './innequin/animator/utils/InnequinBehaviorToFacial'; import { InnequinBodyEmotionToBehavior } from './innequin/animator/utils/InnequinBodyEmotionToBehavior';