diff --git a/.eslintrc.js b/.eslintrc.js index 6710f8a..1157d6c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) SapphireCode - All Rights Reserved + * This file is part of Standard which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , May 2020 + */ + module.exports = { env: { commonjs: true, diff --git a/.liconfig.json b/.liconfig.json new file mode 100644 index 0000000..2fcd85d --- /dev/null +++ b/.liconfig.json @@ -0,0 +1,8 @@ +{ + "has_license": true, + "license": "MIT", + "author": "Timo Hocker", + "company": "SapphireCode", + "email": "timo@scode.ovh", + "software": "Standard" +} \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..50704b2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +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: + +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/asset_jenkins.js b/asset_jenkins.js index 1c842e2..ef70511 100644 --- a/asset_jenkins.js +++ b/asset_jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) SapphireCode - All Rights Reserved + * This file is part of Standard which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , May 2020 + */ + 'use strict'; module.exports = `/* eslint-disable no-process-exit */ diff --git a/asset_jenkinsfile.js b/asset_jenkinsfile.js index e1bc1ae..f0bd3d1 100644 --- a/asset_jenkinsfile.js +++ b/asset_jenkinsfile.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) SapphireCode - All Rights Reserved + * This file is part of Standard which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , May 2020 + */ + 'use strict'; module.exports = `pipeline { diff --git a/index.js b/index.js index 072dfb7..87c40da 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) SapphireCode - All Rights Reserved + * This file is part of Standard which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , May 2020 + */ + 'use strict'; const jenkins = require ('./asset_jenkins'); diff --git a/jenkins.js b/jenkins.js index 0a0c545..585cd49 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) SapphireCode - All Rights Reserved + * This file is part of Standard which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , May 2020 + */ + /* eslint-disable no-process-exit */ /* eslint-disable no-console */ /* eslint-disable no-sync */ diff --git a/package.json b/package.json index 30a0bf2..4f92529 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@scode/standard", "version": "1.0.0", "main": "index.js", - "author": "Timo Hocker ", + "author": "Timo Hocker ", "license": "MIT", "devDependencies": { "@scode/eslint-config": "^2.0.15", @@ -18,4 +18,4 @@ "LICENSE", "*.js" ] -} +} \ No newline at end of file