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/lib/i18n.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'electron/src/lib/i18n.js') 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']; -- cgit v1.2.3