diff options
| author | Fuwn <[email protected]> | 2021-05-06 21:56:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 21:56:41 +0000 |
| commit | 67ed2d07c115270be255061a7f7d06f368f3abdf (patch) | |
| tree | 7209ca693d8de50bd79b2413dfca8a7323f103f8 /src/structures.rs | |
| parent | fix(utils): conditional authorization header placement (diff) | |
| download | api-worker-67ed2d07c115270be255061a7f7d06f368f3abdf.tar.xz api-worker-67ed2d07c115270be255061a7f7d06f368f3abdf.zip | |
fix(global): license header case
Diffstat (limited to 'src/structures.rs')
| -rw-r--r-- | src/structures.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structures.rs b/src/structures.rs index 0e9f227..8782e26 100644 --- a/src/structures.rs +++ b/src/structures.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 The Senpy Club +// copyleft (ɔ) 2021-2021 the senpy club // SPDX-License-Identifier: GPL-3.0-only use serde_derive::{Deserialize, Serialize}; |