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 | 1c693f5e9c2717c6dbf951461dbf308dacadb4b0 (patch) | |
| tree | 78f95aeac2cca6262efc7a71f8354cc70d4f3a7e /src/routes.rs | |
| parent | fix: Rocket stuff (diff) | |
| download | api-worker-1c693f5e9c2717c6dbf951461dbf308dacadb4b0.tar.xz api-worker-1c693f5e9c2717c6dbf951461dbf308dacadb4b0.zip | |
etc: Add copyleft symbol to copyleft header
Diffstat (limited to 'src/routes.rs')
| -rw-r--r-- | src/routes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes.rs b/src/routes.rs index e492404..7f47a9a 100644 --- a/src/routes.rs +++ b/src/routes.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 rand::{thread_rng, Rng}; |