diff options
| author | Fuwn <[email protected]> | 2021-06-14 15:02:19 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-14 15:02:19 +0000 |
| commit | 452bc7e2fcb6dadb729c9016c52fc1521d08aac7 (patch) | |
| tree | 01b4f6564c3e5fdabbbde24c5804cac3bbe50b12 /src | |
| parent | build(nix): add dev dependencies to nix shell build inputs (diff) | |
| download | api-worker-452bc7e2fcb6dadb729c9016c52fc1521d08aac7.tar.xz api-worker-452bc7e2fcb6dadb729c9016c52fc1521d08aac7.zip | |
style(global): fix license spec
Diffstat (limited to 'src')
| -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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/constants.rs b/src/constants.rs index 96b6704..67e69ab 100644 --- a/src/constants.rs +++ b/src/constants.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 pub const GITHUB_USER_CONTENT: &str = diff --git a/src/main.rs b/src/main.rs index a143a1e..6f07c84 100644 --- a/src/main.rs +++ b/src/main.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 #![feature(type_ascription)] diff --git a/src/routes.rs b/src/routes.rs index 20536ec..2d67234 100644 --- a/src/routes.rs +++ b/src/routes.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 actix_web::{HttpRequest, HttpResponse}; 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}; diff --git a/src/utils.rs b/src/utils.rs index 2b4cb93..275978d 100644 --- a/src/utils.rs +++ b/src/utils.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 crate::{ |