From d45e87994a1a2e7dbf1620f38e2e1bce6c88ecf1 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Fri, 8 Feb 2013 00:32:50 +0000 Subject: [PATCH] Convert initial license block to something more like the documentation standard. --- interface/billing/new_payment.php | 54 +++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 28 deletions(-) diff --git a/interface/billing/new_payment.php b/interface/billing/new_payment.php index 67775fc7d..fc3bedd6b 100644 --- a/interface/billing/new_payment.php +++ b/interface/billing/new_payment.php @@ -1,32 +1,30 @@ -// -// -// 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. -// -// -// A copy of the GNU General Public License is included along with this program: -// openemr/interface/login/GnuGPL.html -// For more information write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// -// Author: Eldho Chacko -// Paul Simon K -// -// +------------------------------------------------------------------------------+ -//=============================================================================== -//This screen handles the cash/cheque entry and its distribution to various charges. -//=============================================================================== +/** + * This screen handles the cash/cheque entry and its distribution to various charges. + * + * Copyright (C) 2010 Z&H Consultancy Services Private Limited + * + * 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. + * + * + * A copy of the GNU General Public License is included along with this program: + * openemr/interface/login/GnuGPL.html + * For more information write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * Author: Eldho Chacko + * Paul Simon K + * + */ require_once("../globals.php"); require_once("$srcdir/invoice_summary.inc.php"); require_once("$srcdir/sl_eob.inc.php"); -- 2.11.4.GIT