diff --git a/agent-local/proxmox b/agent-local/proxmox index 5c7b40b..fd1f73a 100755 --- a/agent-local/proxmox +++ b/agent-local/proxmox @@ -1,5 +1,19 @@ #!/usr/bin/perl -w +# Copyright (C) 2015 Mark Schouten +# +# 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; version 2 dated June, +# 1991. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# See http://www.gnu.org/licenses/gpl.txt for the full license + use constant { TIMEZONE => 'Europe/Amsterdam' };