From a6b7e581c274dc7bc53bcd3bdcebb8d6ec4bc19f Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Fri, 8 Feb 2013 06:26:57 +0000 Subject: [PATCH] Change format of initial comment block. --- interface/patient_file/transaction/record_request.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/interface/patient_file/transaction/record_request.php b/interface/patient_file/transaction/record_request.php index ccae5ab36..c71ce2162 100644 --- a/interface/patient_file/transaction/record_request.php +++ b/interface/patient_file/transaction/record_request.php @@ -1,10 +1,12 @@ -// -// 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. +/** + * Copyright (C) 2010 Brady Miller + * + * 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. + */ //SANITIZE ALL ESCAPES $sanitize_all_escapes=true; -- 2.11.4.GIT