diff --git a/README.md b/README.md index 0b47eb78de13275993c41e77e4ef8f426baf73d6..dcbdd49e6db0c0b22303e8b3183f04ce7ebcac86 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ You will probably need to modify the code to pull such information from another ## License +Copyright 2021 Mike Lake, eResearch UTS + HPC Utilisation 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, either version 3 of the License, or (at your option) any later version. @@ -136,6 +138,5 @@ details. You should have received a copy of the GNU General Public License along with Data Directory Cataloger. If not, see http://www.gnu.org/licenses/. -Copyright 2021 Mike Lake -eResearch UTS +Mike Lake diff --git a/check_utilisation.py b/check_utilisation.py index 540ee8ec90f560d4c4e7ad7b4f0d8a5527ef7e1a..1812d8280706910b6fc7075bc0b60d2ac59e830a 100755 --- a/check_utilisation.py +++ b/check_utilisation.py @@ -21,6 +21,8 @@ Cannot use job key 'euser'from pbs_connect(pbs_server): License +Copyright 2021 Mike Lake + HPC Utilisation 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, either version 3 of the License, or (at your option) any later version. @@ -33,9 +35,8 @@ details. You should have received a copy of the GNU General Public License along with Foobar. If not, see <https://www.gnu.org/licenses/>. -Copyright 2021 Mike Lake +Releases -Releases: 2021-04-29 First release. 2021-11-01 Use docopt arg parsing instead or argparse. Had to add a virtualenv for this.