From eb295d5b25d227d2d4d635ff6a5902d860719482 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Thu, 8 Feb 2024 13:01:35 +0300 Subject: [PATCH] chore: Update my email address Signed-off-by: Awiteb --- Cargo.toml | 2 +- LICENSE | 2 +- src/finder.rs | 2 +- src/lib.rs | 2 +- src/storage.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1828492..d2f6553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "salvo-captcha" version = "0.1.0" rust-version = "1.75.0" edition = "2021" -authors = ["Awiteb "] +authors = ["Awiteb "] description = "A captcha middleware for Salvo framework." license = "MIT" repository = "https://github.com/TheAwiteb/salvo-captcha" diff --git a/LICENSE b/LICENSE index 7ec211a..9d67435 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2024, Awiteb +Copyright (c) 2024, Awiteb 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/finder.rs b/src/finder.rs index 4bb118a..c68b8e7 100644 --- a/src/finder.rs +++ b/src/finder.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2024, Awiteb +// Copyright (c) 2024, Awiteb // A captcha middleware for Salvo framework. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR diff --git a/src/lib.rs b/src/lib.rs index 0e6a7b6..6a30e99 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2024, Awiteb +// Copyright (c) 2024, Awiteb // A captcha middleware for Salvo framework. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR diff --git a/src/storage.rs b/src/storage.rs index 8b2e06c..5899590 100644 --- a/src/storage.rs +++ b/src/storage.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2024, Awiteb +// Copyright (c) 2024, Awiteb // A captcha middleware for Salvo framework. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR