From 400627a13515143622396b8743fc9d912270ece7 Mon Sep 17 00:00:00 2001 From: "Meinel, Michael" Date: Thu, 28 Sep 2023 09:40:51 +0200 Subject: [PATCH] Very stubby implementation of "deposit to file" plugin --- src/hermes/commands/deposit/file.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/hermes/commands/deposit/file.py b/src/hermes/commands/deposit/file.py index d7282400..e9034d9c 100644 --- a/src/hermes/commands/deposit/file.py +++ b/src/hermes/commands/deposit/file.py @@ -1,3 +1,10 @@ +# SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) +# +# SPDX-License-Identifier: Apache-2.0 + +# SPDX-FileContributor: David Pape +# SPDX-FileContributor: Michael Meinel + import json import click