From cad5567654e1bd18bd5e725afde5a1f96abc81ab Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 28 Dec 2011 11:28:56 -0800 Subject: [PATCH] Add a copyright notice to app.psgi --- app.psgi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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;