Skip to content

Commit

Permalink
chore: Change 2024 to 2025 in copyright terms
Browse files Browse the repository at this point in the history
  • Loading branch information
tshashkova committed Jan 21, 2025
1 parent 400f8e1 commit c225b48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web-core/src/index.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
6 changes: 6 additions & 0 deletions packages/web-threejs/src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit c225b48

Please sign in to comment.