From 1dff1bca3081766e02f6596caca6717327b2bce4 Mon Sep 17 00:00:00 2001 From: Mike Lake <Mike.Lake@uts.edu.au> Date: Tue, 15 Feb 2022 14:06:44 +1100 Subject: [PATCH] Changed copyright --- README.md | 5 +++-- check_utilisation.py | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b47eb7..dcbdd49 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 540ee8e..1812d82 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. -- GitLab