From 99546a71db4df08e47ff31bb6d2763e0ce582ef5 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 12 Aug 2003 12:06:34 +0000 Subject: [PATCH] added copyright and gpl notice removed owl prefix from table aliases --- presentation/Html.inc | 22 ++++++++++++++++++---- presentation/login.php | 21 +++++++++++++++------ presentation/logout.php | 22 +++++++++++++++++----- presentation/webpageTemplate.inc | 34 ++++++++++++++++++++++++---------- 4 files changed, 74 insertions(+), 25 deletions(-) diff --git a/presentation/Html.inc b/presentation/Html.inc index 5d8edac..3c9c345 100644 --- a/presentation/Html.inc +++ b/presentation/Html.inc @@ -1,14 +1,28 @@ , Jam Warehouse (Pty) Ltd, South Africa - * @package presentation + * @package administration.docfieldmanagement */ function renderHeading($sHeading, $sSectionName = "") { diff --git a/presentation/login.php b/presentation/login.php index 2cd09ec..cb950c6 100644 --- a/presentation/login.php +++ b/presentation/login.php @@ -2,23 +2,32 @@ // main library routines and defaults require_once("../config/dmsDefaults.php"); - /** * $Id$ * * This page handles logging a user into the dms. * This page displays the login form, and performs the business logic login processing. * - * Licensed under the GNU GPL. For full terms see the file COPYING. + * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa - * @package presentation */ -// ------------------------------- -// page start -// ------------------------------- global $default; if ($loginAction == "loginForm") { diff --git a/presentation/logout.php b/presentation/logout.php index 01d7468..2042986 100644 --- a/presentation/logout.php +++ b/presentation/logout.php @@ -1,15 +1,27 @@ , Jam Warehouse (Pty) Ltd, South Africa - * @package presentation + * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa */ // main library routines and defaults diff --git a/presentation/webpageTemplate.inc b/presentation/webpageTemplate.inc index 9030a03..002a8ce 100644 --- a/presentation/webpageTemplate.inc +++ b/presentation/webpageTemplate.inc @@ -1,15 +1,29 @@ fileSystemRoot/lib/users/User.inc"); require_once("$default->fileSystemRoot/lib/visualpatterns/PatternMainPage.inc"); -- libgit2 0.21.4