From 00eb9bb8d3fd5bf407bb2f2f3ebd89116ffca1cf Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Fri, 8 Feb 2013 06:12:41 +0000 Subject: [PATCH] Change formatting of initial comment block. --- interface/orders/types.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/interface/orders/types.php b/interface/orders/types.php index 1a4f7f96a..7c6f00398 100644 --- a/interface/orders/types.php +++ b/interface/orders/types.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-2012 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