From 381e73058f9962ec962e082a0f4ba27d4c302088 Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Sat, 30 Jan 2021 18:40:46 +0900 Subject: [PATCH] Add License header --- Runtime/EnvironmentVariableRuntimeJson.cs | 4 ++++ Runtime/IOpenXRRuntimeJson.cs | 4 ++++ Runtime/OculusRuntimeJson.cs | 4 ++++ Runtime/OpenXRRuntimeJson.cs | 4 ++++ Runtime/OpenXRRuntimeType.cs | 4 ++++ Runtime/SteamVRRuntimeJson.cs | 4 ++++ Runtime/SystemDefaultRuntimeJson.cs | 4 ++++ Runtime/VarjoRuntimeJson.cs | 4 ++++ Runtime/ViveVRRuntimeJson.cs | 4 ++++ Runtime/WindowsMRRuntimeJson.cs | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/Runtime/EnvironmentVariableRuntimeJson.cs b/Runtime/EnvironmentVariableRuntimeJson.cs index 9992581..fae4d29 100644 --- a/Runtime/EnvironmentVariableRuntimeJson.cs +++ b/Runtime/EnvironmentVariableRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System; namespace OpenXRRuntimeJsons diff --git a/Runtime/IOpenXRRuntimeJson.cs b/Runtime/IOpenXRRuntimeJson.cs index 98669ee..2088a64 100644 --- a/Runtime/IOpenXRRuntimeJson.cs +++ b/Runtime/IOpenXRRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System; namespace OpenXRRuntimeJsons diff --git a/Runtime/OculusRuntimeJson.cs b/Runtime/OculusRuntimeJson.cs index 123d9bb..19f937e 100644 --- a/Runtime/OculusRuntimeJson.cs +++ b/Runtime/OculusRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System; using System.IO; using Microsoft.Win32; diff --git a/Runtime/OpenXRRuntimeJson.cs b/Runtime/OpenXRRuntimeJson.cs index b19de68..989109e 100644 --- a/Runtime/OpenXRRuntimeJson.cs +++ b/Runtime/OpenXRRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/Runtime/OpenXRRuntimeType.cs b/Runtime/OpenXRRuntimeType.cs index 6c02201..a87caac 100644 --- a/Runtime/OpenXRRuntimeType.cs +++ b/Runtime/OpenXRRuntimeType.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + namespace OpenXRRuntimeJsons { public enum OpenXRRuntimeType diff --git a/Runtime/SteamVRRuntimeJson.cs b/Runtime/SteamVRRuntimeJson.cs index ed21f76..1c7cc7b 100644 --- a/Runtime/SteamVRRuntimeJson.cs +++ b/Runtime/SteamVRRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System; using System.Collections.Generic; using System.IO; diff --git a/Runtime/SystemDefaultRuntimeJson.cs b/Runtime/SystemDefaultRuntimeJson.cs index b2c7db7..57e7a90 100644 --- a/Runtime/SystemDefaultRuntimeJson.cs +++ b/Runtime/SystemDefaultRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System; using System.IO; using Microsoft.Win32; diff --git a/Runtime/VarjoRuntimeJson.cs b/Runtime/VarjoRuntimeJson.cs index c5dce2c..da118bd 100644 --- a/Runtime/VarjoRuntimeJson.cs +++ b/Runtime/VarjoRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System; using System.IO; using Microsoft.Win32; diff --git a/Runtime/ViveVRRuntimeJson.cs b/Runtime/ViveVRRuntimeJson.cs index 4571002..187996d 100644 --- a/Runtime/ViveVRRuntimeJson.cs +++ b/Runtime/ViveVRRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System; using System.IO; using Microsoft.Win32; diff --git a/Runtime/WindowsMRRuntimeJson.cs b/Runtime/WindowsMRRuntimeJson.cs index b03bf14..93b8ad0 100644 --- a/Runtime/WindowsMRRuntimeJson.cs +++ b/Runtime/WindowsMRRuntimeJson.cs @@ -1,3 +1,7 @@ +// Copyright 2021 KOGA Mitsuhiro Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + using System; using System.IO;