From 6372fbed54d7c1acd5dcb266d10b99df1f02299b Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 16 Mar 2021 11:57:58 +0100 Subject: [PATCH] Added copyright notice CURA-7180 keyring storage --- cura/OAuth2/SecretStorage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cura/OAuth2/SecretStorage.py b/cura/OAuth2/SecretStorage.py index f0b04786dc..509c60d4f8 100644 --- a/cura/OAuth2/SecretStorage.py +++ b/cura/OAuth2/SecretStorage.py @@ -1,3 +1,5 @@ +# Copyright (c) 2021 Ultimaker B.V. +# Cura is released under the terms of the LGPLv3 or higher. from typing import Optional import keyring # TODO: Add to about as dependency