diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:39:56 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:39:56 -0700 |
| commit | 641f1bcf59a94288c07f2ffe22ac4359f89640cb (patch) | |
| tree | 1569315b35d88b21ed3eef581f89aeac0d5f2c37 /src/structures.rs | |
| parent | fix: Rocket stuff (diff) | |
| download | api-641f1bcf59a94288c07f2ffe22ac4359f89640cb.tar.xz api-641f1bcf59a94288c07f2ffe22ac4359f89640cb.zip | |
etc: Add copyleft symbol to copyleft header
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 2a85111..c17ba6f 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}; |