From 0bf276fd51690b1254bb9fea67e3bf2d2d7eae26 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 25 Mar 2021 17:01:55 -0400 Subject: [PATCH] Update copyright year in headers --- .file-header | 2 +- api-daemon/provisioner/examples/debootstrap_script.py | 2 +- api-daemon/provisioner/examples/dummy_script.py | 2 +- api-daemon/pvcapid-manage.py | 2 +- api-daemon/pvcapid.py | 2 +- api-daemon/pvcapid/Daemon.py | 2 +- api-daemon/pvcapid/benchmark.py | 2 +- api-daemon/pvcapid/flaskapi.py | 2 +- api-daemon/pvcapid/helper.py | 2 +- api-daemon/pvcapid/libvirt_schema.py | 2 +- api-daemon/pvcapid/models.py | 2 +- api-daemon/pvcapid/ova.py | 2 +- api-daemon/pvcapid/provisioner.py | 2 +- client-cli/cli_lib/ansiprint.py | 2 +- client-cli/cli_lib/ceph.py | 2 +- client-cli/cli_lib/cluster.py | 2 +- client-cli/cli_lib/common.py | 2 +- client-cli/cli_lib/network.py | 2 +- client-cli/cli_lib/node.py | 2 +- client-cli/cli_lib/provisioner.py | 2 +- client-cli/cli_lib/vm.py | 2 +- client-cli/cli_lib/zkhandler.py | 2 +- client-cli/pvc.py | 2 +- client-cli/scripts/export_vm | 2 +- client-cli/scripts/force_single_node | 2 +- client-cli/scripts/import_vm | 2 +- client-cli/scripts/migrate_vm | 2 +- daemon-common/ceph.py | 2 +- daemon-common/cluster.py | 2 +- daemon-common/common.py | 2 +- daemon-common/network.py | 2 +- daemon-common/node.py | 2 +- daemon-common/vm.py | 2 +- daemon-common/zkhandler.py | 2 +- node-daemon/pvcnoded.py | 2 +- node-daemon/pvcnoded/CephInstance.py | 2 +- node-daemon/pvcnoded/DNSAggregatorInstance.py | 2 +- node-daemon/pvcnoded/Daemon.py | 2 +- node-daemon/pvcnoded/MetadataAPIInstance.py | 2 +- node-daemon/pvcnoded/NodeInstance.py | 2 +- node-daemon/pvcnoded/VMConsoleWatcherInstance.py | 2 +- node-daemon/pvcnoded/VMInstance.py | 2 +- node-daemon/pvcnoded/VXNetworkInstance.py | 2 +- node-daemon/pvcnoded/common.py | 2 +- node-daemon/pvcnoded/dnsmasq-zookeeper-leases.py | 2 +- node-daemon/pvcnoded/fencing.py | 2 +- node-daemon/pvcnoded/log.py | 2 +- node-daemon/pvcnoded/zkhandler.py | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.file-header b/.file-header index be33e97e..b1853ca4 100644 --- a/.file-header +++ b/.file-header @@ -3,7 +3,7 @@ # - # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/provisioner/examples/debootstrap_script.py b/api-daemon/provisioner/examples/debootstrap_script.py index 0bb20e59..ed569d92 100644 --- a/api-daemon/provisioner/examples/debootstrap_script.py +++ b/api-daemon/provisioner/examples/debootstrap_script.py @@ -3,7 +3,7 @@ # debootstrap_script.py - PVC Provisioner example script for Debootstrap # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/provisioner/examples/dummy_script.py b/api-daemon/provisioner/examples/dummy_script.py index 3036a305..216b5a04 100644 --- a/api-daemon/provisioner/examples/dummy_script.py +++ b/api-daemon/provisioner/examples/dummy_script.py @@ -3,7 +3,7 @@ # dummy_script.py - PVC Provisioner example script for noop # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid-manage.py b/api-daemon/pvcapid-manage.py index 6f6b30d8..6916e938 100755 --- a/api-daemon/pvcapid-manage.py +++ b/api-daemon/pvcapid-manage.py @@ -3,7 +3,7 @@ # manage.py - PVC Database management tasks # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid.py b/api-daemon/pvcapid.py index 35282de7..3e2f7b96 100755 --- a/api-daemon/pvcapid.py +++ b/api-daemon/pvcapid.py @@ -3,7 +3,7 @@ # pvcapid.py - API daemon startup stub # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid/Daemon.py b/api-daemon/pvcapid/Daemon.py index 2e58159b..e8f5bf47 100755 --- a/api-daemon/pvcapid/Daemon.py +++ b/api-daemon/pvcapid/Daemon.py @@ -3,7 +3,7 @@ # Daemon.py - PVC HTTP API daemon # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid/benchmark.py b/api-daemon/pvcapid/benchmark.py index dd5ccb1d..05b446a9 100755 --- a/api-daemon/pvcapid/benchmark.py +++ b/api-daemon/pvcapid/benchmark.py @@ -3,7 +3,7 @@ # benchmark.py - PVC API Benchmark functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid/flaskapi.py b/api-daemon/pvcapid/flaskapi.py index 3854ee90..72ca2f9f 100755 --- a/api-daemon/pvcapid/flaskapi.py +++ b/api-daemon/pvcapid/flaskapi.py @@ -3,7 +3,7 @@ # Daemon.py - PVC HTTP API daemon # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid/helper.py b/api-daemon/pvcapid/helper.py index fc1607c5..685f014e 100755 --- a/api-daemon/pvcapid/helper.py +++ b/api-daemon/pvcapid/helper.py @@ -3,7 +3,7 @@ # helper.py - PVC HTTP API helper functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid/libvirt_schema.py b/api-daemon/pvcapid/libvirt_schema.py index 1c5d74f9..117dbfdf 100755 --- a/api-daemon/pvcapid/libvirt_schema.py +++ b/api-daemon/pvcapid/libvirt_schema.py @@ -3,7 +3,7 @@ # libvirt_schema.py - Libvirt schema elements # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid/models.py b/api-daemon/pvcapid/models.py index ef447ce0..6d3e2255 100755 --- a/api-daemon/pvcapid/models.py +++ b/api-daemon/pvcapid/models.py @@ -3,7 +3,7 @@ # models.py - PVC Database models # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid/ova.py b/api-daemon/pvcapid/ova.py index bef48d27..67fd3b74 100755 --- a/api-daemon/pvcapid/ova.py +++ b/api-daemon/pvcapid/ova.py @@ -3,7 +3,7 @@ # ova.py - PVC OVA parser library # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/api-daemon/pvcapid/provisioner.py b/api-daemon/pvcapid/provisioner.py index 18ea84da..bc5c6e50 100755 --- a/api-daemon/pvcapid/provisioner.py +++ b/api-daemon/pvcapid/provisioner.py @@ -3,7 +3,7 @@ # provisioner.py - PVC API Provisioner functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/ansiprint.py b/client-cli/cli_lib/ansiprint.py index 34afab07..8ea7e42f 100644 --- a/client-cli/cli_lib/ansiprint.py +++ b/client-cli/cli_lib/ansiprint.py @@ -3,7 +3,7 @@ # ansiprint.py - Printing function for formatted messages # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/ceph.py b/client-cli/cli_lib/ceph.py index 0aed79fa..6e266473 100644 --- a/client-cli/cli_lib/ceph.py +++ b/client-cli/cli_lib/ceph.py @@ -3,7 +3,7 @@ # ceph.py - PVC CLI client function library, Ceph cluster functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/cluster.py b/client-cli/cli_lib/cluster.py index 27b060bb..564ca172 100644 --- a/client-cli/cli_lib/cluster.py +++ b/client-cli/cli_lib/cluster.py @@ -3,7 +3,7 @@ # cluster.py - PVC CLI client function library, cluster management # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/common.py b/client-cli/cli_lib/common.py index 45075ce1..955005d0 100644 --- a/client-cli/cli_lib/common.py +++ b/client-cli/cli_lib/common.py @@ -3,7 +3,7 @@ # common.py - PVC CLI client function library, Common functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/network.py b/client-cli/cli_lib/network.py index fb50cb47..fa006e92 100644 --- a/client-cli/cli_lib/network.py +++ b/client-cli/cli_lib/network.py @@ -3,7 +3,7 @@ # network.py - PVC CLI client function library, Network functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/node.py b/client-cli/cli_lib/node.py index 1462af59..bf0b2d25 100644 --- a/client-cli/cli_lib/node.py +++ b/client-cli/cli_lib/node.py @@ -3,7 +3,7 @@ # node.py - PVC CLI client function library, node management # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/provisioner.py b/client-cli/cli_lib/provisioner.py index a5691c25..765fa9c2 100644 --- a/client-cli/cli_lib/provisioner.py +++ b/client-cli/cli_lib/provisioner.py @@ -3,7 +3,7 @@ # provisioner.py - PVC CLI client function library, Provisioner functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/vm.py b/client-cli/cli_lib/vm.py index 675b59a2..bd7e829e 100644 --- a/client-cli/cli_lib/vm.py +++ b/client-cli/cli_lib/vm.py @@ -3,7 +3,7 @@ # vm.py - PVC CLI client function library, VM functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/cli_lib/zkhandler.py b/client-cli/cli_lib/zkhandler.py index def460a2..651c6e19 100644 --- a/client-cli/cli_lib/zkhandler.py +++ b/client-cli/cli_lib/zkhandler.py @@ -3,7 +3,7 @@ # zkhandler.py - Secure versioned ZooKeeper updates # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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 7c368965..39c76f3a 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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/scripts/export_vm b/client-cli/scripts/export_vm index 1d824e78..58bde4cf 100755 --- a/client-cli/scripts/export_vm +++ b/client-cli/scripts/export_vm @@ -3,7 +3,7 @@ # export_vm - Exports a VM from a PVC cluster to local files # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/scripts/force_single_node b/client-cli/scripts/force_single_node index 2d71ddc2..909e28bc 100755 --- a/client-cli/scripts/force_single_node +++ b/client-cli/scripts/force_single_node @@ -3,7 +3,7 @@ # force_single_node - Manually promote a single coordinator node from a degraded cluster # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/scripts/import_vm b/client-cli/scripts/import_vm index 9312e129..671007d4 100755 --- a/client-cli/scripts/import_vm +++ b/client-cli/scripts/import_vm @@ -3,7 +3,7 @@ # import_vm - Imports a VM to a PVC cluster from local files # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/scripts/migrate_vm b/client-cli/scripts/migrate_vm index ef8c7ad5..28e15dce 100755 --- a/client-cli/scripts/migrate_vm +++ b/client-cli/scripts/migrate_vm @@ -3,7 +3,7 @@ # migrate_vm - Exports a VM from a PVC cluster to another PVC cluster # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/daemon-common/ceph.py b/daemon-common/ceph.py index aef7aa52..a62b837c 100644 --- a/daemon-common/ceph.py +++ b/daemon-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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/daemon-common/cluster.py b/daemon-common/cluster.py index 0d394cb2..2add4030 100644 --- a/daemon-common/cluster.py +++ b/daemon-common/cluster.py @@ -3,7 +3,7 @@ # cluster.py - PVC client function library, cluster management # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/daemon-common/common.py b/daemon-common/common.py index c902bf10..fd43fda6 100644 --- a/daemon-common/common.py +++ b/daemon-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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/daemon-common/network.py b/daemon-common/network.py index f9a98daf..dfe30670 100644 --- a/daemon-common/network.py +++ b/daemon-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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/daemon-common/node.py b/daemon-common/node.py index 160ff3e3..0af9aabb 100644 --- a/daemon-common/node.py +++ b/daemon-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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/daemon-common/vm.py b/daemon-common/vm.py index 81a4c76e..3658882f 100644 --- a/daemon-common/vm.py +++ b/daemon-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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/daemon-common/zkhandler.py b/daemon-common/zkhandler.py index 4827b95c..e3fedee2 100644 --- a/daemon-common/zkhandler.py +++ b/daemon-common/zkhandler.py @@ -3,7 +3,7 @@ # zkhandler.py - Secure versioned ZooKeeper updates # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded.py b/node-daemon/pvcnoded.py index 74aae310..20c1734d 100755 --- a/node-daemon/pvcnoded.py +++ b/node-daemon/pvcnoded.py @@ -3,7 +3,7 @@ # pvcnoded.py - Node daemon startup stub # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/CephInstance.py b/node-daemon/pvcnoded/CephInstance.py index 3970ca43..a4893ac3 100644 --- a/node-daemon/pvcnoded/CephInstance.py +++ b/node-daemon/pvcnoded/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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/DNSAggregatorInstance.py b/node-daemon/pvcnoded/DNSAggregatorInstance.py index 7d6f3e47..2bb3e30d 100644 --- a/node-daemon/pvcnoded/DNSAggregatorInstance.py +++ b/node-daemon/pvcnoded/DNSAggregatorInstance.py @@ -3,7 +3,7 @@ # DNSAggregatorInstance.py - Class implementing a DNS aggregator and run by pvcnoded # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index 746fdd33..6c2ebb01 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -3,7 +3,7 @@ # Daemon.py - Node daemon # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/MetadataAPIInstance.py b/node-daemon/pvcnoded/MetadataAPIInstance.py index 5c0441ec..877a4b24 100644 --- a/node-daemon/pvcnoded/MetadataAPIInstance.py +++ b/node-daemon/pvcnoded/MetadataAPIInstance.py @@ -3,7 +3,7 @@ # MetadataAPIInstance.py - Class implementing an EC2-compatible cloud-init Metadata server # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/NodeInstance.py b/node-daemon/pvcnoded/NodeInstance.py index b8766b15..3d6fc698 100644 --- a/node-daemon/pvcnoded/NodeInstance.py +++ b/node-daemon/pvcnoded/NodeInstance.py @@ -3,7 +3,7 @@ # NodeInstance.py - Class implementing a PVC node in pvcnoded # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/VMConsoleWatcherInstance.py b/node-daemon/pvcnoded/VMConsoleWatcherInstance.py index e9239b4a..2d27f3b1 100644 --- a/node-daemon/pvcnoded/VMConsoleWatcherInstance.py +++ b/node-daemon/pvcnoded/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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/VMInstance.py b/node-daemon/pvcnoded/VMInstance.py index 607d2cf3..e4e1c2bb 100644 --- a/node-daemon/pvcnoded/VMInstance.py +++ b/node-daemon/pvcnoded/VMInstance.py @@ -3,7 +3,7 @@ # VMInstance.py - Class implementing a PVC virtual machine in pvcnoded # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/VXNetworkInstance.py b/node-daemon/pvcnoded/VXNetworkInstance.py index e425456a..aca94751 100644 --- a/node-daemon/pvcnoded/VXNetworkInstance.py +++ b/node-daemon/pvcnoded/VXNetworkInstance.py @@ -3,7 +3,7 @@ # VXNetworkInstance.py - Class implementing a PVC VM network and run by pvcnoded # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/common.py b/node-daemon/pvcnoded/common.py index bc3b19c1..dd8dd3ce 100644 --- a/node-daemon/pvcnoded/common.py +++ b/node-daemon/pvcnoded/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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/dnsmasq-zookeeper-leases.py b/node-daemon/pvcnoded/dnsmasq-zookeeper-leases.py index a7b7ba2d..4ada3d89 100755 --- a/node-daemon/pvcnoded/dnsmasq-zookeeper-leases.py +++ b/node-daemon/pvcnoded/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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/fencing.py b/node-daemon/pvcnoded/fencing.py index 92b44758..7a940a43 100644 --- a/node-daemon/pvcnoded/fencing.py +++ b/node-daemon/pvcnoded/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-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/log.py b/node-daemon/pvcnoded/log.py index ccf97500..7c365e0a 100644 --- a/node-daemon/pvcnoded/log.py +++ b/node-daemon/pvcnoded/log.py @@ -3,7 +3,7 @@ # log.py - Output (stdout + logfile) functions # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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/pvcnoded/zkhandler.py b/node-daemon/pvcnoded/zkhandler.py index e30bd947..03e3ab06 100644 --- a/node-daemon/pvcnoded/zkhandler.py +++ b/node-daemon/pvcnoded/zkhandler.py @@ -3,7 +3,7 @@ # zkhandler.py - Secure versioned ZooKeeper updates # Part of the Parallel Virtual Cluster (PVC) system # -# Copyright (C) 2018-2020 Joshua M. Boniface +# Copyright (C) 2018-2021 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