Skip to content

Commit

Permalink
Add License header
Browse files Browse the repository at this point in the history
  • Loading branch information
shiena committed Feb 1, 2021
1 parent d31d55e commit 381e730
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Runtime/EnvironmentVariableRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions Runtime/IOpenXRRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions Runtime/OculusRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 4 additions & 0 deletions Runtime/OpenXRRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 4 additions & 0 deletions Runtime/OpenXRRuntimeType.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions Runtime/SteamVRRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 4 additions & 0 deletions Runtime/SystemDefaultRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 4 additions & 0 deletions Runtime/VarjoRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 4 additions & 0 deletions Runtime/ViveVRRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 4 additions & 0 deletions Runtime/WindowsMRRuntimeJson.cs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 381e730

Please sign in to comment.