From f0c55cc35955e7b8d9126d5fcd482455efb965d3 Mon Sep 17 00:00:00 2001 From: Stefan <96178532+stefan6419846@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:12:28 +0100 Subject: [PATCH] add missing file header --- license_tools/constants.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/license_tools/constants.py b/license_tools/constants.py index b25eca8..4b909b6 100644 --- a/license_tools/constants.py +++ b/license_tools/constants.py @@ -1 +1,8 @@ +# Copyright (c) stefan6419846. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 +# See http://www.apache.org/licenses/LICENSE-2.0 for the license text. + +from __future__ import annotations + + NOT_REQUESTED = object()