diff --git a/LICENSE b/LICENSE index 5a88c50..4d020d6 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/src/usr/help.rs b/src/usr/help.rs index 787ad7a..263159f 100644 --- a/src/usr/help.rs +++ b/src/usr/help.rs @@ -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 "); + println!(" Made with <3 in 2019-2022 by Vincent Ollivier "); usr::shell::ExitCode::CommandSuccessful }