Update copyright years
This commit is contained in:
parent
a582ffcad3
commit
dce7c1b820
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ fn help_text(cmds: Vec<String>) -> String {
|
||||||
|
|
||||||
imag is free software. It is released under the terms of LGPLv2.1
|
imag is free software. It is released under the terms of LGPLv2.1
|
||||||
|
|
||||||
(c) 2016 Matthias Beyer and contributors"#,
|
(c) 2015-2018 Matthias Beyer and contributors"#,
|
||||||
imagbins = cmds
|
imagbins = cmds
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|cmd| format!("\t{}\n", cmd))
|
.map(|cmd| format!("\t{}\n", cmd))
|
||||||
|
|
Loading…
Reference in a new issue