diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e9416e..025015f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ This is a hotfix release addressing a few critical issues that might result in c - Some other minor code fixes and improvements. - Fixed the wrong version numbers inside the paltform support matrix and the main .uplugin file. - Minor changelog fixes. +- Bumped the copyright years. ## [1.9.2] - 2023-11-03 diff --git a/LICENSE.md b/LICENSE.md index c59999fa..d4b55231 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -5,7 +5,7 @@ The SenseGlove plug-in for Unreal Engine is licensed under the terms of the MIT ``` MIT License -Copyright (c) 2020 - 2023 SenseGlove +Copyright (c) 2020 - 2024 SenseGlove Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove.cpp b/Source/SenseGlove/Private/SenseGlove.cpp index 49c5b450..e9eb0a7f 100644 --- a/Source/SenseGlove/Private/SenseGlove.cpp +++ b/Source/SenseGlove/Private/SenseGlove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove.h b/Source/SenseGlove/Private/SenseGlove.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGlove/Private/SenseGlove.h +++ b/Source/SenseGlove/Private/SenseGlove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstance.cpp b/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstance.cpp index f06e53a7..65f5d68a 100644 --- a/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstance.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstance.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp b/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp index 006e9f07..2cc3571b 100644 --- a/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Components/SGGrabComponent.cpp b/Source/SenseGlove/Private/SenseGlove/Components/SGGrabComponent.cpp index f8e225f9..9a1b3d0d 100644 --- a/Source/SenseGlove/Private/SenseGlove/Components/SGGrabComponent.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Components/SGGrabComponent.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Components/SGTouchComponent.cpp b/Source/SenseGlove/Private/SenseGlove/Components/SGTouchComponent.cpp index cea495b1..59a297bb 100644 --- a/Source/SenseGlove/Private/SenseGlove/Components/SGTouchComponent.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Components/SGTouchComponent.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Components/SGVirtualHandComponent.cpp b/Source/SenseGlove/Private/SenseGlove/Components/SGVirtualHandComponent.cpp index 13453a5f..a30141f4 100644 --- a/Source/SenseGlove/Private/SenseGlove/Components/SGVirtualHandComponent.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Components/SGVirtualHandComponent.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Components/SGWristTrackerComponent.cpp b/Source/SenseGlove/Private/SenseGlove/Components/SGWristTrackerComponent.cpp index 6078c1fe..76b3ba64 100644 --- a/Source/SenseGlove/Private/SenseGlove/Components/SGWristTrackerComponent.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Components/SGWristTrackerComponent.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Engine/SGGameInstance.cpp b/Source/SenseGlove/Private/SenseGlove/Engine/SGGameInstance.cpp index 8f267f78..b91f1b75 100644 --- a/Source/SenseGlove/Private/SenseGlove/Engine/SGGameInstance.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Engine/SGGameInstance.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGGameModeBase.cpp b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGGameModeBase.cpp index 5947f7a8..aeccf99e 100644 --- a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGGameModeBase.cpp +++ b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGGameModeBase.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPawn.cpp b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPawn.cpp index 765e814c..6ba2bef3 100644 --- a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPawn.cpp +++ b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPawn.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPlayerController.cpp b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPlayerController.cpp index b2d80c37..6c01fa10 100644 --- a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPlayerController.cpp +++ b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGPlayerController.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGVirtualHandActor.cpp b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGVirtualHandActor.cpp index 7b1daded..3b8440b7 100644 --- a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGVirtualHandActor.cpp +++ b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGVirtualHandActor.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Haptics/SGGrabState.cpp b/Source/SenseGlove/Private/SenseGlove/Haptics/SGGrabState.cpp index d682a75f..3827bc6d 100644 --- a/Source/SenseGlove/Private/SenseGlove/Haptics/SGGrabState.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Haptics/SGGrabState.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGlove/Haptics/SGTouchState.cpp b/Source/SenseGlove/Private/SenseGlove/Haptics/SGTouchState.cpp index 6e598c73..01d2e26c 100644 --- a/Source/SenseGlove/Private/SenseGlove/Haptics/SGTouchState.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Haptics/SGTouchState.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGloveModule.cpp b/Source/SenseGlove/Private/SenseGloveModule.cpp index 44411fb6..dce7b88b 100644 --- a/Source/SenseGlove/Private/SenseGloveModule.cpp +++ b/Source/SenseGlove/Private/SenseGloveModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Private/SenseGloveModule.h b/Source/SenseGlove/Private/SenseGloveModule.h index 8e1bdbe2..d31f8a1c 100644 --- a/Source/SenseGlove/Private/SenseGloveModule.h +++ b/Source/SenseGlove/Private/SenseGloveModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Animation/SGVirtualHandAnimInstance.h b/Source/SenseGlove/Public/SenseGlove/Animation/SGVirtualHandAnimInstance.h index 0059d13e..daed8e3b 100644 --- a/Source/SenseGlove/Public/SenseGlove/Animation/SGVirtualHandAnimInstance.h +++ b/Source/SenseGlove/Public/SenseGlove/Animation/SGVirtualHandAnimInstance.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.h b/Source/SenseGlove/Public/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.h index ab7c1a00..4af5f31c 100644 --- a/Source/SenseGlove/Public/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.h +++ b/Source/SenseGlove/Public/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Components/SGGrabComponent.h b/Source/SenseGlove/Public/SenseGlove/Components/SGGrabComponent.h index 749b39b8..232d7c60 100644 --- a/Source/SenseGlove/Public/SenseGlove/Components/SGGrabComponent.h +++ b/Source/SenseGlove/Public/SenseGlove/Components/SGGrabComponent.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Components/SGTouchComponent.h b/Source/SenseGlove/Public/SenseGlove/Components/SGTouchComponent.h index b650b2a7..1cef800d 100644 --- a/Source/SenseGlove/Public/SenseGlove/Components/SGTouchComponent.h +++ b/Source/SenseGlove/Public/SenseGlove/Components/SGTouchComponent.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Components/SGVirtualHandComponent.h b/Source/SenseGlove/Public/SenseGlove/Components/SGVirtualHandComponent.h index a59bf2c5..30da6f3b 100644 --- a/Source/SenseGlove/Public/SenseGlove/Components/SGVirtualHandComponent.h +++ b/Source/SenseGlove/Public/SenseGlove/Components/SGVirtualHandComponent.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Components/SGWristTrackerComponent.h b/Source/SenseGlove/Public/SenseGlove/Components/SGWristTrackerComponent.h index 2ec6e7ee..f76e1bd0 100644 --- a/Source/SenseGlove/Public/SenseGlove/Components/SGWristTrackerComponent.h +++ b/Source/SenseGlove/Public/SenseGlove/Components/SGWristTrackerComponent.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Engine/SGGameInstance.h b/Source/SenseGlove/Public/SenseGlove/Engine/SGGameInstance.h index 777f0760..a2feca42 100644 --- a/Source/SenseGlove/Public/SenseGlove/Engine/SGGameInstance.h +++ b/Source/SenseGlove/Public/SenseGlove/Engine/SGGameInstance.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGGameModeBase.h b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGGameModeBase.h index 167730d5..8b059285 100644 --- a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGGameModeBase.h +++ b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGGameModeBase.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGPawn.h b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGPawn.h index abd0e3d9..aa68bbb3 100644 --- a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGPawn.h +++ b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGPawn.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGPlayerController.h b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGPlayerController.h index 61959259..8009684d 100644 --- a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGPlayerController.h +++ b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGPlayerController.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGVirtualHandActor.h b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGVirtualHandActor.h index 830400ca..e48618a7 100644 --- a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGVirtualHandActor.h +++ b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGVirtualHandActor.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Haptics/SGGrabState.h b/Source/SenseGlove/Public/SenseGlove/Haptics/SGGrabState.h index 7aca4a8e..472c5083 100644 --- a/Source/SenseGlove/Public/SenseGlove/Haptics/SGGrabState.h +++ b/Source/SenseGlove/Public/SenseGlove/Haptics/SGGrabState.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/Public/SenseGlove/Haptics/SGTouchState.h b/Source/SenseGlove/Public/SenseGlove/Haptics/SGTouchState.h index 0072d4e3..10f4b992 100644 --- a/Source/SenseGlove/Public/SenseGlove/Haptics/SGTouchState.h +++ b/Source/SenseGlove/Public/SenseGlove/Haptics/SGTouchState.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGlove/SenseGlove.Build.cs b/Source/SenseGlove/SenseGlove.Build.cs index 297b3b40..39f67220 100644 --- a/Source/SenseGlove/SenseGlove.Build.cs +++ b/Source/SenseGlove/SenseGlove.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/Private/SGAndroid/SGConnectJNI.cpp b/Source/SenseGloveAndroid/Private/SGAndroid/SGConnectJNI.cpp index 611c8809..9b3f95c0 100644 --- a/Source/SenseGloveAndroid/Private/SGAndroid/SGConnectJNI.cpp +++ b/Source/SenseGloveAndroid/Private/SGAndroid/SGConnectJNI.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/Private/SGAndroid/SGCoreJNI.cpp b/Source/SenseGloveAndroid/Private/SGAndroid/SGCoreJNI.cpp index 8ae0c1fe..9ab26453 100644 --- a/Source/SenseGloveAndroid/Private/SGAndroid/SGCoreJNI.cpp +++ b/Source/SenseGloveAndroid/Private/SGAndroid/SGCoreJNI.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/Private/SenseGloveAndroid.cpp b/Source/SenseGloveAndroid/Private/SenseGloveAndroid.cpp index 2f78930a..9e6e180f 100644 --- a/Source/SenseGloveAndroid/Private/SenseGloveAndroid.cpp +++ b/Source/SenseGloveAndroid/Private/SenseGloveAndroid.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/Private/SenseGloveAndroid.h b/Source/SenseGloveAndroid/Private/SenseGloveAndroid.h index 60871018..5e097228 100644 --- a/Source/SenseGloveAndroid/Private/SenseGloveAndroid.h +++ b/Source/SenseGloveAndroid/Private/SenseGloveAndroid.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.cpp b/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.cpp index 957bd753..7709e838 100644 --- a/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.cpp +++ b/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.h b/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.h index af659cb2..af62a292 100644 --- a/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.h +++ b/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/Public/SGAndroid/SGConnectJNI.h b/Source/SenseGloveAndroid/Public/SGAndroid/SGConnectJNI.h index d51cea76..71ae325e 100644 --- a/Source/SenseGloveAndroid/Public/SGAndroid/SGConnectJNI.h +++ b/Source/SenseGloveAndroid/Public/SGAndroid/SGConnectJNI.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/Public/SGAndroid/SGCoreJNI.h b/Source/SenseGloveAndroid/Public/SGAndroid/SGCoreJNI.h index cb8dd3e4..cddd6991 100644 --- a/Source/SenseGloveAndroid/Public/SGAndroid/SGCoreJNI.h +++ b/Source/SenseGloveAndroid/Public/SGAndroid/SGCoreJNI.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs b/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs index 7187617c..35403655 100644 --- a/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs +++ b/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveAndroid/SenseGloveAndroid_UPL.xml b/Source/SenseGloveAndroid/SenseGloveAndroid_UPL.xml index 7158c15f..35dd1c72 100644 --- a/Source/SenseGloveAndroid/SenseGloveAndroid_UPL.xml +++ b/Source/SenseGloveAndroid/SenseGloveAndroid_UPL.xml @@ -7,7 +7,7 @@ (The MIT License) - Copyright (c) 2020 - 2023 SenseGlove + Copyright (c) 2020 - 2024 SenseGlove Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackend/Private/SGBackend/SGBackend.cpp b/Source/SenseGloveBackend/Private/SGBackend/SGBackend.cpp index 6db11184..da817c58 100644 --- a/Source/SenseGloveBackend/Private/SGBackend/SGBackend.cpp +++ b/Source/SenseGloveBackend/Private/SGBackend/SGBackend.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackend/Private/SenseGloveBackend.cpp b/Source/SenseGloveBackend/Private/SenseGloveBackend.cpp index 0e93906e..1671c809 100644 --- a/Source/SenseGloveBackend/Private/SenseGloveBackend.cpp +++ b/Source/SenseGloveBackend/Private/SenseGloveBackend.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackend/Private/SenseGloveBackend.h b/Source/SenseGloveBackend/Private/SenseGloveBackend.h index 60871018..5e097228 100644 --- a/Source/SenseGloveBackend/Private/SenseGloveBackend.h +++ b/Source/SenseGloveBackend/Private/SenseGloveBackend.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackend/Private/SenseGloveBackendModule.cpp b/Source/SenseGloveBackend/Private/SenseGloveBackendModule.cpp index 3d573d06..15c2a74c 100644 --- a/Source/SenseGloveBackend/Private/SenseGloveBackendModule.cpp +++ b/Source/SenseGloveBackend/Private/SenseGloveBackendModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackend/Private/SenseGloveBackendModule.h b/Source/SenseGloveBackend/Private/SenseGloveBackendModule.h index 1c02a8d3..1eab4a9b 100644 --- a/Source/SenseGloveBackend/Private/SenseGloveBackendModule.h +++ b/Source/SenseGloveBackend/Private/SenseGloveBackendModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackend/Public/SGBackend/SGBackend.h b/Source/SenseGloveBackend/Public/SGBackend/SGBackend.h index ec39053f..12464469 100644 --- a/Source/SenseGloveBackend/Public/SGBackend/SGBackend.h +++ b/Source/SenseGloveBackend/Public/SGBackend/SGBackend.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackend/SenseGloveBackend.Build.cs b/Source/SenseGloveBackend/SenseGloveBackend.Build.cs index a79cb8be..24bbb177 100644 --- a/Source/SenseGloveBackend/SenseGloveBackend.Build.cs +++ b/Source/SenseGloveBackend/SenseGloveBackend.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackendKismet/Private/SGBackendKismet/SGBackendKismetLibrary.cpp b/Source/SenseGloveBackendKismet/Private/SGBackendKismet/SGBackendKismetLibrary.cpp index bdddced0..d0a428b2 100644 --- a/Source/SenseGloveBackendKismet/Private/SGBackendKismet/SGBackendKismetLibrary.cpp +++ b/Source/SenseGloveBackendKismet/Private/SGBackendKismet/SGBackendKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.cpp b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.cpp index 4f687236..a60324bf 100644 --- a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.cpp +++ b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.h b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.h index 60871018..5e097228 100644 --- a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.h +++ b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.cpp b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.cpp index d6d66aa2..64fc16f9 100644 --- a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.cpp +++ b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.h b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.h index 53f6ab39..a666e40c 100644 --- a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.h +++ b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackendKismet/Public/SGBackendKismet/SGBackendKismetLibrary.h b/Source/SenseGloveBackendKismet/Public/SGBackendKismet/SGBackendKismetLibrary.h index cddef6c0..5c2c2557 100644 --- a/Source/SenseGloveBackendKismet/Public/SGBackendKismet/SGBackendKismetLibrary.h +++ b/Source/SenseGloveBackendKismet/Public/SGBackendKismet/SGBackendKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBackendKismet/SenseGloveBackendKismet.Build.cs b/Source/SenseGloveBackendKismet/SenseGloveBackendKismet.Build.cs index 14b41f97..01afdead 100644 --- a/Source/SenseGloveBackendKismet/SenseGloveBackendKismet.Build.cs +++ b/Source/SenseGloveBackendKismet/SenseGloveBackendKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4263.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4263.cpp index 4b531175..c30d796a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4263.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4263.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4264.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4264.cpp index 8f6d35eb..dc7f4eba 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4264.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4264.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4706.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4706.cpp index c244fbb1..261e80d6 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4706.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4706.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4800.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4800.cpp index 41cc820d..4f421b93 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4800.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGDisable_C4800.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Connect_Android.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Connect_Android.cpp index 8c11deea..1a01ca7a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Connect_Android.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Connect_Android.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Connect_SGConnect.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Connect_SGConnect.cpp index dc763d99..4c7667d8 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Connect_SGConnect.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Connect_SGConnect.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Anatomy.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Anatomy.cpp index 245805f8..ff02eff1 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Anatomy.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Anatomy.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Android.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Android.cpp index b7791e80..3b062a76 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Android.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Android.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BasicHandModel.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BasicHandModel.cpp index 31e60464..60dc3de4 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BasicHandModel.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BasicHandModel.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BetaDevice.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BetaDevice.cpp index fc8824da..2e94e06d 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BetaDevice.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BetaDevice.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BuzzCommand.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BuzzCommand.cpp index b63710f9..edc5d784 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BuzzCommand.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_BuzzCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_CalibrationDataPoint.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_CalibrationDataPoint.cpp index 24a85a8f..af35cbcd 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_CalibrationDataPoint.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_CalibrationDataPoint.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_DeviceList.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_DeviceList.cpp index d6b831d0..f6606c2a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_DeviceList.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_DeviceList.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_DeviceModel.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_DeviceModel.cpp index c2a49a59..addbe643 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_DeviceModel.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_DeviceModel.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_FingerCommand.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_FingerCommand.cpp index 1423885c..d5989707 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_FingerCommand.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_FingerCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Fingers.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Fingers.cpp index 3edf2aa1..dbf5fd8a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Fingers.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Fingers.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ForceFeedbackCommand.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ForceFeedbackCommand.cpp index b60c7601..dd51ea0f 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ForceFeedbackCommand.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ForceFeedbackCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandInterpolator.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandInterpolator.cpp index 84d4a15f..ba2c9046 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandInterpolator.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandInterpolator.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandPose.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandPose.cpp index 41f0376d..84a89a49 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandPose.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandPose.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandProfile.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandProfile.cpp index aecc23f6..5d0974c4 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandProfile.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandProfile.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGlove.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGlove.cpp index 5b0d27ef..f5d85097 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGlove.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGlove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationCheck.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationCheck.cpp index 90a21b67..3d36c341 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationCheck.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationCheck.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationSequence.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationSequence.cpp index af771a31..fdbd1225 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationSequence.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationSequence.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCommandBuffer.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCommandBuffer.cpp index 5ee0eca1..312c12ee 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCommandBuffer.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveCommandBuffer.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveHandProfiles.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveHandProfiles.cpp index 9cd8d125..a700b523 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveHandProfiles.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveHandProfiles.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveQuickCalibration.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveQuickCalibration.cpp index d7868133..1ffe1dc7 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveQuickCalibration.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticGloveQuickCalibration.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_InterpolationSet.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_InterpolationSet.cpp index 5d32e1de..8276bb3e 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_InterpolationSet.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_InterpolationSet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_JointKinematics.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_JointKinematics.cpp index a9e33580..e200650c 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_JointKinematics.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_JointKinematics.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Library.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Library.cpp index a43c9175..c6c9624c 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Library.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Library.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGlove.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGlove.cpp index 2694e5e5..03b7c6bd 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGlove.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGlove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveCalibration.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveCalibration.cpp index 5832a1f4..a9228554 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveCalibration.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveCalibration.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveHandProfile.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveHandProfile.cpp index 4d823eb6..d22c5c69 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveHandProfile.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveHandProfile.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveInfo.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveInfo.cpp index 90e6af93..ee04a6cd 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveInfo.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveInfo.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveSensorData.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveSensorData.cpp index 66031e25..b9549397 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveSensorData.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveSensorData.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveVars.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveVars.cpp index 798639f9..da7fb37a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveVars.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NovaGloveVars.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Quat.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Quat.cpp index d0f770bb..6e769b02 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Quat.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Quat.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SGDevice.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SGDevice.cpp index c2ae6a23..2a1b1c0b 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SGDevice.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SGDevice.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseCom.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseCom.cpp index d8d952e0..0a3a6ba6 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseCom.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseCom.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGlove.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGlove.cpp index 52819559..439d43ba 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGlove.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGlove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveHandProfile.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveHandProfile.cpp index 0784cdaf..10cfc508 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveHandProfile.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveHandProfile.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveInfo.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveInfo.cpp index 49f47f3a..28beecb0 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveInfo.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveInfo.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGlovePose.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGlovePose.cpp index 41fe657e..13099199 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGlovePose.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGlovePose.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveSensorData.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveSensorData.cpp index 9fd58c15..e520fddc 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveSensorData.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveSensorData.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveThumperCommand.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveThumperCommand.cpp index 8cd8ddf7..ed39a1ea 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveThumperCommand.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveThumperCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveVars.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveVars.cpp index cbe7fad2..1eeb6a28 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveVars.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveVars.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SensorRange.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SensorRange.cpp index c24b2e4c..3acb448b 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SensorRange.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SensorRange.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ThumperCommand.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ThumperCommand.cpp index b6eea50a..e1a75575 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ThumperCommand.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ThumperCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_TimedBuzzCommand.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_TimedBuzzCommand.cpp index 00e5de4b..b9e1f937 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_TimedBuzzCommand.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_TimedBuzzCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_TimedThumpCommand.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_TimedThumpCommand.cpp index 34c01560..7f4a9182 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_TimedThumpCommand.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_TimedThumpCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Tracking.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Tracking.cpp index 450616dd..b99f1bc1 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Tracking.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Tracking.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Vect3D.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Vect3D.cpp index c253586e..d3c76a16 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Vect3D.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Vect3D.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Windows.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Windows.cpp index c272fe7b..4b51cbcb 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Windows.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Windows.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGPlatform.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGPlatform.cpp index 5b243c3f..d5ccc838 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGPlatform.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGPlatform.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4263.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4263.cpp index 51bdbbe6..72b4f44a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4263.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4263.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4264.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4264.cpp index 0f1f917a..a6cfb760 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4264.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4264.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4706.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4706.cpp index 8c6b4233..4c49fad9 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4706.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4706.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4800.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4800.cpp index 3670e3bf..13ae14fc 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4800.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_C4800.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_TEXT.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_TEXT.cpp index c4286f6c..e5b8a182 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_TEXT.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_TEXT.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_check.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_check.cpp index 5c842709..6caa3d58 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_check.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGRestore_check.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGUndef_TEXT.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGUndef_TEXT.cpp index 121a3d0f..27077f82 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGUndef_TEXT.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGUndef_TEXT.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGUndef_check.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGUndef_check.cpp index 5f20523a..c9c7df26 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGUndef_check.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGUndef_check.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.cpp b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.cpp index d2619696..76b7be46 100644 --- a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.cpp +++ b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.h b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.h index 60871018..5e097228 100644 --- a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.h +++ b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.cpp b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.cpp index 688af853..f4f4bdd9 100644 --- a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.cpp +++ b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.h b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.h index c8baf343..a4ee2ae8 100644 --- a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.h +++ b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4263.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4263.h index 118bc8a2..479ede4b 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4263.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4263.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4264.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4264.h index 17b90d5d..d31ada1e 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4264.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4264.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4706.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4706.h index a1ab537f..a3b3339f 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4706.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4706.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4800.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4800.h index 710f5c20..826ea3eb 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4800.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_C4800.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_Woverloaded_virtual.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_Woverloaded_virtual.h index 6fc19b09..85ec52e6 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_Woverloaded_virtual.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGDisable_Woverloaded_virtual.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Connect_Android.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Connect_Android.h index 6c22db39..01833224 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Connect_Android.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Connect_Android.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Connect_SGConnect.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Connect_SGConnect.h index 3f9bdc43..ea01d429 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Connect_SGConnect.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Connect_SGConnect.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Anatomy.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Anatomy.h index 07bb1e17..d6f59056 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Anatomy.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Anatomy.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Android.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Android.h index 72bed005..9463b231 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Android.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Android.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BasicHandModel.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BasicHandModel.h index 71fb2f97..e100b172 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BasicHandModel.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BasicHandModel.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BetaDevice.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BetaDevice.h index 77231d01..ff808542 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BetaDevice.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BetaDevice.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BuzzCommand.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BuzzCommand.h index b2d5895a..bf606d77 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BuzzCommand.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_BuzzCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_CalibrationDataPoint.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_CalibrationDataPoint.h index 947acac2..e279dacf 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_CalibrationDataPoint.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_CalibrationDataPoint.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_DeviceList.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_DeviceList.h index 9021a222..b8e0f033 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_DeviceList.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_DeviceList.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_DeviceModel.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_DeviceModel.h index d0f9128d..a75ad2c6 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_DeviceModel.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_DeviceModel.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_FingerCommand.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_FingerCommand.h index 1d000d23..27babdde 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_FingerCommand.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_FingerCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Fingers.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Fingers.h index 2278f287..902d0f82 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Fingers.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Fingers.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ForceFeedbackCommand.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ForceFeedbackCommand.h index a8aa51a6..fa8bdf80 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ForceFeedbackCommand.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ForceFeedbackCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandInterpolator.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandInterpolator.h index 3085f2a0..666bb84d 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandInterpolator.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandInterpolator.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandPose.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandPose.h index a4e57d9e..6b56265c 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandPose.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandPose.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandProfile.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandProfile.h index 62dff08b..545ff829 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandProfile.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandProfile.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGlove.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGlove.h index 11980ab1..7f6ba702 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGlove.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGlove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationCheck.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationCheck.h index df5808aa..2f914ad0 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationCheck.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationCheck.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationSequence.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationSequence.h index f5a6d535..a98c2cee 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationSequence.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCalibrationSequence.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCommandBuffer.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCommandBuffer.h index 08be6afd..9453f493 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCommandBuffer.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveCommandBuffer.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveHandProfiles.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveHandProfiles.h index cd206121..ea646a08 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveHandProfiles.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveHandProfiles.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveQuickCalibration.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveQuickCalibration.h index cea108a1..afcfe527 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveQuickCalibration.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticGloveQuickCalibration.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_InterpolationSet.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_InterpolationSet.h index 9639c952..24f91b2b 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_InterpolationSet.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_InterpolationSet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_JointKinematics.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_JointKinematics.h index 60dbf04d..683b785d 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_JointKinematics.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_JointKinematics.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Library.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Library.h index cf8f5c48..a1d7bd15 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Library.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Library.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGlove.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGlove.h index e1fa6303..6cee7d9e 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGlove.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGlove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveCalibration.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveCalibration.h index a4006500..feb5ac50 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveCalibration.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveCalibration.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveHandProfile.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveHandProfile.h index 2cf748fb..5a4a5659 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveHandProfile.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveHandProfile.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveInfo.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveInfo.h index 8fa05095..41cec786 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveInfo.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveInfo.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveSensorData.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveSensorData.h index fca82235..2f0617c8 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveSensorData.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveSensorData.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveVars.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveVars.h index 26a96501..99666fec 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveVars.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NovaGloveVars.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Quat.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Quat.h index c8b82c2b..ee051651 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Quat.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Quat.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SGDevice.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SGDevice.h index 9b800660..ba424e1e 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SGDevice.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SGDevice.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseCom.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseCom.h index bff222df..5b84cbe2 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseCom.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseCom.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGlove.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGlove.h index c2ba70ca..3c3bf988 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGlove.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGlove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveHandProfile.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveHandProfile.h index 3abd9abb..70d0b65c 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveHandProfile.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveHandProfile.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveInfo.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveInfo.h index b650ab8a..0fe083d2 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveInfo.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveInfo.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGlovePose.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGlovePose.h index 4bea5eca..6a284197 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGlovePose.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGlovePose.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveSensorData.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveSensorData.h index 325d0f96..8036dacc 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveSensorData.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveSensorData.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveThumperCommand.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveThumperCommand.h index 3949617d..f0b719b1 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveThumperCommand.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveThumperCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveVars.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveVars.h index f857204f..af1a38b3 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveVars.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveVars.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SensorRange.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SensorRange.h index 01309e69..45ad9536 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SensorRange.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SensorRange.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ThumperCommand.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ThumperCommand.h index 6351177d..766030a0 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ThumperCommand.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ThumperCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_TimedBuzzCommand.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_TimedBuzzCommand.h index 197168d6..d089fee9 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_TimedBuzzCommand.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_TimedBuzzCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_TimedThumpCommand.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_TimedThumpCommand.h index 6fd50657..65ca5e01 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_TimedThumpCommand.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_TimedThumpCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Tracking.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Tracking.h index b1753386..a0332f4e 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Tracking.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Tracking.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Vect3D.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Vect3D.h index db3b8c93..82e1e68a 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Vect3D.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Vect3D.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Windows.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Windows.h index 1f9aa850..67937ad3 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Windows.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Windows.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGPlatform.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGPlatform.h index 42022673..05d1aa62 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGPlatform.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGPlatform.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4263.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4263.h index b267dfc4..1631b7c1 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4263.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4263.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4264.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4264.h index 7e6ce9ea..99fd9228 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4264.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4264.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4706.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4706.h index 48eb6b36..097a8d30 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4706.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4706.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4800.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4800.h index a99707fa..6c41e155 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4800.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_C4800.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_TEXT.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_TEXT.h index 1d7c2df8..8bf18529 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_TEXT.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_TEXT.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_Woverloaded_virtual.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_Woverloaded_virtual.h index c500d53f..5423907a 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_Woverloaded_virtual.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_Woverloaded_virtual.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_check.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_check.h index 8890a816..7eb98e10 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_check.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGRestore_check.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGUndef_TEXT.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGUndef_TEXT.h index aff7d6df..9f2b662a 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGUndef_TEXT.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGUndef_TEXT.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGUndef_check.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGUndef_check.h index be525655..48b50681 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGUndef_check.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGUndef_check.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveBuildHacks/SenseGloveBuildHacks.Build.cs b/Source/SenseGloveBuildHacks/SenseGloveBuildHacks.Build.cs index 20d44eee..e35e4f95 100644 --- a/Source/SenseGloveBuildHacks/SenseGloveBuildHacks.Build.cs +++ b/Source/SenseGloveBuildHacks/SenseGloveBuildHacks.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnect/Private/SGConnect/SGConnect.cpp b/Source/SenseGloveConnect/Private/SGConnect/SGConnect.cpp index 6cb40c06..c24fceb8 100644 --- a/Source/SenseGloveConnect/Private/SGConnect/SGConnect.cpp +++ b/Source/SenseGloveConnect/Private/SGConnect/SGConnect.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnect/Private/SenseGloveConnect.cpp b/Source/SenseGloveConnect/Private/SenseGloveConnect.cpp index 37d386f8..7abc2fcd 100644 --- a/Source/SenseGloveConnect/Private/SenseGloveConnect.cpp +++ b/Source/SenseGloveConnect/Private/SenseGloveConnect.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnect/Private/SenseGloveConnect.h b/Source/SenseGloveConnect/Private/SenseGloveConnect.h index 60871018..5e097228 100644 --- a/Source/SenseGloveConnect/Private/SenseGloveConnect.h +++ b/Source/SenseGloveConnect/Private/SenseGloveConnect.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnect/Private/SenseGloveConnectModule.cpp b/Source/SenseGloveConnect/Private/SenseGloveConnectModule.cpp index 9cb38c6f..3c38e605 100644 --- a/Source/SenseGloveConnect/Private/SenseGloveConnectModule.cpp +++ b/Source/SenseGloveConnect/Private/SenseGloveConnectModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnect/Private/SenseGloveConnectModule.h b/Source/SenseGloveConnect/Private/SenseGloveConnectModule.h index 708ace9f..5b1cad08 100644 --- a/Source/SenseGloveConnect/Private/SenseGloveConnectModule.h +++ b/Source/SenseGloveConnect/Private/SenseGloveConnectModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnect/Public/SGConnect/SGConnect.h b/Source/SenseGloveConnect/Public/SGConnect/SGConnect.h index 529683b2..d76be721 100644 --- a/Source/SenseGloveConnect/Public/SGConnect/SGConnect.h +++ b/Source/SenseGloveConnect/Public/SGConnect/SGConnect.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnect/SenseGloveConnect.Build.cs b/Source/SenseGloveConnect/SenseGloveConnect.Build.cs index dafa39b3..d285e2f3 100644 --- a/Source/SenseGloveConnect/SenseGloveConnect.Build.cs +++ b/Source/SenseGloveConnect/SenseGloveConnect.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/Private/SGConnectImpl/SGConnectImpl.cpp b/Source/SenseGloveConnectImpl/Private/SGConnectImpl/SGConnectImpl.cpp index bc88b5dc..16c70247 100644 --- a/Source/SenseGloveConnectImpl/Private/SGConnectImpl/SGConnectImpl.cpp +++ b/Source/SenseGloveConnectImpl/Private/SGConnectImpl/SGConnectImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/Private/SGConnectImpl/SGExportedFunctions.cpp b/Source/SenseGloveConnectImpl/Private/SGConnectImpl/SGExportedFunctions.cpp index be935850..4c9db0c8 100644 --- a/Source/SenseGloveConnectImpl/Private/SGConnectImpl/SGExportedFunctions.cpp +++ b/Source/SenseGloveConnectImpl/Private/SGConnectImpl/SGExportedFunctions.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.cpp b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.cpp index 9b32f23f..c098048d 100644 --- a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.cpp +++ b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.h b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.h +++ b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.cpp b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.cpp index a096bd43..318e4ed2 100644 --- a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.cpp +++ b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.h b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.h index 39619efd..ee41aafe 100644 --- a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.h +++ b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/Public/SGConnectImpl/SGConnectImpl.h b/Source/SenseGloveConnectImpl/Public/SGConnectImpl/SGConnectImpl.h index 3528587f..0316cbe1 100644 --- a/Source/SenseGloveConnectImpl/Public/SGConnectImpl/SGConnectImpl.h +++ b/Source/SenseGloveConnectImpl/Public/SGConnectImpl/SGConnectImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/Public/SGConnectImpl/SGExportedFunctions.h b/Source/SenseGloveConnectImpl/Public/SGConnectImpl/SGExportedFunctions.h index 6e7dd2b4..1f3bd825 100644 --- a/Source/SenseGloveConnectImpl/Public/SGConnectImpl/SGExportedFunctions.h +++ b/Source/SenseGloveConnectImpl/Public/SGConnectImpl/SGExportedFunctions.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs b/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs index fffe2114..4a4af3d6 100644 --- a/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs +++ b/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectKismet/Private/SGConnectKismet/SGConnectKismetLibrary.cpp b/Source/SenseGloveConnectKismet/Private/SGConnectKismet/SGConnectKismetLibrary.cpp index c171fe20..498be4ac 100644 --- a/Source/SenseGloveConnectKismet/Private/SGConnectKismet/SGConnectKismetLibrary.cpp +++ b/Source/SenseGloveConnectKismet/Private/SGConnectKismet/SGConnectKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.cpp b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.cpp index fca5a1b2..5004bd48 100644 --- a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.cpp +++ b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.h b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.h +++ b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.cpp b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.cpp index bece5852..a0f7afc1 100644 --- a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.cpp +++ b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.h b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.h index cb9adf98..3b1fbaad 100644 --- a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.h +++ b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectKismet/Public/SGConnectKismet/SGConnectKismetLibrary.h b/Source/SenseGloveConnectKismet/Public/SGConnectKismet/SGConnectKismetLibrary.h index 4f000b37..d954449c 100644 --- a/Source/SenseGloveConnectKismet/Public/SGConnectKismet/SGConnectKismetLibrary.h +++ b/Source/SenseGloveConnectKismet/Public/SGConnectKismet/SGConnectKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveConnectKismet/SenseGloveConnectKismet.Build.cs b/Source/SenseGloveConnectKismet/SenseGloveConnectKismet.Build.cs index f26a17db..90252d4d 100644 --- a/Source/SenseGloveConnectKismet/SenseGloveConnectKismet.Build.cs +++ b/Source/SenseGloveConnectKismet/SenseGloveConnectKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGAnatomy.cpp b/Source/SenseGloveCore/Private/SGCore/SGAnatomy.cpp index 489ea59e..2f0423ed 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGAnatomy.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGAnatomy.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGBasicHandModel.cpp b/Source/SenseGloveCore/Private/SGCore/SGBasicHandModel.cpp index 4de19643..8d9fe62f 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGBasicHandModel.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGBasicHandModel.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGBetaDevice.cpp b/Source/SenseGloveCore/Private/SGCore/SGBetaDevice.cpp index 563cfc59..4b439a41 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGBetaDevice.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGBetaDevice.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGBuzzCommand.cpp b/Source/SenseGloveCore/Private/SGCore/SGBuzzCommand.cpp index 8df860fe..8b2a2182 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGBuzzCommand.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGBuzzCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGCalibrationDataPoint.cpp b/Source/SenseGloveCore/Private/SGCore/SGCalibrationDataPoint.cpp index 7bf9816b..bcac54d8 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGCalibrationDataPoint.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGCalibrationDataPoint.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGCore.cpp b/Source/SenseGloveCore/Private/SGCore/SGCore.cpp index 4ca0df4c..3b296c1f 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGCore.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGCore.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGDevice.cpp b/Source/SenseGloveCore/Private/SGCore/SGDevice.cpp index fb45a28c..c98306f8 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGDevice.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGDevice.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGDeviceImplCast.cpp b/Source/SenseGloveCore/Private/SGCore/SGDeviceImplCast.cpp index 5a9e8dbe..0567ab30 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGDeviceImplCast.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGDeviceImplCast.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGDeviceImplCast.h b/Source/SenseGloveCore/Private/SGCore/SGDeviceImplCast.h index c3b0ca3e..ad2f37ef 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGDeviceImplCast.h +++ b/Source/SenseGloveCore/Private/SGCore/SGDeviceImplCast.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGDeviceList.cpp b/Source/SenseGloveCore/Private/SGCore/SGDeviceList.cpp index 12f01404..a0b6c2b0 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGDeviceList.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGDeviceList.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGDeviceModel.cpp b/Source/SenseGloveCore/Private/SGCore/SGDeviceModel.cpp index 139de83d..3709b0b2 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGDeviceModel.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGDeviceModel.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGFingerCommand.cpp b/Source/SenseGloveCore/Private/SGCore/SGFingerCommand.cpp index 61fea5c5..f119a5c7 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGFingerCommand.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGFingerCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGFingerCommandImplCast.cpp b/Source/SenseGloveCore/Private/SGCore/SGFingerCommandImplCast.cpp index 1c077ec4..a15c3af2 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGFingerCommandImplCast.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGFingerCommandImplCast.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGFingerCommandImplCast.h b/Source/SenseGloveCore/Private/SGCore/SGFingerCommandImplCast.h index fdc88c96..3d5d767e 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGFingerCommandImplCast.h +++ b/Source/SenseGloveCore/Private/SGCore/SGFingerCommandImplCast.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGForceFeedbackCommand.cpp b/Source/SenseGloveCore/Private/SGCore/SGForceFeedbackCommand.cpp index 31f0e8ff..cb632070 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGForceFeedbackCommand.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGForceFeedbackCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHandInterpolator.cpp b/Source/SenseGloveCore/Private/SGCore/SGHandInterpolator.cpp index 0c217ddf..ec4ab335 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHandInterpolator.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHandInterpolator.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHandPose.cpp b/Source/SenseGloveCore/Private/SGCore/SGHandPose.cpp index cf59972c..84d0a8fb 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHandPose.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHandPose.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHandProfile.cpp b/Source/SenseGloveCore/Private/SGCore/SGHandProfile.cpp index b3f8f202..43caba19 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHandProfile.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHandProfile.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHapticGlove.cpp b/Source/SenseGloveCore/Private/SGCore/SGHapticGlove.cpp index 0340fca7..21626005 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticGlove.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticGlove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationCheck.cpp b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationCheck.cpp index bc82d3d9..bb58b549 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationCheck.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationCheck.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequence.cpp b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequence.cpp index 4ee06a7f..462ef858 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequence.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequence.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequenceImplCast.cpp b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequenceImplCast.cpp index ac21ab7e..e9e494fb 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequenceImplCast.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequenceImplCast.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequenceImplCast.h b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequenceImplCast.h index f40b37b0..551618e5 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequenceImplCast.h +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCalibrationSequenceImplCast.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCommandBuffer.cpp b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCommandBuffer.cpp index 191e5753..00f81d60 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCommandBuffer.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveCommandBuffer.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveHandProfiles.cpp b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveHandProfiles.cpp index 896568d6..b9abd1df 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveHandProfiles.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveHandProfiles.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveQuickCalibration.cpp b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveQuickCalibration.cpp index bff5c2c6..f5d0bd98 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticGloveQuickCalibration.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticGloveQuickCalibration.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGInterpolationSet.cpp b/Source/SenseGloveCore/Private/SGCore/SGInterpolationSet.cpp index 925c2cd9..5e070b02 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGInterpolationSet.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGInterpolationSet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGInterpolationSetArray.cpp b/Source/SenseGloveCore/Private/SGCore/SGInterpolationSetArray.cpp index a2a935fc..9f6ee9da 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGInterpolationSetArray.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGInterpolationSetArray.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGJointKinematics.cpp b/Source/SenseGloveCore/Private/SGCore/SGJointKinematics.cpp index 88d697a4..802dd08c 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGJointKinematics.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGJointKinematics.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGLibrary.cpp b/Source/SenseGloveCore/Private/SGCore/SGLibrary.cpp index a933c396..dae2e315 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGLibrary.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp b/Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp index ba10dafe..90ffbea8 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGNovaGloveCalibration.cpp b/Source/SenseGloveCore/Private/SGCore/SGNovaGloveCalibration.cpp index 26fcf08b..2596eba5 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGNovaGloveCalibration.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGNovaGloveCalibration.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGNovaGloveHandProfile.cpp b/Source/SenseGloveCore/Private/SGCore/SGNovaGloveHandProfile.cpp index 5fc5d720..6153851f 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGNovaGloveHandProfile.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGNovaGloveHandProfile.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGNovaGloveInfo.cpp b/Source/SenseGloveCore/Private/SGCore/SGNovaGloveInfo.cpp index 006d9e3c..e4e33fcc 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGNovaGloveInfo.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGNovaGloveInfo.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGNovaGloveSensorData.cpp b/Source/SenseGloveCore/Private/SGCore/SGNovaGloveSensorData.cpp index 5741837d..e1beff99 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGNovaGloveSensorData.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGNovaGloveSensorData.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGSenseCom.cpp b/Source/SenseGloveCore/Private/SGCore/SGSenseCom.cpp index 9d5b6085..fe2cd655 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSenseCom.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSenseCom.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGSenseGlove.cpp b/Source/SenseGloveCore/Private/SGCore/SGSenseGlove.cpp index 3bde9717..6da63b78 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSenseGlove.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSenseGlove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveHandProfile.cpp b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveHandProfile.cpp index e4c90d3a..29a9c529 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveHandProfile.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveHandProfile.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveInfo.cpp b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveInfo.cpp index cad41f59..f0effa6f 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveInfo.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveInfo.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGSenseGlovePose.cpp b/Source/SenseGloveCore/Private/SGCore/SGSenseGlovePose.cpp index d9cf1b55..eb4e4414 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSenseGlovePose.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSenseGlovePose.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveSensorData.cpp b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveSensorData.cpp index 02623f6b..11833264 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveSensorData.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveSensorData.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveVars.cpp b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveVars.cpp index 854952a4..e5136690 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveVars.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveVars.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGSensorRange.cpp b/Source/SenseGloveCore/Private/SGCore/SGSensorRange.cpp index afc8f20e..233eb05c 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSensorRange.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSensorRange.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGThumperCommand.cpp b/Source/SenseGloveCore/Private/SGCore/SGThumperCommand.cpp index e6b75d87..f6a59eb6 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGThumperCommand.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGThumperCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGTimedBuzzCommand.cpp b/Source/SenseGloveCore/Private/SGCore/SGTimedBuzzCommand.cpp index 214c8040..bf153ca4 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGTimedBuzzCommand.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGTimedBuzzCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGTimedThumpCommand.cpp b/Source/SenseGloveCore/Private/SGCore/SGTimedThumpCommand.cpp index 2f242ea3..3f17ada4 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGTimedThumpCommand.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGTimedThumpCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SGCore/SGTracking.cpp b/Source/SenseGloveCore/Private/SGCore/SGTracking.cpp index e62676be..ee7180a1 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGTracking.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGTracking.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SenseGloveCore.cpp b/Source/SenseGloveCore/Private/SenseGloveCore.cpp index 3a6c2759..b68108b6 100644 --- a/Source/SenseGloveCore/Private/SenseGloveCore.cpp +++ b/Source/SenseGloveCore/Private/SenseGloveCore.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SenseGloveCore.h b/Source/SenseGloveCore/Private/SenseGloveCore.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGloveCore/Private/SenseGloveCore.h +++ b/Source/SenseGloveCore/Private/SenseGloveCore.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SenseGloveCoreModule.cpp b/Source/SenseGloveCore/Private/SenseGloveCoreModule.cpp index f79eb2d2..3bead676 100644 --- a/Source/SenseGloveCore/Private/SenseGloveCoreModule.cpp +++ b/Source/SenseGloveCore/Private/SenseGloveCoreModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Private/SenseGloveCoreModule.h b/Source/SenseGloveCore/Private/SenseGloveCoreModule.h index 96b8e52f..98ffad76 100644 --- a/Source/SenseGloveCore/Private/SenseGloveCoreModule.h +++ b/Source/SenseGloveCore/Private/SenseGloveCoreModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGAnatomy.h b/Source/SenseGloveCore/Public/SGCore/SGAnatomy.h index e178e637..c30968e9 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGAnatomy.h +++ b/Source/SenseGloveCore/Public/SGCore/SGAnatomy.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGBasicHandModel.h b/Source/SenseGloveCore/Public/SGCore/SGBasicHandModel.h index fd0cd407..21893d7e 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGBasicHandModel.h +++ b/Source/SenseGloveCore/Public/SGCore/SGBasicHandModel.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGBetaDevice.h b/Source/SenseGloveCore/Public/SGCore/SGBetaDevice.h index 76e3d53c..07d53d69 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGBetaDevice.h +++ b/Source/SenseGloveCore/Public/SGCore/SGBetaDevice.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGBuzzCommand.h b/Source/SenseGloveCore/Public/SGCore/SGBuzzCommand.h index 03865f2a..7a04ad97 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGBuzzCommand.h +++ b/Source/SenseGloveCore/Public/SGCore/SGBuzzCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGCalibrationDataPoint.h b/Source/SenseGloveCore/Public/SGCore/SGCalibrationDataPoint.h index 70a21b57..7187eadf 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGCalibrationDataPoint.h +++ b/Source/SenseGloveCore/Public/SGCore/SGCalibrationDataPoint.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGCore.h b/Source/SenseGloveCore/Public/SGCore/SGCore.h index 1730179b..19e3a6ae 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGCore.h +++ b/Source/SenseGloveCore/Public/SGCore/SGCore.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGDevice.h b/Source/SenseGloveCore/Public/SGCore/SGDevice.h index b0f07277..cf450cd2 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGDevice.h +++ b/Source/SenseGloveCore/Public/SGCore/SGDevice.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGDeviceList.h b/Source/SenseGloveCore/Public/SGCore/SGDeviceList.h index e441736a..dfe0cc42 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGDeviceList.h +++ b/Source/SenseGloveCore/Public/SGCore/SGDeviceList.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGDeviceModel.h b/Source/SenseGloveCore/Public/SGCore/SGDeviceModel.h index f65b1d28..22ce022a 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGDeviceModel.h +++ b/Source/SenseGloveCore/Public/SGCore/SGDeviceModel.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGFingerCommand.h b/Source/SenseGloveCore/Public/SGCore/SGFingerCommand.h index 6e274cd0..7a212818 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGFingerCommand.h +++ b/Source/SenseGloveCore/Public/SGCore/SGFingerCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGForceFeedbackCommand.h b/Source/SenseGloveCore/Public/SGCore/SGForceFeedbackCommand.h index 4973f335..90460f80 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGForceFeedbackCommand.h +++ b/Source/SenseGloveCore/Public/SGCore/SGForceFeedbackCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHandInterpolator.h b/Source/SenseGloveCore/Public/SGCore/SGHandInterpolator.h index 026794a4..0b1f55ca 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHandInterpolator.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHandInterpolator.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHandPose.h b/Source/SenseGloveCore/Public/SGCore/SGHandPose.h index b451c3b6..ae2ec48c 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHandPose.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHandPose.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHandProfile.h b/Source/SenseGloveCore/Public/SGCore/SGHandProfile.h index 5d339307..88585dd4 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHandProfile.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHandProfile.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHapticGlove.h b/Source/SenseGloveCore/Public/SGCore/SGHapticGlove.h index 0cdcff8f..898c43bb 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHapticGlove.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHapticGlove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCalibrationCheck.h b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCalibrationCheck.h index 03613e30..892f528a 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCalibrationCheck.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCalibrationCheck.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCalibrationSequence.h b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCalibrationSequence.h index cb417d32..68de336c 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCalibrationSequence.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCalibrationSequence.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCommandBuffer.h b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCommandBuffer.h index 5630e836..744aff8c 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCommandBuffer.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveCommandBuffer.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveHandProfiles.h b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveHandProfiles.h index 40acabf6..d35ce95e 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveHandProfiles.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveHandProfiles.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveQuickCalibration.h b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveQuickCalibration.h index 28570532..e3e99330 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHapticGloveQuickCalibration.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHapticGloveQuickCalibration.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGInterpolationSet.h b/Source/SenseGloveCore/Public/SGCore/SGInterpolationSet.h index fb22b6c8..d5f9eca1 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGInterpolationSet.h +++ b/Source/SenseGloveCore/Public/SGCore/SGInterpolationSet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGInterpolationSetArray.h b/Source/SenseGloveCore/Public/SGCore/SGInterpolationSetArray.h index 354f2afb..02b051d5 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGInterpolationSetArray.h +++ b/Source/SenseGloveCore/Public/SGCore/SGInterpolationSetArray.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGJointKinematics.h b/Source/SenseGloveCore/Public/SGCore/SGJointKinematics.h index ac442bf5..445701cc 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGJointKinematics.h +++ b/Source/SenseGloveCore/Public/SGCore/SGJointKinematics.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGLibrary.h b/Source/SenseGloveCore/Public/SGCore/SGLibrary.h index 78de1011..55eedd8f 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGLibrary.h +++ b/Source/SenseGloveCore/Public/SGCore/SGLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGNovaGlove.h b/Source/SenseGloveCore/Public/SGCore/SGNovaGlove.h index b772403b..304cef9f 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGNovaGlove.h +++ b/Source/SenseGloveCore/Public/SGCore/SGNovaGlove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGNovaGloveCalibration.h b/Source/SenseGloveCore/Public/SGCore/SGNovaGloveCalibration.h index 5fd249a3..e0f67515 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGNovaGloveCalibration.h +++ b/Source/SenseGloveCore/Public/SGCore/SGNovaGloveCalibration.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGNovaGloveHandProfile.h b/Source/SenseGloveCore/Public/SGCore/SGNovaGloveHandProfile.h index b52af94a..253b8528 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGNovaGloveHandProfile.h +++ b/Source/SenseGloveCore/Public/SGCore/SGNovaGloveHandProfile.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGNovaGloveInfo.h b/Source/SenseGloveCore/Public/SGCore/SGNovaGloveInfo.h index a5896527..ad853c10 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGNovaGloveInfo.h +++ b/Source/SenseGloveCore/Public/SGCore/SGNovaGloveInfo.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGNovaGloveSensorData.h b/Source/SenseGloveCore/Public/SGCore/SGNovaGloveSensorData.h index 5c4f7437..1e5f2c75 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGNovaGloveSensorData.h +++ b/Source/SenseGloveCore/Public/SGCore/SGNovaGloveSensorData.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGSenseCom.h b/Source/SenseGloveCore/Public/SGCore/SGSenseCom.h index 25661b30..c8bf288a 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSenseCom.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSenseCom.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGSenseGlove.h b/Source/SenseGloveCore/Public/SGCore/SGSenseGlove.h index fa349b6c..3f159fab 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSenseGlove.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSenseGlove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveHandProfile.h b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveHandProfile.h index d2268f0f..8e5bdcbe 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveHandProfile.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveHandProfile.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveInfo.h b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveInfo.h index db98654f..42a82538 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveInfo.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveInfo.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGSenseGlovePose.h b/Source/SenseGloveCore/Public/SGCore/SGSenseGlovePose.h index eaf3370b..1b40d99e 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSenseGlovePose.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSenseGlovePose.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveSensorData.h b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveSensorData.h index dc2d92e7..82f6064e 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveSensorData.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveSensorData.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveVars.h b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveVars.h index 13758340..dc580353 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveVars.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveVars.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGSensorRange.h b/Source/SenseGloveCore/Public/SGCore/SGSensorRange.h index 31d1ab10..d544aa98 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSensorRange.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSensorRange.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGThumperCommand.h b/Source/SenseGloveCore/Public/SGCore/SGThumperCommand.h index b2274fdc..af24f959 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGThumperCommand.h +++ b/Source/SenseGloveCore/Public/SGCore/SGThumperCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGTimedBuzzCommand.h b/Source/SenseGloveCore/Public/SGCore/SGTimedBuzzCommand.h index 1039dfa5..749b4aad 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGTimedBuzzCommand.h +++ b/Source/SenseGloveCore/Public/SGCore/SGTimedBuzzCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGTimedThumpCommand.h b/Source/SenseGloveCore/Public/SGCore/SGTimedThumpCommand.h index 39d09621..4efbb379 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGTimedThumpCommand.h +++ b/Source/SenseGloveCore/Public/SGCore/SGTimedThumpCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/Public/SGCore/SGTracking.h b/Source/SenseGloveCore/Public/SGCore/SGTracking.h index 6e2e4973..4db27f98 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGTracking.h +++ b/Source/SenseGloveCore/Public/SGCore/SGTracking.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCore/SenseGloveCore.Build.cs b/Source/SenseGloveCore/SenseGloveCore.Build.cs index 95a307cb..c67941ed 100644 --- a/Source/SenseGloveCore/SenseGloveCore.Build.cs +++ b/Source/SenseGloveCore/SenseGloveCore.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGAnatomyImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGAnatomyImpl.cpp index 10374f1b..3620710a 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGAnatomyImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGAnatomyImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBasicHandModelImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBasicHandModelImpl.cpp index 2b41e0bc..2f681643 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBasicHandModelImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBasicHandModelImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBetaDeviceImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBetaDeviceImpl.cpp index a22faeeb..6c905418 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBetaDeviceImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBetaDeviceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBuzzCommandImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBuzzCommandImpl.cpp index db2ca937..b4dfd244 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBuzzCommandImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGBuzzCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCalibrationDataPointImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCalibrationDataPointImpl.cpp index 8573f254..766e5595 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCalibrationDataPointImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCalibrationDataPointImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCoreEnumCast.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCoreEnumCast.cpp index fbdb6405..2e13860e 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCoreEnumCast.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCoreEnumCast.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCoreEnumCast.h b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCoreEnumCast.h index 70d9051c..6192cfa9 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCoreEnumCast.h +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCoreEnumCast.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceImpl.cpp index afdfd47f..9fe9484c 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceListImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceListImpl.cpp index b3922846..b284a433 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceListImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceListImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceModelImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceModelImpl.cpp index 18a7f6f2..f4d84148 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceModelImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGDeviceModelImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGExportedFunctions.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGExportedFunctions.cpp index 315d1ff4..4bc44b1d 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGExportedFunctions.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGExportedFunctions.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGFingerCommandImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGFingerCommandImpl.cpp index 11129ade..7b829bd2 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGFingerCommandImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGFingerCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGForceFeedbackCommandImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGForceFeedbackCommandImpl.cpp index ded54250..21cb8fbb 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGForceFeedbackCommandImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGForceFeedbackCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandInterpolatorImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandInterpolatorImpl.cpp index c7591725..6c22e7cb 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandInterpolatorImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandInterpolatorImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandPoseImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandPoseImpl.cpp index 304fedc9..e0b57daa 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandPoseImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandPoseImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandProfileImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandProfileImpl.cpp index fbbe9e46..61667bbd 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandProfileImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandProfileImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCalibrationCheckImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCalibrationCheckImpl.cpp index dbed7483..a793f3c0 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCalibrationCheckImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCalibrationCheckImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCalibrationSequenceImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCalibrationSequenceImpl.cpp index f04b5543..60849de0 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCalibrationSequenceImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCalibrationSequenceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCommandBufferImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCommandBufferImpl.cpp index 26fd0900..9be7c0a3 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCommandBufferImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveCommandBufferImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveHandProfilesImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveHandProfilesImpl.cpp index 9c934491..63a26c11 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveHandProfilesImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveHandProfilesImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveImpl.cpp index 1552ef4b..967ca1b5 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveQuickCalibrationImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveQuickCalibrationImpl.cpp index afbcbb0d..d8601f45 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveQuickCalibrationImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticGloveQuickCalibrationImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGInterpolationSetImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGInterpolationSetImpl.cpp index 25f01360..876e9ba4 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGInterpolationSetImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGInterpolationSetImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGJointKinematicsImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGJointKinematicsImpl.cpp index 8e14b833..c08dd87d 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGJointKinematicsImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGJointKinematicsImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGLibraryImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGLibraryImpl.cpp index cf526ce7..df14627c 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGLibraryImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGLibraryImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveCalibrationImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveCalibrationImpl.cpp index d7a37cf2..840fc829 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveCalibrationImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveCalibrationImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveHandProfileImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveHandProfileImpl.cpp index 39d07aba..c3650da6 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveHandProfileImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveHandProfileImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveImpl.cpp index e715a7e0..d8d1d60e 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveInfoImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveInfoImpl.cpp index 618e8130..bdaccff3 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveInfoImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveInfoImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveSensorDataImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveSensorDataImpl.cpp index 92cfde9e..593b25b5 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveSensorDataImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNovaGloveSensorDataImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGQuatImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGQuatImpl.cpp index 1b8fed4c..38d23637 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGQuatImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGQuatImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGQuatImpl.h b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGQuatImpl.h index 772dfe76..008c06dd 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGQuatImpl.h +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGQuatImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseComImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseComImpl.cpp index b4624099..1adefd5b 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseComImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseComImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveHandProfileImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveHandProfileImpl.cpp index 4d11f640..1c7c1994 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveHandProfileImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveHandProfileImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveImpl.cpp index 67cf6c20..e8fd2277 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveInfoImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveInfoImpl.cpp index 855ec843..4045ba6b 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveInfoImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveInfoImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGlovePoseImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGlovePoseImpl.cpp index cb7d3ca6..71e126d1 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGlovePoseImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGlovePoseImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveSensorDataImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveSensorDataImpl.cpp index ff13ea96..c0fee612 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveSensorDataImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveSensorDataImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveVarsImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveVarsImpl.cpp index faac9c57..10f2430a 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveVarsImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveVarsImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSensorRangeImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSensorRangeImpl.cpp index 1b196598..cb99c1ae 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSensorRangeImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSensorRangeImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGThumperCommandImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGThumperCommandImpl.cpp index 2726d84f..e00f0c93 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGThumperCommandImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGThumperCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTimedBuzzCommandImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTimedBuzzCommandImpl.cpp index 0eae11c6..b9d2ec26 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTimedBuzzCommandImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTimedBuzzCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTimedThumpCommandImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTimedThumpCommandImpl.cpp index a23f0ab3..1e011991 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTimedThumpCommandImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTimedThumpCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTrackingImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTrackingImpl.cpp index 8a533ccf..f6918497 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTrackingImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGTrackingImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGVect3DImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGVect3DImpl.cpp index 56915cca..7e9264a5 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGVect3DImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGVect3DImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGVect3DImpl.h b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGVect3DImpl.h index cf689ea6..80cc80e4 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGVect3DImpl.h +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGVect3DImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.cpp b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.cpp index 2b2cdfc3..a25f5842 100644 --- a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.h b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.h index 60871018..5e097228 100644 --- a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.h +++ b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.cpp b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.cpp index 659cab96..cd9b863a 100644 --- a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.cpp +++ b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.h b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.h index 34451fa1..a4652662 100644 --- a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.h +++ b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGAnatomyImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGAnatomyImpl.h index 1786a7f9..668d7054 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGAnatomyImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGAnatomyImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBasicHandModelImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBasicHandModelImpl.h index 15b67230..bb2b14c7 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBasicHandModelImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBasicHandModelImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBetaDeviceImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBetaDeviceImpl.h index 20bcdc4a..0081482b 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBetaDeviceImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBetaDeviceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBuzzCommandImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBuzzCommandImpl.h index 12c3e30f..78e7321d 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBuzzCommandImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGBuzzCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGCalibrationDataPointImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGCalibrationDataPointImpl.h index 9cf42f9f..60b84299 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGCalibrationDataPointImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGCalibrationDataPointImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceImpl.h index 86434f3f..210fbed3 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceListImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceListImpl.h index 9838df2a..84032a59 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceListImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceListImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceModelImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceModelImpl.h index f4c7d8ef..0c77641b 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceModelImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGDeviceModelImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGExportedFunctions.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGExportedFunctions.h index 25dac8a9..ff8c2c5d 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGExportedFunctions.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGExportedFunctions.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGFingerCommandImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGFingerCommandImpl.h index 64655829..2b623297 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGFingerCommandImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGFingerCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGForceFeedbackCommandImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGForceFeedbackCommandImpl.h index 2cd72b66..24f1a63c 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGForceFeedbackCommandImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGForceFeedbackCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandInterpolatorImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandInterpolatorImpl.h index 92e48fb1..0d69becb 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandInterpolatorImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandInterpolatorImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandPoseImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandPoseImpl.h index e483b59e..ed952b17 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandPoseImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandPoseImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandProfileImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandProfileImpl.h index 40d29c85..a88355bd 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandProfileImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandProfileImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCalibrationCheckImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCalibrationCheckImpl.h index 35c3a7e2..4e10f81a 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCalibrationCheckImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCalibrationCheckImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCalibrationSequenceImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCalibrationSequenceImpl.h index fc726dd5..8f767ad6 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCalibrationSequenceImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCalibrationSequenceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCommandBufferImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCommandBufferImpl.h index b06e8232..2ac12dd1 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCommandBufferImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveCommandBufferImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveHandProfilesImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveHandProfilesImpl.h index ecfae0e0..186884d3 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveHandProfilesImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveHandProfilesImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveImpl.h index 84d78dfe..4cce4def 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveQuickCalibrationImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveQuickCalibrationImpl.h index d702ed63..7fa665ff 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveQuickCalibrationImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticGloveQuickCalibrationImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGInterpolationSetImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGInterpolationSetImpl.h index 7f293667..7cdc5152 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGInterpolationSetImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGInterpolationSetImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGJointKinematicsImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGJointKinematicsImpl.h index ebfb8831..d299ae1c 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGJointKinematicsImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGJointKinematicsImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGLibraryImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGLibraryImpl.h index 22b07c9a..a5a795d1 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGLibraryImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGLibraryImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveCalibrationImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveCalibrationImpl.h index 2c4385ad..27504771 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveCalibrationImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveCalibrationImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveHandProfileImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveHandProfileImpl.h index 195b484f..ec206394 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveHandProfileImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveHandProfileImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveImpl.h index 39983a98..c6f54b81 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveInfoImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveInfoImpl.h index 7800a16c..fe416bac 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveInfoImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveInfoImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveSensorDataImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveSensorDataImpl.h index 5ebaaac4..8845a610 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveSensorDataImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNovaGloveSensorDataImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseComImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseComImpl.h index 500f4f67..499fdb7f 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseComImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseComImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveHandProfileImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveHandProfileImpl.h index 846c67cd..d1aeaa34 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveHandProfileImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveHandProfileImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveImpl.h index c28d4dfa..b1141924 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveInfoImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveInfoImpl.h index b172f427..bf36e58e 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveInfoImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveInfoImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGlovePoseImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGlovePoseImpl.h index 5b6b8cd2..20e87b4d 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGlovePoseImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGlovePoseImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveSensorDataImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveSensorDataImpl.h index 148ee532..8e1bfb22 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveSensorDataImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveSensorDataImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveVarsImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveVarsImpl.h index 45315abb..2124bc29 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveVarsImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveVarsImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSensorRangeImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSensorRangeImpl.h index 9b9d4418..9399d058 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSensorRangeImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSensorRangeImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGThumperCommandImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGThumperCommandImpl.h index b211c0d7..afa8c693 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGThumperCommandImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGThumperCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTimedBuzzCommandImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTimedBuzzCommandImpl.h index 5a49cba8..5736adb9 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTimedBuzzCommandImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTimedBuzzCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTimedThumpCommandImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTimedThumpCommandImpl.h index 4b3c4113..dc329c48 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTimedThumpCommandImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTimedThumpCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTrackingImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTrackingImpl.h index 3a1cc792..67dce516 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTrackingImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGTrackingImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreImpl/SenseGloveCoreImpl.Build.cs b/Source/SenseGloveCoreImpl/SenseGloveCoreImpl.Build.cs index e5704aa9..3d44e8ea 100644 --- a/Source/SenseGloveCoreImpl/SenseGloveCoreImpl.Build.cs +++ b/Source/SenseGloveCoreImpl/SenseGloveCoreImpl.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGAnatomyKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGAnatomyKismetLibrary.cpp index 6709293b..ab3bf2f4 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGAnatomyKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGAnatomyKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBasicHandModelKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBasicHandModelKismetLibrary.cpp index 6613d0ff..8b36f66e 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBasicHandModelKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBasicHandModelKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBetaDeviceKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBetaDeviceKismetLibrary.cpp index e46c9ca3..c6b98661 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBetaDeviceKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBetaDeviceKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBuzzCommandKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBuzzCommandKismetLibrary.cpp index d9859ba7..bea52da7 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBuzzCommandKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGBuzzCommandKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGCalibrationDataPointKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGCalibrationDataPointKismetLibrary.cpp index 89686ba3..99c0781b 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGCalibrationDataPointKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGCalibrationDataPointKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceKismetLibrary.cpp index 714e7e81..ceb2be87 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceListKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceListKismetLibrary.cpp index 60887900..7694be1d 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceListKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceListKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceModelKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceModelKismetLibrary.cpp index acc31704..9c89b54c 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceModelKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGDeviceModelKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGFingerCommandKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGFingerCommandKismetLibrary.cpp index 612784a5..21a506be 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGFingerCommandKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGFingerCommandKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGForceFeedbackCommandKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGForceFeedbackCommandKismetLibrary.cpp index 8890cbfe..ba2decdf 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGForceFeedbackCommandKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGForceFeedbackCommandKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandInterpolatorKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandInterpolatorKismetLibrary.cpp index 09e20bfe..339cb847 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandInterpolatorKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandInterpolatorKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandPoseKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandPoseKismetLibrary.cpp index bbf49b05..5e90e59c 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandPoseKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandPoseKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandProfileKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandProfileKismetLibrary.cpp index f4f0d38a..8c240318 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandProfileKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandProfileKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCalibrationCheckKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCalibrationCheckKismetLibrary.cpp index a6be4ed1..47d92949 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCalibrationCheckKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCalibrationCheckKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCalibrationSequenceKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCalibrationSequenceKismetLibrary.cpp index 9f22375b..fa21e2eb 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCalibrationSequenceKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCalibrationSequenceKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCommandBufferKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCommandBufferKismetLibrary.cpp index 302f5f1a..862ed6b9 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCommandBufferKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveCommandBufferKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveHandProfilesKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveHandProfilesKismetLibrary.cpp index 72c2820c..7372130a 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveHandProfilesKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveHandProfilesKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveKismetLibrary.cpp index 3bfa1703..6be7309e 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveQuickCalibrationKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveQuickCalibrationKismetLibrary.cpp index 7130a840..ad79efd0 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveQuickCalibrationKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticGloveQuickCalibrationKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGInterpolationSetKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGInterpolationSetKismetLibrary.cpp index 2df91eb5..2fa23d19 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGInterpolationSetKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGInterpolationSetKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGJointKinematicsKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGJointKinematicsKismetLibrary.cpp index ecdab3ef..f13ed2a2 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGJointKinematicsKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGJointKinematicsKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGLibraryKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGLibraryKismetLibrary.cpp index 954e9544..6b8db8ef 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGLibraryKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGLibraryKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveCalibrationKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveCalibrationKismetLibrary.cpp index b4292984..81e019f4 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveCalibrationKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveCalibrationKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveHandProfileKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveHandProfileKismetLibrary.cpp index 72450699..978e851c 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveHandProfileKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveHandProfileKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveInfoKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveInfoKismetLibrary.cpp index 9fbba3f0..e9364461 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveInfoKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveInfoKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveKismetLibrary.cpp index 05b9be68..6ce3f1e0 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveSensorDataKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveSensorDataKismetLibrary.cpp index bf72185c..3320de5d 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveSensorDataKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNovaGloveSensorDataKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseComKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseComKismetLibrary.cpp index 29e5a63b..725bdad8 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseComKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseComKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveHandProfileKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveHandProfileKismetLibrary.cpp index 254ee881..9898b44f 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveHandProfileKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveHandProfileKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveInfoKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveInfoKismetLibrary.cpp index 67c6ce59..de094c1e 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveInfoKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveInfoKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveKismetLibrary.cpp index c75eacfc..f373799d 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGlovePoseKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGlovePoseKismetLibrary.cpp index 960d590d..7c807e68 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGlovePoseKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGlovePoseKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveSensorDataKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveSensorDataKismetLibrary.cpp index 67728604..3c3dae6b 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveSensorDataKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveSensorDataKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveVarsKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveVarsKismetLibrary.cpp index bdd02016..2dc71199 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveVarsKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveVarsKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSensorRangeKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSensorRangeKismetLibrary.cpp index faf9be43..2b47a4b9 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSensorRangeKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSensorRangeKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGThumperCommandKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGThumperCommandKismetLibrary.cpp index 71e420cc..2c620457 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGThumperCommandKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGThumperCommandKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTimedBuzzCommandKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTimedBuzzCommandKismetLibrary.cpp index c06da927..9bff7ba4 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTimedBuzzCommandKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTimedBuzzCommandKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTimedThumpCommandKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTimedThumpCommandKismetLibrary.cpp index 286e0b7d..01c25dd3 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTimedThumpCommandKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTimedThumpCommandKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTrackingKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTrackingKismetLibrary.cpp index dfceb5e0..c9e95d1b 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTrackingKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGTrackingKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.cpp b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.cpp index 15a2193e..6e5797cd 100644 --- a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.cpp +++ b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.h b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.h +++ b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.cpp b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.cpp index 2d632bcb..472a522b 100644 --- a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.cpp +++ b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.h b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.h index 86ce079e..e95e69ee 100644 --- a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.h +++ b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGAnatomyKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGAnatomyKismetLibrary.h index f5e7ca6e..0e119a07 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGAnatomyKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGAnatomyKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBasicHandModelKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBasicHandModelKismetLibrary.h index 71d25bd0..aa02c80f 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBasicHandModelKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBasicHandModelKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBetaDeviceKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBetaDeviceKismetLibrary.h index 0ac0c654..28aa9df1 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBetaDeviceKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBetaDeviceKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBuzzCommandKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBuzzCommandKismetLibrary.h index 4aa0b51b..485d9f71 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBuzzCommandKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGBuzzCommandKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGCalibrationDataPointKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGCalibrationDataPointKismetLibrary.h index 00149ce8..92234f0a 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGCalibrationDataPointKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGCalibrationDataPointKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceKismetLibrary.h index 540e673a..d650fb37 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceListKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceListKismetLibrary.h index 8dba467b..e3c34a6f 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceListKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceListKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceModelKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceModelKismetLibrary.h index 6260ef74..4ae53f58 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceModelKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGDeviceModelKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGFingerCommandKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGFingerCommandKismetLibrary.h index d3719d0d..2021bca8 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGFingerCommandKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGFingerCommandKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGForceFeedbackCommandKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGForceFeedbackCommandKismetLibrary.h index 75a1dc66..baeae736 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGForceFeedbackCommandKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGForceFeedbackCommandKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandInterpolatorKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandInterpolatorKismetLibrary.h index a467e254..953b3b8a 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandInterpolatorKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandInterpolatorKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandPoseKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandPoseKismetLibrary.h index 65d05f5c..d829a4f5 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandPoseKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandPoseKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandProfileKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandProfileKismetLibrary.h index e3db535a..c83f5120 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandProfileKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandProfileKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCalibrationCheckKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCalibrationCheckKismetLibrary.h index 0166cc9c..3f99bdfc 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCalibrationCheckKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCalibrationCheckKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCalibrationSequenceKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCalibrationSequenceKismetLibrary.h index 24169460..d70bfb8b 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCalibrationSequenceKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCalibrationSequenceKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCommandBufferKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCommandBufferKismetLibrary.h index 8a4ed848..5e510538 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCommandBufferKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveCommandBufferKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveHandProfilesKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveHandProfilesKismetLibrary.h index 9f64a94d..d1d56058 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveHandProfilesKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveHandProfilesKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveKismetLibrary.h index 144fc2ff..bfb8c5fd 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveQuickCalibrationKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveQuickCalibrationKismetLibrary.h index 89981e25..2f98f3af 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveQuickCalibrationKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticGloveQuickCalibrationKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGInterpolationSetKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGInterpolationSetKismetLibrary.h index d90c2fdc..68fa2be0 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGInterpolationSetKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGInterpolationSetKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGJointKinematicsKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGJointKinematicsKismetLibrary.h index a0ad217e..3a3f1dbb 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGJointKinematicsKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGJointKinematicsKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGLibraryKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGLibraryKismetLibrary.h index f7634b61..9b342709 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGLibraryKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGLibraryKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveCalibrationKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveCalibrationKismetLibrary.h index 16b8a692..5c49e965 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveCalibrationKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveCalibrationKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveHandProfileKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveHandProfileKismetLibrary.h index 95a5c3e2..9994551b 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveHandProfileKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveHandProfileKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveInfoKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveInfoKismetLibrary.h index 886b9a42..11b6b146 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveInfoKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveInfoKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveKismetLibrary.h index 37f30a9b..9067c8eb 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 NovaGlove + * Copyright (c) 2020 - 2024 NovaGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveSensorDataKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveSensorDataKismetLibrary.h index 4fb45736..d5d11c5a 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveSensorDataKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNovaGloveSensorDataKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseComKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseComKismetLibrary.h index 578a53f0..335bf0b6 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseComKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseComKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveHandProfileKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveHandProfileKismetLibrary.h index 7d1352d4..9dd8b4f7 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveHandProfileKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveHandProfileKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveInfoKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveInfoKismetLibrary.h index 0ea84238..f4a060eb 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveInfoKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveInfoKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveKismetLibrary.h index 8bd6dffd..a47b2663 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGlovePoseKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGlovePoseKismetLibrary.h index 63e08a05..c0ac7bef 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGlovePoseKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGlovePoseKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveSensorDataKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveSensorDataKismetLibrary.h index 2938e893..8bfcf7b3 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveSensorDataKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveSensorDataKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveVarsKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveVarsKismetLibrary.h index d499dfe7..5ec0844c 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveVarsKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveVarsKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSensorRangeKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSensorRangeKismetLibrary.h index f971a640..2511d1ee 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSensorRangeKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSensorRangeKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGThumperCommandKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGThumperCommandKismetLibrary.h index 990aca6d..119ad879 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGThumperCommandKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGThumperCommandKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTimedBuzzCommandKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTimedBuzzCommandKismetLibrary.h index 8b6591fe..7e755284 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTimedBuzzCommandKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTimedBuzzCommandKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTimedThumpCommandKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTimedThumpCommandKismetLibrary.h index fbb18c47..dd81e0bf 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTimedThumpCommandKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTimedThumpCommandKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTrackingKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTrackingKismetLibrary.h index aa978c17..65f171c2 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTrackingKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGTrackingKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveCoreKismet/SenseGloveCoreKismet.Build.cs b/Source/SenseGloveCoreKismet/SenseGloveCoreKismet.Build.cs index f9950b47..3de5b857 100644 --- a/Source/SenseGloveCoreKismet/SenseGloveCoreKismet.Build.cs +++ b/Source/SenseGloveCoreKismet/SenseGloveCoreKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp b/Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp index 2fbf2192..1baeba8b 100644 --- a/Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp +++ b/Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/Private/SGDebug/SGDebugVirtualHand.cpp b/Source/SenseGloveDebug/Private/SGDebug/SGDebugVirtualHand.cpp index 567b6dda..65fbb219 100644 --- a/Source/SenseGloveDebug/Private/SGDebug/SGDebugVirtualHand.cpp +++ b/Source/SenseGloveDebug/Private/SGDebug/SGDebugVirtualHand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/Private/SenseGloveDebug.cpp b/Source/SenseGloveDebug/Private/SenseGloveDebug.cpp index 6250ba53..354848bb 100644 --- a/Source/SenseGloveDebug/Private/SenseGloveDebug.cpp +++ b/Source/SenseGloveDebug/Private/SenseGloveDebug.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/Private/SenseGloveDebug.h b/Source/SenseGloveDebug/Private/SenseGloveDebug.h index 60871018..5e097228 100644 --- a/Source/SenseGloveDebug/Private/SenseGloveDebug.h +++ b/Source/SenseGloveDebug/Private/SenseGloveDebug.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/Private/SenseGloveDebugModule.cpp b/Source/SenseGloveDebug/Private/SenseGloveDebugModule.cpp index 128d3524..12b2f95c 100644 --- a/Source/SenseGloveDebug/Private/SenseGloveDebugModule.cpp +++ b/Source/SenseGloveDebug/Private/SenseGloveDebugModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/Private/SenseGloveDebugModule.h b/Source/SenseGloveDebug/Private/SenseGloveDebugModule.h index 7a1bb13e..21cf7b18 100644 --- a/Source/SenseGloveDebug/Private/SenseGloveDebugModule.h +++ b/Source/SenseGloveDebug/Private/SenseGloveDebugModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/Public/SGDebug/SGDebugGizmo.h b/Source/SenseGloveDebug/Public/SGDebug/SGDebugGizmo.h index a4b9350b..440107b1 100644 --- a/Source/SenseGloveDebug/Public/SGDebug/SGDebugGizmo.h +++ b/Source/SenseGloveDebug/Public/SGDebug/SGDebugGizmo.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/Public/SGDebug/SGDebugVirtualHand.h b/Source/SenseGloveDebug/Public/SGDebug/SGDebugVirtualHand.h index 96d5c899..15e936ad 100644 --- a/Source/SenseGloveDebug/Public/SGDebug/SGDebugVirtualHand.h +++ b/Source/SenseGloveDebug/Public/SGDebug/SGDebugVirtualHand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebug/SenseGloveDebug.Build.cs b/Source/SenseGloveDebug/SenseGloveDebug.Build.cs index 550084cb..8c5eaaab 100644 --- a/Source/SenseGloveDebug/SenseGloveDebug.Build.cs +++ b/Source/SenseGloveDebug/SenseGloveDebug.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveEditor/Private/SenseGloveEditor.cpp b/Source/SenseGloveEditor/Private/SenseGloveEditor.cpp index f9b1f755..6d2f4f8c 100644 --- a/Source/SenseGloveEditor/Private/SenseGloveEditor.cpp +++ b/Source/SenseGloveEditor/Private/SenseGloveEditor.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveEditor/Private/SenseGloveEditor.h b/Source/SenseGloveEditor/Private/SenseGloveEditor.h index 60871018..5e097228 100644 --- a/Source/SenseGloveEditor/Private/SenseGloveEditor.h +++ b/Source/SenseGloveEditor/Private/SenseGloveEditor.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveEditor/Private/SenseGloveEditorModule.cpp b/Source/SenseGloveEditor/Private/SenseGloveEditorModule.cpp index 5ef6d0ff..9cb0faf1 100644 --- a/Source/SenseGloveEditor/Private/SenseGloveEditorModule.cpp +++ b/Source/SenseGloveEditor/Private/SenseGloveEditorModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveEditor/Private/SenseGloveEditorModule.h b/Source/SenseGloveEditor/Private/SenseGloveEditorModule.h index 3f222571..0006b357 100644 --- a/Source/SenseGloveEditor/Private/SenseGloveEditorModule.h +++ b/Source/SenseGloveEditor/Private/SenseGloveEditorModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveEditor/SenseGloveEditor.Build.cs b/Source/SenseGloveEditor/SenseGloveEditor.Build.cs index a2b20776..7eb24a37 100644 --- a/Source/SenseGloveEditor/SenseGloveEditor.Build.cs +++ b/Source/SenseGloveEditor/SenseGloveEditor.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGBackendType.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGBackendType.cpp index 9c269a9d..d6bced58 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGBackendType.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGBackendType.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGCVar.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGCVar.cpp index e418d5a6..4858d75e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGCVar.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGCVar.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGCalibrationStage.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGCalibrationStage.cpp index de6598f3..7e6944c6 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGCalibrationStage.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGCalibrationStage.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGConnectionType.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGConnectionType.cpp index be13e924..944e9943 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGConnectionType.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGConnectionType.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGDeviceType.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGDeviceType.cpp index fadd0661..f97da6d9 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGDeviceType.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGDeviceType.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFinger.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFinger.cpp index 9806e49a..6e55c4fe 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFinger.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFinger.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFingerMovement.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFingerMovement.cpp index c1bcbfe5..2df1704e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFingerMovement.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFingerMovement.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFingerSolver.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFingerSolver.cpp index 59cc0692..ee871476 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFingerSolver.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGFingerSolver.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGListFormat.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGListFormat.cpp index 66bf70ff..dedcc038 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGListFormat.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGListFormat.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaCVar.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaCVar.cpp index 048b2c53..949151f1 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaCVar.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaCVar.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaData.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaData.cpp index cf2c0555..5712f9a2 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaData.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaData.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaSensorData.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaSensorData.cpp index ed0167a2..b476452e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaSensorData.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaSensorData.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGPositionalTrackingHardware.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGPositionalTrackingHardware.cpp index e6d82dc1..6c3c9c5e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGPositionalTrackingHardware.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGPositionalTrackingHardware.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSVar.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSVar.cpp index b143a874..74c898b4 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSVar.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSVar.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveThumperCommand.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveThumperCommand.cpp index 49191309..bf68eaee 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveThumperCommand.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveThumperCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSensorFormat.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSensorFormat.cpp index 5ce07a1d..733dd43d 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSensorFormat.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSensorFormat.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGThumbMovement.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGThumbMovement.cpp index 6f8b8add..8f933b42 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGThumbMovement.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGThumbMovement.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGThumbSolver.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGThumbSolver.cpp index bcd47924..dafab954 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGThumbSolver.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGThumbSolver.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FQuat.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FQuat.cpp index 96f60ec3..1ced597d 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FQuat.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FQuat.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBasicHandModelImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBasicHandModelImpl.cpp index d35da1d6..431f12ce 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBasicHandModelImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBasicHandModelImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBetaDeviceImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBetaDeviceImpl.cpp index 4411f42e..1dd98b75 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBetaDeviceImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBetaDeviceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBuzzCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBuzzCommandImpl.cpp index ff5fafe8..b7b23b71 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBuzzCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGBuzzCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGCalibrationDataPointImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGCalibrationDataPointImpl.cpp index 44a9cf43..1936f8af 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGCalibrationDataPointImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGCalibrationDataPointImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGDeviceImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGDeviceImpl.cpp index 8c9bb385..6bd81739 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGDeviceImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGDeviceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGDeviceModelImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGDeviceModelImpl.cpp index 35f9c2e0..643ccf4e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGDeviceModelImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGDeviceModelImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGFingerCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGFingerCommandImpl.cpp index 2b723d6a..21b975dc 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGFingerCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGFingerCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGForceFeedbackCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGForceFeedbackCommandImpl.cpp index c9e481dc..21a78284 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGForceFeedbackCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGForceFeedbackCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandInterpolatorImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandInterpolatorImpl.cpp index 15c5c52e..69e32b62 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandInterpolatorImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandInterpolatorImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandPoseImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandPoseImpl.cpp index 5254c48e..76ff6b6e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandPoseImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandPoseImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandProfileImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandProfileImpl.cpp index d39c4eae..4da7bd73 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandProfileImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHandProfileImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCalibrationCheckImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCalibrationCheckImpl.cpp index 363219ec..ccdafa63 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCalibrationCheckImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCalibrationCheckImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCalibrationSequenceImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCalibrationSequenceImpl.cpp index ac721b63..467a4cc5 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCalibrationSequenceImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCalibrationSequenceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCommandBufferImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCommandBufferImpl.cpp index c865f5cf..1e9c9847 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCommandBufferImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveCommandBufferImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveImpl.cpp index 1c18a345..673cbd9a 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveQuickCalibrationImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveQuickCalibrationImpl.cpp index 65bdbc87..f9529d4d 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveQuickCalibrationImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticGloveQuickCalibrationImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGInterpolationSetImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGInterpolationSetImpl.cpp index de3cf53b..d0b91557 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGInterpolationSetImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGInterpolationSetImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveHandProfileImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveHandProfileImpl.cpp index 130c175f..13aee750 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveHandProfileImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveHandProfileImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveImpl.cpp index 13d79bba..56b6e73d 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveInfoImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveInfoImpl.cpp index 52584ddc..b8c333a6 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveInfoImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveInfoImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveSensorDataImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveSensorDataImpl.cpp index 53c78501..03c533cf 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveSensorDataImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNovaGloveSensorDataImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveHandProfileImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveHandProfileImpl.cpp index 718419e3..af79af2c 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveHandProfileImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveHandProfileImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveImpl.cpp index 8962b09a..f75ca767 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveInfoImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveInfoImpl.cpp index 8d9a59f1..69eed0db 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveInfoImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveInfoImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGlovePoseImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGlovePoseImpl.cpp index fde7a33c..18f65fd0 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGlovePoseImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGlovePoseImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveSensorDataImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveSensorDataImpl.cpp index 3e278361..333973b3 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveSensorDataImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveSensorDataImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSensorRangeImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSensorRangeImpl.cpp index dbc94b5f..06889913 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSensorRangeImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSensorRangeImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGThumperCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGThumperCommandImpl.cpp index 3f3a3fe4..2234242c 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGThumperCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGThumperCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGTimedBuzzCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGTimedBuzzCommandImpl.cpp index bebb4f27..416139a3 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGTimedBuzzCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGTimedBuzzCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGTimedThumpCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGTimedThumpCommandImpl.cpp index 1e1f03dc..b601f978 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGTimedThumpCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGTimedThumpCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FString.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FString.cpp index 4a7bc2bb..8a688437 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FString.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FString.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FVector.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FVector.cpp index bb2b901f..b249faa0 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FVector.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FVector.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_JNIEnv_Ptr.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_JNIEnv_Ptr.cpp index 5e9fff41..0ba8c103 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_JNIEnv_Ptr.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_JNIEnv_Ptr.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FQuat.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FQuat.cpp index dc73419c..63aae9cb 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FQuat.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FQuat.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGCalibrationDataPointImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGCalibrationDataPointImpl.cpp index a09f62ff..74419426 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGCalibrationDataPointImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGCalibrationDataPointImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGForceFeedbackCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGForceFeedbackCommandImpl.cpp index 08b84ce0..40a70c46 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGForceFeedbackCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGForceFeedbackCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGNovaGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGNovaGloveImpl.cpp index cf101ea9..35108eb9 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGNovaGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGNovaGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGSenseGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGSenseGloveImpl.cpp index 5761ae25..5e96ba41 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGSenseGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGSenseGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGTimedBuzzCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGTimedBuzzCommandImpl.cpp index a64a38ba..8e7311e0 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGTimedBuzzCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGTimedBuzzCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGTimedThumpCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGTimedThumpCommandImpl.cpp index 4bd8c228..67b6b59b 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGTimedThumpCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGTimedThumpCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FVector.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FVector.cpp index 890e0b66..091ce7c1 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FVector.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FVector.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FQuat.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FQuat.cpp index 925526be..49382a72 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FQuat.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FQuat.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FSGInterpolationSetImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FSGInterpolationSetImpl.cpp index 896e1cb2..8a5817b6 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FSGInterpolationSetImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FSGInterpolationSetImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FVector.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FVector.cpp index 2a72512b..fe3d723c 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FVector.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_FVector.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_bool.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_bool.cpp index 5261a348..8450c7da 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_bool.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_bool.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_float.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_float.cpp index 1f97fe4a..de0ec0eb 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_float.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TArray_float.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TSharedRef_FSGDeviceImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TSharedRef_FSGDeviceImpl.cpp index 7a74e9ad..e2d47023 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TSharedRef_FSGDeviceImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TSharedRef_FSGDeviceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TSharedRef_FSGHapticGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TSharedRef_FSGHapticGloveImpl.cpp index af29249e..35194e34 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TSharedRef_FSGHapticGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_TSharedRef_FSGHapticGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_bool.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_bool.cpp index 1408cf5e..b0094915 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_bool.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_bool.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_float.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_float.cpp index 001e2cbb..bb751100 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_float.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_float.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_int32.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_int32.cpp index a6d20e90..f85bdff2 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_int32.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_int32.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGBetaDeviceImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGBetaDeviceImpl.cpp index 96338e79..1dc441ed 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGBetaDeviceImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGBetaDeviceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGBuzzCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGBuzzCommandImpl.cpp index 731dc56c..4fdfbb06 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGBuzzCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGBuzzCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGDeviceImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGDeviceImpl.cpp index 91e1eb3c..c9078800 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGDeviceImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGDeviceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGFingerCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGFingerCommandImpl.cpp index 6716b190..01a4f90a 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGFingerCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGFingerCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGForceFeedbackCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGForceFeedbackCommandImpl.cpp index 98a4e610..289bc211 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGForceFeedbackCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGForceFeedbackCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveCalibrationSequenceImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveCalibrationSequenceImpl.cpp index bffe8c1f..10bd4ebc 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveCalibrationSequenceImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveCalibrationSequenceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveImpl.cpp index 0f3c0e69..7b3c208f 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveQuickCalibrationImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveQuickCalibrationImpl.cpp index d1956be7..f2c60e75 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveQuickCalibrationImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGHapticGloveQuickCalibrationImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGNovaGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGNovaGloveImpl.cpp index acce814d..2838088e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGNovaGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGNovaGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGSenseGloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGSenseGloveImpl.cpp index e747d88f..bb6039f4 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGSenseGloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGSenseGloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGTimedBuzzCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGTimedBuzzCommandImpl.cpp index 7316e644..08576b8b 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGTimedBuzzCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGTimedBuzzCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSubclassOf_FSGDeviceImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSubclassOf_FSGDeviceImpl.cpp index 0ac1cac9..4f44b6cb 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSubclassOf_FSGDeviceImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSubclassOf_FSGDeviceImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_int32_Ref.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_int32_Ref.cpp index 45fb4036..b4102a4e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_int32_Ref.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_int32_Ref.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_jclass.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_jclass.cpp index c7b788d4..a77acff1 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_jclass.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_jclass.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SGInterop/SGIC_jmethodID.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_jmethodID.cpp index 302ed0b1..450ba34e 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_jmethodID.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_jmethodID.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SenseGloveInterop.cpp b/Source/SenseGloveInterop/Private/SenseGloveInterop.cpp index 2089f7a0..fcf36813 100644 --- a/Source/SenseGloveInterop/Private/SenseGloveInterop.cpp +++ b/Source/SenseGloveInterop/Private/SenseGloveInterop.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SenseGloveInterop.h b/Source/SenseGloveInterop/Private/SenseGloveInterop.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGloveInterop/Private/SenseGloveInterop.h +++ b/Source/SenseGloveInterop/Private/SenseGloveInterop.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SenseGloveInteropModule.cpp b/Source/SenseGloveInterop/Private/SenseGloveInteropModule.cpp index fc1d163a..101d2af6 100644 --- a/Source/SenseGloveInterop/Private/SenseGloveInteropModule.cpp +++ b/Source/SenseGloveInterop/Private/SenseGloveInteropModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Private/SenseGloveInteropModule.h b/Source/SenseGloveInterop/Private/SenseGloveInteropModule.h index 5ad399d9..ceeded41 100644 --- a/Source/SenseGloveInterop/Private/SenseGloveInteropModule.h +++ b/Source/SenseGloveInterop/Private/SenseGloveInteropModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGBackendType.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGBackendType.h index 521fc151..269af35b 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGBackendType.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGBackendType.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGCVar.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGCVar.h index e3873d88..168cde68 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGCVar.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGCVar.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGCalibrationStage.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGCalibrationStage.h index e78a3196..7be55e42 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGCalibrationStage.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGCalibrationStage.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGConnectionType.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGConnectionType.h index 3e6285b0..cf28c4d0 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGConnectionType.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGConnectionType.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGDeviceType.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGDeviceType.h index 542f862c..8aaeac82 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGDeviceType.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGDeviceType.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFinger.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFinger.h index 60b4dce5..ecbdfb6d 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFinger.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFinger.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFingerMovement.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFingerMovement.h index ec56485e..b2fce65a 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFingerMovement.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFingerMovement.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFingerSolver.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFingerSolver.h index 5f323cbd..d75b32a6 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFingerSolver.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGFingerSolver.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGListFormat.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGListFormat.h index e3df90f6..416cc8a4 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGListFormat.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGListFormat.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaCVar.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaCVar.h index 42a03090..ecfed343 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaCVar.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaCVar.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaData.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaData.h index 412be257..e405d1c6 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaData.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaData.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaSensorData.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaSensorData.h index 54bf2a21..aebe00e3 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaSensorData.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaSensorData.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGPositionalTrackingHardware.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGPositionalTrackingHardware.h index aee3d529..ab9cb140 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGPositionalTrackingHardware.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGPositionalTrackingHardware.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSVar.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSVar.h index 79b28312..92afea93 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSVar.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSVar.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveThumperCommand.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveThumperCommand.h index 2d22fe05..3c1f6276 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveThumperCommand.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveThumperCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSensorFormat.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSensorFormat.h index 891bb63a..35451603 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSensorFormat.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSensorFormat.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGThumbMovement.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGThumbMovement.h index 4af2588d..6936855d 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGThumbMovement.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGThumbMovement.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGThumbSolver.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGThumbSolver.h index 600a253f..ca2f7319 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGThumbSolver.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGThumbSolver.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FQuat.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FQuat.h index 53b27c22..e92f9496 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FQuat.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FQuat.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBasicHandModelImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBasicHandModelImpl.h index 043236fe..77b1d3b8 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBasicHandModelImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBasicHandModelImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBetaDeviceImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBetaDeviceImpl.h index 6845ec4b..35619293 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBetaDeviceImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBetaDeviceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBuzzCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBuzzCommandImpl.h index 59ee01fa..3ffd3f74 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBuzzCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGBuzzCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGCalibrationDataPointImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGCalibrationDataPointImpl.h index 89f79439..7419ed6b 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGCalibrationDataPointImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGCalibrationDataPointImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGDeviceImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGDeviceImpl.h index 2566669f..2cffb942 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGDeviceImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGDeviceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGDeviceModelImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGDeviceModelImpl.h index e884de80..d451e08a 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGDeviceModelImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGDeviceModelImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGFingerCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGFingerCommandImpl.h index 68698ea1..a9f7c9f7 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGFingerCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGFingerCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGForceFeedbackCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGForceFeedbackCommandImpl.h index f6dd8289..f09a3c3f 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGForceFeedbackCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGForceFeedbackCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandInterpolatorImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandInterpolatorImpl.h index 56a27f9e..e3501b09 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandInterpolatorImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandInterpolatorImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandPoseImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandPoseImpl.h index f90bedae..804bd128 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandPoseImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandPoseImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandProfileImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandProfileImpl.h index 2e23d504..9581c497 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandProfileImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHandProfileImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCalibrationCheckImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCalibrationCheckImpl.h index c1918f0c..47e4a744 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCalibrationCheckImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCalibrationCheckImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCalibrationSequenceImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCalibrationSequenceImpl.h index c452d8b4..30f1c542 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCalibrationSequenceImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCalibrationSequenceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCommandBufferImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCommandBufferImpl.h index 3ed80bc4..b8f4afbd 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCommandBufferImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveCommandBufferImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveImpl.h index d9df51c8..f1295786 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveQuickCalibrationImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveQuickCalibrationImpl.h index 995f444a..5f1855a6 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveQuickCalibrationImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticGloveQuickCalibrationImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGInterpolationSetImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGInterpolationSetImpl.h index c561799e..981bd902 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGInterpolationSetImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGInterpolationSetImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveHandProfileImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveHandProfileImpl.h index 37a564e0..da1835ae 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveHandProfileImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveHandProfileImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveImpl.h index 2cbe7af0..712056c8 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveInfoImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveInfoImpl.h index c35b1a7a..0a1bad30 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveInfoImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveInfoImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveSensorDataImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveSensorDataImpl.h index 98b658e5..fc5f6340 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveSensorDataImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNovaGloveSensorDataImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveHandProfileImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveHandProfileImpl.h index d7b64824..9581dff8 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveHandProfileImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveHandProfileImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveImpl.h index 60f3dac1..39bdc531 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveInfoImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveInfoImpl.h index da0a6d61..286b07b5 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveInfoImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveInfoImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGlovePoseImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGlovePoseImpl.h index 596fd105..cd5038f6 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGlovePoseImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGlovePoseImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveSensorDataImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveSensorDataImpl.h index 91f4eb00..1a5911a4 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveSensorDataImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveSensorDataImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSensorRangeImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSensorRangeImpl.h index 515d75e9..c9a30c34 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSensorRangeImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSensorRangeImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGThumperCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGThumperCommandImpl.h index fc5c1966..a94c21f0 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGThumperCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGThumperCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGTimedBuzzCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGTimedBuzzCommandImpl.h index a8039c52..bd78fab5 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGTimedBuzzCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGTimedBuzzCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGTimedThumpCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGTimedThumpCommandImpl.h index a7efff04..bf9d6324 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGTimedThumpCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGTimedThumpCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FString.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FString.h index c44dd65d..c63a63dc 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FString.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FString.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FVector.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FVector.h index aeb65b88..e3c66756 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FVector.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FVector.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_JNIEnv_Ptr.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_JNIEnv_Ptr.h index 6725d30c..c44ae0bf 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_JNIEnv_Ptr.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_JNIEnv_Ptr.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FQuat.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FQuat.h index 5572e92a..61ab8155 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FQuat.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FQuat.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGCalibrationDataPointImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGCalibrationDataPointImpl.h index 95f7dd17..70296486 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGCalibrationDataPointImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGCalibrationDataPointImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGForceFeedbackCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGForceFeedbackCommandImpl.h index f537af24..01f9bc9b 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGForceFeedbackCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGForceFeedbackCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGNovaGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGNovaGloveImpl.h index 4f75846f..75c50a8a 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGNovaGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGNovaGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGSenseGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGSenseGloveImpl.h index 6f0dc9fa..d3ddad66 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGSenseGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGSenseGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGTimedBuzzCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGTimedBuzzCommandImpl.h index 832257c4..5c221216 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGTimedBuzzCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGTimedBuzzCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGTimedThumpCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGTimedThumpCommandImpl.h index 1cc63f49..baf0c0f0 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGTimedThumpCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGTimedThumpCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FVector.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FVector.h index 7ce068b1..91df0b77 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FVector.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FVector.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FQuat.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FQuat.h index cb63527d..1129c165 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FQuat.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FQuat.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FSGInterpolationSetImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FSGInterpolationSetImpl.h index fc0edfae..19474055 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FSGInterpolationSetImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FSGInterpolationSetImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FVector.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FVector.h index 1e9da2a9..2166bede 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FVector.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_FVector.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_bool.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_bool.h index fd761168..9e1c152b 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_bool.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_bool.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_float.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_float.h index 6ab1e90c..2a23bbcf 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_float.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TArray_float.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TSharedRef_FSGDeviceImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TSharedRef_FSGDeviceImpl.h index af9b71a9..8f933081 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TSharedRef_FSGDeviceImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TSharedRef_FSGDeviceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TSharedRef_FSGHapticGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TSharedRef_FSGHapticGloveImpl.h index fd679d23..e413c0d5 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TSharedRef_FSGHapticGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_TSharedRef_FSGHapticGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_bool.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_bool.h index c909933a..03790053 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_bool.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_bool.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_float.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_float.h index a51c9c4c..5a354612 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_float.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_float.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_int32.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_int32.h index 59396922..5f1723dc 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_int32.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_int32.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGBetaDeviceImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGBetaDeviceImpl.h index 1746e7c5..c6646694 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGBetaDeviceImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGBetaDeviceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGBuzzCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGBuzzCommandImpl.h index bef57114..9c808f0d 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGBuzzCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGBuzzCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGDeviceImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGDeviceImpl.h index ed6995ed..1ab76722 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGDeviceImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGDeviceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGFingerCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGFingerCommandImpl.h index e9417503..1f99afad 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGFingerCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGFingerCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGForceFeedbackCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGForceFeedbackCommandImpl.h index 6c3a321f..7b4260de 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGForceFeedbackCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGForceFeedbackCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveCalibrationSequenceImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveCalibrationSequenceImpl.h index b2100a02..92c1abbd 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveCalibrationSequenceImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveCalibrationSequenceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveImpl.h index 8d7081cb..50b11728 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveQuickCalibrationImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveQuickCalibrationImpl.h index e7e224c7..43b25602 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveQuickCalibrationImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGHapticGloveQuickCalibrationImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGNovaGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGNovaGloveImpl.h index c98b8270..7fdcd688 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGNovaGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGNovaGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGSenseGloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGSenseGloveImpl.h index dbf56bde..b0a201fe 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGSenseGloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGSenseGloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGTimedBuzzCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGTimedBuzzCommandImpl.h index 4e2ea744..285c871c 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGTimedBuzzCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGTimedBuzzCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSubclassOf_FSGDeviceImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSubclassOf_FSGDeviceImpl.h index 44bc0cce..af7e7000 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSubclassOf_FSGDeviceImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSubclassOf_FSGDeviceImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_int32_Ref.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_int32_Ref.h index ab6b309d..8ffe5286 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_int32_Ref.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_int32_Ref.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_jclass.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_jclass.h index 0e927aec..4f47a74e 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_jclass.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_jclass.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/Public/SGInterop/SGIC_jmethodID.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_jmethodID.h index 18d7f0d4..a21e1fa7 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_jmethodID.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_jmethodID.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveInterop/SenseGloveInterop.Build.cs b/Source/SenseGloveInterop/SenseGloveInterop.Build.cs index fe9a6da7..5e8ced50 100644 --- a/Source/SenseGloveInterop/SenseGloveInterop.Build.cs +++ b/Source/SenseGloveInterop/SenseGloveInterop.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SGKismet/SGBlueprintFunctionLibrary.cpp b/Source/SenseGloveKismet/Private/SGKismet/SGBlueprintFunctionLibrary.cpp index d3d3ffbf..ff664405 100644 --- a/Source/SenseGloveKismet/Private/SGKismet/SGBlueprintFunctionLibrary.cpp +++ b/Source/SenseGloveKismet/Private/SGKismet/SGBlueprintFunctionLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SGKismet/SGGrabComponentKismetLibrary.cpp b/Source/SenseGloveKismet/Private/SGKismet/SGGrabComponentKismetLibrary.cpp index 1c3f8369..6e8e581c 100644 --- a/Source/SenseGloveKismet/Private/SGKismet/SGGrabComponentKismetLibrary.cpp +++ b/Source/SenseGloveKismet/Private/SGKismet/SGGrabComponentKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SGKismet/SGPawnKismetLibrary.cpp b/Source/SenseGloveKismet/Private/SGKismet/SGPawnKismetLibrary.cpp index 87131995..dae3a23f 100644 --- a/Source/SenseGloveKismet/Private/SGKismet/SGPawnKismetLibrary.cpp +++ b/Source/SenseGloveKismet/Private/SGKismet/SGPawnKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SGKismet/SGTouchComponentKismetLibrary.cpp b/Source/SenseGloveKismet/Private/SGKismet/SGTouchComponentKismetLibrary.cpp index 0707527e..36d1a3e3 100644 --- a/Source/SenseGloveKismet/Private/SGKismet/SGTouchComponentKismetLibrary.cpp +++ b/Source/SenseGloveKismet/Private/SGKismet/SGTouchComponentKismetLibrary.cpp @@ -8,7 +8,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SGKismet/SGVirtualHandActorKismetLibrary.cpp b/Source/SenseGloveKismet/Private/SGKismet/SGVirtualHandActorKismetLibrary.cpp index 8dd7acd8..0636ec34 100644 --- a/Source/SenseGloveKismet/Private/SGKismet/SGVirtualHandActorKismetLibrary.cpp +++ b/Source/SenseGloveKismet/Private/SGKismet/SGVirtualHandActorKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SGKismet/SGVirtualHandComponentKismetLibrary.cpp b/Source/SenseGloveKismet/Private/SGKismet/SGVirtualHandComponentKismetLibrary.cpp index 6f5943cf..99be6845 100644 --- a/Source/SenseGloveKismet/Private/SGKismet/SGVirtualHandComponentKismetLibrary.cpp +++ b/Source/SenseGloveKismet/Private/SGKismet/SGVirtualHandComponentKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SGKismet/SGWristTrackerComponentKismetLibrary.cpp b/Source/SenseGloveKismet/Private/SGKismet/SGWristTrackerComponentKismetLibrary.cpp index 31d8b1f2..a6e5f315 100644 --- a/Source/SenseGloveKismet/Private/SGKismet/SGWristTrackerComponentKismetLibrary.cpp +++ b/Source/SenseGloveKismet/Private/SGKismet/SGWristTrackerComponentKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SenseGloveKismet.cpp b/Source/SenseGloveKismet/Private/SenseGloveKismet.cpp index bc2a2b7c..0af8b0b4 100644 --- a/Source/SenseGloveKismet/Private/SenseGloveKismet.cpp +++ b/Source/SenseGloveKismet/Private/SenseGloveKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SenseGloveKismet.h b/Source/SenseGloveKismet/Private/SenseGloveKismet.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGloveKismet/Private/SenseGloveKismet.h +++ b/Source/SenseGloveKismet/Private/SenseGloveKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SenseGloveKismetModule.cpp b/Source/SenseGloveKismet/Private/SenseGloveKismetModule.cpp index 136c52bd..cba816ae 100644 --- a/Source/SenseGloveKismet/Private/SenseGloveKismetModule.cpp +++ b/Source/SenseGloveKismet/Private/SenseGloveKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Private/SenseGloveKismetModule.h b/Source/SenseGloveKismet/Private/SenseGloveKismetModule.h index f04d3c37..619d1125 100644 --- a/Source/SenseGloveKismet/Private/SenseGloveKismetModule.h +++ b/Source/SenseGloveKismet/Private/SenseGloveKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Public/SGKismet/SGBlueprintFunctionLibrary.h b/Source/SenseGloveKismet/Public/SGKismet/SGBlueprintFunctionLibrary.h index e3cc2e3d..0e14778e 100644 --- a/Source/SenseGloveKismet/Public/SGKismet/SGBlueprintFunctionLibrary.h +++ b/Source/SenseGloveKismet/Public/SGKismet/SGBlueprintFunctionLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Public/SGKismet/SGGrabComponentKismetLibrary.h b/Source/SenseGloveKismet/Public/SGKismet/SGGrabComponentKismetLibrary.h index 6697388d..d89b42ab 100644 --- a/Source/SenseGloveKismet/Public/SGKismet/SGGrabComponentKismetLibrary.h +++ b/Source/SenseGloveKismet/Public/SGKismet/SGGrabComponentKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Public/SGKismet/SGPawnKismetLibrary.h b/Source/SenseGloveKismet/Public/SGKismet/SGPawnKismetLibrary.h index 32d0cfd7..902ec0df 100644 --- a/Source/SenseGloveKismet/Public/SGKismet/SGPawnKismetLibrary.h +++ b/Source/SenseGloveKismet/Public/SGKismet/SGPawnKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Public/SGKismet/SGTouchComponentKismetLibrary.h b/Source/SenseGloveKismet/Public/SGKismet/SGTouchComponentKismetLibrary.h index d3dd69f1..2afb67df 100644 --- a/Source/SenseGloveKismet/Public/SGKismet/SGTouchComponentKismetLibrary.h +++ b/Source/SenseGloveKismet/Public/SGKismet/SGTouchComponentKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Public/SGKismet/SGVirtualHandActorKismetLibrary.h b/Source/SenseGloveKismet/Public/SGKismet/SGVirtualHandActorKismetLibrary.h index 1a557351..b71d1d25 100644 --- a/Source/SenseGloveKismet/Public/SGKismet/SGVirtualHandActorKismetLibrary.h +++ b/Source/SenseGloveKismet/Public/SGKismet/SGVirtualHandActorKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Public/SGKismet/SGVirtualHandComponentKismetLibrary.h b/Source/SenseGloveKismet/Public/SGKismet/SGVirtualHandComponentKismetLibrary.h index 21064d54..600771c4 100644 --- a/Source/SenseGloveKismet/Public/SGKismet/SGVirtualHandComponentKismetLibrary.h +++ b/Source/SenseGloveKismet/Public/SGKismet/SGVirtualHandComponentKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/Public/SGKismet/SGWristTrackerComponentKismetLibrary.h b/Source/SenseGloveKismet/Public/SGKismet/SGWristTrackerComponentKismetLibrary.h index 2f373eb6..2ca360c4 100644 --- a/Source/SenseGloveKismet/Public/SGKismet/SGWristTrackerComponentKismetLibrary.h +++ b/Source/SenseGloveKismet/Public/SGKismet/SGWristTrackerComponentKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveKismet/SenseGloveKismet.Build.cs b/Source/SenseGloveKismet/SenseGloveKismet.Build.cs index 440cdee7..27580790 100644 --- a/Source/SenseGloveKismet/SenseGloveKismet.Build.cs +++ b/Source/SenseGloveKismet/SenseGloveKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveLog/Private/SGLog/SGLog.cpp b/Source/SenseGloveLog/Private/SGLog/SGLog.cpp index 26a793e3..eb6e4524 100644 --- a/Source/SenseGloveLog/Private/SGLog/SGLog.cpp +++ b/Source/SenseGloveLog/Private/SGLog/SGLog.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveLog/Private/SenseGloveLog.cpp b/Source/SenseGloveLog/Private/SenseGloveLog.cpp index 6b5a50cf..06c4af3f 100644 --- a/Source/SenseGloveLog/Private/SenseGloveLog.cpp +++ b/Source/SenseGloveLog/Private/SenseGloveLog.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveLog/Private/SenseGloveLog.h b/Source/SenseGloveLog/Private/SenseGloveLog.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGloveLog/Private/SenseGloveLog.h +++ b/Source/SenseGloveLog/Private/SenseGloveLog.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveLog/Private/SenseGloveLogModule.cpp b/Source/SenseGloveLog/Private/SenseGloveLogModule.cpp index 6b386712..c50d6303 100644 --- a/Source/SenseGloveLog/Private/SenseGloveLogModule.cpp +++ b/Source/SenseGloveLog/Private/SenseGloveLogModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveLog/Private/SenseGloveLogModule.h b/Source/SenseGloveLog/Private/SenseGloveLogModule.h index c7176c51..18179fd1 100644 --- a/Source/SenseGloveLog/Private/SenseGloveLogModule.h +++ b/Source/SenseGloveLog/Private/SenseGloveLogModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveLog/Public/SGLog/SGLog.h b/Source/SenseGloveLog/Public/SGLog/SGLog.h index 3307b06e..d1725b10 100644 --- a/Source/SenseGloveLog/Public/SGLog/SGLog.h +++ b/Source/SenseGloveLog/Public/SGLog/SGLog.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveLog/SenseGloveLog.Build.cs b/Source/SenseGloveLog/SenseGloveLog.Build.cs index 24667e3e..5657a772 100644 --- a/Source/SenseGloveLog/SenseGloveLog.Build.cs +++ b/Source/SenseGloveLog/SenseGloveLog.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Private/SGSettings/SGDebugGizmoSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGDebugGizmoSettings.cpp index bb175abe..1f809feb 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGDebugGizmoSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGDebugGizmoSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Private/SGSettings/SGDebugVirtualHandSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGDebugVirtualHandSettings.cpp index cc399c3d..7d91290d 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGDebugVirtualHandSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGDebugVirtualHandSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp index 6c619ef3..a5865e5c 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingSettings.cpp index af340bbe..bbcd88fb 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Private/SenseGloveSettings.cpp b/Source/SenseGloveSettings/Private/SenseGloveSettings.cpp index b0b9b749..18332d04 100644 --- a/Source/SenseGloveSettings/Private/SenseGloveSettings.cpp +++ b/Source/SenseGloveSettings/Private/SenseGloveSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Private/SenseGloveSettings.h b/Source/SenseGloveSettings/Private/SenseGloveSettings.h index 60871018..5e097228 100644 --- a/Source/SenseGloveSettings/Private/SenseGloveSettings.h +++ b/Source/SenseGloveSettings/Private/SenseGloveSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.cpp b/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.cpp index 8f62e44d..e8711936 100644 --- a/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.cpp +++ b/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.h b/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.h index 622caf54..f1298e81 100644 --- a/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.h +++ b/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Public/SGSettings/SGDebugGizmoSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGDebugGizmoSettings.h index 47a42ef2..2017bb8e 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGDebugGizmoSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGDebugGizmoSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Public/SGSettings/SGDebugVirtualHandSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGDebugVirtualHandSettings.h index 6591c88f..e6f0056f 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGDebugVirtualHandSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGDebugVirtualHandSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Public/SGSettings/SGSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGSettings.h index 3185b8fb..e9104f15 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettings.h index 617e39db..dec3a58a 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettings/SenseGloveSettings.Build.cs b/Source/SenseGloveSettings/SenseGloveSettings.Build.cs index 683b75e2..10de5780 100644 --- a/Source/SenseGloveSettings/SenseGloveSettings.Build.cs +++ b/Source/SenseGloveSettings/SenseGloveSettings.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettingsKismet/Private/SGSettingsKismet/SGSettingsKismetLibrary.cpp b/Source/SenseGloveSettingsKismet/Private/SGSettingsKismet/SGSettingsKismetLibrary.cpp index a9e6c1c1..9c69beb8 100644 --- a/Source/SenseGloveSettingsKismet/Private/SGSettingsKismet/SGSettingsKismetLibrary.cpp +++ b/Source/SenseGloveSettingsKismet/Private/SGSettingsKismet/SGSettingsKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.cpp b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.cpp index ba2e07e8..3c0f069d 100644 --- a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.cpp +++ b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.h b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.h index 60871018..5e097228 100644 --- a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.h +++ b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.cpp b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.cpp index 1af8b852..53b1e7e2 100644 --- a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.cpp +++ b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.h b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.h index e6db6d53..6e83abbe 100644 --- a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.h +++ b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettingsKismet/Public/SGSettingsKismet/SGSettingsKismetLibrary.h b/Source/SenseGloveSettingsKismet/Public/SGSettingsKismet/SGSettingsKismetLibrary.h index 04c12d46..9f975fec 100644 --- a/Source/SenseGloveSettingsKismet/Public/SGSettingsKismet/SGSettingsKismetLibrary.h +++ b/Source/SenseGloveSettingsKismet/Public/SGSettingsKismet/SGSettingsKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveSettingsKismet/SenseGloveSettingsKismet.Build.cs b/Source/SenseGloveSettingsKismet/SenseGloveSettingsKismet.Build.cs index 24a92360..66c999fe 100644 --- a/Source/SenseGloveSettingsKismet/SenseGloveSettingsKismet.Build.cs +++ b/Source/SenseGloveSettingsKismet/SenseGloveSettingsKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SGTypes/SGCoreTypes.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGCoreTypes.cpp index f929fd60..cc52c967 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGCoreTypes.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGCoreTypes.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SGTypes/SGDebugTypes.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGDebugTypes.cpp index 4d76cb05..02d7080b 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGDebugTypes.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGDebugTypes.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SGTypes/SGFloatArray.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGFloatArray.cpp index 246829b8..1ffdacf1 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGFloatArray.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGFloatArray.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SGTypes/SGNameArray.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGNameArray.cpp index 16d0e597..94c15b0b 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGNameArray.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGNameArray.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SGTypes/SGQuatArray.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGQuatArray.cpp index 7e4967e2..d6c1135e 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGQuatArray.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGQuatArray.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SGTypes/SGRotatorArray.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGRotatorArray.cpp index f1b0878c..0b5de19a 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGRotatorArray.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGRotatorArray.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SGTypes/SGVectorArray.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGVectorArray.cpp index 6b34b69e..804edf00 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGVectorArray.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGVectorArray.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SenseGloveTypes.cpp b/Source/SenseGloveTypes/Private/SenseGloveTypes.cpp index 93a41085..cd38da61 100644 --- a/Source/SenseGloveTypes/Private/SenseGloveTypes.cpp +++ b/Source/SenseGloveTypes/Private/SenseGloveTypes.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SenseGloveTypes.h b/Source/SenseGloveTypes/Private/SenseGloveTypes.h index d891aa2a..1602bbe7 100644 --- a/Source/SenseGloveTypes/Private/SenseGloveTypes.h +++ b/Source/SenseGloveTypes/Private/SenseGloveTypes.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SenseGloveTypesModule.cpp b/Source/SenseGloveTypes/Private/SenseGloveTypesModule.cpp index a3ddc905..30304ce4 100644 --- a/Source/SenseGloveTypes/Private/SenseGloveTypesModule.cpp +++ b/Source/SenseGloveTypes/Private/SenseGloveTypesModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Private/SenseGloveTypesModule.h b/Source/SenseGloveTypes/Private/SenseGloveTypesModule.h index 6f725f60..55b15d10 100644 --- a/Source/SenseGloveTypes/Private/SenseGloveTypesModule.h +++ b/Source/SenseGloveTypes/Private/SenseGloveTypesModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h b/Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h index a03fe01c..e301da47 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGCoreTypes.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGDebugTypes.h b/Source/SenseGloveTypes/Public/SGTypes/SGDebugTypes.h index 69ebf16d..c7032c56 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGDebugTypes.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGDebugTypes.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGFloatArray.h b/Source/SenseGloveTypes/Public/SGTypes/SGFloatArray.h index ac578512..0e4c8fba 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGFloatArray.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGFloatArray.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGNameArray.h b/Source/SenseGloveTypes/Public/SGTypes/SGNameArray.h index 0ad20683..b3dd3ff9 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGNameArray.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGNameArray.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGQuatArray.h b/Source/SenseGloveTypes/Public/SGTypes/SGQuatArray.h index 6d8d4c50..b726ad81 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGQuatArray.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGQuatArray.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGRotatorArray.h b/Source/SenseGloveTypes/Public/SGTypes/SGRotatorArray.h index 7c91308e..f1ee31ca 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGRotatorArray.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGRotatorArray.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGVectorArray.h b/Source/SenseGloveTypes/Public/SGTypes/SGVectorArray.h index 7b15aa92..a30919f3 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGVectorArray.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGVectorArray.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTypes/SenseGloveTypes.Build.cs b/Source/SenseGloveTypes/SenseGloveTypes.Build.cs index f8c25264..b274db97 100644 --- a/Source/SenseGloveTypes/SenseGloveTypes.Build.cs +++ b/Source/SenseGloveTypes/SenseGloveTypes.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Private/SGUtils/SGAngles.cpp b/Source/SenseGloveUtils/Private/SGUtils/SGAngles.cpp index 4dfc41f6..c5552854 100644 --- a/Source/SenseGloveUtils/Private/SGUtils/SGAngles.cpp +++ b/Source/SenseGloveUtils/Private/SGUtils/SGAngles.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Private/SGUtils/SGArrayUtils.cpp b/Source/SenseGloveUtils/Private/SGUtils/SGArrayUtils.cpp index a5fc2e4b..cc43604b 100644 --- a/Source/SenseGloveUtils/Private/SGUtils/SGArrayUtils.cpp +++ b/Source/SenseGloveUtils/Private/SGUtils/SGArrayUtils.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Private/SGUtils/SGUnits.cpp b/Source/SenseGloveUtils/Private/SGUtils/SGUnits.cpp index 3aca4aeb..bef95027 100644 --- a/Source/SenseGloveUtils/Private/SGUtils/SGUnits.cpp +++ b/Source/SenseGloveUtils/Private/SGUtils/SGUnits.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Private/SenseGloveUtils.cpp b/Source/SenseGloveUtils/Private/SenseGloveUtils.cpp index 08476fd1..16f55b6d 100644 --- a/Source/SenseGloveUtils/Private/SenseGloveUtils.cpp +++ b/Source/SenseGloveUtils/Private/SenseGloveUtils.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Private/SenseGloveUtils.h b/Source/SenseGloveUtils/Private/SenseGloveUtils.h index 60871018..5e097228 100644 --- a/Source/SenseGloveUtils/Private/SenseGloveUtils.h +++ b/Source/SenseGloveUtils/Private/SenseGloveUtils.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.cpp b/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.cpp index dce60997..8e3decd0 100644 --- a/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.cpp +++ b/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.h b/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.h index 9865d95f..8282c3c1 100644 --- a/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.h +++ b/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Public/SGUtils/SGAngles.h b/Source/SenseGloveUtils/Public/SGUtils/SGAngles.h index 3fd4ab7d..6f63685f 100644 --- a/Source/SenseGloveUtils/Public/SGUtils/SGAngles.h +++ b/Source/SenseGloveUtils/Public/SGUtils/SGAngles.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Public/SGUtils/SGArrayUtils.h b/Source/SenseGloveUtils/Public/SGUtils/SGArrayUtils.h index b9f70e54..16e84c89 100644 --- a/Source/SenseGloveUtils/Public/SGUtils/SGArrayUtils.h +++ b/Source/SenseGloveUtils/Public/SGUtils/SGArrayUtils.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/Public/SGUtils/SGUnits.h b/Source/SenseGloveUtils/Public/SGUtils/SGUnits.h index 05fe5776..15ca35a5 100644 --- a/Source/SenseGloveUtils/Public/SGUtils/SGUnits.h +++ b/Source/SenseGloveUtils/Public/SGUtils/SGUnits.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveUtils/SenseGloveUtils.Build.cs b/Source/SenseGloveUtils/SenseGloveUtils.Build.cs index b1ae47b6..033a30af 100644 --- a/Source/SenseGloveUtils/SenseGloveUtils.Build.cs +++ b/Source/SenseGloveUtils/SenseGloveUtils.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2023 SenseGlove + * Copyright (c) 2020 - 2024 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal