mirror of
https://github.com/tykeal/homeassistant-rental-control.git
synced 2026-06-30 19:57:31 +00:00
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>
15 lines
640 B
Python
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."""
|