Skip to content

Commit 2dabb92

Browse files
committed
Start applying license headers.
1 parent d91652c commit 2dabb92

14 files changed

Lines changed: 165 additions & 53 deletions

OSVR-Unity/Assets/OSVRUnity/src/ClientKit.cs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using UnityEngine;
@@ -120,4 +128,4 @@ void OnApplicationQuit()
120128
}
121129
}
122130
}
123-
}
131+
}

OSVR-Unity/Assets/OSVRUnity/src/DLLSearchPathFixer.cs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using System;
@@ -50,4 +58,4 @@ public static void fix()
5058

5159
}
5260
}
53-
}
61+
}

OSVR-Unity/Assets/OSVRUnity/src/DeviceDescriptor.cs

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using UnityEngine;

OSVR-Unity/Assets/OSVRUnity/src/DisplayInterface.cs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using System;
@@ -130,4 +138,4 @@ public DeviceDescriptor GetDeviceDescription()
130138
}
131139
}
132140
}
133-
}
141+
}

OSVR-Unity/Assets/OSVRUnity/src/GetParent.cs

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using UnityEngine;

OSVR-Unity/Assets/OSVRUnity/src/InterfaceBase.cs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using UnityEngine;
@@ -46,4 +54,4 @@ public InterfaceCallbacks osvrInterface
4654
}
4755
}
4856
}
49-
}
57+
}

OSVR-Unity/Assets/OSVRUnity/src/InterfaceCallbacks.cs

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using UnityEngine;

OSVR-Unity/Assets/OSVRUnity/src/InterfaceGameObject.cs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using UnityEngine;
@@ -158,4 +166,4 @@ void OnApplicationQuit()
158166

159167
}
160168
}
161-
}
169+
}

OSVR-Unity/Assets/OSVRUnity/src/Math.cs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using UnityEngine;
@@ -36,4 +44,4 @@ public static Matrix4x4 ConvertPose(OSVR.ClientKit.Pose3 pose)
3644
}
3745
}
3846
}
39-
}
47+
}

OSVR-Unity/Assets/OSVRUnity/src/OrientationInterface.cs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
*
33
* <http://sensics.com/osvr>
44
* Copyright 2014 Sensics, Inc.
5-
* All rights reserved.
6-
*
7-
* Final version intended to be licensed under Apache v2.0
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
816
*/
917

1018
using UnityEngine;
@@ -54,4 +62,4 @@ void OnDestroy()
5462
}
5563
}
5664
}
57-
}
65+
}

0 commit comments

Comments
 (0)