From 9ac35f5866b9c79046bb4b5ec080c94f365bb8cf Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 25 Mar 2020 17:03:40 +0100 Subject: [PATCH] fix license --- .eslintrc.js | 7 +++++++ index.js | 2 ++ jenkins.js | 7 +++++++ stryker.conf.js | 7 +++++++ test/index.js | 2 ++ 5 files changed, 25 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 6710f8a..ecba231 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Encoding-Helper which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , March 2020 + */ + module.exports = { env: { commonjs: true, diff --git a/index.js b/index.js index 8fc3dcc..493e9c7 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Encoding-Helper which is released under MIT. + * See file 'LICENSE' for full license details. * Created by Timo Hocker , March 2020 */ diff --git a/jenkins.js b/jenkins.js index fb5239d..25c51e8 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Encoding-Helper which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , March 2020 + */ + /* eslint-disable no-process-exit */ /* eslint-disable no-console */ /* eslint-disable no-sync */ diff --git a/stryker.conf.js b/stryker.conf.js index 9958df2..a5ae35d 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Encoding-Helper which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , March 2020 + */ + 'use strict'; /** diff --git a/test/index.js b/test/index.js index 7ca25f4..9c5aad6 100644 --- a/test/index.js +++ b/test/index.js @@ -1,5 +1,7 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Encoding-Helper which is released under MIT. + * See file 'LICENSE' for full license details. * Created by Timo Hocker , March 2020 */