Add a copyright notice to app.psgi
This commit is contained in:
parent
b8e088ff7a
commit
cad5567654
1 changed files with 14 additions and 0 deletions
14
app.psgi
14
app.psgi
|
|
@ -1,4 +1,18 @@
|
|||
|
||||
=head1 LEGAL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
WebGUI is Copyright 2001-2009 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
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=cut
|
||||
|
||||
use strict;
|
||||
use Plack::Builder;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue