Change "XGL" to "Vulkan" in header/copyright for auto-gen code.
authorIan Elliott <ian@LunarG.com>
Wed, 15 Apr 2015 17:15:13 +0000 (11:15 -0600)
committerChia-I Wu <olv@lunarg.com>
Thu, 16 Apr 2015 09:48:20 +0000 (17:48 +0800)
vk_helper.py

index 8895173..fd9ff8a 100755 (executable)
@@ -464,7 +464,7 @@ class StructWrapperGen:
         copyright.append('/* THIS FILE IS GENERATED.  DO NOT EDIT. */');
         copyright.append('');
         copyright.append('/*');
-        copyright.append(' * XGL');
+        copyright.append(' * Vulkan');
         copyright.append(' *');
         copyright.append(' * Copyright (C) 2014 LunarG, Inc.');
         copyright.append(' *');