Belle II Software
light-2405-quaxo
print_license.py
1
#!/usr/bin/env python3
2
3
10
11
from
basf2
import
find_file
12
13
print(
''
)
14
15
with
open(find_file(
"LICENSE.md"
))
as
license_file:
16
print(license_file.read())
17
18
print(
"For the full text of the LGPL-3.0 License see $BELLE2_RELEASE_DIR/COPYING"
)
framework
scripts
basf2_cli
print_license.py
Generated on Mon Jun 24 2024 17:52:13 for Belle II Software by
1.9.6