From f5f5272c5b2022988a8419fc36a30e3afd33b3ce Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Thu, 9 Jan 2025 10:41:42 +0100 Subject: [PATCH] Add license notice to findPythonDeps This also removes the empty line before the docstring which allows the docs-parser to recognize it. --- easybuild/scripts/findPythonDeps.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/easybuild/scripts/findPythonDeps.py b/easybuild/scripts/findPythonDeps.py index 9424cde958..d9d9fd3bce 100755 --- a/easybuild/scripts/findPythonDeps.py +++ b/easybuild/scripts/findPythonDeps.py @@ -1,5 +1,21 @@ #!/usr/bin/env python - +## +# Copyright 2021-2025 Alexander Grund +# +# https://github.com/easybuilders/easybuild +# +# EasyBuild is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation v2. +# +# EasyBuild is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with EasyBuild. If not, see . +## """ Find Python dependencies for a given Python package after loading dependencies specified in an EasyConfig. This is intended for writing or updating PythonBundle EasyConfigs: