From 358b9ce0c201152f4b7065f539e7a1262ffba697 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 25 Mar 2020 17:05:57 +0100 Subject: [PATCH] fix license --- .eslintrc.js | 7 +++++++ index.js | 4 ++-- jenkins.js | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8c42e77..015cc02 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of SCode-Eslint-Config which is released under BSD-3-Clause. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , March 2020 + */ + module.exports = { env: { es6: true, diff --git a/index.js b/index.js index af96689..e0a68ce 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of @scode/eslint-config which is released under BSD-3-Clause. + * This file is part of SCode-Eslint-Config which is released under BSD-3-Clause. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , January 2020 + * Created by Timo Hocker , March 2020 */ module.exports = { diff --git a/jenkins.js b/jenkins.js index 7080af9..456e0d5 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of SCode-Eslint-Config which is released under BSD-3-Clause. + * 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 */