From 3a27d25877f03e4d06cabff5bd7f06c513d0156c Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Wed, 20 Jan 2016 11:29:16 +0700 Subject: [PATCH] ENHANCEMENT: license --- LICENSE.md | 12 ++++++++++++ composer.json | 37 +++++++++++++++++++++---------------- 2 files changed, 33 insertions(+), 16 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..563f956 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,12 @@ +Copyright (c) 2014 to 2016, Gordon B Anderson +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/composer.json b/composer.json index aefe445..ee45edd 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,22 @@ { - "name": "weboftalent/html-tagline", - "description": "Enable an HTML tag line instead of a textual one", - "type": "silverstripe-module", - "keywords": ["silverstripe", "tagline","html","weboftalent"], - "authors": [ - { - "name": "Gordon Anderson", - "email": "gordon.b.anderson@gmail.com", - "role": "Developer" - } - ], - "require": - { - "silverstripe/framework": "~3.1" - } -} \ No newline at end of file + "name": "weboftalent/html-tagline", + "description": "Enable an HTML tag line instead of a textual one", + "type": "silverstripe-module", + "keywords": [ + "silverstripe", + "tagline", + "html", + "weboftalent" + ], + "authors": [ + { + "name": "Gordon Anderson", + "email": "gordon.b.anderson@gmail.com", + "role": "Developer" + } + ], + "require": { + "silverstripe/framework": "~3.1" + }, + "license": "BSD-3-Clause" +}