Update copyright year

This commit is contained in:
Vincent Ollivier 2021-01-28 18:18:06 +01:00
parent e10c2f8a2d
commit c0ab816f20
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2019 Vincent Ollivier
Copyright (c) 2019-2021 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

@ -51,7 +51,7 @@ fn help_summary() -> user::shell::ExitCode {
print!("{}Credits:{}\n", csi_color, csi_reset);
print!("\n");
print!("Made with <3 in 2019-2020 by Vincent Ollivier <v@vinc.cc>\n");
print!("Made with <3 in 2019-2021 by Vincent Ollivier <v@vinc.cc>\n");
user::shell::ExitCode::CommandSuccessful
}