diff --git a/plugin/clockworksms/config.php b/plugin/clockworksms/config.php index 0c6b840b9e..52017f034b 100755 --- a/plugin/clockworksms/config.php +++ b/plugin/clockworksms/config.php @@ -1,5 +1,5 @@ uninstall(); \ No newline at end of file +ClockworksmsPlugin::create()->uninstall(); diff --git a/plugin/clockworksms/changelog.md b/plugin/clockworksms/vendor/changelog.md similarity index 100% rename from plugin/clockworksms/changelog.md rename to plugin/clockworksms/vendor/changelog.md diff --git a/plugin/clockworksms/lib/clockworksms_api.php b/plugin/clockworksms/vendor/clockworksms_api.php similarity index 100% rename from plugin/clockworksms/lib/clockworksms_api.php rename to plugin/clockworksms/vendor/clockworksms_api.php diff --git a/plugin/clockworksms/lib/exception.php b/plugin/clockworksms/vendor/exception.php similarity index 100% rename from plugin/clockworksms/lib/exception.php rename to plugin/clockworksms/vendor/exception.php diff --git a/plugin/clockworksms/vendor/license.txt b/plugin/clockworksms/vendor/license.txt new file mode 100644 index 0000000000..041edd0c5f --- /dev/null +++ b/plugin/clockworksms/vendor/license.txt @@ -0,0 +1,14 @@ +Copyright (c) 2011 - 2012, Mediaburst Ltd + +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. + diff --git a/plugin/clockworksms/license.txt b/plugin/clockworksms/vendor/license.txt~ similarity index 100% rename from plugin/clockworksms/license.txt rename to plugin/clockworksms/vendor/license.txt~ diff --git a/plugin/clockworksms/readme.md b/plugin/clockworksms/vendor/readme.md similarity index 100% rename from plugin/clockworksms/readme.md rename to plugin/clockworksms/vendor/readme.md