From 17c4f79a6d3d82f6a309dfd3f940c1910431937c Mon Sep 17 00:00:00 2001 From: Romain Date: Sun, 28 Apr 2013 20:26:30 +0200 Subject: [PATCH] Adding licence --- _build/build.transport.php | 5 ----- core/components/tvsorter/docs/mit.txt | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 core/components/tvsorter/docs/mit.txt diff --git a/_build/build.transport.php b/_build/build.transport.php index cd79ac4..486a591 100644 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -32,11 +32,6 @@ // Override with your own defines here (see build.config.sample.php) require_once $sources['build'] . 'build.config.php'; require_once MODX_CORE_PATH . 'model/modx/modx.class.php'; -require_once $sources['build'] . '/includes/helper.php'; - - -// Copy the appropriate license type -Helper::setLicense($sources, 'MIT'); // Instantiate modX $modx = new modX(); diff --git a/core/components/tvsorter/docs/mit.txt b/core/components/tvsorter/docs/mit.txt new file mode 100644 index 0000000..7d64832 --- /dev/null +++ b/core/components/tvsorter/docs/mit.txt @@ -0,0 +1,17 @@ +MIT License +----------- + +Copyright © 2013 Melting Media + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the “Software”), to deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.