diff options
author | Juan Ramos <[email protected]> | 2023-07-12 12:52:35 -0600 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-07-14 09:57:20 -0600 |
commit | bc14fdad60c51235e23ee569834a5baecae9231a (patch) | |
tree | a26f2917cd82ede78de37891cf4f81baa2cb934f /registry | |
parent | 2565ffa31ea67650f95f65347ed8f5917c651fac (diff) | |
download | Vulkan-Headers-bc14fdad60c51235e23ee569834a5baecae9231a.tar.gz Vulkan-Headers-bc14fdad60c51235e23ee569834a5baecae9231a.zip |
Add REUSE compliance checker to CI
Diffstat (limited to 'registry')
-rw-r--r-- | registry/spec_tools/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/spec_tools/util.py b/registry/spec_tools/util.py index bf25845..a607dd2 100644 --- a/registry/spec_tools/util.py +++ b/registry/spec_tools/util.py @@ -1,5 +1,5 @@ """Utility functions not closely tied to other spec_tools types.""" -# Copyright (c) 2018-2019 Collabora, Ltd. +# Copyright 2018-2019 Collabora, Ltd. # Copyright 2013-2023 The Khronos Group Inc. # # SPDX-License-Identifier: Apache-2.0 |