diff --git a/.eslintrc.js b/.eslintrc.js index 6710f8a..70e53c4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Client-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 90ce95b..3dd9a52 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of auth-client-helper which is released under MIT. + * This file is part of Auth-Client-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..0b260c0 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Client-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..a413ad7 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-Client-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 76bcf53..f9b3554 100644 --- a/test/index.js +++ b/test/index.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Auth-Client-Helper which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , March 2020 + */ + // @ts-nocheck 'use strict';