@@ -4,7 +4,7 @@ CPAL-1.0 License
4
4
The contents of this file are subject to the Common Public Attribution License
5
5
Version 1.0. (the "License"); you may not use this file except in compliance
6
6
with the License. You may obtain a copy of the License at
7
- https://github.com/EtherealEngine/etherealengine /blob/dev/LICENSE.
7
+ https://github.com/ir-engine/ir-engine /blob/dev/LICENSE.
8
8
The License is based on the Mozilla Public License Version 1.1, but Sections 14
9
9
and 15 have been added to cover use of software over a computer network and
10
10
provide for limited attribution for the Original Developer. In addition,
@@ -14,20 +14,20 @@ Software distributed under the License is distributed on an "AS IS" basis,
14
14
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
15
15
specific language governing rights and limitations under the License.
16
16
17
- The Original Code is Ethereal Engine.
17
+ The Original Code is Infinite Reality Engine.
18
18
19
19
The Original Developer is the Initial Developer. The Initial Developer of the
20
- Original Code is the Ethereal Engine team.
20
+ Original Code is the Infinite Reality Engine team.
21
21
22
- All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023
23
- Ethereal Engine. All Rights Reserved.
22
+ All portions of the code written by the Infinite Reality Engine team are Copyright © 2021-2023
23
+ Infinite Reality Engine. All Rights Reserved.
24
24
*/
25
25
26
- import type { ProjectConfigInterface } from '@etherealengine /projects/ProjectConfigInterface'
26
+ import type { ProjectConfigInterface } from '@ir-engine /projects/ProjectConfigInterface'
27
27
28
28
const config : ProjectConfigInterface = {
29
29
onEvent : undefined ,
30
- thumbnail : '/static/etherealengine_thumbnail .jpg' ,
30
+ thumbnail : '/static/ir-engine_thumbnail .jpg' ,
31
31
routes : { } ,
32
32
services : undefined ,
33
33
databaseSeed : undefined ,
0 commit comments