diff --git a/HoloLensCameraStream/Dummy Project/CameraParameters.cs b/HoloLensCameraStream/Dummy Project/CameraParameters.cs index e16ad96..a15c816 100644 --- a/HoloLensCameraStream/Dummy Project/CameraParameters.cs +++ b/HoloLensCameraStream/Dummy Project/CameraParameters.cs @@ -1,4 +1,9 @@ -using System; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using System; namespace HoloLensCameraStream { diff --git a/HoloLensCameraStream/Dummy Project/CapturePixelFormat.cs b/HoloLensCameraStream/Dummy Project/CapturePixelFormat.cs index 6964c0c..cd2a116 100644 --- a/HoloLensCameraStream/Dummy Project/CapturePixelFormat.cs +++ b/HoloLensCameraStream/Dummy Project/CapturePixelFormat.cs @@ -1,4 +1,9 @@ -namespace HoloLensCameraStream +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +namespace HoloLensCameraStream { public enum CapturePixelFormat { diff --git a/HoloLensCameraStream/Dummy Project/Resolution.cs b/HoloLensCameraStream/Dummy Project/Resolution.cs index 765a3a4..98f6607 100644 --- a/HoloLensCameraStream/Dummy Project/Resolution.cs +++ b/HoloLensCameraStream/Dummy Project/Resolution.cs @@ -1,4 +1,9 @@ -namespace HoloLensCameraStream +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +namespace HoloLensCameraStream { public struct Resolution { diff --git a/HoloLensCameraStream/Dummy Project/ResultType.cs b/HoloLensCameraStream/Dummy Project/ResultType.cs index bc2c828..590e99d 100644 --- a/HoloLensCameraStream/Dummy Project/ResultType.cs +++ b/HoloLensCameraStream/Dummy Project/ResultType.cs @@ -1,4 +1,9 @@ -namespace HoloLensCameraStream +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +namespace HoloLensCameraStream { public enum ResultType { diff --git a/HoloLensCameraStream/Dummy Project/VideoCapture.cs b/HoloLensCameraStream/Dummy Project/VideoCapture.cs index 96026c6..adb11a3 100644 --- a/HoloLensCameraStream/Dummy Project/VideoCapture.cs +++ b/HoloLensCameraStream/Dummy Project/VideoCapture.cs @@ -1,4 +1,9 @@ -using System; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using System; using System.Collections.Generic; namespace HoloLensCameraStream diff --git a/HoloLensCameraStream/Dummy Project/VideoCaptureResult.cs b/HoloLensCameraStream/Dummy Project/VideoCaptureResult.cs index 9e26369..26511a6 100644 --- a/HoloLensCameraStream/Dummy Project/VideoCaptureResult.cs +++ b/HoloLensCameraStream/Dummy Project/VideoCaptureResult.cs @@ -1,4 +1,9 @@ -namespace HoloLensCameraStream +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +namespace HoloLensCameraStream { public struct VideoCaptureResult { diff --git a/HoloLensCameraStream/Dummy Project/VideoCaptureSample.cs b/HoloLensCameraStream/Dummy Project/VideoCaptureSample.cs index 567f131..664384c 100644 --- a/HoloLensCameraStream/Dummy Project/VideoCaptureSample.cs +++ b/HoloLensCameraStream/Dummy Project/VideoCaptureSample.cs @@ -1,4 +1,9 @@ -using System; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using System; using System.Collections.Generic; namespace HoloLensCameraStream diff --git a/HoloLensCameraStream/Plugin Project/CameraParameters.cs b/HoloLensCameraStream/Plugin Project/CameraParameters.cs index 80aa1fb..33a71b7 100644 --- a/HoloLensCameraStream/Plugin Project/CameraParameters.cs +++ b/HoloLensCameraStream/Plugin Project/CameraParameters.cs @@ -1,4 +1,9 @@ -namespace HoloLensCameraStream +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +namespace HoloLensCameraStream { /// /// When calling VideoCapture.StartPhotoModeAsync, you must pass in a CameraParameters object diff --git a/HoloLensCameraStream/Plugin Project/CapturePixelFormat.cs b/HoloLensCameraStream/Plugin Project/CapturePixelFormat.cs index 4da2c36..35f3807 100644 --- a/HoloLensCameraStream/Plugin Project/CapturePixelFormat.cs +++ b/HoloLensCameraStream/Plugin Project/CapturePixelFormat.cs @@ -1,4 +1,8 @@ - +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + namespace HoloLensCameraStream { /// diff --git a/HoloLensCameraStream/Plugin Project/Resolution.cs b/HoloLensCameraStream/Plugin Project/Resolution.cs index 700a009..3d54532 100644 --- a/HoloLensCameraStream/Plugin Project/Resolution.cs +++ b/HoloLensCameraStream/Plugin Project/Resolution.cs @@ -1,4 +1,9 @@ -namespace HoloLensCameraStream +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +namespace HoloLensCameraStream { /// /// A structure for holding a resolution. diff --git a/HoloLensCameraStream/Plugin Project/ResultType.cs b/HoloLensCameraStream/Plugin Project/ResultType.cs index 7acd7c8..2a4959e 100644 --- a/HoloLensCameraStream/Plugin Project/ResultType.cs +++ b/HoloLensCameraStream/Plugin Project/ResultType.cs @@ -1,4 +1,9 @@ -namespace HoloLensCameraStream +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +namespace HoloLensCameraStream { /// /// Represents the reason why the callback fired. diff --git a/HoloLensCameraStream/Plugin Project/VideoCapture.cs b/HoloLensCameraStream/Plugin Project/VideoCapture.cs index bf50dc5..be09538 100644 --- a/HoloLensCameraStream/Plugin Project/VideoCapture.cs +++ b/HoloLensCameraStream/Plugin Project/VideoCapture.cs @@ -1,4 +1,9 @@ -using System; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/HoloLensCameraStream/Plugin Project/VideoCaptureResult.cs b/HoloLensCameraStream/Plugin Project/VideoCaptureResult.cs index be04ed9..6199b20 100644 --- a/HoloLensCameraStream/Plugin Project/VideoCaptureResult.cs +++ b/HoloLensCameraStream/Plugin Project/VideoCaptureResult.cs @@ -1,4 +1,9 @@ -namespace HoloLensCameraStream +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +namespace HoloLensCameraStream { public struct VideoCaptureResult { diff --git a/HoloLensCameraStream/Plugin Project/VideoCaptureSample.cs b/HoloLensCameraStream/Plugin Project/VideoCaptureSample.cs index fb2783a..205f266 100644 --- a/HoloLensCameraStream/Plugin Project/VideoCaptureSample.cs +++ b/HoloLensCameraStream/Plugin Project/VideoCaptureSample.cs @@ -1,4 +1,9 @@ -using System; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using System; using System.Collections.Generic; using System.Diagnostics; using System.Numerics; diff --git a/HoloLensVideoCaptureExample/Assets/CamStream/Examples/Video Panel Example/Scripts/VideoPanel.cs b/HoloLensVideoCaptureExample/Assets/CamStream/Examples/Video Panel Example/Scripts/VideoPanel.cs index 812b858..712cb83 100644 --- a/HoloLensVideoCaptureExample/Assets/CamStream/Examples/Video Panel Example/Scripts/VideoPanel.cs +++ b/HoloLensVideoCaptureExample/Assets/CamStream/Examples/Video Panel Example/Scripts/VideoPanel.cs @@ -1,4 +1,9 @@ -using UnityEngine; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using UnityEngine; using UnityEngine.UI; public class VideoPanel : MonoBehaviour diff --git a/HoloLensVideoCaptureExample/Assets/CamStream/Examples/Video Panel Example/Scripts/VideoPanelApp.cs b/HoloLensVideoCaptureExample/Assets/CamStream/Examples/Video Panel Example/Scripts/VideoPanelApp.cs index e219565..c5ca3ee 100644 --- a/HoloLensVideoCaptureExample/Assets/CamStream/Examples/Video Panel Example/Scripts/VideoPanelApp.cs +++ b/HoloLensVideoCaptureExample/Assets/CamStream/Examples/Video Panel Example/Scripts/VideoPanelApp.cs @@ -1,4 +1,9 @@ -using UnityEngine; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using UnityEngine; using HoloLensCameraStream; diff --git a/HoloLensVideoCaptureExample/Assets/CamStream/Scripts/CameraStreamHelper.cs b/HoloLensVideoCaptureExample/Assets/CamStream/Scripts/CameraStreamHelper.cs index be6b7de..d1a0474 100644 --- a/HoloLensVideoCaptureExample/Assets/CamStream/Scripts/CameraStreamHelper.cs +++ b/HoloLensVideoCaptureExample/Assets/CamStream/Scripts/CameraStreamHelper.cs @@ -1,4 +1,9 @@ -using HoloLensCameraStream; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using HoloLensCameraStream; using System; using System.Linq; using UnityEngine; diff --git a/HoloLensVideoCaptureExample/Assets/CamStream/Scripts/LocatableCameraUtils.cs b/HoloLensVideoCaptureExample/Assets/CamStream/Scripts/LocatableCameraUtils.cs index 66cd782..1197b94 100644 --- a/HoloLensVideoCaptureExample/Assets/CamStream/Scripts/LocatableCameraUtils.cs +++ b/HoloLensVideoCaptureExample/Assets/CamStream/Scripts/LocatableCameraUtils.cs @@ -1,4 +1,9 @@ -using System.Collections; +// +// Copyright (c) 2017 Vulcan, Inc. All rights reserved. +// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. +// + +using System.Collections; using System.Collections.Generic; using UnityEngine;