From f8416f8b9615a7dea8ded4b9065324c4be66957e Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 25 Mar 2020 16:45:44 +0100 Subject: [PATCH] fix licensing --- .eslintrc.js | 7 +++++++ index.js | 4 ++-- jenkins.js | 7 +++++++ snippets/db/dot_parser.js | 7 +++++++ snippets/db/index.js | 4 ++-- snippets/jenkins/index.js | 4 ++-- snippets/jenkins/template/node/jenkins.js | 7 +++++++ snippets/migration/csv.template.js | 7 +++++++ snippets/migration/index.js | 4 ++-- snippets/migration/template.js | 7 +++++++ snippets/node/index.js | 4 ++-- snippets/node/template/.eslintrc.js | 7 +++++++ snippets/node/template/index.js | 7 +++++++ snippets/requestor/index.js | 4 ++-- snippets/requestor/template.js | 7 +++++++ snippets/snippet/index.js | 4 ++-- snippets/snippet/template/index.js | 4 ++-- stryker.conf.js | 7 +++++++ 18 files changed, 86 insertions(+), 16 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 6710f8a..fcf6269 100644 --- a/.eslintrc.js +++ b/.eslintrc.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 , March 2020 + */ + module.exports = { env: { commonjs: true, diff --git a/index.js b/index.js index 7d3e79d..c933d26 100644 --- a/index.js +++ b/index.js @@ -2,9 +2,9 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of snippeteer which is released under BSD-3-Clause. + * 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 + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-console */ diff --git a/jenkins.js b/jenkins.js index fb5239d..00a7c53 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 , March 2020 + */ + /* eslint-disable no-process-exit */ /* eslint-disable no-console */ /* eslint-disable no-sync */ diff --git a/snippets/db/dot_parser.js b/snippets/db/dot_parser.js index 83b5de5..913fbfd 100644 --- a/snippets/db/dot_parser.js +++ b/snippets/db/dot_parser.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 , March 2020 + */ + /* eslint-disable no-magic-numbers */ /* eslint-disable no-console */ diff --git a/snippets/db/index.js b/snippets/db/index.js index e8b9e01..03c59eb 100644 --- a/snippets/db/index.js +++ b/snippets/db/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of snippeteer which is released under BSD-3-Clause. + * This file is part of Snippeteer which is released under BSD-3-Clause. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , February 2020 + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-magic-numbers */ diff --git a/snippets/jenkins/index.js b/snippets/jenkins/index.js index 1c5c658..b9d3f43 100644 --- a/snippets/jenkins/index.js +++ b/snippets/jenkins/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of snippeteer which is released under BSD-3-Clause. + * 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 + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-sync */ diff --git a/snippets/jenkins/template/node/jenkins.js b/snippets/jenkins/template/node/jenkins.js index fb5239d..00a7c53 100644 --- a/snippets/jenkins/template/node/jenkins.js +++ b/snippets/jenkins/template/node/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 , March 2020 + */ + /* eslint-disable no-process-exit */ /* eslint-disable no-console */ /* eslint-disable no-sync */ diff --git a/snippets/migration/csv.template.js b/snippets/migration/csv.template.js index d28dc36..f7da318 100644 --- a/snippets/migration/csv.template.js +++ b/snippets/migration/csv.template.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 , March 2020 + */ + 'use strict'; const csv = require ('csv-parse'); diff --git a/snippets/migration/index.js b/snippets/migration/index.js index 1f6a143..1669534 100644 --- a/snippets/migration/index.js +++ b/snippets/migration/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of snippeteer which is released under BSD-3-Clause. + * 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 + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-sync */ diff --git a/snippets/migration/template.js b/snippets/migration/template.js index d48e853..fe22428 100644 --- a/snippets/migration/template.js +++ b/snippets/migration/template.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 , March 2020 + */ + /* eslint-disable no-magic-numbers */ 'use strict'; diff --git a/snippets/node/index.js b/snippets/node/index.js index 9c642b4..fd9d26c 100644 --- a/snippets/node/index.js +++ b/snippets/node/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of snippeteer which is released under BSD-3-Clause. + * 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 + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-sync */ diff --git a/snippets/node/template/.eslintrc.js b/snippets/node/template/.eslintrc.js index 6710f8a..fcf6269 100644 --- a/snippets/node/template/.eslintrc.js +++ b/snippets/node/template/.eslintrc.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 , March 2020 + */ + module.exports = { env: { commonjs: true, diff --git a/snippets/node/template/index.js b/snippets/node/template/index.js index e69de29..39a04d5 100644 --- a/snippets/node/template/index.js +++ b/snippets/node/template/index.js @@ -0,0 +1,7 @@ +/* + * 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 , March 2020 + */ + diff --git a/snippets/requestor/index.js b/snippets/requestor/index.js index b542602..47163dd 100644 --- a/snippets/requestor/index.js +++ b/snippets/requestor/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of snippeteer which is released under BSD-3-Clause. + * 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 + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-sync */ diff --git a/snippets/requestor/template.js b/snippets/requestor/template.js index 719504b..cfb53bc 100644 --- a/snippets/requestor/template.js +++ b/snippets/requestor/template.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 , March 2020 + */ + 'use strict'; module.exports = function handler (req, res, next, opts) { diff --git a/snippets/snippet/index.js b/snippets/snippet/index.js index 45bba7f..a97de87 100644 --- a/snippets/snippet/index.js +++ b/snippets/snippet/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of snippeteer which is released under BSD-3-Clause. + * 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 + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-sync */ diff --git a/snippets/snippet/template/index.js b/snippets/snippet/template/index.js index 45bba7f..a97de87 100644 --- a/snippets/snippet/template/index.js +++ b/snippets/snippet/template/index.js @@ -1,8 +1,8 @@ /* * Copyright (C) Sapphirecode - All Rights Reserved - * This file is part of snippeteer which is released under BSD-3-Clause. + * 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 + * Created by Timo Hocker , March 2020 */ /* eslint-disable no-sync */ diff --git a/stryker.conf.js b/stryker.conf.js index 9958df2..d5ac9e6 100644 --- a/stryker.conf.js +++ b/stryker.conf.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 , March 2020 + */ + 'use strict'; /**