Added sample copyright notice to skeleton utility script.

This commit is contained in:
Ernesto Hernández-Novich 2008-06-09 15:06:40 +00:00
parent 26171e97b4
commit 8dc4216edd

View file

@ -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;