summaryrefslogtreecommitdiff
path: root/electron/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'electron/src/lib')
-rw-r--r--electron/src/lib/api.js8
-rw-r--r--electron/src/lib/i18n.js8
2 files changed, 16 insertions, 0 deletions
diff --git a/electron/src/lib/api.js b/electron/src/lib/api.js
index 45b67d56..b6aa74e2 100644
--- a/electron/src/lib/api.js
+++ b/electron/src/lib/api.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.
+ *
+ */
+
const axios = require('axios')
const queryString = require('query-string')
diff --git a/electron/src/lib/i18n.js b/electron/src/lib/i18n.js
index 4f9395d7..de56fc8f 100644
--- a/electron/src/lib/i18n.js
+++ b/electron/src/lib/i18n.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.
+ *
+ */
+
module.exports.selectLanguage = function (translations) {
// get a list of available translations
var availableTranslations = ['en_US'];