From d5501121ca891ee061343ec3077d6c1019d99a9e Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Wed, 15 Apr 2015 11:15:13 -0600 Subject: [PATCH] Change "XGL" to "Vulkan" in header/copyright for auto-gen code. --- vk_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vk_helper.py b/vk_helper.py index 8895173..fd9ff8a 100755 --- a/vk_helper.py +++ b/vk_helper.py @@ -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(' *'); -- 2.7.4