Files
Andrew Grimberg a05677c01a Chore: Add SPDX headers to all files
Configure SPDX headers in all files along with adding the needed license
text.

Configure the reuse tool to validate all license and copyright headers
exist and are correct.

Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
2024-05-18 10:54:53 -07:00

15 lines
640 B
Python

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2021 Andrew Grimberg <tykeal@bardicgrove.org>
##############################################################################
# COPYRIGHT 2021 Andrew Grimberg
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache 2.0 License
# which accompanies this distribution, and is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# Contributors:
# Andrew Grimberg - Initial implementation
##############################################################################
"""Dummy init so that pytest works."""