From e8615cf494302f80aa9e8a36a280aa5cb8e3742a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 04 Sep 2012 08:42:13 -0400
Subject: [PATCH] Merge pull request #25 from raoulbhatia/fix-1488669

---
 program/include/rcube_sqlite.inc |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/program/include/rcube_sqlite.inc b/program/include/rcube_sqlite.inc
index cc80865..3b74b26 100644
--- a/program/include/rcube_sqlite.inc
+++ b/program/include/rcube_sqlite.inc
@@ -4,9 +4,12 @@
  +-----------------------------------------------------------------------+
  | program/include/rcube_sqlite.inc                                      |
  |                                                                       |
- | This file is part of the RoundCube Webmail client                     |
- | Copyright (C) 2005-2010, RoundCube Dev. - Switzerland                 |
- | Licensed under the GNU GPL                                            |
+ | This file is part of the Roundcube Webmail client                     |
+ | Copyright (C) 2005-2010, The Roundcube Dev Team                       |
+ |                                                                       |
+ | 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:                                                              |
  |   Provide callback functions for sqlite that will emulate             |
@@ -73,5 +76,4 @@
 {
     //console($str);
 }
-  
-?>
+

--
Gitblit v1.9.1