From 90a59769dd8d4de7b66c3e943e5271329980dab1 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 11 Mar 2021 23:43:07 -0500 Subject: add more license headers --- electron/src/main/index.dev.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'electron/src/main/index.dev.js') diff --git a/electron/src/main/index.dev.js b/electron/src/main/index.dev.js index 1d10bc4e..7fc8c159 100644 --- a/electron/src/main/index.dev.js +++ b/electron/src/main/index.dev.js @@ -1,3 +1,11 @@ +/* + * Authors: see git history + * + * Copyright (c) 2010 Authors + * Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. + * + */ + /** * This file is used specifically and only for development. It installs * `electron-debug` & `vue-devtools`. There shouldn't be any need to @@ -21,4 +29,4 @@ require('electron').app.on('ready', () => { }) // Require `main` process to boot app -require('./index') \ No newline at end of file +require('./index') -- cgit v1.2.3