Skip to content

Commit be12e9c

Browse files
committed
* doc/mkfuncdocs.py, doc/mkqhcp.py: update sehbank usage on python
scripts
1 parent 67faa89 commit be12e9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/mkfuncdocs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

3-
## Copyright 2018-2024 John Donoghue
3+
## Copyright 2018-2025 John Donoghue
44
##
55
## This program is free software: you can redistribute it and/or modify it
66
## under the terms of the GNU General Public License as published by

doc/mkqhcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
## mkqhcp.py
44
## Version 1.0.5
55

6-
## Copyright 2022-2023 John Donoghue
6+
## Copyright 2022-2025 John Donoghue
77
##
88
## This program is free software: you can redistribute it and/or modify it
99
## under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)