From 2dee9f0171b18c48d5d02aa0dbc27735e0820697 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Thu, 6 Jun 2024 13:53:01 -0400 Subject: [PATCH] Create a new __init__.py file Create a new empty __init__.py file that is copyright Khronos. --- adoc/scripts/spec_tools/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/adoc/scripts/spec_tools/__init__.py b/adoc/scripts/spec_tools/__init__.py index 34c01f39..d7446acb 100644 --- a/adoc/scripts/spec_tools/__init__.py +++ b/adoc/scripts/spec_tools/__init__.py @@ -1,7 +1,5 @@ #!/usr/bin/python3 -i # -# Copyright (c) 2018-2019 Collabora, Ltd. +# Copyright 2013-2024 The Khronos Group Inc. # # SPDX-License-Identifier: Apache-2.0 -# -# Author(s): Ryan Pavlik