diff --git a/.eslintrc.js b/.eslintrc.js index 6710f8a..d74e002 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Consts 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 92d4c7f..b42d015 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 Consts which is released under MIT. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-magic-numbers */ diff --git a/jenkins.js b/jenkins.js index fb5239d..330c005 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of Consts 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 */