From 77b751e7c6b2f28f70286e939c8b3a8290dad236 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 17 May 2020 19:04:57 +0200 Subject: [PATCH] license --- .eslintrc.js | 4 ++-- .liconfig.json | 8 ++++++++ LICENSE | 30 ++++-------------------------- README.md | 2 +- index.js | 4 ++-- jenkins.js | 7 +++++++ package.json | 4 ++-- 7 files changed, 26 insertions(+), 33 deletions(-) create mode 100644 .liconfig.json diff --git a/.eslintrc.js b/.eslintrc.js index 0dbe6fa..7154726 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of SCode-Eslint-Config which is released under BSD-3-Clause. + * This file is part of eslint-config which is released under MIT. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , March 2020 + * Created by Timo Hocker , May 2020 */ module.exports = { diff --git a/.liconfig.json b/.liconfig.json new file mode 100644 index 0000000..01603a1 --- /dev/null +++ b/.liconfig.json @@ -0,0 +1,8 @@ +{ + "has_license": true, + "license": "MIT", + "author": "Timo Hocker", + "company": "Sapphirecode", + "email": "timo@scode.ovh", + "software": "eslint-config" +} \ No newline at end of file diff --git a/LICENSE b/LICENSE index 7807e07..50704b2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,29 +1,7 @@ -Copyright (c) 2020, Timo Hocker +MIT License Copyright (c) +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: -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * 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. - * Neither the name of scode-eslint-config 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 OWNER 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. +The above copyright notice and this permission notice (including the next paragraph) 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 NONINFRINGEMENT. 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. \ No newline at end of file diff --git a/README.md b/README.md index 3af73c9..9ed247e 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ module.exports = { ## License -BSD-3-Clause © Timo Hocker +BSD-3-Clause © Timo Hocker diff --git a/index.js b/index.js index 954f27e..83a24f4 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of SCode-Eslint-Config which is released under BSD-3-Clause. + * This file is part of eslint-config which is released under MIT. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , March 2020 + * Created by Timo Hocker , May 2020 */ module.exports = { diff --git a/jenkins.js b/jenkins.js index 865de5a..a5f08d4 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of eslint-config which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , May 2020 + */ + 'use strict'; const https = require ('https'); diff --git a/package.json b/package.json index 9ba9a79..f2e3963 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "eslint", "eslintconfig" ], - "author": "Timo Hocker", - "license": "BSD-3-Clause", + "author": "Timo Hocker ", + "license": "MIT", "devDependencies": { "eslint": "^7.0.0", "eslint-config-standard": "^14.1.1",