From 9db0c895e8204a663dfd1f46dbe631cb0fff9a87 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 06 May 2012 13:38:31 -0400
Subject: [PATCH] Remove BOM (#1488458)

---
 program/include/clisetup.php |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/program/include/clisetup.php b/program/include/clisetup.php
index 01d7291..22ffbbc 100644
--- a/program/include/clisetup.php
+++ b/program/include/clisetup.php
@@ -6,7 +6,10 @@
  |                                                                       |
  | This file is part of the Roundcube Webmail client                     |
  | Copyright (C) 2010, The Roundcube Dev Team                            |
- | Licensed under the GNU GPL                                            |
+ |                                                                       |
+ | Licensed under the GNU General Public License version 3 or            |
+ | any later version with exceptions for skins & plugins.                |
+ | See the README file for a full license statement.                     |
  |                                                                       |
  | PURPOSE:                                                              |
  |   Setup the command line environment and provide some utitlity        |
@@ -52,7 +55,7 @@
 			continue;
 
 		$args[$key] = preg_replace(array('/^["\']/', '/["\']$/'), '', $value);
-		
+
 		if ($alias = $aliases[$key])
 			$args[$alias] = $args[$key];
 	}
@@ -89,4 +92,4 @@
   }
 }
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1