summaryrefslogtreecommitdiff
path: root/electron/src/main/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'electron/src/main/index.js')
-rw-r--r--electron/src/main/index.js8
1 files changed, 8 insertions, 0 deletions
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'