Skip to content

Commit

Permalink
add license everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Aug 30, 2024
1 parent 975b943 commit 45f255a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions antarest/study/storage/abstract_storage_service.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 45f255a

Please sign in to comment.