diff --git a/Handbook/BSDmakefile b/Handbook/BSDmakefile index 7c63ea10..71c329c9 100644 --- a/Handbook/BSDmakefile +++ b/Handbook/BSDmakefile @@ -3,7 +3,7 @@ # # (The MIT License) # -# Copyright (c) 2020 - 2025 SenseGlove +# Copyright (c) 2020 - 2026 SenseGlove # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Handbook/GNUmakefile b/Handbook/GNUmakefile index c5ac8aee..28fdd1b7 100644 --- a/Handbook/GNUmakefile +++ b/Handbook/GNUmakefile @@ -3,7 +3,7 @@ # # (The MIT License) # -# Copyright (c) 2020 - 2025 SenseGlove +# Copyright (c) 2020 - 2026 SenseGlove # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Handbook/bin/sg-preprocessor.sh b/Handbook/bin/sg-preprocessor.sh index 84343d55..474b9148 100644 --- a/Handbook/bin/sg-preprocessor.sh +++ b/Handbook/bin/sg-preprocessor.sh @@ -5,7 +5,7 @@ # # (The MIT License) # -# Copyright (c) 2020 - 2025 SenseGlove +# Copyright (c) 2020 - 2026 SenseGlove # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Handbook/book.toml b/Handbook/book.toml index f4dee596..ea96a313 100644 --- a/Handbook/book.toml +++ b/Handbook/book.toml @@ -3,7 +3,7 @@ # # (The MIT License) # -# Copyright (c) 2020 - 2025 SenseGlove +# Copyright (c) 2020 - 2026 SenseGlove # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index a223d425..e8c49077 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### [Unreleased] +### Fixed + +- Fix some copyright notices with wrong copyright owner. These propably has happend during bulk replaces with class or struct names. + +### Changed + +- Bumped the copyright years. + ### Documentation - Minor changelog formatting fixes. diff --git a/Handbook/src/license/senseglove-sdk.md b/Handbook/src/license/senseglove-sdk.md index 1da785b6..8be37956 100644 --- a/Handbook/src/license/senseglove-sdk.md +++ b/Handbook/src/license/senseglove-sdk.md @@ -3,7 +3,7 @@ ``` SENSEGLOVE SDK LICENSE -Copyright (c) 2020 - 2025 SenseGlove +Copyright (c) 2020 - 2026 SenseGlove Purchase of the Product does not entitle you to ownership or a license to any software generated by SenseGlove for use with the Product (the “Software”). diff --git a/Handbook/src/license/senseglove-unreal-engine-handbook.md b/Handbook/src/license/senseglove-unreal-engine-handbook.md index f9bbf7d5..70ad78f1 100644 --- a/Handbook/src/license/senseglove-unreal-engine-handbook.md +++ b/Handbook/src/license/senseglove-unreal-engine-handbook.md @@ -5,7 +5,7 @@ The SenseGlove Unreal Engine Handbook is licensed under the terms of the CC BY ( ``` Attribution 4.0 International -Copyright (c) 2020 - 2025 SenseGlove +Copyright (c) 2020 - 2026 SenseGlove ======================================================================= diff --git a/Handbook/src/license/senseglove-unreal-engine-plugin.md b/Handbook/src/license/senseglove-unreal-engine-plugin.md index cbf4357a..3b5345d8 100644 --- a/Handbook/src/license/senseglove-unreal-engine-plugin.md +++ b/Handbook/src/license/senseglove-unreal-engine-plugin.md @@ -5,7 +5,7 @@ The SenseGlove Unreal Engine Plugin is licensed under the terms of the MIT Licen ``` MIT License -Copyright (c) 2020 - 2025 SenseGlove +Copyright (c) 2020 - 2026 SenseGlove Permission is hereby granted, 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 b23d7122..ac133030 100644 --- a/Source/SenseGlove/Private/SenseGlove.cpp +++ b/Source/SenseGlove/Private/SenseGlove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGlove/Private/SenseGlove.h +++ b/Source/SenseGlove/Private/SenseGlove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c6a2e7a0..a2664fd8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 05c1307f..368539ad 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7ed72f5f..7a91a658 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e256a03c..281e437a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b60dcf74..64f38a58 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 93e9d323..b62cc71b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 748135e9..a8f54d74 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a58adc5a..13372f6f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGGameUserSettings.cpp b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGGameUserSettings.cpp index 1f399d7c..345018c1 100644 --- a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGGameUserSettings.cpp +++ b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGGameUserSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 319adc6b..835e2a88 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 62152f48..3b5205e0 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 895eb3e3..e0ce6389 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3b5601b3..d3ac11bc 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 550bfdd4..566542a0 100644 --- a/Source/SenseGlove/Private/SenseGloveModule.cpp +++ b/Source/SenseGlove/Private/SenseGloveModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 63e0b891..63c0e62d 100644 --- a/Source/SenseGlove/Private/SenseGloveModule.h +++ b/Source/SenseGlove/Private/SenseGloveModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fe4e44c1..9438aa4a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4e74335e..ddba6099 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f1e19298..8a5e265f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3f665600..83570c46 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9286ffe4..86ecf547 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 92de042a..f6dd7aa8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5fe02ae8..fde4966a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c59b7366..c8d61b4e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGGameUserSettings.h b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGGameUserSettings.h index 43caf666..6a035a18 100644 --- a/Source/SenseGlove/Public/SenseGlove/GameFramework/SGGameUserSettings.h +++ b/Source/SenseGlove/Public/SenseGlove/GameFramework/SGGameUserSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0f40d592..6fe93dbd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2ddb9e6a..e5d585f2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9c15b53c..26b647c5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9e80aae7..737cc098 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 bd1bdd7e..f28fb129 100644 --- a/Source/SenseGlove/SenseGlove.Build.cs +++ b/Source/SenseGlove/SenseGlove.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGAndroidPermissions.cpp b/Source/SenseGloveAndroid/Private/SGAndroid/SGAndroidPermissions.cpp index 72e9198d..7ef857f9 100644 --- a/Source/SenseGloveAndroid/Private/SGAndroid/SGAndroidPermissions.cpp +++ b/Source/SenseGloveAndroid/Private/SGAndroid/SGAndroidPermissions.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 8bfc444f..3e3c1293 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f0f27189..997658ff 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d1b4ea4f..5c44fdf2 100644 --- a/Source/SenseGloveAndroid/Private/SenseGloveAndroid.cpp +++ b/Source/SenseGloveAndroid/Private/SenseGloveAndroid.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveAndroid/Private/SenseGloveAndroid.h +++ b/Source/SenseGloveAndroid/Private/SenseGloveAndroid.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f126d5db..df60612b 100644 --- a/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.cpp +++ b/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d9306836..0e3d38db 100644 --- a/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.h +++ b/Source/SenseGloveAndroid/Private/SenseGloveAndroidModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGAndroidPermissions.h b/Source/SenseGloveAndroid/Public/SGAndroid/SGAndroidPermissions.h index 2b31bc8a..59d45063 100644 --- a/Source/SenseGloveAndroid/Public/SGAndroid/SGAndroidPermissions.h +++ b/Source/SenseGloveAndroid/Public/SGAndroid/SGAndroidPermissions.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 05883261..11b61431 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fac1b0eb..5a1c7b7b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9064d4b6..2d9d59a2 100644 --- a/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs +++ b/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 bcf9ad53..88621c60 100644 --- a/Source/SenseGloveAndroid/SenseGloveAndroid_UPL.xml +++ b/Source/SenseGloveAndroid/SenseGloveAndroid_UPL.xml @@ -7,7 +7,7 @@ (The MIT License) - Copyright (c) 2020 - 2025 SenseGlove + Copyright (c) 2020 - 2026 SenseGlove Permission is hereby granted, 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 d2508dbb..37170ccf 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3d97f18d..65d88da0 100644 --- a/Source/SenseGloveBackend/Private/SenseGloveBackend.cpp +++ b/Source/SenseGloveBackend/Private/SenseGloveBackend.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveBackend/Private/SenseGloveBackend.h +++ b/Source/SenseGloveBackend/Private/SenseGloveBackend.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7eb6bb99..da04478e 100644 --- a/Source/SenseGloveBackend/Private/SenseGloveBackendModule.cpp +++ b/Source/SenseGloveBackend/Private/SenseGloveBackendModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4814e9d0..c32d0f89 100644 --- a/Source/SenseGloveBackend/Private/SenseGloveBackendModule.h +++ b/Source/SenseGloveBackend/Private/SenseGloveBackendModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b165f2db..63fcefa6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 eaab1c64..d6a4970d 100644 --- a/Source/SenseGloveBackend/SenseGloveBackend.Build.cs +++ b/Source/SenseGloveBackend/SenseGloveBackend.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fcd234f5..3704ada7 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7f31765a..711bf393 100644 --- a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.cpp +++ b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.h +++ b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f7b7fb1f..b35c113d 100644 --- a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.cpp +++ b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9f2bf227..d1dc9743 100644 --- a/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.h +++ b/Source/SenseGloveBackendKismet/Private/SenseGloveBackendKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 debc48bb..cf807a82 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6c76bcfe..09393c77 100644 --- a/Source/SenseGloveBackendKismet/SenseGloveBackendKismet.Build.cs +++ b/Source/SenseGloveBackendKismet/SenseGloveBackendKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7ae3b0f0..8a88f911 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b1b06141..330adc94 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 592dd8f8..d09f0c39 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f248423c..f3da0ee3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5fe97cde..80234058 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 370b2ada..6a8b739d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a77f626d..2c5221f9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6479ef13..fe2de456 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 70c3d48e..34cb7f07 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1ae0f66d..b282f843 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_CustomWaveform.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_CustomWaveform.cpp index fb132faf..3fe2d73a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_CustomWaveform.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_CustomWaveform.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 710d3e7e..ae36f3c1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2d190b65..f2bc54ba 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 39b07e70..9c4a84ee 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 8c9475cd..31c94ee8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_HandLayer.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandLayer.cpp index 24ff7fcf..fba9c914 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandLayer.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HandLayer.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4233b7cb..0c7182e4 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_HapticChannelInfo.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticChannelInfo.cpp index 7d34acd2..2eb35aba 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticChannelInfo.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_HapticChannelInfo.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9a2e680a..f2f0bb0b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 45518f01..2eb09b56 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f1d86cfc..0463bba7 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 01e93196..0eafdcca 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_NormalizationState.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NormalizationState.cpp index ebfe9ecd..73521463 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NormalizationState.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_NormalizationState.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_Nova2Glove.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Nova2Glove.cpp index 964f96f6..984ec57a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Nova2Glove.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Nova2Glove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_Nova2GloveSensorData.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Nova2GloveSensorData.cpp index 57766413..1f1742cd 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Nova2GloveSensorData.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_Nova2GloveSensorData.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 10de8f69..ff9ef060 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 26aca11d..63e36308 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b93c5aac..203ad796 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e13f1977..d09177a5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6832bacd..563f5cd2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b444ee65..6896df61 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5360b66b..101fdb24 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2a73e768..4d5f13ca 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f0d591fe..e3886a48 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0d794d85..e5fa570d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 feafb379..f2cbcae0 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_SenseGloveSensorNormalizer.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveSensorNormalizer.cpp index d4fbba2e..184dbe81 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveSensorNormalizer.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SenseGloveSensorNormalizer.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3889007e..bcee462c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ed802c83..ed47f751 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_SensorNormalization.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SensorNormalization.cpp index e3680269..bf9f2b08 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SensorNormalization.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_SensorNormalization.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ThresholdCommand.cpp b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ThresholdCommand.cpp index 6722a2bf..9d91033a 100644 --- a/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ThresholdCommand.cpp +++ b/Source/SenseGloveBuildHacks/Private/SGBuildHacks/SGInclude_Core_ThresholdCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 dcba2ce8..3292eaca 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f08c097e..0ebc601e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1e892234..3cb3c297 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c8080106..54a35462 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cc9c9b29..733b282c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c47d6a93..e58a9c10 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e50941a1..7c46b70d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fe59e4a2..23485471 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 33b8fd87..d83316e5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 dd3dde6d..b8310460 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c2b7a112..6c06aa26 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c51272e5..b348b91c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cc6552e4..7445886b 100644 --- a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.cpp +++ b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.h +++ b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacks.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 01fbd1be..65035762 100644 --- a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.cpp +++ b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 14aff2c0..d6cd4335 100644 --- a/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.h +++ b/Source/SenseGloveBuildHacks/Private/SenseGloveBuildHacksModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 db29e070..83637bce 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 429bbe87..4d9b6619 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ed7f27d2..d57ea0b5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a7a19fba..c07ad4ea 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 eca25bad..6eff6d39 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d2f5f220..f176b31f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f6bc3012..33d3cf7a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 376e45ef..be18f617 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b7339811..9f7ef531 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b9bfa218..fa706bfa 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 88763e82..20aa4df8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_CustomWaveform.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_CustomWaveform.h index 20efe30a..68acf7a5 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_CustomWaveform.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_CustomWaveform.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 72583bab..83ffa0f5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3ffc13a3..0ef20042 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 47d3b9d5..8ee4c313 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a23783a8..2f5d16f9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_HandLayer.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandLayer.h index 57d69981..51b14b67 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandLayer.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HandLayer.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3c571302..f2b68e52 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_HapticChannelInfo.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticChannelInfo.h index 70093504..568d0d78 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticChannelInfo.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_HapticChannelInfo.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 43503356..b317fe06 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d11727d3..cb2ea9c8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 baf6f63c..236db4cd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 67bb6954..62be0807 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_NormalizationState.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NormalizationState.h index 9a555e41..327b290b 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NormalizationState.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_NormalizationState.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_Nova2Glove.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Nova2Glove.h index 75e8d2bc..cf484691 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Nova2Glove.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Nova2Glove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_Nova2GloveSensorData.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Nova2GloveSensorData.h index c7997563..9625b8f7 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Nova2GloveSensorData.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_Nova2GloveSensorData.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 98ad88cc..90a0a712 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e3807701..d51c0472 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 dfabe1f8..d2b6da23 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ff3812c2..62b5bfda 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 17fdb406..782e1792 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 37469a24..033fa42d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d02fcd9a..13bb71c3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 365a84c8..28bb950c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 bfe3dc54..83b8f02e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c5918a22..c8f7a03a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c0a8765f..97c489e2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_SenseGloveSensorNormalizer.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveSensorNormalizer.h index ebbdd8a3..efed8b43 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveSensorNormalizer.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SenseGloveSensorNormalizer.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9649c22f..194cdc22 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 659832a9..b13785f9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_SensorNormalization.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SensorNormalization.h index 585795e9..c1a05d12 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SensorNormalization.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_SensorNormalization.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ThresholdCommand.h b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ThresholdCommand.h index 6b99ff5f..a5f99872 100644 --- a/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ThresholdCommand.h +++ b/Source/SenseGloveBuildHacks/Public/SGBuildHacks/SGInclude_Core_ThresholdCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 71131aa5..9ef7e0a6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 75f13720..c5f2b255 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f5416656..3bc3ccb2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1b24c250..5d041835 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ff6a9efb..4280249e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7d62c258..bca11f6e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 691df743..22b7cdb2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 36363129..51681202 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 bce7b28c..be504118 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 527b67ce..bfbd7b13 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3435e688..97253ef1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5ea77a45..b3ea3fe7 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9b4d014a..d4e729dd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a01bad61..6265ba7a 100644 --- a/Source/SenseGloveBuildHacks/SenseGloveBuildHacks.Build.cs +++ b/Source/SenseGloveBuildHacks/SenseGloveBuildHacks.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b6fd6ec9..d38c2e40 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c82e6b17..da75815c 100644 --- a/Source/SenseGloveConnect/Private/SenseGloveConnect.cpp +++ b/Source/SenseGloveConnect/Private/SenseGloveConnect.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveConnect/Private/SenseGloveConnect.h +++ b/Source/SenseGloveConnect/Private/SenseGloveConnect.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 639a0174..3db07cf0 100644 --- a/Source/SenseGloveConnect/Private/SenseGloveConnectModule.cpp +++ b/Source/SenseGloveConnect/Private/SenseGloveConnectModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9e60c00c..1bb278f0 100644 --- a/Source/SenseGloveConnect/Private/SenseGloveConnectModule.h +++ b/Source/SenseGloveConnect/Private/SenseGloveConnectModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f8c7ebba..1bbd5aa9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ea17dd2d..d5fb6bd0 100644 --- a/Source/SenseGloveConnect/SenseGloveConnect.Build.cs +++ b/Source/SenseGloveConnect/SenseGloveConnect.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 91b9a1a8..adc14dd2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 43f3f3fd..ff8c4278 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4fa7a722..c8dffbec 100644 --- a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.cpp +++ b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.h +++ b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a655c9a2..9a058585 100644 --- a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.cpp +++ b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cb0d0d97..a065f744 100644 --- a/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.h +++ b/Source/SenseGloveConnectImpl/Private/SenseGloveConnectImplModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c1fdc890..06e8ba7d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0355d5b8..7783f319 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 022eafed..6eff5911 100644 --- a/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs +++ b/Source/SenseGloveConnectImpl/SenseGloveConnectImpl.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 188d34cd..6810b213 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0447835d..1edb8b3b 100644 --- a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.cpp +++ b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.h +++ b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9b2ceda2..7090b21a 100644 --- a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.cpp +++ b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7119d32c..7ecc2148 100644 --- a/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.h +++ b/Source/SenseGloveConnectKismet/Private/SenseGloveConnectKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f0a65bd9..0ffce205 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 64311e35..4ee28e4e 100644 --- a/Source/SenseGloveConnectKismet/SenseGloveConnectKismet.Build.cs +++ b/Source/SenseGloveConnectKismet/SenseGloveConnectKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 36c41dd9..bc02ec4c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cc213abd..1312d4b3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 afe362c4..47336f75 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e14e1260..bdb356b6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGCustomWaveform.cpp b/Source/SenseGloveCore/Private/SGCore/SGCustomWaveform.cpp index a773e32c..31f8afd7 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGCustomWaveform.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGCustomWaveform.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 51396848..b8253fdf 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 bbc9adb6..0e40107f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 01c39cf9..8e870d9f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 53d3469d..18d2771a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b0ad9635..3e916201 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5f0bbf79..fb2acc2e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHandLayer.cpp b/Source/SenseGloveCore/Private/SGCore/SGHandLayer.cpp index 7c06b49c..b95ddb62 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHandLayer.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHandLayer.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3d29229e..b56e1cd7 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHapticChannelInfo.cpp b/Source/SenseGloveCore/Private/SGCore/SGHapticChannelInfo.cpp index 3607601b..e5cabe10 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGHapticChannelInfo.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGHapticChannelInfo.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0ea57fcb..ffc2e7e6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 23e8528d..05e78038 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c2145635..216def76 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 83b73605..a6cd376c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 98d45493..0a605e21 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2Glove.cpp b/Source/SenseGloveCore/Private/SGCore/SGNova2Glove.cpp index 74bf19f2..b721e813 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGNova2Glove.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGNova2Glove.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveSensorData.cpp b/Source/SenseGloveCore/Private/SGCore/SGNova2GloveSensorData.cpp index 56794598..4b247957 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGNova2GloveSensorData.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGNova2GloveSensorData.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7d441028..88d50e21 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1b93b42e..21beece9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f52483f1..314cd1a5 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6e8cac64..55507969 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 8f3f7ac6..578d67f6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 68969943..a437c8c3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 15384314..5271c09a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0afb95f7..e97afbc3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSenseGloveSensorNormalizer.cpp b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveSensorNormalizer.cpp index eeac88cd..f2663c2c 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSenseGloveSensorNormalizer.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSenseGloveSensorNormalizer.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 25bbd302..b2d925cd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSensorNormalization.cpp b/Source/SenseGloveCore/Private/SGCore/SGSensorNormalization.cpp index 709b3a45..3b0b3832 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGSensorNormalization.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGSensorNormalization.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGThresholdCommand.cpp b/Source/SenseGloveCore/Private/SGCore/SGThresholdCommand.cpp index d830531a..72c8e843 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGThresholdCommand.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGThresholdCommand.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0cb8cfe7..41c6da83 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ef04dd87..de2b93ce 100644 --- a/Source/SenseGloveCore/Private/SenseGloveCore.cpp +++ b/Source/SenseGloveCore/Private/SenseGloveCore.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGloveCore/Private/SenseGloveCore.h +++ b/Source/SenseGloveCore/Private/SenseGloveCore.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4b8c876f..3162ac8d 100644 --- a/Source/SenseGloveCore/Private/SenseGloveCoreModule.cpp +++ b/Source/SenseGloveCore/Private/SenseGloveCoreModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 40b5dbca..5fbaba87 100644 --- a/Source/SenseGloveCore/Private/SenseGloveCoreModule.h +++ b/Source/SenseGloveCore/Private/SenseGloveCoreModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0a870b1f..8fc19c91 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 12f3ad15..0fa89d74 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5e9ce71b..8c16b8fe 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2e7fad61..72edc2eb 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGCustomWaveform.h b/Source/SenseGloveCore/Public/SGCore/SGCustomWaveform.h index 882f9a78..bcb583ff 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGCustomWaveform.h +++ b/Source/SenseGloveCore/Public/SGCore/SGCustomWaveform.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2c1a32f4..5d891960 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 25d7cc48..f2e20b61 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 950ad1dd..ffef385f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6c24101e..12018226 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHandLayer.h b/Source/SenseGloveCore/Public/SGCore/SGHandLayer.h index 4c571ffa..6ab7f168 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHandLayer.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHandLayer.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6a1d2151..2da53b74 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHapticChannelInfo.h b/Source/SenseGloveCore/Public/SGCore/SGHapticChannelInfo.h index 15e9d9d0..0dad222c 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGHapticChannelInfo.h +++ b/Source/SenseGloveCore/Public/SGCore/SGHapticChannelInfo.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 73b74305..2a0bdef0 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 690bdcca..86e657ad 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5a3dcba1..9e6f11ad 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5814f5df..0cfc8c61 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3bf90bfb..2a10aa54 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2Glove.h b/Source/SenseGloveCore/Public/SGCore/SGNova2Glove.h index 6bb50e94..6f07973b 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGNova2Glove.h +++ b/Source/SenseGloveCore/Public/SGCore/SGNova2Glove.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveSensorData.h b/Source/SenseGloveCore/Public/SGCore/SGNova2GloveSensorData.h index 50a29097..097fb570 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGNova2GloveSensorData.h +++ b/Source/SenseGloveCore/Public/SGCore/SGNova2GloveSensorData.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 69c32c2f..0401bc1f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1fa5c9d4..adf00e37 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9b7ecb2a..73b117fa 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 549fffad..4be2172b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cafe7daa..8642747d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 153fb3a3..e57882ad 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ebf6a0e5..bc16e6ce 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 de7fe884..e5bece88 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSenseGloveSensorNormalizer.h b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveSensorNormalizer.h index 317491a1..55670f6f 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSenseGloveSensorNormalizer.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSenseGloveSensorNormalizer.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 90d79803..3cfd5a2e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSensorNormalization.h b/Source/SenseGloveCore/Public/SGCore/SGSensorNormalization.h index f2f676cf..1c3a25bf 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGSensorNormalization.h +++ b/Source/SenseGloveCore/Public/SGCore/SGSensorNormalization.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGThresholdCommand.h b/Source/SenseGloveCore/Public/SGCore/SGThresholdCommand.h index c38b6b44..02dfa297 100644 --- a/Source/SenseGloveCore/Public/SGCore/SGThresholdCommand.h +++ b/Source/SenseGloveCore/Public/SGCore/SGThresholdCommand.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b416fcee..3b1d2772 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1b5e9873..848c5173 100644 --- a/Source/SenseGloveCore/SenseGloveCore.Build.cs +++ b/Source/SenseGloveCore/SenseGloveCore.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6dbbf83e..a5d84d87 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5ab96988..82065d39 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2895f30f..a971b3ba 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c293fbdd..bbfd52c3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 19d7da70..a112d9fa 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGCustomWaveformImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCustomWaveformImpl.cpp index 4b78ca36..e0f8e1a9 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCustomWaveformImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGCustomWaveformImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fe737cbc..af008b92 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 62ae031f..62cb742e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5c04ce5b..d63dddbe 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 366d49cf..ffee3bd8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3e7d84b5..a5f2e1eb 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHandLayerImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandLayerImpl.cpp index 32f208c6..bac41d95 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandLayerImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHandLayerImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f944f2b5..e257078f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHapticChannelInfoImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticChannelInfoImpl.cpp index 74670708..34cb6748 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticChannelInfoImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGHapticChannelInfoImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseChannelInfo + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ef7d5679..1d3212f5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 99537102..4f82b2bd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 02bd85f4..24b83697 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3b2a7df9..18862db7 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNova2GloveImpl.cpp index 8fa556c2..b610786e 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNova2GloveImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNova2GloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveSensorDataImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNova2GloveSensorDataImpl.cpp index 172b7c25..92914b04 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNova2GloveSensorDataImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGNova2GloveSensorDataImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ad55d9f0..d9ab3ba8 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 62e0a87a..50bdbb3a 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3fa39f0d..9a9c38ad 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9b96c187..2a3105d8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b23f25d3..937dfc42 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e40c8268..27bde8ac 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2884cfab..70263103 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 54de6644..d3b166a0 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 8deb64bc..34691717 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b95aa6cd..a6cd8c2a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSenseGloveSensorNormalizerImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveSensorNormalizerImpl.cpp index b706b1b6..8569cda5 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveSensorNormalizerImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSenseGloveSensorNormalizerImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 79974856..24c70a47 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSensorNormalizationImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSensorNormalizationImpl.cpp index 4bba5586..99b57179 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSensorNormalizationImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGSensorNormalizationImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGThresholdCommandImpl.cpp b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGThresholdCommandImpl.cpp index 21191540..dd633df5 100644 --- a/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGThresholdCommandImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SGCoreImpl/SGThresholdCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 992914a5..66863ea6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d570083a..99569bbd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 18ee73f9..cc5b5954 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 10de9d84..8eb1f900 100644 --- a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.cpp +++ b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.h +++ b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ea089232..5afcc59f 100644 --- a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.cpp +++ b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 471cb7f9..fac2e671 100644 --- a/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.h +++ b/Source/SenseGloveCoreImpl/Private/SenseGloveCoreImplModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 10f8e510..b5eb7ea5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2f748de2..424367c1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e46092f1..cf0f6ea8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGCustomWaveformImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGCustomWaveformImpl.h index 3124a4d0..d3f9a299 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGCustomWaveformImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGCustomWaveformImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5094b654..ac7e1911 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9a95b686..46f8b033 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5e18cb8d..e10a2998 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0a8da041..8fe71d6e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a450b7ce..85af4dfd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHandLayerImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandLayerImpl.h index 0dbcda35..78482d58 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandLayerImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHandLayerImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e6695614..0e43b8cf 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHapticChannelInfoImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticChannelInfoImpl.h index 2f0c245a..69a9d194 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticChannelInfoImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGHapticChannelInfoImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e15a8603..236acbf5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a632e244..76637b93 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b4ac26ab..b5a268b3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 36e180d1..9abbeab8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNova2GloveImpl.h index 79c38f52..af1fb66d 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNova2GloveImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNova2GloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveSensorDataImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNova2GloveSensorDataImpl.h index 1828f63c..f3268338 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNova2GloveSensorDataImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGNova2GloveSensorDataImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 31e81b08..f3ff6f87 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f5c82e06..95ebf527 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4325fea3..545e64ed 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f32f8a78..20ba4353 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f4c9fb32..2455d8ef 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c7570592..939cc131 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f398ba13..b31ac121 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 65727e06..88a6c333 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSenseGloveSensorNormalizerImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveSensorNormalizerImpl.h index 1b957e5b..01ac6d89 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveSensorNormalizerImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSenseGloveSensorNormalizerImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2a4777fe..730e7dc2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSensorNormalizationImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSensorNormalizationImpl.h index 3c1840de..a05a0ef9 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSensorNormalizationImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGSensorNormalizationImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGThresholdCommandImpl.h b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGThresholdCommandImpl.h index ebc381a2..de30db92 100644 --- a/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGThresholdCommandImpl.h +++ b/Source/SenseGloveCoreImpl/Public/SGCoreImpl/SGThresholdCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fcd01481..3847ce05 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9ca15822..6f87f2a9 100644 --- a/Source/SenseGloveCoreImpl/SenseGloveCoreImpl.Build.cs +++ b/Source/SenseGloveCoreImpl/SenseGloveCoreImpl.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4b824eec..59593d72 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a415b92c..b5b3d26c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c14992fa..c0c16f66 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGCustomWaveformKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGCustomWaveformKismetLibrary.cpp index 31ae72c1..a9f7beb3 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGCustomWaveformKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGCustomWaveformKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2cc02bdb..9c140525 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c9e65e6c..a297dc33 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0aac9d3a..9f416c58 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 711b11dc..1d574d65 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHandLayerKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandLayerKismetLibrary.cpp index 2a581335..a06b05bc 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandLayerKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHandLayerKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 983849fa..d2dfcc57 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHapticChannelInfoKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticChannelInfoKismetLibrary.cpp index 11ce4862..c3dd5ada 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticChannelInfoKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGHapticChannelInfoKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d777e01d..0a494f36 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ad8d7793..1320ac02 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f9a9e669..a8073dc3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 48473619..18317258 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNova2GloveKismetLibrary.cpp index bb2f7edc..0366b0f0 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNova2GloveKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNova2GloveKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveSensorDataKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNova2GloveSensorDataKismetLibrary.cpp index ea317d77..d83513ec 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNova2GloveSensorDataKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGNova2GloveSensorDataKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6dc4c4f6..31a820cc 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2a4fc59a..deeefb55 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3dd3647a..f4f411e0 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ec0bfd6c..5c27d3ec 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e86e36b5..f4359dbc 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 11892d96..31841bc1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 65055209..637f059b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 19d13596..0c68e778 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSenseGloveSensorNormalizerKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveSensorNormalizerKismetLibrary.cpp index ac5132c6..ad781508 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveSensorNormalizerKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSenseGloveSensorNormalizerKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 59a0982f..043cc826 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSensorNormalizationKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSensorNormalizationKismetLibrary.cpp index 79a0cda7..e0fc7d08 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSensorNormalizationKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGSensorNormalizationKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGThresholdCommandKismetLibrary.cpp b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGThresholdCommandKismetLibrary.cpp index a264414c..1a5970eb 100644 --- a/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGThresholdCommandKismetLibrary.cpp +++ b/Source/SenseGloveCoreKismet/Private/SGCoreKismet/SGThresholdCommandKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ac758a8c..260370ef 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6317233c..6d635d9e 100644 --- a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.cpp +++ b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.h +++ b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d0523b5b..ec678787 100644 --- a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.cpp +++ b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fef1146e..8cc15841 100644 --- a/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.h +++ b/Source/SenseGloveCoreKismet/Private/SenseGloveCoreKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 92bbc06f..611d0864 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6f25354a..0e849688 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 63cf460d..4f2a6971 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGCustomWaveformKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGCustomWaveformKismetLibrary.h index 44c7f58a..18b93dc5 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGCustomWaveformKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGCustomWaveformKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f9baac91..069e8553 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7fc7a442..269a75de 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d8bd4970..610efa89 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 67dbc125..4b285261 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHandLayerKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandLayerKismetLibrary.h index a6707f3c..9401d5a3 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandLayerKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHandLayerKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6e1d3c9e..f2e10768 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHapticChannelInfoKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticChannelInfoKismetLibrary.h index 6550ef47..6deae8ca 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticChannelInfoKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGHapticChannelInfoKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f8b7fb2a..aedf565e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 329bad52..2f7d61f7 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cbf73828..119bd1fe 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 8bc13770..de82491f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNova2GloveKismetLibrary.h index 01d97ecf..e7650e8d 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNova2GloveKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNova2GloveKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGNova2GloveSensorDataKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNova2GloveSensorDataKismetLibrary.h index 846a35c6..f0604c11 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNova2GloveSensorDataKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGNova2GloveSensorDataKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 35b29384..171fed00 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0c9207ad..8d46ddef 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 - 2025 NovaGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9b7b663a..e4ec9bea 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 39a5a4b2..deb1ec73 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 08b39e15..9c5d3a3c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 69993e2d..7951960c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cc45de7a..4f5e5f18 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0bd96d4e..3fb533d4 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSenseGloveSensorNormalizerKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveSensorNormalizerKismetLibrary.h index ec2e3c43..35fb2009 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveSensorNormalizerKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSenseGloveSensorNormalizerKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ecd0e5c3..96bdbc14 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGSensorNormalizationKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSensorNormalizationKismetLibrary.h index 9b63a321..5052dd27 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSensorNormalizationKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGSensorNormalizationKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGThresholdCommandKismetLibrary.h b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGThresholdCommandKismetLibrary.h index e9c86973..83caa539 100644 --- a/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGThresholdCommandKismetLibrary.h +++ b/Source/SenseGloveCoreKismet/Public/SGCoreKismet/SGThresholdCommandKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5a18719f..971139c6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 53870600..8634d738 100644 --- a/Source/SenseGloveCoreKismet/SenseGloveCoreKismet.Build.cs +++ b/Source/SenseGloveCoreKismet/SenseGloveCoreKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGDebugCube.cpp b/Source/SenseGloveDebug/Private/SGDebug/SGDebugCube.cpp index 81f54927..3dee13c6 100644 --- a/Source/SenseGloveDebug/Private/SGDebug/SGDebugCube.cpp +++ b/Source/SenseGloveDebug/Private/SGDebug/SGDebugCube.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 733e0b82..d370564c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fd0e5793..9995b9e4 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e4577e1a..3aa0408c 100644 --- a/Source/SenseGloveDebug/Private/SenseGloveDebug.cpp +++ b/Source/SenseGloveDebug/Private/SenseGloveDebug.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveDebug/Private/SenseGloveDebug.h +++ b/Source/SenseGloveDebug/Private/SenseGloveDebug.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f3b7ce62..b240e6a1 100644 --- a/Source/SenseGloveDebug/Private/SenseGloveDebugModule.cpp +++ b/Source/SenseGloveDebug/Private/SenseGloveDebugModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cb983cae..6d17d64b 100644 --- a/Source/SenseGloveDebug/Private/SenseGloveDebugModule.h +++ b/Source/SenseGloveDebug/Private/SenseGloveDebugModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGDebugCube.h b/Source/SenseGloveDebug/Public/SGDebug/SGDebugCube.h index 78984726..a0fe148d 100644 --- a/Source/SenseGloveDebug/Public/SGDebug/SGDebugCube.h +++ b/Source/SenseGloveDebug/Public/SGDebug/SGDebugCube.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3d692cda..2983ec25 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 267791d3..65b5290b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b25b089a..c30d4640 100644 --- a/Source/SenseGloveDebug/SenseGloveDebug.Build.cs +++ b/Source/SenseGloveDebug/SenseGloveDebug.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugCubeKismetLibrary.cpp b/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugCubeKismetLibrary.cpp index 6d6e4504..2b5d5c69 100644 --- a/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugCubeKismetLibrary.cpp +++ b/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugCubeKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugGizmoKismetLibrary.cpp b/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugGizmoKismetLibrary.cpp index ed0b9c54..2747bbe5 100644 --- a/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugGizmoKismetLibrary.cpp +++ b/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugGizmoKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugVirtualHandKismetLibrary.cpp b/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugVirtualHandKismetLibrary.cpp index 19cf4c2a..611e6125 100644 --- a/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugVirtualHandKismetLibrary.cpp +++ b/Source/SenseGloveDebugKismet/Private/SGDebugKismet/SGDebugVirtualHandKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismet.cpp b/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismet.cpp index d99eab99..7f4c78f3 100644 --- a/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismet.cpp +++ b/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismet.h b/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismet.h index a30ce666..65941e73 100644 --- a/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismet.h +++ b/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismetModule.cpp b/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismetModule.cpp index 7a629ef3..63f80884 100644 --- a/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismetModule.cpp +++ b/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismetModule.h b/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismetModule.h index 478cf082..874389b1 100644 --- a/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismetModule.h +++ b/Source/SenseGloveDebugKismet/Private/SenseGloveDebugKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugCubeKismetLibrary.h b/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugCubeKismetLibrary.h index 257f37f2..eb881109 100644 --- a/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugCubeKismetLibrary.h +++ b/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugCubeKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugGizmoKismetLibrary.h b/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugGizmoKismetLibrary.h index 37ccde74..6cc0204c 100644 --- a/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugGizmoKismetLibrary.h +++ b/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugGizmoKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugVirtualHandKismetLibrary.h b/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugVirtualHandKismetLibrary.h index 9c30cb50..f10262aa 100644 --- a/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugVirtualHandKismetLibrary.h +++ b/Source/SenseGloveDebugKismet/Public/SGDebugKismet/SGDebugVirtualHandKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveDebugKismet/SenseGloveDebugKismet.Build.cs b/Source/SenseGloveDebugKismet/SenseGloveDebugKismet.Build.cs index 90c630ee..59e924e8 100644 --- a/Source/SenseGloveDebugKismet/SenseGloveDebugKismet.Build.cs +++ b/Source/SenseGloveDebugKismet/SenseGloveDebugKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEditor/SGAssetUtils.cpp b/Source/SenseGloveEditor/Private/SGEditor/SGAssetUtils.cpp index 5a2649bd..ba11e622 100644 --- a/Source/SenseGloveEditor/Private/SGEditor/SGAssetUtils.cpp +++ b/Source/SenseGloveEditor/Private/SGEditor/SGAssetUtils.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEditor/SGContentBrowserExtension.cpp b/Source/SenseGloveEditor/Private/SGEditor/SGContentBrowserExtension.cpp index 9a2601d1..b7b87d34 100644 --- a/Source/SenseGloveEditor/Private/SGEditor/SGContentBrowserExtension.cpp +++ b/Source/SenseGloveEditor/Private/SGEditor/SGContentBrowserExtension.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEditor/SGPluginStyle.cpp b/Source/SenseGloveEditor/Private/SGEditor/SGPluginStyle.cpp index 8a401b41..c928915a 100644 --- a/Source/SenseGloveEditor/Private/SGEditor/SGPluginStyle.cpp +++ b/Source/SenseGloveEditor/Private/SGEditor/SGPluginStyle.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEditor/SGSocketsEditor.cpp b/Source/SenseGloveEditor/Private/SGEditor/SGSocketsEditor.cpp index b70901a7..3c8c7f64 100644 --- a/Source/SenseGloveEditor/Private/SGEditor/SGSocketsEditor.cpp +++ b/Source/SenseGloveEditor/Private/SGEditor/SGSocketsEditor.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEditor/SGSocketsEditorCommands.cpp b/Source/SenseGloveEditor/Private/SGEditor/SGSocketsEditorCommands.cpp index 50ef9f35..93772547 100644 --- a/Source/SenseGloveEditor/Private/SGEditor/SGSocketsEditorCommands.cpp +++ b/Source/SenseGloveEditor/Private/SGEditor/SGSocketsEditorCommands.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3fabad09..3567501e 100644 --- a/Source/SenseGloveEditor/Private/SenseGloveEditor.cpp +++ b/Source/SenseGloveEditor/Private/SenseGloveEditor.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveEditor/Private/SenseGloveEditor.h +++ b/Source/SenseGloveEditor/Private/SenseGloveEditor.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e40f349c..eff24e87 100644 --- a/Source/SenseGloveEditor/Private/SenseGloveEditorModule.cpp +++ b/Source/SenseGloveEditor/Private/SenseGloveEditorModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 12704c19..fea994df 100644 --- a/Source/SenseGloveEditor/Private/SenseGloveEditorModule.h +++ b/Source/SenseGloveEditor/Private/SenseGloveEditorModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/Public/SGEditor/SGAssetUtils.h b/Source/SenseGloveEditor/Public/SGEditor/SGAssetUtils.h index eabd91ad..5be49f3d 100644 --- a/Source/SenseGloveEditor/Public/SGEditor/SGAssetUtils.h +++ b/Source/SenseGloveEditor/Public/SGEditor/SGAssetUtils.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/Public/SGEditor/SGContentBrowserExtension.h b/Source/SenseGloveEditor/Public/SGEditor/SGContentBrowserExtension.h index 24e73b82..3ef562fe 100644 --- a/Source/SenseGloveEditor/Public/SGEditor/SGContentBrowserExtension.h +++ b/Source/SenseGloveEditor/Public/SGEditor/SGContentBrowserExtension.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/Public/SGEditor/SGPluginStyle.h b/Source/SenseGloveEditor/Public/SGEditor/SGPluginStyle.h index 51bf54db..822a5113 100644 --- a/Source/SenseGloveEditor/Public/SGEditor/SGPluginStyle.h +++ b/Source/SenseGloveEditor/Public/SGEditor/SGPluginStyle.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/Public/SGEditor/SGSocketsEditor.h b/Source/SenseGloveEditor/Public/SGEditor/SGSocketsEditor.h index 5bc6f459..29f106c7 100644 --- a/Source/SenseGloveEditor/Public/SGEditor/SGSocketsEditor.h +++ b/Source/SenseGloveEditor/Public/SGEditor/SGSocketsEditor.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/Public/SGEditor/SGSocketsEditorCommands.h b/Source/SenseGloveEditor/Public/SGEditor/SGSocketsEditorCommands.h index 4a76b139..5bcf3412 100644 --- a/Source/SenseGloveEditor/Public/SGEditor/SGSocketsEditorCommands.h +++ b/Source/SenseGloveEditor/Public/SGEditor/SGSocketsEditorCommands.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2d41542a..48b0f989 100644 --- a/Source/SenseGloveEditor/SenseGloveEditor.Build.cs +++ b/Source/SenseGloveEditor/SenseGloveEditor.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 304334fb..15f48978 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3dfe7f82..99b01086 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9314e86e..d3aafd45 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 eee22ba2..a9c01405 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3d509324..6c225f27 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 413988ad..f79fa55a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGHapticChannelType.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticChannelType.cpp index 4fe08ef3..f4051b35 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticChannelType.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticChannelType.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGHapticGloveCalibrationState.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticGloveCalibrationState.cpp index 891e781e..aafd1c50 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticGloveCalibrationState.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticGloveCalibrationState.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGHapticLocation.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticLocation.cpp index 7e4fb379..6184da10 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticLocation.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGHapticLocation.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 07a371cb..8d9b4394 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNormalizationState.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNormalizationState.cpp index 169453f8..459817f0 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNormalizationState.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNormalizationState.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNova2SensorLocation.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNova2SensorLocation.cpp index 961fcccd..8c5d316a 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNova2SensorLocation.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNova2SensorLocation.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNova2VibroMotor.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNova2VibroMotor.cpp index 051786fb..41302749 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNova2VibroMotor.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNova2VibroMotor.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c2d8e58e..b50c5246 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0422214c..b76d7807 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNovaSensorLocation.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaSensorLocation.cpp index 8e509514..c41af005 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaSensorLocation.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaSensorLocation.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNovaVibroMotor.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaVibroMotor.cpp index da0c4b0a..9883dac7 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaVibroMotor.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGNovaVibroMotor.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b8101b73..ebac1048 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGSenseGloveCVar.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveCVar.cpp index 3f63c27f..cfc4261c 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveCVar.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveCVar.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGSenseGloveSVar.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveSVar.cpp index 07317b74..9792f30a 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveSVar.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGSenseGloveSVar.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6a3ef4ca..080a6288 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 43810938..4f2fd383 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fdfe0752..7f64469f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1340e6db..25d49874 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGWaveformType.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGWaveformType.cpp index 3b7fc30a..9325807f 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGWaveformType.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_ESGWaveformType.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f2d879f1..a6e0226d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e3bbc8ee..6d86d0cd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9dc59a0b..c29c5af5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGCustomWaveformImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGCustomWaveformImpl.cpp index 22114828..42a3a630 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGCustomWaveformImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGCustomWaveformImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 669411dd..5159faf3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2169049f..f831923a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b52cf828..57c52421 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 dbbcdbe1..fe929bbf 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGHapticChannelInfoImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticChannelInfoImpl.cpp index b684f216..ee8c8fa3 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticChannelInfoImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGHapticChannelInfoImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 303626e2..aa19b698 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 157ae399..8fe4fac7 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGNova2GloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNova2GloveImpl.cpp index b7037afa..c1ec0394 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNova2GloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNova2GloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGNova2GloveSensorDataImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNova2GloveSensorDataImpl.cpp index c9e256b2..920294e7 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNova2GloveSensorDataImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGNova2GloveSensorDataImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ef5238d5..d0fe0b29 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0ae19bd3..32e67811 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 85f74a13..1982d7ba 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ced08ce6..90b9bd7a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 81bda548..037a28f5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 31caa363..ca632710 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 86d51c99..355cebd5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGSenseGloveSensorNormalizerImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveSensorNormalizerImpl.cpp index fce2c93c..5b371750 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveSensorNormalizerImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSenseGloveSensorNormalizerImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGSensorNormalizationImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSensorNormalizationImpl.cpp index 3c9e6344..5c0d7547 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSensorNormalizationImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGSensorNormalizationImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGThresholdCommandImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGThresholdCommandImpl.cpp index 5ea5f55c..a62d9565 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGThresholdCommandImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_FSGThresholdCommandImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f3f5a3c4..078a6a75 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1da2f5f5..ffb11f42 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 633ba3d1..68c4fa31 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 eac58f2f..005d1556 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGNova2GloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGNova2GloveImpl.cpp index 0e2276af..151b70c2 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGNova2GloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FSGNova2GloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 efee7e97..b9b45fd1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 07e33bbd..0f471afe 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FString.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FString.cpp index 84262c2a..f51cd8e0 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FString.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TArray_FString.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7efa4a66..6efc5dab 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c5d211c1..3233d41d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 94b69565..215fa9e6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9d5f9e66..240a47d9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 34210d0f..0cbeea1a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fac98da0..5a6a5502 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 036721ed..100f3ef2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 433e6d0b..fdebc779 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2e449e91..20c485ce 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 700522ee..9043e811 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 08db7124..3dd6ec04 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3d460005..71c88472 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6793d81d..bc6b22bd 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b2b6843c..aadebdfa 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGNova2GloveImpl.cpp b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGNova2GloveImpl.cpp index 48168792..be18b07f 100644 --- a/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGNova2GloveImpl.cpp +++ b/Source/SenseGloveInterop/Private/SGInterop/SGIC_TSharedPtr_FSGNova2GloveImpl.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e35d9fe1..1ec80102 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 86fd26b6..541edaf1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e2f403b6..e045fcba 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 754b21b5..0e59dbe6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 38311540..dba5629f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2eeaadd8..c863a2d9 100644 --- a/Source/SenseGloveInterop/Private/SenseGloveInterop.cpp +++ b/Source/SenseGloveInterop/Private/SenseGloveInterop.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGloveInterop/Private/SenseGloveInterop.h +++ b/Source/SenseGloveInterop/Private/SenseGloveInterop.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 307ac595..190176b4 100644 --- a/Source/SenseGloveInterop/Private/SenseGloveInteropModule.cpp +++ b/Source/SenseGloveInterop/Private/SenseGloveInteropModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b5980e55..9edc876d 100644 --- a/Source/SenseGloveInterop/Private/SenseGloveInteropModule.h +++ b/Source/SenseGloveInterop/Private/SenseGloveInteropModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5ea387e2..3032315f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9dc9da64..f91c734a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 db0d1336..b20f59ae 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f69f484e..c97a5ebc 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0c9d4486..82a2bf50 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e6bd867d..4c0e827a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGHapticChannelType.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticChannelType.h index d5ab71ad..1abd817a 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticChannelType.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticChannelType.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGHapticGloveCalibrationState.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticGloveCalibrationState.h index de86799c..1e1591dc 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticGloveCalibrationState.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticGloveCalibrationState.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGHapticLocation.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticLocation.h index c7d5c419..f9bfb725 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticLocation.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGHapticLocation.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c352a1e7..b0e8c96e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNormalizationState.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNormalizationState.h index ed569553..a94c3a3d 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNormalizationState.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNormalizationState.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNova2SensorLocation.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNova2SensorLocation.h index 19f87863..69143a90 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNova2SensorLocation.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNova2SensorLocation.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNova2VibroMotor.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNova2VibroMotor.h index a6e3935f..fb77e48d 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNova2VibroMotor.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNova2VibroMotor.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9e5ad9e6..b4591f9b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e4aee2c5..8b356b1a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNovaSensorLocation.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaSensorLocation.h index 6500f5de..f26ce11a 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaSensorLocation.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaSensorLocation.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGNovaVibroMotor.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaVibroMotor.h index 010febbd..6792eefa 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaVibroMotor.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGNovaVibroMotor.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ef546d27..40c8be36 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGSenseGloveCVar.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveCVar.h index 653c8ec9..5cd9f13a 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveCVar.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveCVar.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGSenseGloveSVar.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveSVar.h index ad47ad76..9592891b 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveSVar.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGSenseGloveSVar.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6c8d15ae..7e718d4d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3058c822..17567695 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e1a752d0..751a7e3e 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c127a6eb..197f69fa 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_ESGWaveformType.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGWaveformType.h index 47cb9589..a838b3d4 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGWaveformType.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_ESGWaveformType.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 11ac5a9b..406428e9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 72c22417..72ee0a57 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 edc558a2..0b1f6a19 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGCustomWaveformImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGCustomWaveformImpl.h index dec1c89b..057bdfa4 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGCustomWaveformImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGCustomWaveformImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 630f9f33..191028e8 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 92872799..5d20b6d6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 39bc9d74..0fcc0269 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b22ca79c..02745661 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGHapticChannelInfoImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticChannelInfoImpl.h index 94a724f7..fbe4269c 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticChannelInfoImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGHapticChannelInfoImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a8f282b9..a5f82141 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 844295e8..157df325 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGNova2GloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNova2GloveImpl.h index ad797e2f..7831bce8 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNova2GloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNova2GloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGNova2GloveSensorDataImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNova2GloveSensorDataImpl.h index 8b7ef3c0..d18a03c4 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNova2GloveSensorDataImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGNova2GloveSensorDataImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 8d46951d..4d7cf192 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a81b6fae..b772958b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7b4bc43d..55d7d701 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d1ae7b5f..47bca673 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4f65bc44..ad54a2aa 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 62c3df80..5a72595d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5270b288..e222a724 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGSenseGloveSensorNormalizerImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveSensorNormalizerImpl.h index c407a468..2bea2708 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveSensorNormalizerImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSenseGloveSensorNormalizerImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGSensorNormalizationImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSensorNormalizationImpl.h index 7f3d5b5e..0883e935 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSensorNormalizationImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGSensorNormalizationImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGThresholdCommandImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGThresholdCommandImpl.h index 2cb20ee0..bd109035 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGThresholdCommandImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_FSGThresholdCommandImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a9cda2b7..914807d5 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f1f3538b..fa107339 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c27a5923..549a096b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b9adac12..f0caff28 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGNova2GloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGNova2GloveImpl.h index 9a83dd5d..14c5c737 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGNova2GloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FSGNova2GloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 15cd804f..64fb01fa 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5fb647e1..68a9bb1b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FString.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FString.h index 67b4ef5e..2f466432 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FString.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TArray_FString.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6fcf53e6..d7d87889 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 10d93651..34c38b2b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 53e21e3b..03c9ce00 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9c99c1e9..dff3fd39 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 929e072b..8f337570 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2cca213a..7b1148d1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 8ecd5571..af267764 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 301dd66d..89876e9b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 21ac7122..c780ed99 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 590b375f..0718dd2f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c30aed10..3b1fc88a 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f058f409..ff939cc6 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 699a9877..4368725c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e1d78a83..5b8c8a31 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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_FSGNova2GloveImpl.h b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGNova2GloveImpl.h index 182f0a37..9d963a37 100644 --- a/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGNova2GloveImpl.h +++ b/Source/SenseGloveInterop/Public/SGInterop/SGIC_TSharedPtr_FSGNova2GloveImpl.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f516fa70..9a6d2649 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 15f7860b..c9bac5e1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f23b318c..d75ce933 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3a2e62a3..ca87e40b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ffff80d6..93b025db 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 69499e00..20c0a76e 100644 --- a/Source/SenseGloveInterop/SenseGloveInterop.Build.cs +++ b/Source/SenseGloveInterop/SenseGloveInterop.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d07e8079..526cda8c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGGameUserSettingsKismetLibrary.cpp b/Source/SenseGloveKismet/Private/SGKismet/SGGameUserSettingsKismetLibrary.cpp index 5ae9838d..07d034cd 100644 --- a/Source/SenseGloveKismet/Private/SGKismet/SGGameUserSettingsKismetLibrary.cpp +++ b/Source/SenseGloveKismet/Private/SGKismet/SGGameUserSettingsKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 37884424..c976a0a3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b95a6648..a0aa540b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3d1dab98..3141100d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 d51bd6fb..572a3af7 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 9409493a..4a513af2 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0bfb93c5..679a9c6c 100644 --- a/Source/SenseGloveKismet/Private/SenseGloveKismet.cpp +++ b/Source/SenseGloveKismet/Private/SenseGloveKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGloveKismet/Private/SenseGloveKismet.h +++ b/Source/SenseGloveKismet/Private/SenseGloveKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 650f05dc..865dee95 100644 --- a/Source/SenseGloveKismet/Private/SenseGloveKismetModule.cpp +++ b/Source/SenseGloveKismet/Private/SenseGloveKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0a718403..24e2b812 100644 --- a/Source/SenseGloveKismet/Private/SenseGloveKismetModule.h +++ b/Source/SenseGloveKismet/Private/SenseGloveKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5d957a5d..b6fc0349 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGGameUserSettingsKismetLibrary.h b/Source/SenseGloveKismet/Public/SGKismet/SGGameUserSettingsKismetLibrary.h index 94f48608..7293b76d 100644 --- a/Source/SenseGloveKismet/Public/SGKismet/SGGameUserSettingsKismetLibrary.h +++ b/Source/SenseGloveKismet/Public/SGKismet/SGGameUserSettingsKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6f879c3a..2dd4e486 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 14c5560f..ce6eb51b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6bb8bfb0..b3e9f995 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2533ecfa..97eb31d3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0d02ad24..6986ab45 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 079fb707..8703df94 100644 --- a/Source/SenseGloveKismet/SenseGloveKismet.Build.cs +++ b/Source/SenseGloveKismet/SenseGloveKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 25f27f88..26f7209f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b92a659c..8264987b 100644 --- a/Source/SenseGloveLog/Private/SenseGloveLog.cpp +++ b/Source/SenseGloveLog/Private/SenseGloveLog.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGloveLog/Private/SenseGloveLog.h +++ b/Source/SenseGloveLog/Private/SenseGloveLog.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0314003c..b800ff15 100644 --- a/Source/SenseGloveLog/Private/SenseGloveLogModule.cpp +++ b/Source/SenseGloveLog/Private/SenseGloveLogModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 fea2d92e..33732db6 100644 --- a/Source/SenseGloveLog/Private/SenseGloveLogModule.h +++ b/Source/SenseGloveLog/Private/SenseGloveLogModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 cd3c89a4..59acadef 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4fa7e99a..c68e2ed3 100644 --- a/Source/SenseGloveLog/SenseGloveLog.Build.cs +++ b/Source/SenseGloveLog/SenseGloveLog.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGDebugCubeSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGDebugCubeSettings.cpp index e41f178c..8d9087cc 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGDebugCubeSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGDebugCubeSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 455c729e..cc866ec3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGGameUserSettingsSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGGameUserSettingsSettings.cpp index 30fdaa94..e7cf556c 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGGameUserSettingsSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGGameUserSettingsSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGGloveTrackingSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGGloveTrackingSettings.cpp index b002ad5f..4a25cdc0 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGGloveTrackingSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGGloveTrackingSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHMDTrackingSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGHMDTrackingSettings.cpp index e52a236f..1e8a2844 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGHMDTrackingSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGHMDTrackingSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHandTrackingSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGHandTrackingSettings.cpp index 910f811a..025337bc 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGHandTrackingSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGHandTrackingSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHardwareBenchmarkingSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGHardwareBenchmarkingSettings.cpp index 784a7ae7..9fd2d190 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGHardwareBenchmarkingSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGHardwareBenchmarkingSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGInitializationSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGInitializationSettings.cpp index a5444862..b1f70663 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGInitializationSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGInitializationSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 8626eb55..eadc5a15 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGTrackingSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGTrackingSettings.cpp index d91db35a..b233dc1a 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGTrackingSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGTrackingSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandAnimationSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandAnimationSettings.cpp index 0aef1996..24ed4e58 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandAnimationSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandAnimationSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandDebuggingSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandDebuggingSettings.cpp index d9a1e3aa..38cc298d 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandDebuggingSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandDebuggingSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandGrabSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandGrabSettings.cpp index 26b42f5d..5646bc7c 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandGrabSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandGrabSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandHapticsSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandHapticsSettings.cpp index e71ea79c..f577baa7 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandHapticsSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandHapticsSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandMeshSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandMeshSettings.cpp index 5a68af99..a0b773b1 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandMeshSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandMeshSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandPhalangesLengthSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandPhalangesLengthSettings.cpp index e6996f21..5fbe0a35 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandPhalangesLengthSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandPhalangesLengthSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandSettings.cpp index e121679f..07e0bc88 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandSettingsOverrides.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandSettingsOverrides.cpp index 72e05248..7a3bb522 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandSettingsOverrides.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandSettingsOverrides.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandTouchSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandTouchSettings.cpp index c6c5722e..e928d439 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandTouchSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGVirtualHandTouchSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGWristTrackingDebuggingSettings.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDebuggingSettings.cpp index c55197bc..8bd81d19 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDebuggingSettings.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDebuggingSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGWristTrackingDetailsCustomization.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDetailsCustomization.cpp index 104627fb..de896caf 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDetailsCustomization.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDetailsCustomization.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGWristTrackingDetailsCustomization.h b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDetailsCustomization.h index 979836b3..179baae0 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDetailsCustomization.h +++ b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingDetailsCustomization.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4130d456..678a645d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGWristTrackingSettingsOverrides.cpp b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingSettingsOverrides.cpp index b4a584e1..89d1a8a2 100644 --- a/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingSettingsOverrides.cpp +++ b/Source/SenseGloveSettings/Private/SGSettings/SGWristTrackingSettingsOverrides.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b2fccd9f..20accbc5 100644 --- a/Source/SenseGloveSettings/Private/SenseGloveSettings.cpp +++ b/Source/SenseGloveSettings/Private/SenseGloveSettings.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveSettings/Private/SenseGloveSettings.h +++ b/Source/SenseGloveSettings/Private/SenseGloveSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 73efa0d7..32eb3f87 100644 --- a/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.cpp +++ b/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 07afceb5..d17fbfef 100644 --- a/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.h +++ b/Source/SenseGloveSettings/Private/SenseGloveSettingsModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGDebugCubeSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGDebugCubeSettings.h index b563291b..061caf4e 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGDebugCubeSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGDebugCubeSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 f5bb741e..de34c986 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGGameUserSettingsSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGGameUserSettingsSettings.h index 9116e739..964c54b6 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGGameUserSettingsSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGGameUserSettingsSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGGloveTrackingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGGloveTrackingSettings.h index 4edea9ab..c50fc72c 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGGloveTrackingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGGloveTrackingSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHMDTrackingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGHMDTrackingSettings.h index bb207f11..dbc93fc6 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGHMDTrackingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGHMDTrackingSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHandTrackingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGHandTrackingSettings.h index a242fe4e..a44ea4a4 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGHandTrackingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGHandTrackingSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGHardwareBenchmarkingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGHardwareBenchmarkingSettings.h index 73091cb6..60adbd84 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGHardwareBenchmarkingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGHardwareBenchmarkingSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGInitializationSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGInitializationSettings.h index 791e7f6a..aafeef66 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGInitializationSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGInitializationSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 acce0ef9..0ad4aca3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGTrackingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGTrackingSettings.h index 6cd30933..9786c4a9 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGTrackingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGTrackingSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandAnimationSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandAnimationSettings.h index 7730ea11..9450361d 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandAnimationSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandAnimationSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandDebuggingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandDebuggingSettings.h index b616ea45..7553c37b 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandDebuggingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandDebuggingSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandGrabSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandGrabSettings.h index aac82979..f0dcd9ef 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandGrabSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandGrabSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandHapticsSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandHapticsSettings.h index 1cc5d8e2..e8ee1fe3 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandHapticsSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandHapticsSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandMeshSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandMeshSettings.h index 85951a65..e25b7009 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandMeshSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandMeshSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandPhalangesLengthSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandPhalangesLengthSettings.h index 16fb9db8..ab190f1e 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandPhalangesLengthSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandPhalangesLengthSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandSettings.h index 87133204..e7887e35 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandSettingsOverrides.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandSettingsOverrides.h index 27d659c1..4e8b7380 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandSettingsOverrides.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandSettingsOverrides.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGVirtualHandTouchSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandTouchSettings.h index 3a4937e1..10a4e5aa 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandTouchSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGVirtualHandTouchSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGWristTrackingDebuggingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingDebuggingSettings.h index 01ce183d..2ee52646 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingDebuggingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingDebuggingSettings.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7de8e411..8ff56b9d 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGWristTrackingSettingsOverrides.h b/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettingsOverrides.h index 3dfdc595..2126ae56 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettingsOverrides.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGWristTrackingSettingsOverrides.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 c7df418c..d85f5750 100644 --- a/Source/SenseGloveSettings/SenseGloveSettings.Build.cs +++ b/Source/SenseGloveSettings/SenseGloveSettings.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1c49d055..12ae943f 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 bbfa01cf..992c939d 100644 --- a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.cpp +++ b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.h +++ b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6265a939..d0e6e1b3 100644 --- a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.cpp +++ b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 2ca5c22c..e36370de 100644 --- a/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.h +++ b/Source/SenseGloveSettingsKismet/Private/SenseGloveSettingsKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6ef0bf8e..0b48e071 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0f0b4386..f622b34f 100644 --- a/Source/SenseGloveSettingsKismet/SenseGloveSettingsKismet.Build.cs +++ b/Source/SenseGloveSettingsKismet/SenseGloveSettingsKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Private/SGTracking/SGGloveTracker.cpp b/Source/SenseGloveTracking/Private/SGTracking/SGGloveTracker.cpp index b142dab4..5b68d0b2 100644 --- a/Source/SenseGloveTracking/Private/SGTracking/SGGloveTracker.cpp +++ b/Source/SenseGloveTracking/Private/SGTracking/SGGloveTracker.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Private/SGTracking/SGHMDTracker.cpp b/Source/SenseGloveTracking/Private/SGTracking/SGHMDTracker.cpp index f64d217e..830ba05c 100644 --- a/Source/SenseGloveTracking/Private/SGTracking/SGHMDTracker.cpp +++ b/Source/SenseGloveTracking/Private/SGTracking/SGHMDTracker.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Private/SGTracking/SGXRHandState.cpp b/Source/SenseGloveTracking/Private/SGTracking/SGXRHandState.cpp index 9d491ed2..30d78f5d 100644 --- a/Source/SenseGloveTracking/Private/SGTracking/SGXRHandState.cpp +++ b/Source/SenseGloveTracking/Private/SGTracking/SGXRHandState.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Private/SGTracking/SGXRTracker.cpp b/Source/SenseGloveTracking/Private/SGTracking/SGXRTracker.cpp index 968287c0..41641091 100644 --- a/Source/SenseGloveTracking/Private/SGTracking/SGXRTracker.cpp +++ b/Source/SenseGloveTracking/Private/SGTracking/SGXRTracker.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Private/SenseGloveTracking.cpp b/Source/SenseGloveTracking/Private/SenseGloveTracking.cpp index c6843fe5..afa2c576 100644 --- a/Source/SenseGloveTracking/Private/SenseGloveTracking.cpp +++ b/Source/SenseGloveTracking/Private/SenseGloveTracking.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Private/SenseGloveTracking.h b/Source/SenseGloveTracking/Private/SenseGloveTracking.h index a30ce666..65941e73 100644 --- a/Source/SenseGloveTracking/Private/SenseGloveTracking.h +++ b/Source/SenseGloveTracking/Private/SenseGloveTracking.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Private/SenseGloveTrackingModule.cpp b/Source/SenseGloveTracking/Private/SenseGloveTrackingModule.cpp index 1eb838ca..2f9ed096 100644 --- a/Source/SenseGloveTracking/Private/SenseGloveTrackingModule.cpp +++ b/Source/SenseGloveTracking/Private/SenseGloveTrackingModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Private/SenseGloveTrackingModule.h b/Source/SenseGloveTracking/Private/SenseGloveTrackingModule.h index f07535e3..bf494d29 100644 --- a/Source/SenseGloveTracking/Private/SenseGloveTrackingModule.h +++ b/Source/SenseGloveTracking/Private/SenseGloveTrackingModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Public/SGTracking/SGGloveTracker.h b/Source/SenseGloveTracking/Public/SGTracking/SGGloveTracker.h index af19bfbc..7be2eb34 100644 --- a/Source/SenseGloveTracking/Public/SGTracking/SGGloveTracker.h +++ b/Source/SenseGloveTracking/Public/SGTracking/SGGloveTracker.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Public/SGTracking/SGHMDTracker.h b/Source/SenseGloveTracking/Public/SGTracking/SGHMDTracker.h index 6b8c6100..fafc76ef 100644 --- a/Source/SenseGloveTracking/Public/SGTracking/SGHMDTracker.h +++ b/Source/SenseGloveTracking/Public/SGTracking/SGHMDTracker.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Public/SGTracking/SGXRHandState.h b/Source/SenseGloveTracking/Public/SGTracking/SGXRHandState.h index 6bbdfd8a..3f933d47 100644 --- a/Source/SenseGloveTracking/Public/SGTracking/SGXRHandState.h +++ b/Source/SenseGloveTracking/Public/SGTracking/SGXRHandState.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/Public/SGTracking/SGXRTracker.h b/Source/SenseGloveTracking/Public/SGTracking/SGXRTracker.h index a32b205b..f383b9d4 100644 --- a/Source/SenseGloveTracking/Public/SGTracking/SGXRTracker.h +++ b/Source/SenseGloveTracking/Public/SGTracking/SGXRTracker.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTracking/SenseGloveTracking.Build.cs b/Source/SenseGloveTracking/SenseGloveTracking.Build.cs index 871328bf..e1646e7a 100644 --- a/Source/SenseGloveTracking/SenseGloveTracking.Build.cs +++ b/Source/SenseGloveTracking/SenseGloveTracking.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGGloveTrackerKismetLibrary.cpp b/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGGloveTrackerKismetLibrary.cpp index 2057ebdd..6b885167 100644 --- a/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGGloveTrackerKismetLibrary.cpp +++ b/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGGloveTrackerKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGHMDTrackerKismetLibrary.cpp b/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGHMDTrackerKismetLibrary.cpp index 3874c899..8322f47d 100644 --- a/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGHMDTrackerKismetLibrary.cpp +++ b/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGHMDTrackerKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGXRTrackerKismetLibrary.cpp b/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGXRTrackerKismetLibrary.cpp index 931720ab..f4e4cc13 100644 --- a/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGXRTrackerKismetLibrary.cpp +++ b/Source/SenseGloveTrackingKismet/Private/SGTrackingKismet/SGXRTrackerKismetLibrary.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismet.cpp b/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismet.cpp index 72fc04b9..b93734a1 100644 --- a/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismet.cpp +++ b/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismet.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismet.h b/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismet.h index a30ce666..65941e73 100644 --- a/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismet.h +++ b/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismet.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismetModule.cpp b/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismetModule.cpp index ff45ac5f..2c5f9400 100644 --- a/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismetModule.cpp +++ b/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismetModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismetModule.h b/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismetModule.h index ce1a9420..fc6cef51 100644 --- a/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismetModule.h +++ b/Source/SenseGloveTrackingKismet/Private/SenseGloveTrackingKismetModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGGloveTrackerKismetLibrary.h b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGGloveTrackerKismetLibrary.h index cb2650dd..c0ef7f29 100644 --- a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGGloveTrackerKismetLibrary.h +++ b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGGloveTrackerKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h index 02e6c21e..74067c0d 100644 --- a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h +++ b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGHMDTrackerKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h index 906159ba..600b47c0 100644 --- a/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h +++ b/Source/SenseGloveTrackingKismet/Public/SGTrackingKismet/SGXRTrackerKismetLibrary.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/SenseGloveTrackingKismet/SenseGloveTrackingKismet.Build.cs b/Source/SenseGloveTrackingKismet/SenseGloveTrackingKismet.Build.cs index 1ea98ed3..0fd30625 100644 --- a/Source/SenseGloveTrackingKismet/SenseGloveTrackingKismet.Build.cs +++ b/Source/SenseGloveTrackingKismet/SenseGloveTrackingKismet.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 eb6dac27..1d95df9b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 5c708ad6..bc83f8ac 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 64a423b2..a5112762 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 07fb65ba..9a2ab2b9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e38458c9..7add9fb3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ccfba21a..10eacf95 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGTrackingTypes.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGTrackingTypes.cpp index 246219ed..a945a7ae 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGTrackingTypes.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGTrackingTypes.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGTypes.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGTypes.cpp index 0e9740f9..dfa18ad3 100644 --- a/Source/SenseGloveTypes/Private/SGTypes/SGTypes.cpp +++ b/Source/SenseGloveTypes/Private/SGTypes/SGTypes.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0decc2c0..0f96a7fa 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 3b9681ca..6d7a1d26 100644 --- a/Source/SenseGloveTypes/Private/SenseGloveTypes.cpp +++ b/Source/SenseGloveTypes/Private/SenseGloveTypes.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ab121d09..334f908b 100644 --- a/Source/SenseGloveTypes/Private/SenseGloveTypes.h +++ b/Source/SenseGloveTypes/Private/SenseGloveTypes.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 e9573534..b45375dc 100644 --- a/Source/SenseGloveTypes/Private/SenseGloveTypesModule.cpp +++ b/Source/SenseGloveTypes/Private/SenseGloveTypesModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4ba8a68b..af62b4a2 100644 --- a/Source/SenseGloveTypes/Private/SenseGloveTypesModule.h +++ b/Source/SenseGloveTypes/Private/SenseGloveTypesModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7fe18678..a467b723 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 46e36f93..1dd03e2b 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ba848a63..2c4abe17 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 6370e091..646a1264 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4abc159c..d12597a1 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 12977b74..16c0057c 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGTrackingTypes.h b/Source/SenseGloveTypes/Public/SGTypes/SGTrackingTypes.h index 16a7dae9..241f92ff 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGTrackingTypes.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGTrackingTypes.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGTypes.h b/Source/SenseGloveTypes/Public/SGTypes/SGTypes.h index 057afb82..3cbdcdc5 100644 --- a/Source/SenseGloveTypes/Public/SGTypes/SGTypes.h +++ b/Source/SenseGloveTypes/Public/SGTypes/SGTypes.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 7ca71470..7238fe02 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 88b8419f..7bbc6c4f 100644 --- a/Source/SenseGloveTypes/SenseGloveTypes.Build.cs +++ b/Source/SenseGloveTypes/SenseGloveTypes.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 49c82370..6212fd76 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 4b4394f2..7f810095 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEditorUtils.cpp b/Source/SenseGloveUtils/Private/SGUtils/SGEditorUtils.cpp index 269d2a49..4209caaf 100644 --- a/Source/SenseGloveUtils/Private/SGUtils/SGEditorUtils.cpp +++ b/Source/SenseGloveUtils/Private/SGUtils/SGEditorUtils.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEngineUtils.cpp b/Source/SenseGloveUtils/Private/SGUtils/SGEngineUtils.cpp index 0f377502..2afb6253 100644 --- a/Source/SenseGloveUtils/Private/SGUtils/SGEngineUtils.cpp +++ b/Source/SenseGloveUtils/Private/SGUtils/SGEngineUtils.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGPluginUtils.cpp b/Source/SenseGloveUtils/Private/SGUtils/SGPluginUtils.cpp index 895d6859..bcd247b1 100644 --- a/Source/SenseGloveUtils/Private/SGUtils/SGPluginUtils.cpp +++ b/Source/SenseGloveUtils/Private/SGUtils/SGPluginUtils.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 1cb0895e..ccdb96e3 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 b4971462..1ee237e6 100644 --- a/Source/SenseGloveUtils/Private/SenseGloveUtils.cpp +++ b/Source/SenseGloveUtils/Private/SenseGloveUtils.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a30ce666..65941e73 100644 --- a/Source/SenseGloveUtils/Private/SenseGloveUtils.h +++ b/Source/SenseGloveUtils/Private/SenseGloveUtils.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 0addebe4..fec10492 100644 --- a/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.cpp +++ b/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.cpp @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 37578501..5c8d4009 100644 --- a/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.h +++ b/Source/SenseGloveUtils/Private/SenseGloveUtilsModule.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 87f014dc..e83cdcef 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 ad6d8795..6c731ff9 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEditorUtils.h b/Source/SenseGloveUtils/Public/SGUtils/SGEditorUtils.h index 48a1ebe6..21812077 100644 --- a/Source/SenseGloveUtils/Public/SGUtils/SGEditorUtils.h +++ b/Source/SenseGloveUtils/Public/SGUtils/SGEditorUtils.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGEngineUtils.h b/Source/SenseGloveUtils/Public/SGUtils/SGEngineUtils.h index 888cb1ec..0a4d4cf1 100644 --- a/Source/SenseGloveUtils/Public/SGUtils/SGEngineUtils.h +++ b/Source/SenseGloveUtils/Public/SGUtils/SGEngineUtils.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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/SGPluginUtils.h b/Source/SenseGloveUtils/Public/SGUtils/SGPluginUtils.h index f43f8b8b..fb10f788 100644 --- a/Source/SenseGloveUtils/Public/SGUtils/SGPluginUtils.h +++ b/Source/SenseGloveUtils/Public/SGUtils/SGPluginUtils.h @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 083fb0c1..30c74207 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 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, 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 a29b0b08..1025d6f9 100644 --- a/Source/SenseGloveUtils/SenseGloveUtils.Build.cs +++ b/Source/SenseGloveUtils/SenseGloveUtils.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGBleThirdPartyLibs/SGBleThirdPartyLibs.Build.cs b/Source/ThirdParty/SGBleThirdPartyLibs/SGBleThirdPartyLibs.Build.cs index 7c1664d3..8c6aa214 100644 --- a/Source/ThirdParty/SGBleThirdPartyLibs/SGBleThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGBleThirdPartyLibs/SGBleThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGCommonThirdPartyLibs/SGCommonThirdPartyLibs.Build.cs b/Source/ThirdParty/SGCommonThirdPartyLibs/SGCommonThirdPartyLibs.Build.cs index 1b58a697..43301c97 100644 --- a/Source/ThirdParty/SGCommonThirdPartyLibs/SGCommonThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGCommonThirdPartyLibs/SGCommonThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGConnectShmThirdPartyLibs/SGConnectShmThirdPartyLibs.Build.cs b/Source/ThirdParty/SGConnectShmThirdPartyLibs/SGConnectShmThirdPartyLibs.Build.cs index a5dd5abf..159a188b 100644 --- a/Source/ThirdParty/SGConnectShmThirdPartyLibs/SGConnectShmThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGConnectShmThirdPartyLibs/SGConnectShmThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGConnectThirdPartyHeaders/SGConnectThirdPartyHeaders.Build.cs b/Source/ThirdParty/SGConnectThirdPartyHeaders/SGConnectThirdPartyHeaders.Build.cs index d0413a0f..d0327c39 100644 --- a/Source/ThirdParty/SGConnectThirdPartyHeaders/SGConnectThirdPartyHeaders.Build.cs +++ b/Source/ThirdParty/SGConnectThirdPartyHeaders/SGConnectThirdPartyHeaders.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs b/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs index ed00a28c..6fda48d0 100644 --- a/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGConnectThirdPartyLibs/SGConnectThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGCoreShmThirdPartyLibs/SGCoreShmThirdPartyLibs.Build.cs b/Source/ThirdParty/SGCoreShmThirdPartyLibs/SGCoreShmThirdPartyLibs.Build.cs index c0fa8b0c..fb7bfc8d 100644 --- a/Source/ThirdParty/SGCoreShmThirdPartyLibs/SGCoreShmThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGCoreShmThirdPartyLibs/SGCoreShmThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGCoreThirdPartyHeaders/SGCoreThirdPartyHeaders.Build.cs b/Source/ThirdParty/SGCoreThirdPartyHeaders/SGCoreThirdPartyHeaders.Build.cs index 76f78062..215b93f4 100644 --- a/Source/ThirdParty/SGCoreThirdPartyHeaders/SGCoreThirdPartyHeaders.Build.cs +++ b/Source/ThirdParty/SGCoreThirdPartyHeaders/SGCoreThirdPartyHeaders.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs b/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs index d6d6e4cd..96a224c6 100644 --- a/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGCoreThirdPartyLibs/SGCoreThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGFmtThirdPartyLibs/SGFmtThirdPartyLibs.Build.cs b/Source/ThirdParty/SGFmtThirdPartyLibs/SGFmtThirdPartyLibs.Build.cs index 3a9cc9f8..441159b3 100644 --- a/Source/ThirdParty/SGFmtThirdPartyLibs/SGFmtThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGFmtThirdPartyLibs/SGFmtThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGLogThirdPartyLibs/SGLogThirdPartyLibs.Build.cs b/Source/ThirdParty/SGLogThirdPartyLibs/SGLogThirdPartyLibs.Build.cs index 16d95e22..bb4c32b6 100644 --- a/Source/ThirdParty/SGLogThirdPartyLibs/SGLogThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGLogThirdPartyLibs/SGLogThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGLoguruThirdPartyLibs/SGLoguruThirdPartyLibs.Build.cs b/Source/ThirdParty/SGLoguruThirdPartyLibs/SGLoguruThirdPartyLibs.Build.cs index ae54e4c6..4c6eaeb5 100644 --- a/Source/ThirdParty/SGLoguruThirdPartyLibs/SGLoguruThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGLoguruThirdPartyLibs/SGLoguruThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs b/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs index d1dcd271..b30c5b99 100644 --- a/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGSerialThirdPartyLibs/SGSerialThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Source/ThirdParty/SGWjwwoodSerialThirdPartyLibs/SGWjwwoodSerialThirdPartyLibs.Build.cs b/Source/ThirdParty/SGWjwwoodSerialThirdPartyLibs/SGWjwwoodSerialThirdPartyLibs.Build.cs index d7447611..660e96ad 100644 --- a/Source/ThirdParty/SGWjwwoodSerialThirdPartyLibs/SGWjwwoodSerialThirdPartyLibs.Build.cs +++ b/Source/ThirdParty/SGWjwwoodSerialThirdPartyLibs/SGWjwwoodSerialThirdPartyLibs.Build.cs @@ -7,7 +7,7 @@ * * (The MIT License) * - * Copyright (c) 2020 - 2025 SenseGlove + * Copyright (c) 2020 - 2026 SenseGlove * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal