Merge pull request #18 from Jagadees-zyxware/master
[com.zyxware.civiwci.git] / CRM / Wci / Upgrader.php
index 08f32e8fa282ba08bcd375bb84fb8635075e5e41..947b16c5972a4fe5e8b10053543affa6a6aa7231 100644 (file)
@@ -1,4 +1,26 @@
 <?php
+/*
+ +--------------------------------------------------------------------+
+ | CiviCRM Widget Creation Interface (WCI) Version 1.0                |
+ +--------------------------------------------------------------------+
+ | Copyright Zyxware Technologies (c) 2014                            |
+ +--------------------------------------------------------------------+
+ | This file is a part of CiviCRM WCI.                                |
+ |                                                                    |
+ | CiviCRM WCI is free software; you can copy, modify, and distribute |
+ | it under the terms of the GNU Affero General Public License        |
+ | Version 3, 19 November 2007.                                       |
+ |                                                                    |
+ | CiviCRM WCI is distributed in the hope that it will be useful,     |
+ | but WITHOUT ANY WARRANTY; without even the implied warranty of     |
+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               |
+ | See the GNU Affero General Public License for more details.        |
+ |                                                                    |
+ | You should have received a copy of the GNU Affero General Public   |
+ | License along with this program; if not, contact Zyxware           |
+ | Technologies at info[AT]zyxware[DOT]com.                           |
+ +--------------------------------------------------------------------+
+*/
 
 /**
  * Collection of upgrade steps
@@ -58,7 +80,7 @@ class CRM_Wci_Upgrader extends CRM_Wci_Upgrader_Base {
     ');
 
     return TRUE;
-  } 
+  }
 
   public function upgrade_1001() {
     $this->ctx->log->info('Applying update 1001');