Update for Vulkan-Docs 1.2.144
This commit is contained in:
parent
9d2dfca53b
commit
f315245756
8 changed files with 955 additions and 899 deletions
|
|
@ -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',
|
||||
'*/',
|
||||
''
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue