[vr] updated all VR files to say GPLv3, for clarity. All other files are still subject to v3 due to the "or later" suffix

This commit is contained in:
amwatson 2024-01-17 16:22:37 -06:00
parent e70539cb3e
commit b26623861f
21 changed files with 21 additions and 21 deletions

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/

View file

@ -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.
*******************************************************************************/