From 02100a681ad64197203f26cedb620b608f2dcef8 Mon Sep 17 00:00:00 2001
From: stan <stan@e3e1d417-86f3-4887-817a-d78f3d33393f>
Date: Tue, 10 Dec 2002 13:17:16 +0000
Subject: [PATCH] Added CPL headers.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@159 e3e1d417-86f3-4887-817a-d78f3d33393f
---
 scripts/zmaudit.pl.z  | 21 +++++++++++++++++++++
 scripts/zmdc.pl.z     | 21 +++++++++++++++++++++
 scripts/zmfilter.pl.z | 21 +++++++++++++++++++++
 scripts/zmx10.pl.z    | 27 +++++++++++++++++++++++++--
 4 files changed, 88 insertions(+), 2 deletions(-)

diff --git a/scripts/zmaudit.pl.z b/scripts/zmaudit.pl.z
index d4f5c19ea..75fc6b855 100755
--- a/scripts/zmaudit.pl.z
+++ b/scripts/zmaudit.pl.z
@@ -1,5 +1,26 @@
 #!/usr/bin/perl -w
 #
+# ==========================================================================
+#
+# Zone Minder Audit Script, $Date$, $Revision$
+# Copyright (C) 2002  Philip Coombes
+#
+# 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 2
+# of the License, or (at your option) any later version.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ==========================================================================
+#
 # This script checks for consistency between the event filesystem and
 # the database. If events are found in one and not the other they are
 # deleted (optionally). Additionally any monitor event directories that
diff --git a/scripts/zmdc.pl.z b/scripts/zmdc.pl.z
index 2d65268cc..09749025c 100755
--- a/scripts/zmdc.pl.z
+++ b/scripts/zmdc.pl.z
@@ -1,5 +1,26 @@
 #!/usr/bin/perl -wT
 #
+# ==========================================================================
+#
+# Zone Minder Daemon Control Script, $Date$, $Revision$
+# Copyright (C) 2002  Philip Coombes
+#
+# 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 2
+# of the License, or (at your option) any later version.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ==========================================================================
+#
 # This script is the gateway for controlling the various ZoneMinder
 # daemons. All starting, stopping and restarting goes through here.
 # On the first invocation it starts up a server which subsequently
diff --git a/scripts/zmfilter.pl.z b/scripts/zmfilter.pl.z
index 116233f9d..1717a48c1 100755
--- a/scripts/zmfilter.pl.z
+++ b/scripts/zmfilter.pl.z
@@ -1,5 +1,26 @@
 #!/usr/bin/perl -w
 #
+# ==========================================================================
+#
+# Zone Minder Event Filter Script, $Date$, $Revision$
+# Copyright (C) 2002  Philip Coombes
+#
+# 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 2
+# of the License, or (at your option) any later version.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ==========================================================================
+#
 # This script continuously monitors the recorded events for the given
 # monitor and applies any filters which would delete and/or upload 
 # matching events
diff --git a/scripts/zmx10.pl.z b/scripts/zmx10.pl.z
index b918ab78f..48644b685 100755
--- a/scripts/zmx10.pl.z
+++ b/scripts/zmx10.pl.z
@@ -1,12 +1,35 @@
 #!/usr/bin/perl -wT
-
+#
+# ==========================================================================
+#
+# Zone Minder X10 Control Script, $Date$, $Revision$
+# Copyright (C) 2002  Philip Coombes
+#
+# 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 2
+# of the License, or (at your option) any later version.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
 # ==========================================================================
 #
 # This script controls the monitoring of the X10 interface and the consequent
 # management of the ZM daemons based on the receipt of X10 signals.
 #
-# ==========================================================================
 
+# ==========================================================================
+#
+# These are the elements you need to edit to suit your installation
+#
+# ==========================================================================
 use constant X10_DEVICE => '/dev/ttyS1';
 use constant X10_HOUSE_CODE => 'K';
 use constant X10_SOCK_FILE => '/tmp/zmx10.sock';