diff --git a/.file-header b/.file-header index 85e1c802..c9204d7c 100644 --- a/.file-header +++ b/.file-header @@ -3,7 +3,7 @@ # - # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-api/api_lib/api.py b/client-api/api_lib/api.py index c9cc1e8f..a1836552 100755 --- a/client-api/api_lib/api.py +++ b/client-api/api_lib/api.py @@ -3,7 +3,7 @@ # pvcapi.py - PVC HTTP API functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index ac23ec88..3634c253 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -3,7 +3,7 @@ # api.py - PVC HTTP API interface # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-cli/pvc.py b/client-cli/pvc.py index 86ea2d1a..a5ce6845 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -3,7 +3,7 @@ # pvc.py - PVC client command-line interface # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-common/ansiprint.py b/client-common/ansiprint.py index 760731e9..6d37b8b8 100644 --- a/client-common/ansiprint.py +++ b/client-common/ansiprint.py @@ -3,7 +3,7 @@ # ansiprint.py - Printing function for formatted messages # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-common/ceph.py b/client-common/ceph.py index 58c684fc..b49367c1 100644 --- a/client-common/ceph.py +++ b/client-common/ceph.py @@ -3,7 +3,7 @@ # ceph.py - PVC client function library, Ceph cluster fuctions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-common/common.py b/client-common/common.py index 1a364906..a3f453c8 100644 --- a/client-common/common.py +++ b/client-common/common.py @@ -3,7 +3,7 @@ # common.py - PVC client function library, common fuctions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-common/network.py b/client-common/network.py index 896e7818..b6fef518 100644 --- a/client-common/network.py +++ b/client-common/network.py @@ -3,7 +3,7 @@ # network.py - PVC client function library, Network fuctions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-common/node.py b/client-common/node.py index 68d2af9a..feb7f55b 100644 --- a/client-common/node.py +++ b/client-common/node.py @@ -3,7 +3,7 @@ # node.py - PVC client function library, node management # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-common/vm.py b/client-common/vm.py index 3e3c1b0c..1afb1e53 100644 --- a/client-common/vm.py +++ b/client-common/vm.py @@ -3,7 +3,7 @@ # vm.py - PVC client function library, VM fuctions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client-common/zkhandler.py b/client-common/zkhandler.py index 077a5d86..317d00ad 100644 --- a/client-common/zkhandler.py +++ b/client-common/zkhandler.py @@ -3,7 +3,7 @@ # zkhandler.py - Secure versioned ZooKeeper updates # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd.py b/node-daemon/pvcd.py index 9b3bcebd..1fe8e386 100755 --- a/node-daemon/pvcd.py +++ b/node-daemon/pvcd.py @@ -3,7 +3,7 @@ # pvcd.py - Node daemon startup stub # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/CephInstance.py b/node-daemon/pvcd/CephInstance.py index c133c34c..8d7e5f44 100644 --- a/node-daemon/pvcd/CephInstance.py +++ b/node-daemon/pvcd/CephInstance.py @@ -3,7 +3,7 @@ # CephInstance.py - Class implementing a PVC node Ceph instance # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/DNSAggregatorInstance.py b/node-daemon/pvcd/DNSAggregatorInstance.py index 59fe5296..65cf29d3 100644 --- a/node-daemon/pvcd/DNSAggregatorInstance.py +++ b/node-daemon/pvcd/DNSAggregatorInstance.py @@ -3,7 +3,7 @@ # DNSAggregatorInstance.py - Class implementing a DNS aggregator and run by pvcd # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/Daemon.py b/node-daemon/pvcd/Daemon.py index e4fbb9c1..a00b2b62 100644 --- a/node-daemon/pvcd/Daemon.py +++ b/node-daemon/pvcd/Daemon.py @@ -3,7 +3,7 @@ # Daemon.py - Node daemon # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/NodeInstance.py b/node-daemon/pvcd/NodeInstance.py index c1d42690..56bbd61c 100644 --- a/node-daemon/pvcd/NodeInstance.py +++ b/node-daemon/pvcd/NodeInstance.py @@ -3,7 +3,7 @@ # NodeInstance.py - Class implementing a PVC node in pvcd # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/VMConsoleWatcherInstance.py b/node-daemon/pvcd/VMConsoleWatcherInstance.py index 58c83486..c3cffdf8 100644 --- a/node-daemon/pvcd/VMConsoleWatcherInstance.py +++ b/node-daemon/pvcd/VMConsoleWatcherInstance.py @@ -3,7 +3,7 @@ # VMConsoleWatcherInstance.py - Class implementing a console log watcher for PVC domains # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/VMInstance.py b/node-daemon/pvcd/VMInstance.py index 646de629..1a68a0fb 100644 --- a/node-daemon/pvcd/VMInstance.py +++ b/node-daemon/pvcd/VMInstance.py @@ -3,7 +3,7 @@ # VMInstance.py - Class implementing a PVC virtual machine in pvcd # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/VXNetworkInstance.py b/node-daemon/pvcd/VXNetworkInstance.py index bebd8519..3a23f22d 100644 --- a/node-daemon/pvcd/VXNetworkInstance.py +++ b/node-daemon/pvcd/VXNetworkInstance.py @@ -3,7 +3,7 @@ # VXNetworkInstance.py - Class implementing a PVC VM network and run by pvcd # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/common.py b/node-daemon/pvcd/common.py index 807cb7ac..ed363159 100644 --- a/node-daemon/pvcd/common.py +++ b/node-daemon/pvcd/common.py @@ -3,7 +3,7 @@ # common.py - PVC daemon function library, common fuctions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/dnsmasq-zookeeper-leases.py b/node-daemon/pvcd/dnsmasq-zookeeper-leases.py index 0e0366c8..aa122aef 100755 --- a/node-daemon/pvcd/dnsmasq-zookeeper-leases.py +++ b/node-daemon/pvcd/dnsmasq-zookeeper-leases.py @@ -3,7 +3,7 @@ # dnsmasq-zookeeper-leases.py - DNSMASQ leases script for Zookeeper # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/fencing.py b/node-daemon/pvcd/fencing.py index d20fc70d..0f13af1f 100644 --- a/node-daemon/pvcd/fencing.py +++ b/node-daemon/pvcd/fencing.py @@ -3,7 +3,7 @@ # fencing.py - PVC daemon function library, node fencing functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/log.py b/node-daemon/pvcd/log.py index 64cd3836..11edb8a6 100644 --- a/node-daemon/pvcd/log.py +++ b/node-daemon/pvcd/log.py @@ -3,7 +3,7 @@ # log.py - Output (stdout + logfile) functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/node-daemon/pvcd/zkhandler.py b/node-daemon/pvcd/zkhandler.py index e58fc45d..86af02ba 100644 --- a/node-daemon/pvcd/zkhandler.py +++ b/node-daemon/pvcd/zkhandler.py @@ -3,7 +3,7 @@ # zkhandler.py - Secure versioned ZooKeeper updates # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018 Joshua M. Boniface +# Copyright (C) 2018-2019 Joshua M. Boniface # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by