Add a copyright notice to app.psgi

This commit is contained in:
Colin Kuskie 2011-12-28 11:28:56 -08:00
parent b8e088ff7a
commit cad5567654

View file

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