Skip to content

Commit

Permalink
[vr] updated all VR files to say GPLv3, for clarity. All other files …
Browse files Browse the repository at this point in the history
…are still subject to v3 due to the "or later" suffix
  • Loading branch information
amwatson committed Jan 17, 2024
1 parent e70539c commit b266238
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/OpenXR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Filename : OpenXR.cpp
Content : OpenXR initialization and shutdown code.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/OpenXR.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Filename : OpenXR.h
Content : OpenXR initialization and shutdown code.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/Swapchain.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Filename : Swapchain.h
Content : A Swapchain.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/XrController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Filename : XrController.cpp
Content : XR-specific input handling.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/XrController.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Content : XR-specific input handling. Specifically defines the XR
tracked controllers and their input states, not gamepad.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/gl/Egl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Filename : Egl.cpp
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/gl/Egl.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Filename : Egl.h
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/layers/CursorLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Filename : CursorLayer.cpp
Content : Renders a cursor
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/layers/CursorLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Filename : CursorLayer.h
Content : Renders a cursor
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Content : Handles the projection of the "Game Surface" panels into XR.
panel (mono touchpad).
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/layers/GameSurfaceLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Content : Handles the projection of the "Game Surface" panels into XR.
except at the highest stereo depths.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Filename : PassthroughLayer.cpp
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/layers/PassthroughLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Filename : PassthroughLayer.h
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/main_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Filename : main_helper.h
Content : Used by other parts of the project to set the high-pri TID.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/utils/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Filename : Common.h
Content : Common utilities
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/utils/JniUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Content : Lightweight lib for JNI.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/utils/JniUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ said, this app is pretty simple, hoping I avoided any leaks.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/utils/LogUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Filename : LogUtils.h
Content : Logging macros I define in every project
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/utils/SyspropUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Filename : SyspropUtils.h
Content : Utility functions for accessing system properties
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/utils/XrMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Filename : XrMath.h
Content : Lightweight 3D math library for OpenXR.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/jni/vr/vr_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Content : VR entrypoint for Android. Called from onCreate to iniitalize
the "VrApp" thread, which handles OpenXR and XR-specific
rendering.
Authors : Amanda M. Watson
License : Licensed under GPLv2 or any later version.
License : Licensed under GPLv3 or any later version.
Refer to the license.txt file included.
*******************************************************************************/
Expand Down

0 comments on commit b266238

Please sign in to comment.