From 7a93a51d094e978cee757774563034ce0a6a0626 Mon Sep 17 00:00:00 2001 From: Denis Artyushin Date: Tue, 7 May 2024 09:33:36 +0300 Subject: [PATCH] Remove invalid header (#38) --- graphql_query/templates.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/graphql_query/templates.py b/graphql_query/templates.py index 9f8a2b1..44d990a 100644 --- a/graphql_query/templates.py +++ b/graphql_query/templates.py @@ -1,15 +1,3 @@ -# ======================================================================= -# -# Copyright (c) 2020-2023 Northern Capital Gateway, LLC. All rights reserved. -# -# This software is the confidential and proprietary information of -# Northern Capital Gateway, LLC. -# You shall not disclose such Confidential Information and shall use it only in -# accordance with the terms of the license agreement you entered into with -# Northern Capital Gateway, LLC -# -# ======================================================================= - import os from pathlib import Path