geckodriver: correct language in version string

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1805a0ccfe61092bbd71ed2e1c8bd513713cf905

--HG--
extra : rebase_source : 0a76ef1016606e44005efbc68087cbf57de34794
This commit is contained in:
Andreas Tolfsen 2016-09-01 13:59:50 +01:00
Родитель 643775e3ee
Коммит 61093e5130
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,9 @@ mod marionette;
lazy_static! {
pub static ref VERSION: String =
format!("{}\n\n{}", crate_version!(), "The source is available at https://github.com/mozilla/geckodriver
format!("{}\n\n{}", crate_version!(),
"The source code of this program is available at
https://github.com/mozilla/geckodriver.
This program is subject to the terms of the Mozilla Public License 2.0.
You can obtain a copy of the license at https://mozilla.org/MPL/2.0/.");