From 45f255abc55c20e83d07b771a016a91cf584fcf4 Mon Sep 17 00:00:00 2001 From: belthlemar Date: Fri, 30 Aug 2024 14:24:42 +0200 Subject: [PATCH] add license everywhere --- antarest/study/storage/abstract_storage_service.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/antarest/study/storage/abstract_storage_service.py b/antarest/study/storage/abstract_storage_service.py index 892f855970..045c33c81c 100644 --- a/antarest/study/storage/abstract_storage_service.py +++ b/antarest/study/storage/abstract_storage_service.py @@ -1,3 +1,15 @@ +# Copyright (c) 2024, RTE (https://www.rte-france.com) +# +# See AUTHORS.txt +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# SPDX-License-Identifier: MPL-2.0 +# +# This file is part of the Antares project. + import json import logging import shutil