From 5137b65a0b0d115665eedfaaf2374cbf4f92e269 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 25 Mar 2020 16:58:43 +0100 Subject: [PATCH] fix license --- .eslintrc.js | 7 +++++++ index.js | 4 +++- jenkins.js | 7 +++++++ mock_server.js | 7 +++++++ stryker.conf.js | 7 +++++++ test/index.js | 2 +- 6 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 6710f8a..6d54d06 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Server-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 6dc45e6..34a722a 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * Created by Timo Hocker , January 2020 + * This file is part of Auth-Server-Helper which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , March 2020 */ // @ts-nocheck diff --git a/jenkins.js b/jenkins.js index fb5239d..668eb6f 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Server-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/mock_server.js b/mock_server.js index 906a3a4..932d98a 100644 --- a/mock_server.js +++ b/mock_server.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Server-Helper which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , March 2020 + */ + /* eslint-disable no-magic-numbers */ // @ts-nocheck 'use strict'; diff --git a/stryker.conf.js b/stryker.conf.js index 9958df2..769cf21 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Server-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 d0850d2..8479976 100644 --- a/test/index.js +++ b/test/index.js @@ -1,6 +1,6 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of auth-server-helper which is released under MIT. + * This file is part of Auth-Server-Helper which is released under MIT. * See file 'LICENSE' for full license details. * Created by Timo Hocker , March 2020 */