diff --git a/Assets/MRTK/Core/Inspectors/Profiles/MixedRealitySpatialAwarenessMeshObserverProfileInspector.cs b/Assets/MRTK/Core/Inspectors/Profiles/MixedRealitySpatialAwarenessMeshObserverProfileInspector.cs index 7f554c2869c..0473f4b71d7 100644 --- a/Assets/MRTK/Core/Inspectors/Profiles/MixedRealitySpatialAwarenessMeshObserverProfileInspector.cs +++ b/Assets/MRTK/Core/Inspectors/Profiles/MixedRealitySpatialAwarenessMeshObserverProfileInspector.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.SpatialAwareness; using Microsoft.MixedReality.Toolkit.Utilities; diff --git a/Assets/MRTK/Core/Interfaces/SpatialAwareness/Observers/Experimental/IMixedRealityOnDemandObserver.cs b/Assets/MRTK/Core/Interfaces/SpatialAwareness/Observers/Experimental/IMixedRealityOnDemandObserver.cs index 5698f52cda8..8f413cf0599 100644 --- a/Assets/MRTK/Core/Interfaces/SpatialAwareness/Observers/Experimental/IMixedRealityOnDemandObserver.cs +++ b/Assets/MRTK/Core/Interfaces/SpatialAwareness/Observers/Experimental/IMixedRealityOnDemandObserver.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.SpatialAwareness; diff --git a/Assets/MRTK/Core/Interfaces/SpatialAwareness/Observers/Experimental/IMixedRealitySceneUnderstandingObserver.cs b/Assets/MRTK/Core/Interfaces/SpatialAwareness/Observers/Experimental/IMixedRealitySceneUnderstandingObserver.cs index 76cbd831185..5026b8b01d9 100644 --- a/Assets/MRTK/Core/Interfaces/SpatialAwareness/Observers/Experimental/IMixedRealitySceneUnderstandingObserver.cs +++ b/Assets/MRTK/Core/Interfaces/SpatialAwareness/Observers/Experimental/IMixedRealitySceneUnderstandingObserver.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.SpatialAwareness; using System.Collections.Generic; diff --git a/Assets/MRTK/Core/Providers/InputSimulation/InputSimulationHelpGuide.cs b/Assets/MRTK/Core/Providers/InputSimulation/InputSimulationHelpGuide.cs index 63a012356dd..c9a38c4477a 100644 --- a/Assets/MRTK/Core/Providers/InputSimulation/InputSimulationHelpGuide.cs +++ b/Assets/MRTK/Core/Providers/InputSimulation/InputSimulationHelpGuide.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Utilities; using UnityEngine; diff --git a/Assets/MRTK/Core/Providers/ObjectMeshObserver/SpatialObjectMeshObserver.cs b/Assets/MRTK/Core/Providers/ObjectMeshObserver/SpatialObjectMeshObserver.cs index 3f4bd23118a..c5c71acbb7b 100644 --- a/Assets/MRTK/Core/Providers/ObjectMeshObserver/SpatialObjectMeshObserver.cs +++ b/Assets/MRTK/Core/Providers/ObjectMeshObserver/SpatialObjectMeshObserver.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// Licensed under the MIT License.license information. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.SpatialAwareness; using Microsoft.MixedReality.Toolkit.Utilities; diff --git a/Assets/MRTK/Core/Providers/ObjectMeshObserver/SpatialObjectMeshObserverProfileInspector.cs b/Assets/MRTK/Core/Providers/ObjectMeshObserver/SpatialObjectMeshObserverProfileInspector.cs index 85784d25d1b..c0c164cc014 100644 --- a/Assets/MRTK/Core/Providers/ObjectMeshObserver/SpatialObjectMeshObserverProfileInspector.cs +++ b/Assets/MRTK/Core/Providers/ObjectMeshObserver/SpatialObjectMeshObserverProfileInspector.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// Licensed under the MIT License.license information. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Editor; using Microsoft.MixedReality.Toolkit.Utilities; diff --git a/Assets/MRTK/Examples/Demos/ScrollingObjectCollection/Scripts/ScrollablePagination.cs b/Assets/MRTK/Examples/Demos/ScrollingObjectCollection/Scripts/ScrollablePagination.cs index cb934a6a0da..a0b3da5d90c 100644 --- a/Assets/MRTK/Examples/Demos/ScrollingObjectCollection/Scripts/ScrollablePagination.cs +++ b/Assets/MRTK/Examples/Demos/ScrollingObjectCollection/Scripts/ScrollablePagination.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.UI; using UnityEngine; diff --git a/Assets/MRTK/Examples/Demos/SpatialAwareness/Scripts/ShowPlaneFindingInstructions.cs b/Assets/MRTK/Examples/Demos/SpatialAwareness/Scripts/ShowPlaneFindingInstructions.cs index b4f7ace2983..d68099c4f93 100644 --- a/Assets/MRTK/Examples/Demos/SpatialAwareness/Scripts/ShowPlaneFindingInstructions.cs +++ b/Assets/MRTK/Examples/Demos/SpatialAwareness/Scripts/ShowPlaneFindingInstructions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Experimental.SpatialAwareness; using UnityEngine; diff --git a/Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/Editor/SceneUnderstandingObserverProfileInspector.cs b/Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/Editor/SceneUnderstandingObserverProfileInspector.cs index 8a4d25ff9d2..19e80b37cfd 100644 --- a/Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/Editor/SceneUnderstandingObserverProfileInspector.cs +++ b/Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/Editor/SceneUnderstandingObserverProfileInspector.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Editor; using System.Linq; diff --git a/Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/SceneUnderstandingObserverProfile.cs b/Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/SceneUnderstandingObserverProfile.cs index 3cc933bbdf7..5c50ba81d19 100644 --- a/Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/SceneUnderstandingObserverProfile.cs +++ b/Assets/MRTK/Providers/Experimental/WindowsSceneUnderstanding/SceneUnderstandingObserverProfile.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Experimental.SpatialAwareness; using Microsoft.MixedReality.Toolkit.Physics; diff --git a/Assets/MRTK/Providers/WindowsMixedReality/XR2018/WindowsMixedRealitySpatialMeshObserver.cs b/Assets/MRTK/Providers/WindowsMixedReality/XR2018/WindowsMixedRealitySpatialMeshObserver.cs index b18dcb8db4f..dc2c70650ea 100644 --- a/Assets/MRTK/Providers/WindowsMixedReality/XR2018/WindowsMixedRealitySpatialMeshObserver.cs +++ b/Assets/MRTK/Providers/WindowsMixedReality/XR2018/WindowsMixedRealitySpatialMeshObserver.cs @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. -// Licensed under the MIT License.license information. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.SpatialAwareness; using Microsoft.MixedReality.Toolkit.Utilities; diff --git a/Assets/MRTK/SDK/Experimental/ColorPicker/ColorPicker.cs b/Assets/MRTK/SDK/Experimental/ColorPicker/ColorPicker.cs index 166c98c0e2a..804aa98aefd 100644 --- a/Assets/MRTK/SDK/Experimental/ColorPicker/ColorPicker.cs +++ b/Assets/MRTK/SDK/Experimental/ColorPicker/ColorPicker.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.UI; diff --git a/Assets/MRTK/SDK/Experimental/SpatialAwareness/SurfaceMeshesToPlanes.cs b/Assets/MRTK/SDK/Experimental/SpatialAwareness/SurfaceMeshesToPlanes.cs index 0d1e3ce38b4..fc38dab8f63 100644 --- a/Assets/MRTK/SDK/Experimental/SpatialAwareness/SurfaceMeshesToPlanes.cs +++ b/Assets/MRTK/SDK/Experimental/SpatialAwareness/SurfaceMeshesToPlanes.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.SpatialAwareness; using Microsoft.MixedReality.Toolkit.Utilities; diff --git a/Assets/MRTK/SDK/Features/UX/Scripts/RiggedHandVisualizer/RiggedHandVisualizer.cs b/Assets/MRTK/SDK/Features/UX/Scripts/RiggedHandVisualizer/RiggedHandVisualizer.cs index 480110f0a93..b8d407b1835 100644 --- a/Assets/MRTK/SDK/Features/UX/Scripts/RiggedHandVisualizer/RiggedHandVisualizer.cs +++ b/Assets/MRTK/SDK/Features/UX/Scripts/RiggedHandVisualizer/RiggedHandVisualizer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Utilities; using System; diff --git a/Assets/MRTK/Tests/EditModeTests/Core/Extensions/BoundsExtensionsTests.cs b/Assets/MRTK/Tests/EditModeTests/Core/Extensions/BoundsExtensionsTests.cs index af0e4e8e926..8d6b81f09d0 100644 --- a/Assets/MRTK/Tests/EditModeTests/Core/Extensions/BoundsExtensionsTests.cs +++ b/Assets/MRTK/Tests/EditModeTests/Core/Extensions/BoundsExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using NUnit.Framework; using System; diff --git a/Assets/MRTK/Tests/PlayModeTests/ChangeActiveProfileTests.cs b/Assets/MRTK/Tests/PlayModeTests/ChangeActiveProfileTests.cs index a45a400701b..e52c0550a78 100644 --- a/Assets/MRTK/Tests/PlayModeTests/ChangeActiveProfileTests.cs +++ b/Assets/MRTK/Tests/PlayModeTests/ChangeActiveProfileTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #if !WINDOWS_UWP // When the .NET scripting backend is enabled and C# projects are built diff --git a/Assets/MRTK/Tests/PlayModeTests/ScrollViewTests.cs b/Assets/MRTK/Tests/PlayModeTests/ScrollViewTests.cs index 0b0af852868..b14d7d1ec3e 100644 --- a/Assets/MRTK/Tests/PlayModeTests/ScrollViewTests.cs +++ b/Assets/MRTK/Tests/PlayModeTests/ScrollViewTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.UI;