diff --git a/app.psgi b/app.psgi index a5f414a08..8eee0d5ab 100644 --- a/app.psgi +++ b/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;