Skip to content

Commit

Permalink
Merge pull request #4740 from Flamefire/findpythondeps-doc
Browse files Browse the repository at this point in the history
Add license notice to findPythonDeps
  • Loading branch information
ocaisa authored Jan 9, 2025
2 parents d2e37b5 + f5f5272 commit b37f707
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion easybuild/scripts/findPythonDeps.py
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
##
"""
Find Python dependencies for a given Python package after loading dependencies specified in an EasyConfig.
This is intended for writing or updating PythonBundle EasyConfigs:
Expand Down

0 comments on commit b37f707

Please # to comment.