diff --git a/index.js b/index.js index 703a07c..4a2e679 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,12 @@ #!/usr/bin/env node +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of snippeteer which is released under BSD-3-Clause. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , January 2020 + */ + /* eslint-disable no-console */ /* eslint-disable global-require */ /* eslint-disable no-sync */ diff --git a/jenkins.js b/jenkins.js index c5e4547..e6b4f16 100644 --- a/jenkins.js +++ b/jenkins.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of snippeteer which is released under BSD-3-Clause. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , January 2020 + */ + const fs = require ('fs'); const pkg = JSON.parse (fs.readFileSync ('package.json', 'utf-8')); diff --git a/snippets/jenkins/index.js b/snippets/jenkins/index.js index 5c85860..1b39d61 100644 --- a/snippets/jenkins/index.js +++ b/snippets/jenkins/index.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of snippeteer which is released under BSD-3-Clause. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , January 2020 + */ + /* eslint-disable no-sync */ /* eslint-disable no-console */ diff --git a/snippets/node/index.js b/snippets/node/index.js index 0de79ed..dfa7ea6 100644 --- a/snippets/node/index.js +++ b/snippets/node/index.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of snippeteer which is released under BSD-3-Clause. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , January 2020 + */ + /* eslint-disable no-sync */ /* eslint-disable no-console */ diff --git a/snippets/snippet/index.js b/snippets/snippet/index.js index 25abe58..9d53fb3 100644 --- a/snippets/snippet/index.js +++ b/snippets/snippet/index.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of snippeteer which is released under BSD-3-Clause. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , January 2020 + */ + /* eslint-disable no-sync */ /* eslint-disable no-console */ diff --git a/snippets/snippet/template/index.js b/snippets/snippet/template/index.js index 25abe58..9d53fb3 100644 --- a/snippets/snippet/template/index.js +++ b/snippets/snippet/template/index.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of snippeteer which is released under BSD-3-Clause. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , January 2020 + */ + /* eslint-disable no-sync */ /* eslint-disable no-console */ diff --git a/snippets/vue/index.js b/snippets/vue/index.js index 562bce8..cbabba0 100644 --- a/snippets/vue/index.js +++ b/snippets/vue/index.js @@ -1,3 +1,10 @@ +/* + * Copyright (C) Sapphirecode - All Rights Reserved + * This file is part of snippeteer which is released under BSD-3-Clause. + * See file 'LICENSE' for full license details. + * Created by Timo Hocker , January 2020 + */ + /* eslint-disable no-sync */ /* eslint-disable no-console */ diff --git a/snippets/vue/template/src/main.js b/snippets/vue/template/src/main.js index cad1bb1..043636a 100644 --- a/snippets/vue/template/src/main.js +++ b/snippets/vue/template/src/main.js @@ -1,5 +1,6 @@ // @ts-nocheck /* eslint-disable */ + import Vue from 'vue'; import App from './App.vue';