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 | |
| parent | fix: Rocket stuff (diff) | |
| download | api-641f1bcf59a94288c07f2ffe22ac4359f89640cb.tar.xz api-641f1bcf59a94288c07f2ffe22ac4359f89640cb.zip | |
etc: Add copyleft symbol to copyleft header
| -rw-r--r-- | .license_template | 2 | ||||
| -rw-r--r-- | src/constants.rs | 2 | ||||
| -rw-r--r-- | src/main.rs | 2 | ||||
| -rw-r--r-- | src/routes.rs | 2 | ||||
| -rw-r--r-- | src/structures.rs | 2 | ||||
| -rw-r--r-- | src/utils.rs | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/.license_template b/.license_template index f8ef223..218171e 100644 --- a/.license_template +++ b/.license_template @@ -1,2 +1,2 @@ -// Copyleft {20\d{2}(-20\d{2})?} The Senpy Club +// Copyleft (ɔ) {20\d{2}(-20\d{2})?} The Senpy Club // SPDX-License-Identifier: GPL-3.0-only diff --git a/src/constants.rs b/src/constants.rs index adbde90..5772951 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,4 +1,4 @@ -// Copyleft 2021-2021 The Senpy Club +// Copyleft (ɔ) 2021-2021 The Senpy Club // SPDX-License-Identifier: GPL-3.0-only pub const GITHUB_USER_CONTENT: &str = diff --git a/src/main.rs b/src/main.rs index 35af208..50e4d9b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyleft 2021-2021 The Senpy Club +// Copyleft (ɔ) 2021-2021 The Senpy Club // SPDX-License-Identifier: GPL-3.0-only #![feature(proc_macro_hygiene, decl_macro, type_ascription)] 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}; 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}; diff --git a/src/utils.rs b/src/utils.rs index d51a813..9cadfca 100644 --- a/src/utils.rs +++ b/src/utils.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 crate::{ |