summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/07-callback/vs_callback.sc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/07-callback/vs_callback.sc')
-rw-r--r--3rdparty/bgfx/examples/07-callback/vs_callback.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bgfx/examples/07-callback/vs_callback.sc b/3rdparty/bgfx/examples/07-callback/vs_callback.sc
index 28ef12e9083..aba775fd4eb 100644
--- a/3rdparty/bgfx/examples/07-callback/vs_callback.sc
+++ b/3rdparty/bgfx/examples/07-callback/vs_callback.sc
@@ -2,8 +2,8 @@ $input a_position, a_color0
$output v_world, v_color0
/*
- * Copyright 2011-2018 Branimir Karadzic. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
*/
#include "../common/common.sh"