autocluster: Add copyright message to main script
authorMartin Schwenke <martin@meltin.net>
Wed, 24 Jun 2020 23:44:41 +0000 (09:44 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 25 Jun 2020 00:18:09 +0000 (10:18 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
autocluster.py

index ed97f49643b235acec5234aee84f827edab8994c..5ef830ad9599ade06cecd6a134f79f21d762b511 100755 (executable)
@@ -7,6 +7,14 @@
    Uses Vagrant to create cluster, Ansible to configure
 '''
 
+
+# Copyright (C) Martin Schwenke  2019, 2020
+#
+# Based on ideas from a previous design/implementation:
+#
+#   Copyright (C) 2008 Andrew Tridgell and Martin Schwenke
+
+
 # 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
 # the Free Software Foundation; either version 3 of the License, or