summaryrefslogtreecommitdiff
path: root/electron/src/lib/i18n.js
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-03-11 23:43:07 -0500
committerLex Neva <github.com@lexneva.name>2021-03-13 14:46:29 -0500
commit90a59769dd8d4de7b66c3e943e5271329980dab1 (patch)
treec5284d82047744f48e97a51d9d447966926aaab7 /electron/src/lib/i18n.js
parent1632afbb01344fe3391a76f20c3df54366b918f9 (diff)
add more license headers
Diffstat (limited to 'electron/src/lib/i18n.js')
-rw-r--r--electron/src/lib/i18n.js8
1 files changed, 8 insertions, 0 deletions
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'];