Skip to content

Commit 27617a6

Browse files
committed
Update copyright year labels
1 parent f2f0f7a commit 27617a6

File tree

222 files changed

+223
-223
lines changed

Some content is hidden

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

222 files changed

+223
-223
lines changed

Assets/HTC.UnityPlugin/ColliderEvent/ColliderEventCaster.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22

33
using HTC.UnityPlugin.Utility;
44
using System;

Assets/HTC.UnityPlugin/ColliderEvent/ColliderEventData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22

33
using HTC.UnityPlugin.Utility;
44
using UnityEngine;

Assets/HTC.UnityPlugin/ColliderEvent/ColliderEventInterfaces.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22

33
using UnityEngine.EventSystems;
44

Assets/HTC.UnityPlugin/ColliderEvent/ExecuteColliderEvents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22

33
using UnityEngine.EventSystems;
44

Assets/HTC.UnityPlugin/LiteCoroutine/Examples/LiteCoroutineExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22
#pragma warning disable 0649
33
#pragma warning disable 0168
44

Assets/HTC.UnityPlugin/LiteCoroutine/Examples/LiteTaskExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22
#pragma warning disable 0649
33
#pragma warning disable 0168
44

Assets/HTC.UnityPlugin/LiteCoroutine/LiteCoroutine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22

33
using System;
44
using System.Collections;

Assets/HTC.UnityPlugin/LiteCoroutine/LiteCoroutineHandle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22

33
using System;
44
using System.Collections;

Assets/HTC.UnityPlugin/LiteCoroutine/LiteCoroutineManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22

33
using System;
44
using System.Collections;

Assets/HTC.UnityPlugin/LiteCoroutine/LiteCoroutineUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
22

33
using System;
44
using System.Collections;

0 commit comments

Comments
 (0)