update copyright notices
This commit is contained in:
		
							
								
								
									
										7
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								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 <timo@scode.ovh>, January 2020 | ||||
|  */ | ||||
|  | ||||
| /* eslint-disable no-console */ | ||||
| /* eslint-disable global-require */ | ||||
| /* eslint-disable no-sync */ | ||||
|   | ||||
| @@ -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 <timo@scode.ovh>, January 2020 | ||||
|  */ | ||||
|  | ||||
| const fs = require ('fs'); | ||||
|  | ||||
| const pkg = JSON.parse (fs.readFileSync ('package.json', 'utf-8')); | ||||
|   | ||||
| @@ -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 <timo@scode.ovh>, January 2020 | ||||
|  */ | ||||
|  | ||||
| /* eslint-disable no-sync */ | ||||
| /* eslint-disable no-console */ | ||||
|  | ||||
|   | ||||
| @@ -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 <timo@scode.ovh>, January 2020 | ||||
|  */ | ||||
|  | ||||
| /* eslint-disable no-sync */ | ||||
| /* eslint-disable no-console */ | ||||
|  | ||||
|   | ||||
| @@ -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 <timo@scode.ovh>, January 2020 | ||||
|  */ | ||||
|  | ||||
| /* eslint-disable no-sync */ | ||||
| /* eslint-disable no-console */ | ||||
|  | ||||
|   | ||||
| @@ -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 <timo@scode.ovh>, January 2020 | ||||
|  */ | ||||
|  | ||||
| /* eslint-disable no-sync */ | ||||
| /* eslint-disable no-console */ | ||||
|  | ||||
|   | ||||
| @@ -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 <timo@scode.ovh>, January 2020 | ||||
|  */ | ||||
|  | ||||
| /* eslint-disable no-sync */ | ||||
| /* eslint-disable no-console */ | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| // @ts-nocheck | ||||
| /* eslint-disable */ | ||||
|  | ||||
| import Vue from 'vue'; | ||||
| import App from './App.vue'; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user