Update for Vulkan-Docs 1.2.144

This commit is contained in:
Jon Leech 2020-06-15 02:00:56 -07:00 committed by Jon Leech
parent 9d2dfca53b
commit f315245756
8 changed files with 955 additions and 899 deletions

View file

@ -96,11 +96,12 @@ def makeGenOpts(args):
featuresPat = makeREstring(features, allFeatures)
# Copyright text prefixing all headers (list of strings).
# The SPDX formatting below works around constraints of the 'reuse' tool
prefixStrings = [
'/*',
'** Copyright (c) 2015-2020 The Khronos Group Inc.',
'**',
'** SPDX-License-Identifier: Apache-2.0',
'** SPDX' + '-License-Identifier: Apache-2.0',
'*/',
''
]