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.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'electron/src/main/index.js') diff --git a/electron/src/main/index.js b/electron/src/main/index.js index 14a3da55..09fd2959 100644 --- a/electron/src/main/index.js +++ b/electron/src/main/index.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. + * + */ + 'use strict' import {app, BrowserWindow, ipcMain, dialog, shell} from 'electron' -- cgit v1.2.3