Update copyright year

This commit is contained in:
Vincent Ollivier 2022-04-05 15:02:39 +02:00
parent 2582dab09a
commit 042367eb80
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2019-2021 Vincent Ollivier
Copyright (c) 2019-2022 Vincent Ollivier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -46,7 +46,7 @@ fn help_summary() -> usr::shell::ExitCode {
}
println!();
println!("{}Credits:{}", csi_color, csi_reset);
println!(" Made with <3 in 2019-2021 by Vincent Ollivier <v@vinc.cc>");
println!(" Made with <3 in 2019-2022 by Vincent Ollivier <v@vinc.cc>");
usr::shell::ExitCode::CommandSuccessful
}