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 */