From 986c0f7f20bd30d7f4668f12dcb62f2ed4c187fd Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Thu, 9 Feb 2023 12:03:01 -0300 Subject: [PATCH] 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. --- src/help.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/help.rs b/src/help.rs index e0052b0..2350e62 100644 --- a/src/help.rs +++ b/src/help.rs @@ -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