Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Apr 5, 2022
1 parent 2582dab commit 042367e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/usr/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>");
println!(" Made with <3 in 2019-2022 by Vincent Ollivier <[email protected]>");
usr::shell::ExitCode::CommandSuccessful
}

Expand Down

0 comments on commit 042367e

Please sign in to comment.