From f6d8b2f7bbd4f82b05c6a4ada8ca28ebc3f0f76e Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Fri, 14 Jun 2019 18:14:40 +0200 Subject: [PATCH] Add license header to empty __init__ --- tests/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index e69de29..bb0bffd 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -0,0 +1,3 @@ +# Copyright (c) 2019 Nico Alt +# SPDX-License-Identifier: AGPL-3.0-only +# License-Filename: LICENSE.md -- GitLab