Skip to content

Commit b37f707

Browse files
authored
Merge pull request #4740 from Flamefire/findpythondeps-doc
Add license notice to findPythonDeps
2 parents d2e37b5 + f5f5272 commit b37f707

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

easybuild/scripts/findPythonDeps.py

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
#!/usr/bin/env python
2-
2+
##
3+
# Copyright 2021-2025 Alexander Grund
4+
#
5+
# https://github.com/easybuilders/easybuild
6+
#
7+
# EasyBuild is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation v2.
10+
#
11+
# EasyBuild is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU General Public License for more details.
15+
#
16+
# You should have received a copy of the GNU General Public License
17+
# along with EasyBuild. If not, see <http://www.gnu.org/licenses/>.
18+
##
319
"""
420
Find Python dependencies for a given Python package after loading dependencies specified in an EasyConfig.
521
This is intended for writing or updating PythonBundle EasyConfigs:

0 commit comments

Comments
 (0)