From 1d9e3abba3ea44bc26887b059d1e4ce804b84d6f Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Wed, 9 Mar 2016 20:21:22 +0100 Subject: Include all the licenses --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 09a0e83..fe02e42 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,6 +3,7 @@ extern crate ilc_cli; use ilc_cli::Cli; static MASTER_HASH: &'static str = include_str!("../.git/refs/heads/master"); +static NOTICE: &'static str = include_str!("../NOTICE"); fn main() { ilc_cli::main(Cli { @@ -12,5 +13,6 @@ fn main() { } else { Some(MASTER_HASH.trim_right().to_owned()) }, + notice: NOTICE, }); } -- cgit v1.2.3