From 2f6c978f56da914f2454556be373ae98c3c28346 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 25 Mar 2020 17:01:22 +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..c27345f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Utilities 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 74d5ef7..9bc1124 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Utilities 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..673d2bb 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Utilities 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..7878088 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Utilities 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 e273313..553a01a 100644 --- a/test/index.js +++ b/test/index.js @@ -1,5 +1,7 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Utilities which is released under MIT. + * See file 'LICENSE' for full license details. * Created by Timo Hocker , March 2020 */