diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 4b2becaaac..b899268b97 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,3 @@ # Ignore Copyright Year formatting change. 347c826192d4015e8b64287a7d23468955f12158 +d49bd9716eb5776b180a09bcd3d07288efc7a025 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7824..613c2d100f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,47 @@ --- name: Bug report -about: Create a report to help us improve +about: Report a bug with the Unity plugin, packages, examples, or documentation title: '' -labels: '' +labels: 'bug' assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +A clear and concise description of the problem. **To Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +1. Open '...' +2. Import or configure '...' +3. Enter Play Mode / build / run '...' +4. Observe '...' **Expected behavior** A clear and concise description of what you expected to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. +**Actual behavior** +Describe what happened instead, including any error messages. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Project details** +- Unity version: +- Plugin/package version: +- Installation method: OpenUPM / Git URL / local package / .unitypackage / other +- Packages affected: -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**Environment** +- OS: +- Target platform: +- XR runtime / SDK: +- Device / headset: +- Ultraleap hardware: +- Tracking software version: + +**Logs, screenshots, or videos** +If applicable, add screenshots, recordings, stack traces, or relevant excerpts from the Unity Console / Player log. + +**Minimal reproduction** +If you can provide a minimal repro project, scene, or script snippet, describe it here or link to it. **Additional context** -Add any other context about the problem here. +Add any other context that may help investigate the issue. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 48d5f81fa4..0000000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d61..36014cde56 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'enhancement' assignees: '' --- diff --git a/.github/PULL_REQUEST_TEMPLATE/default.md b/.github/PULL_REQUEST_TEMPLATE/default.md new file mode 100644 index 0000000000..87b292ae97 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/default.md @@ -0,0 +1,21 @@ +## Summary + +_Add a Summary here._ + +## Contributor Tasks + +- [ ] Add a CHANGELOG entry for this change. +- [ ] Ensure documentation requirements are met e.g., public API is commented. +- [ ] Consider any licensing/other legal implications for this PR e.g. notices required by any new libraries. + +## Test Cycle + +_Link to the test cycle here._ + +## Reviewer Tasks + +- [ ] Code reviewed. +- [ ] Non-code assets e.g. Unity assets/scenes reviewed. +- [ ] All tests must be ran and cover all scenarios (If not, add new tests and run them). +- [ ] Documentation has been reviewed. +- [ ] Approve with a comment of any additional tests run or any observations. diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md index b09ca1ea6f..2dad9ab5d5 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -1,7 +1,6 @@ ## Pre-Release Tasks -[Pre-release](https://ultrahaptics.atlassian.net/wiki/spaces/SV/pages/3665625233/Unity+Plugin+Development+Release+Process#Pre-release-Steps) -- [ ] Update JIRA release version number. _See the [releases page](https://ultrahaptics.atlassian.net/projects/UNITY?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page)._ +### Pre-release - [ ] Update package.json versions and dependencies - [ ] Update client libraries (.dll, .so, .dylib) - [ ] Update changelog date, release version & client library versions @@ -9,27 +8,13 @@ - [ ] Apply CI formatting patch - [ ] Ensure documentation requirements are met e.g., public API is commented. - [ ] If this is a major release, action any `Obsolete` items and other breaking considerations. - - [ ] Run the required tests for the release -- [ ] Complete the request to release on Cognidox -[After Approval](https://ultrahaptics.atlassian.net/wiki/spaces/SV/pages/3665625233/Unity+Plugin+Development+Release+Process#Release-Steps) +### After Approval - [ ] Tag the branch (e.g. com.ultraleap.tracking/5.9.0 and com.ultraleap.tracking.preview/5.9.0) - [ ] Merge to main -- [ ] Crate Github Release with CI artefact for .unitypackage +- [ ] Create a GitHub Release with the CI artifact for the .unitypackage - [ ] Resolve any public GitHub issues -- [ ] Release version on JIRA and make a new Unity Plugin NEXT version - [ ] Merge main to develop (also add [NEXT] - unreleased to changelog) - [ ] Announce release on various platforms - [ ] Publish any accompanying docs - -## Pull Request Templates - -Switch template by going to preview and clicking the link - note it not work if you've made any changes to the description. - -- [default.md](?expand=1) - for contributions to stable packages. -- [release.md](?expand=1&template=release.md) - for release merge requests. - -**You are currently using: release.md** - -Note: these links work by overwriting query parameters of the current url. If the current url contains any you may want to amend the url with `&template=name.md` instead of using the link. See [query parameter docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request) for more information. diff --git a/.github/actions/check-formatting/action.yml b/.github/actions/check-formatting/action.yml new file mode 100644 index 0000000000..02e9a9ffd0 --- /dev/null +++ b/.github/actions/check-formatting/action.yml @@ -0,0 +1,59 @@ +name: Check formatting +description: Run formatting checks and write a diff artifact when changes are required + +outputs: + has_diff: + description: Whether the formatting check produced a diff artifact + value: ${{ steps.result.outputs.has_diff }} + +runs: + using: composite + steps: + - uses: actions/setup-dotnet@v5 + with: + dotnet-version: 8.0.x + + - name: Install dotnet-format + shell: bash + run: | + set -euo pipefail + echo "$HOME/.dotnet/tools" >> "$GITHUB_PATH" + dotnet tool install --global dotnet-format || dotnet tool update --global dotnet-format + + - name: Run dotnet-format + shell: bash + run: | + set -euo pipefail + dotnet-format -f --exclude .git Scripts Markdown + + - name: Apply Copyright Year and Namespace Fixes + shell: bash + run: | + set -euo pipefail + export CURRENT_YEAR="$(date +%Y)" + find Packages -type f -name '*.cs' -print0 | xargs -0 perl -0pi -e ' + s/^ \* Copyright \(C\) Ultraleap.*$/ * Copyright (C) Ultraleap, Inc. 2011-$ENV{CURRENT_YEAR}. */mg; + if (/using Leap\.Unity|namespace Leap\.Unity/) { + s/ Utils\./ Leap.Unity.Utils./g; + } + ' + + - name: Generate Formatting Diff + id: result + shell: bash + run: | + set -euo pipefail + diff_path="$ARTIFACTS_PATH/dotnet_format_results.diff" + + mapfile -t linter_errors < <(git --no-pager diff --name-only -- '*.cs') + if ((${#linter_errors[@]})); then + printf 'Detected %s formatting issues:\n' "${#linter_errors[@]}" + printf '%s\n' "${linter_errors[@]}" + mkdir -p "$ARTIFACTS_PATH" + git diff > "$diff_path" + echo "has_diff=true" >> "$GITHUB_OUTPUT" + exit 1 + else + echo "No formatting issues detected." + echo "has_diff=false" >> "$GITHUB_OUTPUT" + fi diff --git a/.github/actions/export-unitypackage/action.yml b/.github/actions/export-unitypackage/action.yml new file mode 100644 index 0000000000..9aa1c391a7 --- /dev/null +++ b/.github/actions/export-unitypackage/action.yml @@ -0,0 +1,61 @@ +name: Export Unity Package +description: Generate Version.txt and export a Unity package artifact + +inputs: + package_root_path: + description: Path to the package root + required: true + package_import_path: + description: Import path inside the Unity package + required: true + package_file_name: + description: File name for the generated .unitypackage + required: true + artifact_root_path: + description: Root path that will contain the generated unitypackage artifacts + required: true + package_output_path: + description: Existing output path to reuse for the generated .unitypackage directory + required: false + +outputs: + package_version: + description: Exported package version + value: ${{ steps.export.outputs.package_version }} + package_output_path: + description: Output path containing the generated .unitypackage + value: ${{ steps.export.outputs.package_output_path }} + +runs: + using: composite + steps: + - name: Export Unity Package + id: export + shell: pwsh + run: | + . "Scripts/ExportUnityPackage.ps1" + + Export-VersionTxt "${{ inputs.package_root_path }}" + + $packageVersion = Get-Content (Join-Path "${{ inputs.package_root_path }}" "Version.txt") + $packageOutputPath = "${{ inputs.package_output_path }}" + if ([string]::IsNullOrWhiteSpace($packageOutputPath)) { + $packageOutputPath = Join-Path "${{ inputs.artifact_root_path }}" "Ultraleap.UnityPlugin-$packageVersion" + } + New-Item -Path $packageOutputPath -ItemType Directory -Force | Out-Null + + $unitypackageOutputPath = Join-Path $packageOutputPath "${{ inputs.package_file_name }}" + + $exportErrors = $null + Export-UnityPackage ` + -PackageRootPath "${{ inputs.package_root_path }}" ` + -PackageImportPath "${{ inputs.package_import_path }}" ` + -PackageOutputPath $unitypackageOutputPath ` + -ErrorVariable exportErrors + + if ($exportErrors) { + throw "Failed to generate $unitypackageOutputPath" + } + + "package_version=$packageVersion" >> $env:GITHUB_OUTPUT + "package_output_path=$packageOutputPath" >> $env:GITHUB_OUTPUT diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 889381c3af..0000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,37 +0,0 @@ -## Summary - -_Add a Summary here._ - -## Contributor Tasks - -- [ ] Create or edit test cases [here](https://ultrahaptics.atlassian.net/projects/UNITY?selectedItem=com.atlassian.plugins.atlassian-connect-plugin:com.kanoah.test-manager__main-project-page#!/v2/testCases?projectId=15189) -- [ ] Add a CHANGELOG entry for this change. -- [ ] Ensure documentation requirements are met e.g., public API is commented. -- [ ] Consider any licensing/other legal implications for this MR e.g. notices required by any new libraries. - -## Test Cycle - -_Link to the test cycle here._ - -## Reviewer Tasks - -- [ ] Code reviewed. -- [ ] Non-code assets e.g. Unity assets/scenes reviewed. -- [ ] All tests must be ran and cover all scenarios (If not, add new tests to the cycle and run them). -- [ ] Documentation has been reviewed. -- [ ] Approve with a comment of any additional tests run or any observations. - -## Related JIRA Issues - -_If this MR closes any JIRA issues list them below in the form `Closes PROJECT-#`_ - -## Pull Request Templates - -Switch template by going to preview and clicking the link - note it will not work if you've made any changes to the description. - -- [default.md](?expand=1) - for contributions to stable packages. -- [release.md](?expand=1&template=release.md) - for release merge requests. - -**You are currently using: default.md** - -Note: these links work by overwriting query parameters of the current url. If the current url contains any you may want to amend the url with `&template=name.md` instead of using the link. See [query parameter docs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request) for more information. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000000..2b8173e5ca --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,125 @@ +name: CI + +on: + push: + branches: [main, develop] + pull_request: + branches: [main, develop] + workflow_dispatch: + inputs: + check_formatting: + description: Check formatting + required: false + default: true + type: boolean + generate_api_docs: + description: Generate API documentation + required: false + default: false + type: boolean + export_unitypackages: + description: Export .unitypackage artifacts + required: false + default: false + type: boolean + +permissions: + contents: read + +concurrency: + group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +env: + ARTIFACTS_PATH: UnityPlugin_CI_artifacts + PACKAGE_PATH_TRACKING: Packages/Tracking + PACKAGE_PATH_TRACKING_PREVIEW: Packages/Tracking Preview + +jobs: + check-formatting: + name: Check Formatting + runs-on: ubuntu-latest + continue-on-error: true + if: github.event_name != 'workflow_dispatch' || inputs.check_formatting + steps: + - name: Checkout Repository + uses: actions/checkout@v6 + with: + fetch-depth: 0 + + - name: Check Formatting + uses: ./.github/actions/check-formatting + id: formatting + + - name: Upload Formatting Diff + if: always() && steps.formatting.outputs.has_diff == 'true' + uses: actions/upload-artifact@v7 + with: + name: UnityPlugin-${{ github.sha }}-format-diff + path: ${{ env.ARTIFACTS_PATH }}/ + if-no-files-found: error + + generate-api-docs: + name: Generate API Docs + runs-on: ubuntu-latest + if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.generate_api_docs) + steps: + - name: Checkout Repository + uses: actions/checkout@v6 + + - name: Install Doxygen + run: | + sudo apt-get update + sudo apt-get install -y doxygen + + - name: Generate API Documentation + run: doxygen ./Doxyfile + + - name: Collect API Documentation + run: | + mkdir -p "$ARTIFACTS_PATH" + mv docs/xml "$ARTIFACTS_PATH/unity_xml" + mv docs/html "$ARTIFACTS_PATH/unity_html" + + - name: Upload API Documentation + uses: actions/upload-artifact@v7 + with: + name: UnityPlugin-${{ github.sha }}-api-docs + path: ${{ env.ARTIFACTS_PATH }}/ + if-no-files-found: error + + export-unitypackages: + name: Export Unity Packages + runs-on: ubuntu-latest + if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.export_unitypackages) + env: + UNITYPLUGIN_ASSETS_PATH: Assets/ThirdParty/Ultraleap + steps: + - name: Checkout Repository + uses: actions/checkout@v6 + + - name: Export Tracking Unity Package + uses: ./.github/actions/export-unitypackage + id: export_tracking + with: + package_root_path: ${{ env.PACKAGE_PATH_TRACKING }} + package_import_path: ${{ env.UNITYPLUGIN_ASSETS_PATH }}/Tracking + package_file_name: Ultraleap Tracking.unitypackage + artifact_root_path: ${{ env.ARTIFACTS_PATH }} + + - name: Export Tracking Preview Unity Package + uses: ./.github/actions/export-unitypackage + id: export_tracking_preview + with: + package_root_path: ${{ env.PACKAGE_PATH_TRACKING_PREVIEW }} + package_import_path: ${{ env.UNITYPLUGIN_ASSETS_PATH }}/Tracking Preview + package_file_name: Ultraleap Tracking Preview.unitypackage + artifact_root_path: ${{ env.ARTIFACTS_PATH }} + package_output_path: ${{ steps.export_tracking.outputs.package_output_path }} + + - name: Upload Unity Packages + uses: actions/upload-artifact@v7 + with: + name: UnityPlugin-${{ github.sha }}-unitypackage + path: ${{ env.ARTIFACTS_PATH }}/ + if-no-files-found: error diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3c14001be2..0000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,298 +0,0 @@ -# If there's an open MR then we do not run branch pipelines. Otherwise, we always run the pipeline. -# This allows us to run all pipelines (web, branch, MR) without duplicating branch and MR pipelines -workflow: - rules: - - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - - if: '$CI_PIPELINE_SOURCE == "external_pull_request_event"' - - if: $CI_COMMIT_BRANCH == "main" - - if: $CI_COMMIT_BRANCH == "develop" - when: always - - when: never - -variables: - UNITY_HUB: "C:/Program Files/Unity Hub/Unity Hub.exe" - - # Path to folder on runner where artifacts are stored - # Changing this will affect other repositories that consume artifacts from this repository - ARTIFACTS_PATH: "UnityPlugin_CI_artifacts" - ARTIFACTS_NAME: "UnityPlugin-$CI_COMMIT_SHORT_SHA" - - # Path to CI folder in this repository - CI_PATH: "CI" - CI_UNITY_PROJECTS_PATH: "$CI_PATH/Projects" - CI_SCRIPTS_PATH: "$CI_PATH/Scripts" - - # Paths to the UPM packages in this repository - PACKAGES_PATH: "$CI_PROJECT_DIR/Packages" - PACKAGE_PATH_Tracking: "$PACKAGES_PATH/Tracking" - PACKAGE_PATH_Tracking_Preview: "$PACKAGES_PATH/Tracking Preview" - - # Keys used to share caches between jobs - CACHE_LIBRARY_KEY: library-key - CACHE_FALLBACK_KEY: fallback-key - - # Name of output artifacts including the .unitypackage - OUTPUT_NAME: "$CI_PROJECT_TITLE" - -stages: - - gather - - test - - build - -.base: - tags: - - unity - - win10 - interruptible: true - before_script: - - New-Item -Path "$ARTIFACTS_PATH" -ItemType Directory -Force - -# ----------------------------------------------------------------------------- -# Formatting -# ----------------------------------------------------------------------------- -# -# This job checks formatting of source code against the rules defined in .editorconfig. -# The job will not make changes on it's own - failure will produce a diff artifact which can be applied in a later commit. -# -check-formatting: - extends: .base - stage: test - allow_failure: true - needs: [] - variables: - - DOTNET_FORMAT_RESULTS: "$ARTIFACTS_PATH/dotnet_format_results.diff" - - script: - - # Run dotnet format from location where .editorconfig is defined - - dotnet-format -f --exclude ".git $CI_PATH Markdown" - - # Make sure our copyrights have the correct date - - $CurrentYear = Get-Date -Format yyyy; - - | - Get-ChildItem -Path "$PACKAGES_PATH/" -Filter *.cs -Recurse -File -Name | ForEach-Object { - $ScriptContent = Get-Content -Path "$PACKAGES_PATH/$_"; - if ($ScriptContent[1] -Like "*Copyright (C) Ultraleap*") { - $ScriptContent[1] = " * Copyright (C) Ultraleap, Inc. 2011-$CurrentYear. *"; - $ScriptContent -Join "`n" | Set-Content -NoNewline "$PACKAGES_PATH/$_"; - } - } - - # Make sure uses of Utils specify the Leap.Unity namespace - - | - Get-ChildItem -Path "$PACKAGES_PATH/" -Filter *.cs -Recurse -File -Name | ForEach-Object { - $ScriptContent = Get-Content -Path "$PACKAGES_PATH/$_"; - if ($ScriptContent -match 'using Leap.Unity' -or $ScriptContent -match 'namespace Leap.Unity') { - $ScriptContent = $ScriptContent -replace ' Utils\.', ' Leap.Unity.Utils.'; - $ScriptContent -Join "`n" | Set-Content -NoNewline "$PACKAGES_PATH/$_"; - } - } - - # git diff so we can see the changes needed to be made - - $linter_errors = git --no-pager diff --name-only "*.cs"; - - # Pipe diffs into output artefact and fail job if any are detected - - $err_count = $linter_errors.length - - if ($linter_errors.length -gt 0) { echo "Detected $err_count formatting issues:" $linter_errors; cmd /c "git diff > $DOTNET_FORMAT_RESULTS"; exit 1; } else { exit 0; } - - artifacts: - name: "$ARTIFACTS_NAME-format-diff" - paths: - - "$ARTIFACTS_PATH/" - - when: on_failure - -# ----------------------------------------------------------------------------- -# Unity Builds -# ----------------------------------------------------------------------------- -# -# This job will trigger Unity 2021/2022 test apps to build using the plugin commit that started this pipeline. -# A failure in a build likely represents a breaking plugin change and should be addressed, but will not fail the whole pipeline. -# The resulting builds will contain every sample scene, and should be used for manual testing. -# -unity-builds: - stage: test - allow_failure: true - needs: [] - rules: - - when: manual - trigger: - project: xr/integrations/unity/unityplugin-tests - branch: main - variables: - PLUGIN_COMMIT_BRANCH: $CI_COMMIT_BRANCH - PLUGIN_COMMIT_HASH: $CI_COMMIT_SHA - -# ----------------------------------------------------------------------------- -# Generate API Documentation -# ----------------------------------------------------------------------------- -# -# This job runs doxygen to generate xml artifacts required by the [documentation repository](https://gitlab.ultrahaptics.com/marcom/ultraleap-api-docs). -# Html artifacts are also generated for quick visualization purposes. -# -generate-api-docs: - extends: .base - rules: - - if: $CI_COMMIT_BRANCH == "main" - - if: $CI_COMMIT_BRANCH == "develop" - when: always - - when: manual - stage: gather - needs: [] - variables: - - XML_ARTIFACTS_PATH: "$ARTIFACTS_PATH/unity_xml" - HTML_ARTIFACTS_PATH: "$ARTIFACTS_PATH/unity_html" - - script: - - - doxygen - - Move-Item -Path docs/xml -Destination $XML_ARTIFACTS_PATH - - Move-Item -Path docs/html -Destination $HTML_ARTIFACTS_PATH - - artifacts: - name: "$ARTIFACTS_NAME-api-docs" - paths: - - "$ARTIFACTS_PATH/" - when: always - -# ----------------------------------------------------------------------------- -# Libtrack Dependency -# ----------------------------------------------------------------------------- -# -# This job retrieves artifacts from the libtrack repository and selects files required for the UnityPlugin. -# Output is artifacts which can be consumed by later jobs in specific unity projects. -# -dependencies-libtrack: - extends: .base - rules: - - if: $CI_COMMIT_BRANCH == "main" - - if: $CI_COMMIT_BRANCH == "develop" - when: always - - when: manual - stage: gather - needs: [] - variables: - # XR group variables: - # - LIBTRACK_ACCESS_TOKEN - # - LIBTRACK_BRANCH - - LIBTRACK_URL: "https://gitlab.ultrahaptics.com/api/v4/projects/leap-v5-platform%2Flibtrack/jobs/artifacts/$LIBTRACK_BRANCH/raw" - LIBTRACK_ANDROID_JOB: "AndroidRelWithDebInfoProdLTS" - LIBTRACK_WINDOWS_JOB: "WinRelDebProdLTS" - - ANDROID_ARTIFACTS_PATH: "$ARTIFACTS_PATH/Android" - WINDOWS_ARTIFACTS_PATH: "$ARTIFACTS_PATH/Windows" - VERSION_SUFFIX_PATH: "$ARTIFACTS_PATH/libtrack_version_suffix.txt" - - script: - # Ensure artifact paths exist - - New-Item -Path "$ANDROID_ARTIFACTS_PATH" -ItemType Directory -Force - - New-Item -Path "$WINDOWS_ARTIFACTS_PATH" -ItemType Directory -Force - - ## Download version info - - echo "$LIBTRACK_URL/VERSION_SUFFIX.txt?job=$LIBTRACK_ANDROID_JOB" - - Invoke-RestMethod -Headers @{"PRIVATE-TOKEN"="$LIBTRACK_ACCESS_TOKEN"} -Uri "$LIBTRACK_URL/VERSION_SUFFIX.txt?job=$LIBTRACK_ANDROID_JOB" -OutFile "$VERSION_SUFFIX_PATH" - - if ( -not (Test-Path "$VERSION_SUFFIX_PATH")) { echo "Error downloading version info"; exit 1; } - - $VERSION_SUFFIX = Get-Content -Path "$VERSION_SUFFIX_PATH" - - echo $VERSION_SUFFIX - - ## Download libLeapC ZIP - - if (-not (Test-Path -Path "LeapC/")) { echo "creating... LeapC"; New-Item "LeapC/" -Type Directory } - - echo "$LIBTRACK_URL/LeapC-SDK-XR2-$VERSION_SUFFIX.zip?job=$LIBTRACK_ANDROID_JOB" - - Invoke-RestMethod -Headers @{"PRIVATE-TOKEN"="$LIBTRACK_ACCESS_TOKEN"} -Uri "$LIBTRACK_URL/LeapC-SDK-XR2-$VERSION_SUFFIX.zip?job=$LIBTRACK_ANDROID_JOB" -OutFile "LeapC.zip" - - if (-not (Test-Path "LeapC.zip")) { echo "Error downloading LeapC"; exit 1; } - - - Expand-Archive -Path "LeapC.zip" -DestinationPath "LeapC/" - - Copy-Item "LeapC/lib/libLeapC.so" -Destination "$ANDROID_ARTIFACTS_PATH/libLeapC.so" -Force - - ## Download service binder AAR - - echo "$LIBTRACK_URL/UltraleapTrackingServiceBinder-$VERSION_SUFFIX.aar?job=$LIBTRACK_ANDROID_JOB" - - Invoke-RestMethod -Headers @{"PRIVATE-TOKEN"="$LIBTRACK_ACCESS_TOKEN"} -Uri "$LIBTRACK_URL/UltraleapTrackingServiceBinder-$VERSION_SUFFIX.aar?job=$LIBTRACK_ANDROID_JOB" -OutFile "$ANDROID_ARTIFACTS_PATH/UltraleapTrackingServiceBinder.aar" - - if (-not (Test-Path "$ANDROID_ARTIFACTS_PATH/UltraleapTrackingServiceBinder.aar")) { echo "Error downloading service binder"; exit 1; } - - ## Download LeapC DLL - - echo "$LIBTRACK_URL/VisualizerDependencies.zip?job=$LIBTRACK_WINDOWS_JOB" - - if (-not (Test-Path -Path "temp/")) { echo "creating... temp"; New-Item "temp/" -Type Directory } - - Invoke-RestMethod -Headers @{"PRIVATE-TOKEN"="$LIBTRACK_ACCESS_TOKEN"} -Uri "$LIBTRACK_URL/VisualizerDependencies.zip?job=$LIBTRACK_WINDOWS_JOB" -OutFile "temp.zip" - - if (-not (Test-Path "temp.zip")) { echo "Error downloading full artifact archive"; exit 1; } - - - Expand-Archive -Path "temp.zip" -DestinationPath "temp/" - - Copy-Item "temp/VisualizerDependencies/LeapC.dll" -Destination "$WINDOWS_ARTIFACTS_PATH/LeapC.dll" -Force - - artifacts: - name: "$ARTIFACTS_NAME-libtrack-dependencies" - paths: - - "$ARTIFACTS_PATH/" - - when: on_success - -# ----------------------------------------------------------------------------- -# Exports all .unitypackages -# ----------------------------------------------------------------------------- -# -# This job moves/modifies content to be more suitable for .unitypackage and exports multiple .unitypackage artifacts. -# -export-unitypackages: - extends: .base - rules: - - if: $CI_COMMIT_BRANCH == "main" - - if: $CI_COMMIT_BRANCH == "develop" - when: always - - when: manual - stage: build - needs: [] - variables: - - # Path to UnityPlugin within a unity project - # Changing this will change the root where all generated .unitypackages import to in a project - UNITYPLUGIN_ASSETS_PATH: "Assets/ThirdParty/Ultraleap" - - EXPORT_UNITYPACKAGE_SCRIPT: "$CI_SCRIPTS_PATH/ExportUnityPackage.ps1" - - PLUGIN_LIBS_PATH: "$PACKAGE_PATH_Tracking/Core/Runtime/Plugins" - UNITYPACKAGES_OUTPUT_PATH: "$CI_PROJECT_DIR/$ARTIFACTS_PATH/Ultraleap.UnityPlugin" - - # These are the paths that the corresponding .unitypackage will export from - PACKAGE_IMPORT_PATH_Tracking: "$UNITYPLUGIN_ASSETS_PATH/Tracking" - UNITYPACKAGE_OUTPUT_PATH_Tracking: "$UNITYPACKAGES_OUTPUT_PATH/Ultraleap Tracking.unitypackage" - - PACKAGE_IMPORT_PATH_Tracking_Preview: "$UNITYPLUGIN_ASSETS_PATH/Tracking Preview" - UNITYPACKAGE_OUTPUT_PATH_Tracking_Preview: "$UNITYPACKAGES_OUTPUT_PATH/Ultraleap Tracking Preview.unitypackage" - - script: - - - New-Item -Path "$UNITYPACKAGES_OUTPUT_PATH" -ItemType Directory -Force - - # Import functions required below by calling script to define global functions - - . $EXPORT_UNITYPACKAGE_SCRIPT - - ###################################################### - # Creates version.txt and deletes package.json files # - ###################################################### - - Export-VersionTxt $PACKAGE_PATH_Tracking - - Export-VersionTxt $PACKAGE_PATH_Tracking_Preview - - ######################### - # Export .unitypackages # - ######################### - - Export-UnityPackage -PackageRootPath "$PACKAGE_PATH_Tracking" -PackageImportPath "$PACKAGE_IMPORT_PATH_Tracking" -PackageOutputPath "$UNITYPACKAGE_OUTPUT_PATH_Tracking" -ErrorVariable ExportErrors - - if ($ExportErrors) { echo "Failed to generate Tracking.unitypackage"; exit 1; } - - Export-UnityPackage -PackageRootPath "$PACKAGE_PATH_Tracking_Preview" -PackageImportPath "$PACKAGE_IMPORT_PATH_Tracking_Preview" -PackageOutputPath "$UNITYPACKAGE_OUTPUT_PATH_Tracking_Preview" -ErrorVariable ExportErrors - - if ($ExportErrors) { echo "Failed to generate Tracking Preview.unitypackage"; exit 1; } - - ############################ - # Tidy up artifacts folder # - ############################ - - $package_version = Get-Content "$PACKAGE_PATH_Tracking/Version.txt" - - echo "Version - $package_version" - - ls $UNITYPACKAGES_OUTPUT_PATH - - Move-Item "$UNITYPACKAGES_OUTPUT_PATH" "$UNITYPACKAGES_OUTPUT_PATH-$package_version" - - artifacts: - name: "$ARTIFACTS_NAME-unitypackage" - paths: - - "$ARTIFACTS_PATH/" - - when: on_success \ No newline at end of file diff --git a/CI/nunit-to-junit/LICENSE.txt b/CI/nunit-to-junit/LICENSE.txt deleted file mode 100644 index 5aa1d8f61c..0000000000 --- a/CI/nunit-to-junit/LICENSE.txt +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2016 Paul Hicks - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/CI/nunit-to-junit/README.md b/CI/nunit-to-junit/README.md deleted file mode 100644 index 1e87390a56..0000000000 --- a/CI/nunit-to-junit/README.md +++ /dev/null @@ -1,20 +0,0 @@ -### nunit3-xunit -- Paul Hicks - -Converts NUnit3 results to JUnit-style results. It deliberately drops some information: the intention is to produce a results file suitable for publishing to Jenkins via the JUnit publisher. - -The Jenkins NUnit publisher ("NUnit plugin" for Jenkins) requires NUnit2-style results and isn't keeping up with the snazziness of the JUnit plugin. Of particular interest to me, the JUnit plugin allows for claiming of individual test failures. XML files produced by transforming NUnit3 results with the attached XLST file are suitable for publishing via the JUnit plugin. - -The transform is usually used via nunit-console's --result option: - - nunit3-console.exe YourTestAssembly.dll --result=junit-results.xml;transform=nunit3-junit.xslt - -This transform is XSLT 1.0 compliant. It would be simpler if it used XSL 2.0; for example, the for-each loop in the test-suite template could be reduced to a simple string-join. XSLT 1.0 was chosen so that it can be used with Powershell, which currently (February 2016) supports only XSLT 1.0. - -If you would like to run this using Powershell, here is a minimal Powershell script which you can run from Jenkins via the Powershell plugin. It uses the default NUnit output file name TestResults.xml and transforms it to a new file junit-results.xml, which you can then publish to Jenkins using the JUnit plugin. - - $xml = Resolve-Path TestResult.xml - $output = Join-Path ($pwd) junit-results.xml - $xslt = New-Object System.Xml.Xsl.XslCompiledTransform; - $xslt.Load("nunit3-junit.xslt"); - $xslt.Transform($xml, $output); - \ No newline at end of file diff --git a/CI/nunit-to-junit/nunit3-junit.xslt b/CI/nunit-to-junit/nunit3-junit.xslt deleted file mode 100644 index f571eb69b1..0000000000 --- a/CI/nunit-to-junit/nunit3-junit.xslt +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 448f46d4f6..c99204ff20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,8 +5,8 @@ We welcome contributions from the community. Feel free to create an issue or sub ## Review Threads Help the contributor when reviewing by using emoji's to show intent with each thread: * :eyes: - “Please do this, I want to look at it again once done / discuss it further” - reviewer is responsible for resolving thread -* :see_no_evil: - “Please do this, I don’t need to look at it again once done” - MR submitter is responsible for resolving thread -* :shrug: - “Suggestion, I don’t mind if you do it or not” - MR submitter is responsible for resolving thread -* :+1: - “This is just a positive comment on your code, no changes needed” - MR submitter is responsible for resolving thread +* :see_no_evil: - “Please do this, I don’t need to look at it again once done” - PR author is responsible for resolving thread +* :shrug: - “Suggestion, I don’t mind if you do it or not” - PR author is responsible for resolving thread +* :+1: - “This is just a positive comment on your code, no changes needed” - PR author is responsible for resolving thread -Got ideas for any other emojis that would be helpful? Add them here with an MR :eyes:. \ No newline at end of file +Got ideas for any other emojis that would be helpful? Add them here with a PR :eyes:. diff --git a/Packages/Tracking Preview/AggregationProviders/Editor/Scripts/AggregationProviderConfidenceInterpolationEditor.cs b/Packages/Tracking Preview/AggregationProviders/Editor/Scripts/AggregationProviderConfidenceInterpolationEditor.cs index db7ea18b4d..165020cc93 100644 --- a/Packages/Tracking Preview/AggregationProviders/Editor/Scripts/AggregationProviderConfidenceInterpolationEditor.cs +++ b/Packages/Tracking Preview/AggregationProviders/Editor/Scripts/AggregationProviderConfidenceInterpolationEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/AggregationProviderAngularInterpolation.cs b/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/AggregationProviderAngularInterpolation.cs index 63deb22915..5fc4e7334e 100644 --- a/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/AggregationProviderAngularInterpolation.cs +++ b/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/AggregationProviderAngularInterpolation.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/AggregationProviderConfidenceInterpolation.cs b/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/AggregationProviderConfidenceInterpolation.cs index 4cdb61d453..1d1b911143 100644 --- a/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/AggregationProviderConfidenceInterpolation.cs +++ b/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/AggregationProviderConfidenceInterpolation.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/LeapAggregatedProviderBase.cs b/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/LeapAggregatedProviderBase.cs index 21f2436dd6..76439e73a9 100644 --- a/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/LeapAggregatedProviderBase.cs +++ b/Packages/Tracking Preview/AggregationProviders/Runtime/Scripts/LeapAggregatedProviderBase.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Examples~/Main Examples/Aggregation Provider Examples/Scripts/Utility/MultideviceAlignment.cs b/Packages/Tracking Preview/Examples~/Main Examples/Aggregation Provider Examples/Scripts/Utility/MultideviceAlignment.cs index 4ee7f988c9..4cff88393a 100644 --- a/Packages/Tracking Preview/Examples~/Main Examples/Aggregation Provider Examples/Scripts/Utility/MultideviceAlignment.cs +++ b/Packages/Tracking Preview/Examples~/Main Examples/Aggregation Provider Examples/Scripts/Utility/MultideviceAlignment.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Examples~/Main Examples/Locomotion/Teleportation/Scripts/TeleportExampleManager.cs b/Packages/Tracking Preview/Examples~/Main Examples/Locomotion/Teleportation/Scripts/TeleportExampleManager.cs index 72ab4de6ec..593233947a 100644 --- a/Packages/Tracking Preview/Examples~/Main Examples/Locomotion/Teleportation/Scripts/TeleportExampleManager.cs +++ b/Packages/Tracking Preview/Examples~/Main Examples/Locomotion/Teleportation/Scripts/TeleportExampleManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Examples~/Shared Example Assets REQUIRED/Example Assets/Scripts/EditorURL.cs b/Packages/Tracking Preview/Examples~/Shared Example Assets REQUIRED/Example Assets/Scripts/EditorURL.cs index 8e7f9b7ac9..3ee9494d4b 100644 --- a/Packages/Tracking Preview/Examples~/Shared Example Assets REQUIRED/Example Assets/Scripts/EditorURL.cs +++ b/Packages/Tracking Preview/Examples~/Shared Example Assets REQUIRED/Example Assets/Scripts/EditorURL.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/ScrollRectVolume.cs b/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/ScrollRectVolume.cs index f18305933f..6d6030f4c7 100644 --- a/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/ScrollRectVolume.cs +++ b/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/ScrollRectVolume.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/SliderShadow.cs b/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/SliderShadow.cs index 184677a6e0..49a65563b6 100644 --- a/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/SliderShadow.cs +++ b/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/SliderShadow.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/SliderVolume.cs b/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/SliderVolume.cs index f0a237567a..b39b318be4 100644 --- a/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/SliderVolume.cs +++ b/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/SliderVolume.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/ToggleToggler.cs b/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/ToggleToggler.cs index 14e6c92816..4a0b09f9cd 100644 --- a/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/ToggleToggler.cs +++ b/Packages/Tracking Preview/Examples~/Unity Input Manager (Old)/UI Input Examples/Scripts/UI/ToggleToggler.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Hand Recorder/Runtime/HandRecorder.cs b/Packages/Tracking Preview/Hand Recorder/Runtime/HandRecorder.cs index 83c975e787..aaae7566de 100644 --- a/Packages/Tracking Preview/Hand Recorder/Runtime/HandRecorder.cs +++ b/Packages/Tracking Preview/Hand Recorder/Runtime/HandRecorder.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/FarFieldLayerManager.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/FarFieldLayerManager.cs index 398265e97c..e66a1d84f1 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/FarFieldLayerManager.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/FarFieldLayerManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/FarFieldObject.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/FarFieldObject.cs index 92abf8026d..3b4da94d13 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/FarFieldObject.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/FarFieldObject.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/EyePinchHandRay.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/EyePinchHandRay.cs index 19cd08b122..3cf0b40895 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/EyePinchHandRay.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/EyePinchHandRay.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/HandRay.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/HandRay.cs index 2096e568c4..7b12357806 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/HandRay.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/HandRay.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/PalmWristShoulderHandRay.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/PalmWristShoulderHandRay.cs index f7a89bf294..c450c3cda7 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/PalmWristShoulderHandRay.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/PalmWristShoulderHandRay.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * Ultraleap proprietary and confidential. * * * * Use subject to the terms of the Leap Motion SDK Agreement available at * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/TransformWristShoulderHandRay.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/TransformWristShoulderHandRay.cs index 4f24e49341..9944067f0b 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/TransformWristShoulderHandRay.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/TransformWristShoulderHandRay.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/WristShoulderHandRay.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/WristShoulderHandRay.cs index 9e89cba5aa..b7fab84c88 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/WristShoulderHandRay.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/HandRays/WristShoulderHandRay.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/InferredBodyPositions/EulerAngleDeadzone.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/InferredBodyPositions/EulerAngleDeadzone.cs index d75ebc2f3d..c95585165a 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/InferredBodyPositions/EulerAngleDeadzone.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/InferredBodyPositions/EulerAngleDeadzone.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/InferredBodyPositions/InferredBodyPositions.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/InferredBodyPositions/InferredBodyPositions.cs index 6d6357754d..dbbdaee0ed 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/InferredBodyPositions/InferredBodyPositions.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/InferredBodyPositions/InferredBodyPositions.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/HandRayInteractor.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/HandRayInteractor.cs index 90b83fa6f3..ea1ddb87d5 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/HandRayInteractor.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/HandRayInteractor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/ParabolicRayInteractor.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/ParabolicRayInteractor.cs index f275425e06..4400ae3fdc 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/ParabolicRayInteractor.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/ParabolicRayInteractor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/StraightRayInteractor.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/StraightRayInteractor.cs index 6e8224ec8f..773d3de9e5 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/StraightRayInteractor.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayInteractors/StraightRayInteractor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayRenderers/HandRayDotRenderer.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayRenderers/HandRayDotRenderer.cs index de739f51f0..992a3501c7 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayRenderers/HandRayDotRenderer.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayRenderers/HandRayDotRenderer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayRenderers/HandRayRenderer.cs b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayRenderers/HandRayRenderer.cs index edfb851dc6..2b2faa35e6 100644 --- a/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayRenderers/HandRayRenderer.cs +++ b/Packages/Tracking Preview/HandRays/Runtime/Scripts/RayRenderers/HandRayRenderer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/InfraredImageDistort/LeapDistortImage.cs b/Packages/Tracking Preview/InfraredImageDistort/LeapDistortImage.cs index 5121e2edfa..c98b2be577 100644 --- a/Packages/Tracking Preview/InfraredImageDistort/LeapDistortImage.cs +++ b/Packages/Tracking Preview/InfraredImageDistort/LeapDistortImage.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Jump Gem Teleport/JumpGem.cs b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Jump Gem Teleport/JumpGem.cs index d676f21c2b..0b9d947390 100644 --- a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Jump Gem Teleport/JumpGem.cs +++ b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Jump Gem Teleport/JumpGem.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Jump Gem Teleport/JumpGemTeleport.cs b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Jump Gem Teleport/JumpGemTeleport.cs index 48e5d726bf..c37aae9e01 100644 --- a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Jump Gem Teleport/JumpGemTeleport.cs +++ b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Jump Gem Teleport/JumpGemTeleport.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Pinch To Teleport/PinchToTeleport.cs b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Pinch To Teleport/PinchToTeleport.cs index 03263d5823..5b0b0b7895 100644 --- a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Pinch To Teleport/PinchToTeleport.cs +++ b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/Pinch To Teleport/PinchToTeleport.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/TeleportActionBase.cs b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/TeleportActionBase.cs index 654f72f096..d31f1dc133 100644 --- a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/TeleportActionBase.cs +++ b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Teleport Action/TeleportActionBase.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/TeleportAnchor.cs b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/TeleportAnchor.cs index 099fc2f094..2d79d29141 100644 --- a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/TeleportAnchor.cs +++ b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/TeleportAnchor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Utilities/IsFacingObject.cs b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Utilities/IsFacingObject.cs index 9cdf8c2ba2..d0c4ed1b87 100644 --- a/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Utilities/IsFacingObject.cs +++ b/Packages/Tracking Preview/Locomotion/Runtime/Scripts/Teleportation/Utilities/IsFacingObject.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Editor/CompressibleUIEditor.cs b/Packages/Tracking Preview/UI Input/Editor/CompressibleUIEditor.cs index 2c93a726fb..13c3634e28 100644 --- a/Packages/Tracking Preview/UI Input/Editor/CompressibleUIEditor.cs +++ b/Packages/Tracking Preview/UI Input/Editor/CompressibleUIEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Editor/UIInputModuleEditor.cs b/Packages/Tracking Preview/UI Input/Editor/UIInputModuleEditor.cs index bf2d763599..905f598dbf 100644 --- a/Packages/Tracking Preview/UI Input/Editor/UIInputModuleEditor.cs +++ b/Packages/Tracking Preview/UI Input/Editor/UIInputModuleEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/CompressibleUI.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/CompressibleUI.cs index 85c46864c8..7f75222737 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/CompressibleUI.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/CompressibleUI.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Enumerations/InteractionCapability.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Enumerations/InteractionCapability.cs index b68b7fe175..e136435726 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Enumerations/InteractionCapability.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Enumerations/InteractionCapability.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Enumerations/PointerStates.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Enumerations/PointerStates.cs index 9189aa2c30..ee1ecd6bf1 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Enumerations/PointerStates.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Enumerations/PointerStates.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/IInputModuleEventHandler.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/IInputModuleEventHandler.cs index 627bfcee09..87d95bb470 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/IInputModuleEventHandler.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/IInputModuleEventHandler.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/ILeapWidget.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/ILeapWidget.cs index 16c5ee9bab..c958921382 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/ILeapWidget.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/ILeapWidget.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/IProjectionOriginProvider.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/IProjectionOriginProvider.cs index 0187b55a3a..158370ec0c 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/IProjectionOriginProvider.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/Interfaces/IProjectionOriginProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/PhysicsUI.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/PhysicsUI.cs index a2572c4027..cd2e4fc72b 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/PhysicsUI.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/PhysicsUI.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/PointerElement.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/PointerElement.cs index ea45e382e8..c0123bcf94 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/PointerElement.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/PointerElement.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/ShoulderProjectionOriginProvider.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/ShoulderProjectionOriginProvider.cs index dcc969c819..4cbbd71251 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/ShoulderProjectionOriginProvider.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/ShoulderProjectionOriginProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/SoundOverrides.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/SoundOverrides.cs index 84ab207e23..d3d9a76c92 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/SoundOverrides.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/SoundOverrides.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/UIInputCursor.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/UIInputCursor.cs index cea892caa5..b788dde0bc 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/UIInputCursor.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/UIInputCursor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/UI Input/Runtime/Scripts/UIInputModule.cs b/Packages/Tracking Preview/UI Input/Runtime/Scripts/UIInputModule.cs index a4aaee23d8..f8b99ff0ec 100644 --- a/Packages/Tracking Preview/UI Input/Runtime/Scripts/UIInputModule.cs +++ b/Packages/Tracking Preview/UI Input/Runtime/Scripts/UIInputModule.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerExtension.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerExtension.cs index b7a244dea8..fe15946a4e 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerExtension.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerExtension.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerHand.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerHand.cs index d873026f18..0d2d4d5d50 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerHand.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerPostProcess.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerPostProcess.cs index 75bc145e85..651187391f 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerPostProcess.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/ControllerPostProcess/ControllerPostProcess.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/DistanceBetweenInputs.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/DistanceBetweenInputs.cs index 7a0fa6f71d..b0d18e6435 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/DistanceBetweenInputs.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/DistanceBetweenInputs.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/DistanceFromHead.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/DistanceFromHead.cs index b76031f6ca..c95baf34f9 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/DistanceFromHead.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/DistanceFromHead.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/HasButtonBeenPressed.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/HasButtonBeenPressed.cs index 187cc88621..f85c03ab44 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/HasButtonBeenPressed.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/HasButtonBeenPressed.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputCheckBase.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputCheckBase.cs index f2897fc018..54cb8dbd73 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputCheckBase.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputCheckBase.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputIsInactive.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputIsInactive.cs index a5f7824461..7d82da4003 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputIsInactive.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputIsInactive.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputVelocity.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputVelocity.cs index fd470c87a3..a72111a2ab 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputVelocity.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/InputVelocity.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/IsFacingDown.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/IsFacingDown.cs index e1f04697d8..da83064394 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/IsFacingDown.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/IsFacingDown.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/PinchGrasp.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/PinchGrasp.cs index 2f7116b158..d4749654cc 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/PinchGrasp.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/Checks/PinchGrasp.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/ControllerProfile.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/ControllerProfile.cs index cddfc1685b..7cd17b51e5 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/ControllerProfile.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/ControllerProfile.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/HandControllerSwapper.cs b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/HandControllerSwapper.cs index 015686ddfb..a13b8479a8 100644 --- a/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/HandControllerSwapper.cs +++ b/Packages/Tracking Preview/XRControllerSupport/Runtime/Scripts/HandControllerSwapper/HandControllerSwapper.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/AnchorEditor.cs b/Packages/Tracking/Core/Editor/Scripts/AnchorEditor.cs index 190acffd83..2525ccae4b 100644 --- a/Packages/Tracking/Core/Editor/Scripts/AnchorEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/AnchorEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/AnchorableBehaviourEditor.cs b/Packages/Tracking/Core/Editor/Scripts/AnchorableBehaviourEditor.cs index dcab44a48b..f76d59a178 100644 --- a/Packages/Tracking/Core/Editor/Scripts/AnchorableBehaviourEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/AnchorableBehaviourEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/AttachmentHandsEditor.cs b/Packages/Tracking/Core/Editor/Scripts/AttachmentHandsEditor.cs index 2d2ef47e44..11eaa82789 100644 --- a/Packages/Tracking/Core/Editor/Scripts/AttachmentHandsEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/AttachmentHandsEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/CapsuleHandEditor.cs b/Packages/Tracking/Core/Editor/Scripts/CapsuleHandEditor.cs index a4df612834..046b9198cf 100644 --- a/Packages/Tracking/Core/Editor/Scripts/CapsuleHandEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/CapsuleHandEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/CombinablePropertyDrawer.cs b/Packages/Tracking/Core/Editor/Scripts/CombinablePropertyDrawer.cs index 9d0d9957a8..50f2687d33 100644 --- a/Packages/Tracking/Core/Editor/Scripts/CombinablePropertyDrawer.cs +++ b/Packages/Tracking/Core/Editor/Scripts/CombinablePropertyDrawer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/CommentEditor.cs b/Packages/Tracking/Core/Editor/Scripts/CommentEditor.cs index 7ae40c2836..f5d282e396 100644 --- a/Packages/Tracking/Core/Editor/Scripts/CommentEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/CommentEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/CustomEditorBase.cs b/Packages/Tracking/Core/Editor/Scripts/CustomEditorBase.cs index a3796264bf..dc8c041c35 100644 --- a/Packages/Tracking/Core/Editor/Scripts/CustomEditorBase.cs +++ b/Packages/Tracking/Core/Editor/Scripts/CustomEditorBase.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/CustomPropertyDrawerBase.cs b/Packages/Tracking/Core/Editor/Scripts/CustomPropertyDrawerBase.cs index a20e573b82..72842661c1 100644 --- a/Packages/Tracking/Core/Editor/Scripts/CustomPropertyDrawerBase.cs +++ b/Packages/Tracking/Core/Editor/Scripts/CustomPropertyDrawerBase.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/EditorUtils.cs b/Packages/Tracking/Core/Editor/Scripts/EditorUtils.cs index 4901a4991a..8c3ba1965e 100644 --- a/Packages/Tracking/Core/Editor/Scripts/EditorUtils.cs +++ b/Packages/Tracking/Core/Editor/Scripts/EditorUtils.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/EnumEventTableEditor.cs b/Packages/Tracking/Core/Editor/Scripts/EnumEventTableEditor.cs index 06c14b51db..d31147d6fb 100644 --- a/Packages/Tracking/Core/Editor/Scripts/EnumEventTableEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/EnumEventTableEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/HandEnableDisableEditor.cs b/Packages/Tracking/Core/Editor/Scripts/HandEnableDisableEditor.cs index 9feeded080..e5e922e81e 100644 --- a/Packages/Tracking/Core/Editor/Scripts/HandEnableDisableEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/HandEnableDisableEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/LeapImageRetrieverEditor.cs b/Packages/Tracking/Core/Editor/Scripts/LeapImageRetrieverEditor.cs index ce61c8c2a0..7942b5e00b 100644 --- a/Packages/Tracking/Core/Editor/Scripts/LeapImageRetrieverEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/LeapImageRetrieverEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/LeapServiceProviderEditor.cs b/Packages/Tracking/Core/Editor/Scripts/LeapServiceProviderEditor.cs index 1bd7c96d0a..90dddac20f 100644 --- a/Packages/Tracking/Core/Editor/Scripts/LeapServiceProviderEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/LeapServiceProviderEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/LeapXRServiceProviderEditor.cs b/Packages/Tracking/Core/Editor/Scripts/LeapXRServiceProviderEditor.cs index 5e80dac8a8..d39076dee8 100644 --- a/Packages/Tracking/Core/Editor/Scripts/LeapXRServiceProviderEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/LeapXRServiceProviderEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/PostProcessProviderEditor.cs b/Packages/Tracking/Core/Editor/Scripts/PostProcessProviderEditor.cs index c74d8de0aa..a3882040cc 100644 --- a/Packages/Tracking/Core/Editor/Scripts/PostProcessProviderEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/PostProcessProviderEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/PrefabCreateMenu.cs b/Packages/Tracking/Core/Editor/Scripts/PrefabCreateMenu.cs index d7569ce258..e9f1841233 100644 --- a/Packages/Tracking/Core/Editor/Scripts/PrefabCreateMenu.cs +++ b/Packages/Tracking/Core/Editor/Scripts/PrefabCreateMenu.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/SerializableHashSetEditor.cs b/Packages/Tracking/Core/Editor/Scripts/SerializableHashSetEditor.cs index 67d33ee623..9b9d62275c 100644 --- a/Packages/Tracking/Core/Editor/Scripts/SerializableHashSetEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/SerializableHashSetEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/SingleLayerEditor.cs b/Packages/Tracking/Core/Editor/Scripts/SingleLayerEditor.cs index be6f56121b..458dbae70d 100644 --- a/Packages/Tracking/Core/Editor/Scripts/SingleLayerEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/SingleLayerEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Editor/Scripts/XRLeapProviderManagerEditor.cs b/Packages/Tracking/Core/Editor/Scripts/XRLeapProviderManagerEditor.cs index 0502351b8b..690b42d622 100644 --- a/Packages/Tracking/Core/Editor/Scripts/XRLeapProviderManagerEditor.cs +++ b/Packages/Tracking/Core/Editor/Scripts/XRLeapProviderManagerEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Arm.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Arm.cs index 0eeba72d99..131d05cdd3 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Arm.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Arm.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Bone.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Bone.cs index 87ca02f43f..b58c4a53d2 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Bone.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Bone.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CSharpExtensions.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CSharpExtensions.cs index bfff309c87..1402e66ff2 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CSharpExtensions.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CSharpExtensions.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CircularObjectBuffer.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CircularObjectBuffer.cs index 73aca56498..0d3707ffee 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CircularObjectBuffer.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CircularObjectBuffer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Config.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Config.cs index 1d3cad79aa..0ae51aadf7 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Config.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Config.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Connection.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Connection.cs index 347e1d18eb..2c6b681df6 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Connection.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Connection.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Controller.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Controller.cs index e807715949..5dac907dea 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Controller.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Controller.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CopyFromLeapCExtensions.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CopyFromLeapCExtensions.cs index 5dc21aef9b..72b166e070 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CopyFromLeapCExtensions.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CopyFromLeapCExtensions.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CopyFromOtherExtensions.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CopyFromOtherExtensions.cs index 888b604462..a26224994d 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CopyFromOtherExtensions.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/CopyFromOtherExtensions.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Device.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Device.cs index 50c02e5281..4d806e702f 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Device.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Device.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/DeviceList.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/DeviceList.cs index 9f441d860d..ce95b73ac5 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/DeviceList.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/DeviceList.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/DistortionData.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/DistortionData.cs index 5f2dbd9395..f43985928f 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/DistortionData.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/DistortionData.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Events.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Events.cs index 2f484f7c5b..879bc125ca 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Events.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Events.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/FailedDevice.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/FailedDevice.cs index 8750a56a78..a167a53bb8 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/FailedDevice.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/FailedDevice.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/FailedDeviceList.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/FailedDeviceList.cs index c82da81bd8..ead25679dd 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/FailedDeviceList.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/FailedDeviceList.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Finger.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Finger.cs index 5e582fae85..4bad4caa49 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Finger.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Finger.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Frame.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Frame.cs index 507d2244eb..abd20debb5 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Frame.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Frame.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Hand.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Hand.cs index 4d3c0f0f52..f261855c60 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Hand.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Hand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/IController.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/IController.cs index b7432159fc..e97a619cf4 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/IController.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/IController.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Image.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Image.cs index ac21c05b20..72bebe4a1e 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Image.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Image.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/ImageData.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/ImageData.cs index b7b012db38..700f344d54 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/ImageData.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/ImageData.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/LeapC.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/LeapC.cs index 1055278999..6855db65d1 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/LeapC.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/LeapC.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/LeapTransform.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/LeapTransform.cs index 690987da43..ecfefdb589 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/LeapTransform.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/LeapTransform.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Logger.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Logger.cs index 6f0795af67..c0d1033c9c 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Logger.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/Logger.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MemoryManager.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MemoryManager.cs index 842fdb7482..2ac6e1efa4 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MemoryManager.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MemoryManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MessageSeverity.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MessageSeverity.cs index ba66621fef..12d7763553 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MessageSeverity.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MessageSeverity.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MetadataUtil.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MetadataUtil.cs index ab16077f01..6447b04be9 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MetadataUtil.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/MetadataUtil.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/PointMapping.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/PointMapping.cs index 210ecfdaaa..aa52bf823e 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/PointMapping.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/PointMapping.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/ServerStatus.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/ServerStatus.cs index fe8f609f4c..2c79b62467 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/ServerStatus.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/ServerStatus.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/StructMarshal.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/StructMarshal.cs index 4b058f92a8..9415115902 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/StructMarshal.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/StructMarshal.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/TransformExtensions.cs b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/TransformExtensions.cs index 11dc992e74..d315900ec8 100644 --- a/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/TransformExtensions.cs +++ b/Packages/Tracking/Core/Runtime/Plugins/LeapCSharp/TransformExtensions.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/ActionDetector.cs b/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/ActionDetector.cs index 63015caef5..b8a73e5672 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/ActionDetector.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/ActionDetector.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/GrabDetector.cs b/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/GrabDetector.cs index 86ed755d5f..c33a27b35b 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/GrabDetector.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/GrabDetector.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/PinchDetector.cs b/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/PinchDetector.cs index 0c0e9abc2c..c122d0c67a 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/PinchDetector.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/ActionDetectors/PinchDetector.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Anchors/Anchor.cs b/Packages/Tracking/Core/Runtime/Scripts/Anchors/Anchor.cs index f29f48500a..ea3965ca53 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Anchors/Anchor.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Anchors/Anchor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Anchors/AnchorGroup.cs b/Packages/Tracking/Core/Runtime/Scripts/Anchors/AnchorGroup.cs index bf348cc5e4..ad20fed78b 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Anchors/AnchorGroup.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Anchors/AnchorGroup.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Anchors/AnchorableBehaviour.cs b/Packages/Tracking/Core/Runtime/Scripts/Anchors/AnchorableBehaviour.cs index c6de66938e..da48dca407 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Anchors/AnchorableBehaviour.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Anchors/AnchorableBehaviour.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Anchors/SimpleAnchorFeedback.cs b/Packages/Tracking/Core/Runtime/Scripts/Anchors/SimpleAnchorFeedback.cs index 535b877e53..c17023d18d 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Anchors/SimpleAnchorFeedback.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Anchors/SimpleAnchorFeedback.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHand.cs b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHand.cs index d058b2685d..ddc9a72992 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHand.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHandEnableDisable.cs b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHandEnableDisable.cs index 1d0d899aa3..f8300bedfd 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHandEnableDisable.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHandEnableDisable.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHands.cs b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHands.cs index 7f79a5b486..be83edaf6e 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHands.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentHands.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentPointBehaviour.cs b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentPointBehaviour.cs index 9572958cbc..1e2ef8931b 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentPointBehaviour.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentPointBehaviour.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentPointFlags.cs b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentPointFlags.cs index 3f9be01af3..511d7a8fc6 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentPointFlags.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attachments/AttachmentPointFlags.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attachments/SimpleFacingCameraCallbacks.cs b/Packages/Tracking/Core/Runtime/Scripts/Attachments/SimpleFacingCameraCallbacks.cs index 2ee24adf4a..bb36c31963 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attachments/SimpleFacingCameraCallbacks.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attachments/SimpleFacingCameraCallbacks.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/CombinablePropertyAttribute.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/CombinablePropertyAttribute.cs index 4774e3bf20..893e8eb244 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/CombinablePropertyAttribute.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/CombinablePropertyAttribute.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/Disable.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/Disable.cs index 2554226ce3..2432c79f63 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/Disable.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/Disable.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/DisableIf.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/DisableIf.cs index 35226ff186..0614225318 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/DisableIf.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/DisableIf.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/EditTimeOnly.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/EditTimeOnly.cs index 767287a59a..c7a1aa75bd 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/EditTimeOnly.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/EditTimeOnly.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/EnumFlags.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/EnumFlags.cs index 8c860a14bf..f33b71081e 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/EnumFlags.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/EnumFlags.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/Indent.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/Indent.cs index b24f2ed030..5c9986cbdb 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/Indent.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/Indent.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/InspectorName.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/InspectorName.cs index 5032098c5f..2afdeaf1e6 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/InspectorName.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/InspectorName.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/MaxValue.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/MaxValue.cs index 310531c424..784299ba20 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/MaxValue.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/MaxValue.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/MinMax.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/MinMax.cs index 0e7f035a57..9b1969cd31 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/MinMax.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/MinMax.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/MinValue.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/MinValue.cs index 187de174de..06510eb9a0 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/MinValue.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/MinValue.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/OnEditorChange.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/OnEditorChange.cs index eaa4e9686f..aae1b507dd 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/OnEditorChange.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/OnEditorChange.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Attributes/Units.cs b/Packages/Tracking/Core/Runtime/Scripts/Attributes/Units.cs index 0f65e733ab..f4cf33adf2 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Attributes/Units.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Attributes/Units.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/Pool.cs b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/Pool.cs index dc3d667697..46e7d69f58 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/Pool.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/Pool.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/Pose.cs b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/Pose.cs index f32a0cb4ed..72c82fe264 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/Pose.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/Pose.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/ProduceConsumeBuffer.cs b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/ProduceConsumeBuffer.cs index 247cf22f95..1b78e617b7 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/ProduceConsumeBuffer.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/ProduceConsumeBuffer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/ReadonlyHashSet.cs b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/ReadonlyHashSet.cs index 3a727d8423..022c245d99 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/ReadonlyHashSet.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/ReadonlyHashSet.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/RingBuffer.cs b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/RingBuffer.cs index 3323404489..039681f980 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/RingBuffer.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/RingBuffer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/SerializableHashSet.cs b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/SerializableHashSet.cs index edde9dbff3..d9f0fc0c95 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/DataStructures/SerializableHashSet.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/DataStructures/SerializableHashSet.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Encoding/VectorHand.cs b/Packages/Tracking/Core/Runtime/Scripts/Encoding/VectorHand.cs index f4d8cb0f02..585aa95f27 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Encoding/VectorHand.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Encoding/VectorHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Fiducial Markers/TrackingMarker.cs b/Packages/Tracking/Core/Runtime/Scripts/Fiducial Markers/TrackingMarker.cs index b9504b31c6..55607d47ea 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Fiducial Markers/TrackingMarker.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Fiducial Markers/TrackingMarker.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Fiducial Markers/TrackingMarkerObject.cs b/Packages/Tracking/Core/Runtime/Scripts/Fiducial Markers/TrackingMarkerObject.cs index 4554543da3..de22ed258e 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Fiducial Markers/TrackingMarkerObject.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Fiducial Markers/TrackingMarkerObject.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/HandObservers/HandEnableDisable.cs b/Packages/Tracking/Core/Runtime/Scripts/HandObservers/HandEnableDisable.cs index 6d3e5002a7..85e6de0375 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/HandObservers/HandEnableDisable.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/HandObservers/HandEnableDisable.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Hands/CapsuleHand.cs b/Packages/Tracking/Core/Runtime/Scripts/Hands/CapsuleHand.cs index 01e9461f5e..1c840deba4 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Hands/CapsuleHand.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Hands/CapsuleHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Hands/DebugHand.cs b/Packages/Tracking/Core/Runtime/Scripts/Hands/DebugHand.cs index a43b290093..b056d7f189 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Hands/DebugHand.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Hands/DebugHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Hands/FingerModel.cs b/Packages/Tracking/Core/Runtime/Scripts/Hands/FingerModel.cs index 560c79914f..81af9dc810 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Hands/FingerModel.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Hands/FingerModel.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Hands/HandModel.cs b/Packages/Tracking/Core/Runtime/Scripts/Hands/HandModel.cs index 6d5fcb822b..d99d043dde 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Hands/HandModel.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Hands/HandModel.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Hands/HandModelBase.cs b/Packages/Tracking/Core/Runtime/Scripts/Hands/HandModelBase.cs index 59b9bf726d..0fa2419b2c 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Hands/HandModelBase.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Hands/HandModelBase.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Hands/TestHandFactory.cs b/Packages/Tracking/Core/Runtime/Scripts/Hands/TestHandFactory.cs index 57e98e97fa..8b82b805a6 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Hands/TestHandFactory.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Hands/TestHandFactory.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/LeapImageRetriever.cs b/Packages/Tracking/Core/Runtime/Scripts/LeapImageRetriever.cs index 7cce159242..299a9e84ff 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/LeapImageRetriever.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/LeapImageRetriever.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/LeapProvider.cs b/Packages/Tracking/Core/Runtime/Scripts/LeapProvider.cs index a53dc66691..3fb6737b9a 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/LeapProvider.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/LeapProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/LeapServiceProvider.cs b/Packages/Tracking/Core/Runtime/Scripts/LeapServiceProvider.cs index c13f29fe70..f207700470 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/LeapServiceProvider.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/LeapServiceProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/LeapXRServiceProvider.cs b/Packages/Tracking/Core/Runtime/Scripts/LeapXRServiceProvider.cs index d72956bcac..b8e144ffda 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/LeapXRServiceProvider.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/LeapXRServiceProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/PostProcessProvider.cs b/Packages/Tracking/Core/Runtime/Scripts/PostProcessProvider.cs index fd76591f33..c69d5b1342 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/PostProcessProvider.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/PostProcessProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/UltraleapSettings.cs b/Packages/Tracking/Core/Runtime/Scripts/UltraleapSettings.cs index da00a6ce72..46f73a693c 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/UltraleapSettings.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/UltraleapSettings.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/BitConverterNonAlloc.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/BitConverterNonAlloc.cs index 3d0605cea9..705475193d 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/BitConverterNonAlloc.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/BitConverterNonAlloc.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/Comment.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/Comment.cs index c2798251b7..3cf642d8dc 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/Comment.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/Comment.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/EnableDepthBuffer.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/EnableDepthBuffer.cs index b95ad07392..06fe2fd22e 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/EnableDepthBuffer.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/EnableDepthBuffer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/EnumEventTable.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/EnumEventTable.cs index 44b06e7f59..f03189ab23 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/EnumEventTable.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/EnumEventTable.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingHintManager.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingHintManager.cs index dded6ab573..78723c4fff 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingHintManager.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingHintManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingSourceUtility.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingSourceUtility.cs index 865bff2648..9e6a99daf6 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingSourceUtility.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingSourceUtility.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/HandUtils.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/HandUtils.cs index 51da48ce6c..313afe336a 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/HandUtils.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/HandUtils.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/IgnoreCollisionsInChildren.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/IgnoreCollisionsInChildren.cs index 1cef019f9c..a7cc5be70c 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/IgnoreCollisionsInChildren.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/IgnoreCollisionsInChildren.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/KabschSolver.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/KabschSolver.cs index bdfd27b543..4dc7161fcc 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/KabschSolver.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/KabschSolver.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/RuntimeGizmoManager.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/RuntimeGizmoManager.cs index e7fe80de01..5c1422d52d 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/RuntimeGizmoManager.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/RuntimeGizmoManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/RuntimeGizmoToggle.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/RuntimeGizmoToggle.cs index 676238cf64..2cb16630bb 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/RuntimeGizmoToggle.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/RuntimeGizmoToggle.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/SingleLayer.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/SingleLayer.cs index 9b52d322d6..f04c59088d 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/SingleLayer.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/SingleLayer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/SmoothedFloat.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/SmoothedFloat.cs index b1fba8de9d..6d37bd1ddf 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/SmoothedFloat.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/SmoothedFloat.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/Swizzle.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/Swizzle.cs index 2569e0590b..5e01bee370 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/Swizzle.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/Swizzle.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/TransformHistory.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/TransformHistory.cs index dec0754ffe..d7f98c6f36 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/TransformHistory.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/TransformHistory.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/Utils.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/Utils.cs index 97b878fc78..7f0f728a66 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/Utils.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/Utils.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/VisualFOV.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/VisualFOV.cs index 9117e000eb..5b7470a6cc 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/VisualFOV.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/VisualFOV.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/Utils/XRSupportUtil.cs b/Packages/Tracking/Core/Runtime/Scripts/Utils/XRSupportUtil.cs index 238025404e..64bfaa9b7a 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/Utils/XRSupportUtil.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/Utils/XRSupportUtil.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/LeapHandInput.cs b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/LeapHandInput.cs index d9f2878549..b4239a16f4 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/LeapHandInput.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/LeapHandInput.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/LeapHandsSubsystem.cs b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/LeapHandsSubsystem.cs index 333066aac9..7055946ccf 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/LeapHandsSubsystem.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/LeapHandsSubsystem.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/SubsystemStarter.cs b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/SubsystemStarter.cs index b8eaff7ee6..a91713efa2 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/SubsystemStarter.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/SubsystemStarter.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsInputActionUpdater.cs b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsInputActionUpdater.cs index 4aaaaa14e3..f72a0bf4bf 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsInputActionUpdater.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsInputActionUpdater.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsLeapProvider.cs b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsLeapProvider.cs index aafd159a00..ddf4676ad8 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsLeapProvider.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsLeapProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsUtils.cs b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsUtils.cs index 2e5b5fa68b..3531443c06 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsUtils.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/XRHandsSubsystem/XRHandsUtils.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Core/Runtime/Scripts/XRLeapProviderManager.cs b/Packages/Tracking/Core/Runtime/Scripts/XRLeapProviderManager.cs index 8f51b07c4a..d2d0a1bea0 100644 --- a/Packages/Tracking/Core/Runtime/Scripts/XRLeapProviderManager.cs +++ b/Packages/Tracking/Core/Runtime/Scripts/XRLeapProviderManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/CycleHandPairs.cs b/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/CycleHandPairs.cs index 617a76cc29..8c7328ec42 100644 --- a/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/CycleHandPairs.cs +++ b/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/CycleHandPairs.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/EditorURL.cs b/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/EditorURL.cs index 74d7e22662..6f63d39eba 100644 --- a/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/EditorURL.cs +++ b/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/EditorURL.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/SpawnObjectAtPosition.cs b/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/SpawnObjectAtPosition.cs index 96175aeec4..34a84cf05f 100644 --- a/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/SpawnObjectAtPosition.cs +++ b/Packages/Tracking/Examples~/Shared Example Assets REQUIRED/Scripts/SpawnObjectAtPosition.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/SimpleAnchorFeedback.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/SimpleAnchorFeedback.cs index 0346c32c1b..4c4660767a 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/SimpleAnchorFeedback.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/SimpleAnchorFeedback.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/SimpleMatchAnchorScaleAndState.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/SimpleMatchAnchorScaleAndState.cs index 0bdaa9f371..5bbee45ffa 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/SimpleMatchAnchorScaleAndState.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/SimpleMatchAnchorScaleAndState.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/WorkstationBehaviourExample.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/WorkstationBehaviourExample.cs index c5e9d482a1..b6eebce13d 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/WorkstationBehaviourExample.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Anchors/scripts/WorkstationBehaviourExample.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Manipulating Hand Data/Scripts/InertiaPostProcessProvider.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Manipulating Hand Data/Scripts/InertiaPostProcessProvider.cs index f997ea4d5a..c4fd9bf9b2 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Manipulating Hand Data/Scripts/InertiaPostProcessProvider.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Manipulating Hand Data/Scripts/InertiaPostProcessProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Manipulating Hand Data/Scripts/ProjectionPostProcessProvider.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Manipulating Hand Data/Scripts/ProjectionPostProcessProvider.cs index 58d93adcba..12c58d9362 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Manipulating Hand Data/Scripts/ProjectionPostProcessProvider.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Manipulating Hand Data/Scripts/ProjectionPostProcessProvider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/KeyboardKey.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/KeyboardKey.cs index e568e7d494..e252479ad8 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/KeyboardKey.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/KeyboardKey.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/KeyboardManager.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/KeyboardManager.cs index 131cca7e43..ae2fc132bd 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/KeyboardManager.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/KeyboardManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/MovePoseExample.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/MovePoseExample.cs index 61246ff6ce..4a09507908 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/MovePoseExample.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/MovePoseExample.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SampleDependencies.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SampleDependencies.cs index d88d940c3a..b1bc8e736b 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SampleDependencies.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SampleDependencies.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/ScaleOnEnable.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/ScaleOnEnable.cs index 1cd4b03a16..e18c89eb9a 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/ScaleOnEnable.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/ScaleOnEnable.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleGrabBallFeedback.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleGrabBallFeedback.cs index 99c53ef394..27ac6a7445 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleGrabBallFeedback.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleGrabBallFeedback.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleInteractionGlow.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleInteractionGlow.cs index d96b242355..f9914a285d 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleInteractionGlow.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleInteractionGlow.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleRendererUtil.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleRendererUtil.cs index 3141f8c6b2..06fb16bd7a 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleRendererUtil.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleRendererUtil.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleScaleUtil.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleScaleUtil.cs index 033bf0bf09..5464b84930 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleScaleUtil.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleScaleUtil.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleTransformUtil.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleTransformUtil.cs index cd0b9bb14e..0fcd5a7570 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleTransformUtil.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Misc and Shared/Scripts/SimpleTransformUtil.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Cannon.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Cannon.cs index 2090c36bb9..e4ea2ea3fd 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Cannon.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Cannon.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Editor/TwoDimensionalPhysicalHandsSliderEditor.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Editor/TwoDimensionalPhysicalHandsSliderEditor.cs index 653744b35a..a57d4586a2 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Editor/TwoDimensionalPhysicalHandsSliderEditor.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Editor/TwoDimensionalPhysicalHandsSliderEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/HandGrabHighlighter.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/HandGrabHighlighter.cs index 41c7a8cee2..a52bceb99d 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/HandGrabHighlighter.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/HandGrabHighlighter.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Magnet.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Magnet.cs index 461e0b077d..7b6a042561 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Magnet.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/Magnet.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/MagneticObject.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/MagneticObject.cs index c2a478038d..66e7c3bd15 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/MagneticObject.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/MagneticObject.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/ObjectResetter.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/ObjectResetter.cs index 75cbdf944b..15d7662d49 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/ObjectResetter.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/ObjectResetter.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsChangeColoursOnHandEvents.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsChangeColoursOnHandEvents.cs index 1aeb23f50c..ee9870250f 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsChangeColoursOnHandEvents.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsChangeColoursOnHandEvents.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsHandMenu.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsHandMenu.cs index 94bc729562..bd0cb8aa00 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsHandMenu.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsHandMenu.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsRocket.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsRocket.cs index 8070846bd6..e887439955 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsRocket.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/PhysicalHandsRocket.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/SceneReset.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/SceneReset.cs index 3931276578..52a57797f6 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/SceneReset.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/SceneReset.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/TwoDimensionalPhysicalHandsSlider.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/TwoDimensionalPhysicalHandsSlider.cs index 7e5070bfa3..47c361e34b 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/TwoDimensionalPhysicalHandsSlider.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/TwoDimensionalPhysicalHandsSlider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/XRSceneHeadOrigin.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/XRSceneHeadOrigin.cs index 4297b13b00..e995d006c3 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/XRSceneHeadOrigin.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Physical Hands/Scripts/XRSceneHeadOrigin.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/PaintCursor.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/PaintCursor.cs index a2a16bf428..6d7d83f891 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/PaintCursor.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/PaintCursor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/PinchStrokeProcessor.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/PinchStrokeProcessor.cs index c307cf1384..0b9a5481b2 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/PinchStrokeProcessor.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/PinchStrokeProcessor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/RectToroid.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/RectToroid.cs index 0fff0d70b7..6c92e5fca0 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/RectToroid.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/RectToroid.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/StrokeProcessor.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/StrokeProcessor.cs index 90798729bd..6fa86719f2 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/StrokeProcessor.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/StrokeProcessor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/ThickRibbonRenderer.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/ThickRibbonRenderer.cs index d637eb2c65..aefbe91938 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/ThickRibbonRenderer.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pinch to Paint/Scripts/ThickRibbonRenderer.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseDetectorUIText.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseDetectorUIText.cs index dce158770e..a64e2751f7 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseDetectorUIText.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseDetectorUIText.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseRecorderExampleManager.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseRecorderExampleManager.cs index de09d6731e..3357cdf6c4 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseRecorderExampleManager.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseRecorderExampleManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseShowcaseManager.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseShowcaseManager.cs index 135c1fd408..f03fd52be7 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseShowcaseManager.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Pose Detection/Scripts/PoseShowcaseManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/Exploding Items/ExplodingItem.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/Exploding Items/ExplodingItem.cs index 4e300174c1..88590d2f19 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/Exploding Items/ExplodingItem.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/Exploding Items/ExplodingItem.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/Exploding Items/ExplodingItemController.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/Exploding Items/ExplodingItemController.cs index 5e0994801c..626942c09c 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/Exploding Items/ExplodingItemController.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/Exploding Items/ExplodingItemController.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/LineBetweenTransforms.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/LineBetweenTransforms.cs index 0a6171eb00..1e1d6307b5 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/LineBetweenTransforms.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/LineBetweenTransforms.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCord.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCord.cs index 46aeb886d7..07927cb590 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCord.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCord.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCordHandle.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCordHandle.cs index ec880a4f07..6dbd66c561 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCordHandle.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCordHandle.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCordVisuals.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCordVisuals.cs index 58cdb62340..4335b256ef 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCordVisuals.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/PullCord/PullCordVisuals.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/Turntable/Turntable.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/Turntable/Turntable.cs index 1b32eb43a9..472c269c82 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/Turntable/Turntable.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/Turntable/Turntable.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/Turntable/TurntableVisuals.cs b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/Turntable/TurntableVisuals.cs index a4199eaed8..cd6a9d366a 100644 --- a/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/Turntable/TurntableVisuals.cs +++ b/Packages/Tracking/Examples~/XR Examples/Example Assets/Turntable and Pullcord/Scripts/Turntable/TurntableVisuals.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Hands/Editor/HandBinderEditor.cs b/Packages/Tracking/Hands/Editor/HandBinderEditor.cs index a830510c27..7968876f80 100644 --- a/Packages/Tracking/Hands/Editor/HandBinderEditor.cs +++ b/Packages/Tracking/Hands/Editor/HandBinderEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Hands/Runtime/Scripts/DistortTrackingDataToVisuals.cs b/Packages/Tracking/Hands/Runtime/Scripts/DistortTrackingDataToVisuals.cs index 6a6d5bf20f..2cd20c8ba4 100644 --- a/Packages/Tracking/Hands/Runtime/Scripts/DistortTrackingDataToVisuals.cs +++ b/Packages/Tracking/Hands/Runtime/Scripts/DistortTrackingDataToVisuals.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinder.cs b/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinder.cs index 867bb5262d..a3e3d21f42 100644 --- a/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinder.cs +++ b/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinder.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinderAutoBinder.cs b/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinderAutoBinder.cs index 134441d106..ec60918507 100644 --- a/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinderAutoBinder.cs +++ b/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinderAutoBinder.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinderData.cs b/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinderData.cs index 0de8ed3295..a85ad70e7e 100644 --- a/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinderData.cs +++ b/Packages/Tracking/Hands/Runtime/Scripts/HandBinder/HandBinderData.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Hands/Runtime/Scripts/ShowArm.cs b/Packages/Tracking/Hands/Runtime/Scripts/ShowArm.cs index 26ecb32fca..94c0950461 100644 --- a/Packages/Tracking/Hands/Runtime/Scripts/ShowArm.cs +++ b/Packages/Tracking/Hands/Runtime/Scripts/ShowArm.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/OpenXR/Runtime/Scripts/Utility/OpenXRUtility.cs b/Packages/Tracking/OpenXR/Runtime/Scripts/Utility/OpenXRUtility.cs index 25e9274c06..27d261b684 100644 --- a/Packages/Tracking/OpenXR/Runtime/Scripts/Utility/OpenXRUtility.cs +++ b/Packages/Tracking/OpenXR/Runtime/Scripts/Utility/OpenXRUtility.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Editor/Scripts/GrabBallEditor.cs b/Packages/Tracking/Physical Hands/Editor/Scripts/GrabBallEditor.cs index 422fd1546a..2f1a108e46 100644 --- a/Packages/Tracking/Physical Hands/Editor/Scripts/GrabBallEditor.cs +++ b/Packages/Tracking/Physical Hands/Editor/Scripts/GrabBallEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Editor/Scripts/HardContactParentEditor.cs b/Packages/Tracking/Physical Hands/Editor/Scripts/HardContactParentEditor.cs index 85ce778240..6bf6d1c9de 100644 --- a/Packages/Tracking/Physical Hands/Editor/Scripts/HardContactParentEditor.cs +++ b/Packages/Tracking/Physical Hands/Editor/Scripts/HardContactParentEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsAnchorableEditor.cs b/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsAnchorableEditor.cs index bb686a9e8a..b1d5d8afe3 100644 --- a/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsAnchorableEditor.cs +++ b/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsAnchorableEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsButtonEditor.cs b/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsButtonEditor.cs index 917f6e179b..b9ced2291b 100644 --- a/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsButtonEditor.cs +++ b/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsButtonEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsSliderEditor.cs b/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsSliderEditor.cs index 109d390803..ae0c40185f 100644 --- a/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsSliderEditor.cs +++ b/Packages/Tracking/Physical Hands/Editor/Scripts/PhysicalHandsSliderEditor.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactBone.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactBone.cs index 94f47ba4ca..825c215b3e 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactBone.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactBone.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactHand.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactHand.cs index f79f146a07..7b7c4c6f42 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactHand.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactParent.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactParent.cs index 8bdafed7cd..f1e04bb24d 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactParent.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/ContactParent.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactBone.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactBone.cs index 64c518407e..1888c65507 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactBone.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactBone.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactHand.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactHand.cs index 1997f8e7f0..507ec20274 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactHand.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactParent.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactParent.cs index 2c07bad1cf..19374bdf55 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactParent.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Hard Contact/HardContactParent.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/GrabHelper.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/GrabHelper.cs index 2cd5e77051..032b2f3c7d 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/GrabHelper.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/GrabHelper.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/GrabHelperObject.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/GrabHelperObject.cs index 4e603e92fd..bab112bdb2 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/GrabHelperObject.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/GrabHelperObject.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/IgnorePhysicalHands.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/IgnorePhysicalHands.cs index 8846f96929..2e044bf589 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/IgnorePhysicalHands.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Helpers/IgnorePhysicalHands.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Misc/GrabBall.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Misc/GrabBall.cs index 1c6f69b1c6..c4f6e0643c 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Misc/GrabBall.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Misc/GrabBall.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactBone.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactBone.cs index 83ffe8181d..b741094d0e 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactBone.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactBone.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactHand.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactHand.cs index bb385a14ac..53f22c5c9d 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactHand.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactParent.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactParent.cs index 6ea616da90..80038247fa 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactParent.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/No Contact/NoContactParent.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/PhysicalHandEvents.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/PhysicalHandEvents.cs index 0451ca6e21..a10facd270 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/PhysicalHandEvents.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/PhysicalHandEvents.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/PhysicalHandsManager.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/PhysicalHandsManager.cs index 8bad261d57..b976b24801 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/PhysicalHandsManager.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/PhysicalHandsManager.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactBone.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactBone.cs index f0edb5b6c6..89331412d8 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactBone.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactBone.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactHand.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactHand.cs index 35baf5e5d7..7f9e7ab66e 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactHand.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactHand.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactParent.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactParent.cs index af8c9d05ae..f6a34ec255 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactParent.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Soft Contact/SoftContactParent.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButton.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButton.cs index a6fa7e7c32..3a5c50cd0e 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButton.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButton.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButtonHelper.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButtonHelper.cs index 87e36a8872..feccfffc94 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButtonHelper.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButtonHelper.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButtonToggle.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButtonToggle.cs index 0971d599ce..ac08fb3183 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButtonToggle.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsButtonToggle.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsSlider.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsSlider.cs index 551c4db988..1908e14ce2 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsSlider.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsSlider.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsSliderHelper.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsSliderHelper.cs index 7aaa401204..688e858e7a 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsSliderHelper.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/UI/PhysicalHandsSliderHelper.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/ContactUtils.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/ContactUtils.cs index 0ccd90b75e..35e99fc775 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/ContactUtils.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/ContactUtils.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/HandFadeInAtDistanceFromRealData.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/HandFadeInAtDistanceFromRealData.cs index 925d6f28e2..35148a8c13 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/HandFadeInAtDistanceFromRealData.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/HandFadeInAtDistanceFromRealData.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/PhysExts.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/PhysExts.cs index 04b23ebbcd..bb7460e692 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/PhysExts.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/PhysExts.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/PhysicalHandsEventInterfaces.cs b/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/PhysicalHandsEventInterfaces.cs index 2491b27c5b..55019c283a 100644 --- a/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/PhysicalHandsEventInterfaces.cs +++ b/Packages/Tracking/Physical Hands/Runtime/Scripts/Utils/PhysicalHandsEventInterfaces.cs @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) Ultraleap, Inc. 2011-2025. * + * Copyright (C) Ultraleap, Inc. 2011-2026. * * * * Use subject to the terms of the Apache License 2.0 available at * * http://www.apache.org/licenses/LICENSE-2.0, or another agreement * diff --git a/CI/Scripts/ExportUnityPackage.ps1 b/Scripts/ExportUnityPackage.ps1 similarity index 96% rename from CI/Scripts/ExportUnityPackage.ps1 rename to Scripts/ExportUnityPackage.ps1 index ab1b7614e2..70948dc67e 100644 --- a/CI/Scripts/ExportUnityPackage.ps1 +++ b/Scripts/ExportUnityPackage.ps1 @@ -16,7 +16,6 @@ function global:Export-VersionTxt # Reuse package.json.meta for the generated Version.txt so that the GUID is persistent which is better than generating a new GUID at it won't change between versions arbitrarily. # It may cause issues if a user switches between consuming via UPM and .unitypackages as a different asset is referenced by this GUID. Unlikely to cause any issues. Move-Item package.json.meta Version.txt.meta - Get-ChildItem Pop-Location } @@ -66,7 +65,7 @@ function global:Export-UnityPackage $outPath = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($Output) $tmpdir = "$([IO.Path]::GetTempPath())unitypackage" Remove-Item -Recurse -Force $tmpdir -ErrorAction SilentlyContinue | Out-Null - mkdir $tmpdir -Force | Out-Null + New-Item -Path $tmpdir -ItemType Directory -Force | Out-Null Function RecursivelyFilterSubDirectories($directoryPath) { $SubDirectories = Get-ChildItem $directoryPath -Directory | @@ -110,14 +109,13 @@ function global:Export-UnityPackage $MetaFilePath = "$FilePath.meta" if (-not (Test-Path $MetaFilePath -PathType Leaf)) { Write-Error "Meta file not found: $MetaFilePath"; $AnyErrors = $true; return } - $MatchSuccess = $(Get-Content $MetaFilePath -Raw) -match 'guid:\s*([0-9A-Fa-f]{32})\s' + $MatchSuccess = $(Get-Content $MetaFilePath -Raw) -match 'guid:\s*([0-9A-Fa-f]{32})(?:\s|$)' if (-not $MatchSuccess) { Write-Error "Meta file does not contain GUID or GUID is malformed: $MetaFilePath"; $AnyErrors = $true; return} $guid = $Matches[1] - mkdir "$tmpdir/$guid" | Out-Null + New-Item -Path "$tmpdir/$guid" -ItemType Directory -Force | Out-Null Copy-Item $_.FullName "$tmpdir/$guid/asset" | Out-Null Copy-Item $MetaFilePath "$tmpdir/$guid/asset.meta" | Out-Null [IO.File]::WriteAllText("$tmpdir/$guid/pathname", $FixedImportPath) - Write-Host "Processed: $FixedImportPath" } if ($AnyErrors) {