Browse Source

Merge branch 'ilosada-7225plugin' into 1.9.x

Yannick Warnier 10 years ago
parent
commit
4b0aaeaffc

+ 1 - 1
plugin/clockworksms/config.php

@@ -1,5 +1,5 @@
 <?php
-/* For licensing terms, see /license.txt */
+/* For licensing terms, see /vendor/license.txt */
 
 /**
  * Clockwork parameters that will be registered in the current settings

+ 1 - 1
plugin/clockworksms/install.php

@@ -1,5 +1,5 @@
 <?php
-/* For licensing terms, see /license.txt */
+/* For licensing terms, see /vendor/license.txt */
 
 /**
  * This script is included by main/admin/settings.lib.php and generally

+ 1 - 1
plugin/clockworksms/lib/clockworksms.lib.php

@@ -1,5 +1,5 @@
 <?php
-/* For licensing terms, see /license.txt */
+/* For licensing terms, see /vendor/license.txt */
 
 /**
  * Class Clockworksms

+ 1 - 1
plugin/clockworksms/lib/clockworksms_plugin.class.php

@@ -1,5 +1,5 @@
 <?php
-/* For licensing terms, see /license.txt */
+/* For licensing terms, see /vendor/license.txt */
 
 /**
  * Class ClockworksmsPlugin

+ 1 - 1
plugin/clockworksms/plugin.php

@@ -1,5 +1,5 @@
 <?php
-/* For licensing terms, see /license.txt */
+/* For licensing terms, see /vendor/license.txt */
 
 /**
  * @package chamilo.plugin.clockworksms

+ 2 - 2
plugin/clockworksms/uninstall.php

@@ -1,5 +1,5 @@
 <?php
-/* For licensing terms, see /license.txt */
+/* For licensing terms, see /vendor/license.txt */
 
 /**
  * This script is included by main/admin/settings.lib.php when unselecting a plugin
@@ -13,4 +13,4 @@
  * Queries
  */
 require_once dirname(__FILE__).'/config.php';
-ClockworksmsPlugin::create()->uninstall();
+ClockworksmsPlugin::create()->uninstall();

+ 0 - 0
plugin/clockworksms/changelog.md → plugin/clockworksms/vendor/changelog.md


+ 0 - 0
plugin/clockworksms/lib/clockworksms_api.php → plugin/clockworksms/vendor/clockworksms_api.php


+ 0 - 0
plugin/clockworksms/lib/exception.php → plugin/clockworksms/vendor/exception.php


+ 14 - 0
plugin/clockworksms/vendor/license.txt

@@ -0,0 +1,14 @@
+Copyright (c) 2011 - 2012, Mediaburst Ltd <hello@mediaburst.co.uk>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+

+ 0 - 0
plugin/clockworksms/license.txt → plugin/clockworksms/vendor/license.txt~


+ 0 - 0
plugin/clockworksms/readme.md → plugin/clockworksms/vendor/readme.md