diff --git a/LICENSE b/LICENSE index f70d635..5a88c50 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/src/user/help.rs b/src/user/help.rs index 684c54e..ab961ec 100644 --- a/src/user/help.rs +++ b/src/user/help.rs @@ -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 \n"); + print!("Made with <3 in 2019-2021 by Vincent Ollivier \n"); user::shell::ExitCode::CommandSuccessful }