diff --git a/ElectronClient/app/app.js b/ElectronClient/app/app.js index 179fad653a..c4ebd01cc5 100644 --- a/ElectronClient/app/app.js +++ b/ElectronClient/app/app.js @@ -621,10 +621,11 @@ class Application extends BaseApplication { if ('git' in p) { gitInfo = _('Revision: %s (%s)', p.git.hash, p.git.branch); } + const copyrightText = 'Copyright © 2016-YYYY Laurent Cozic'; let message = [ p.description, '', - 'Copyright © 2016-2019 Laurent Cozic', + copyrightText.replace('YYYY', new Date().getFullYear()), _('%s %s (%s, %s)', p.name, p.version, Setting.value('env'), process.platform), '', _('Client ID: %s', Setting.value('clientId')), diff --git a/docs/gsoc2020/lessons learned.md b/docs/gsoc2020/lessons learned.md new file mode 100644 index 0000000000..d647cf7fcf --- /dev/null +++ b/docs/gsoc2020/lessons learned.md @@ -0,0 +1,7 @@ +- (git) tools suggestion / referencing +- coding style +- quick introduction, 3 steps to contribute / apply for GSoC +- show prove of improvment +- + +