From 14ee5ba85634f9b1acdf81088b180bdf862d2c16 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Fri, 26 May 2023 11:14:03 +0200 Subject: [PATCH] also annotate __init__.py file --- functions/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/__init__.py b/functions/__init__.py index e69de29..b504590 100755 --- a/functions/__init__.py +++ b/functions/__init__.py @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: 2023 Max Mehl +# +# SPDX-License-Identifier: Apache-2.0