Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@mozilla.com>2016-09-01 15:59:50 +0300
committerAndreas Tolfsen <ato@mozilla.com>2016-09-01 15:59:50 +0300
commit1805a0ccfe61092bbd71ed2e1c8bd513713cf905 (patch)
tree6123393195cbae4322b9ebe596b2998aad1649c3 /src
parent8fa43b0edf188c8f84cdeb883c42af7d9016511e (diff)
correct language in version string
Diffstat (limited to 'src')
-rw-r--r--src/main.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 004d019..74c2319 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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/.");