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