Added sample copyright notice to skeleton utility script.
This commit is contained in:
parent
26171e97b4
commit
8dc4216edd
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue