From 77d59c22b774b72d11d605ca1fe320d848634200 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Fri, 8 Feb 2013 06:10:11 +0000 Subject: [PATCH] reformat initial comment block. --- interface/orders/orders_results.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/interface/orders/orders_results.php b/interface/orders/orders_results.php index f70193504..fb2ce1072 100644 --- a/interface/orders/orders_results.php +++ b/interface/orders/orders_results.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-2013 Rod Roark + * + * 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. + */ require_once("../globals.php"); require_once("$srcdir/acl.inc"); -- 2.11.4.GIT