diff options
| author | Fuwn <[email protected]> | 2021-06-14 15:02:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-14 15:02:19 -0700 |
| commit | 1a57e0e9c91827547434acd8292df5921e3dd143 (patch) | |
| tree | 01b4f6564c3e5fdabbbde24c5804cac3bbe50b12 /src/structures.rs | |
| parent | build(nix): add dev dependencies to nix shell build inputs (diff) | |
| download | api-worker-1a57e0e9c91827547434acd8292df5921e3dd143.tar.xz api-worker-1a57e0e9c91827547434acd8292df5921e3dd143.zip | |
style(global): fix license spec
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 8782e26..3b5a59e 100644 --- a/src/structures.rs +++ b/src/structures.rs @@ -1,4 +1,4 @@ -// copyleft (ɔ) 2021-2021 the senpy club +// Copyright (C) 2021-2021 the senpy club // SPDX-License-Identifier: GPL-3.0-only use serde_derive::{Deserialize, Serialize}; |