From 8dc4216edde078f76ef0642f9a1846a53222ab9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Hern=C3=A1ndez-Novich?= Date: Mon, 9 Jun 2008 15:06:40 +0000 Subject: [PATCH] Added sample copyright notice to skeleton utility script. --- sbin/_utility.skeleton | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sbin/_utility.skeleton b/sbin/_utility.skeleton index 58939393a..f39141b65 100644 --- a/sbin/_utility.skeleton +++ b/sbin/_utility.skeleton @@ -1,3 +1,13 @@ +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2008 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + use lib "../lib"; use strict; use Pod::Usage;