help: Update year in copyright notice

Since we're not in 2022 anymore and I'll be working further on this
later, I'm extending the year in the copyright notice to 2023.
This commit is contained in:
Lux Aliaga 2023-02-09 12:03:01 -03:00
parent 6750a387db
commit 986c0f7f20
Signed by: lux
GPG Key ID: B56C805968637437
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ use colored::Colorize;
pub fn vento() -> Result<()> {
println!(
"{}, a CLI inventory for your files
© 2022 Lux Aliaga. Licensed under GPLv3
© 2022-2023 Lux Aliaga. Licensed under GPLv3
{}
- {}: Lists files in selected inventory
@ -49,7 +49,7 @@ pub fn vento() -> Result<()> {
pub fn take() -> Result<()> {
println!(
"{}, a file grabber for Vento
© 2022 Lux Aliaga. Licensed under GPLv3
© 2022-2023 Lux Aliaga. Licensed under GPLv3
{}
- {}: Takes a file and saves it in the inventory
@ -68,7 +68,7 @@ pub fn take() -> Result<()> {
pub fn drop() -> Result<()> {
println!(
"{}, a file dropper for Vento
© 2022 Lux Aliaga. Licensed under GPLv3
© 2022-2023 Lux Aliaga. Licensed under GPLv3
{}
- {}: Takes a file off the inventory and drops it