From 1119b93304e5833665df978ca677d618cf15d71c Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Tue, 22 Mar 2016 12:18:00 -0400 Subject: [PATCH] Add LGPL FFmpeg to about Auditors: @diracdeltas --- app/aboutDialog.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/aboutDialog.js b/app/aboutDialog.js index 83781fe2b4f..108e761df05 100644 --- a/app/aboutDialog.js +++ b/app/aboutDialog.js @@ -12,7 +12,9 @@ Electron: ${process.versions['atom-shell']} libchromiumcontent: ${process.versions['chrome']} V8: ${process.versions.v8} Node.js: ${process.versions.node} -Update channel: ${Channel.channel()}`, +Update channel: ${Channel.channel()} + +This software uses libraries from the FFmpeg project under the LGPLv2.1`, icon: path.join(__dirname, '..', 'app', 'img', 'braveAbout.png'), buttons: ['Ok'] })