From 94959d86166e5db43b1d4797c2d478ad20a60fd4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 14 Jun 2021 14:56:34 -0700 Subject: style(global): update license spec --- .license_template | 2 +- src/db/mod.rs | 2 +- src/db/models.rs | 2 +- src/main.rs | 2 +- src/routes/api.rs | 2 +- src/routes/mod.rs | 2 +- src/routes/ui.rs | 2 +- src/structure.rs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.license_template b/.license_template index 65f77ef..e8cad8b 100644 --- a/.license_template +++ b/.license_template @@ -1,2 +1,2 @@ -// Copyleft (ɔ) {20\d{2}(-20\d{2})?} Fuwn +// Copyright (C) {20\d{2}(-20\d{2})?} Fuwn // SPDX-License-Identifier: GPL-3.0-only diff --git a/src/db/mod.rs b/src/db/mod.rs index a607593..b0321cb 100644 --- a/src/db/mod.rs +++ b/src/db/mod.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only pub mod models; diff --git a/src/db/models.rs b/src/db/models.rs index 1b465b6..d77da1d 100644 --- a/src/db/models.rs +++ b/src/db/models.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only #[derive(Queryable, Debug, Clone)] diff --git a/src/main.rs b/src/main.rs index 018bae6..7525833 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only #[macro_use] diff --git a/src/routes/api.rs b/src/routes/api.rs index 48e8fe2..7694912 100644 --- a/src/routes/api.rs +++ b/src/routes/api.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only use actix_web::{web, HttpRequest, HttpResponse}; diff --git a/src/routes/mod.rs b/src/routes/mod.rs index ada6781..90851fc 100644 --- a/src/routes/mod.rs +++ b/src/routes/mod.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only pub mod api; diff --git a/src/routes/ui.rs b/src/routes/ui.rs index b4cd42a..f70b6f1 100644 --- a/src/routes/ui.rs +++ b/src/routes/ui.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only use actix_web::{web, HttpResponse}; diff --git a/src/structure.rs b/src/structure.rs index 1774f0c..328a950 100644 --- a/src/structure.rs +++ b/src/structure.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only #[derive(Serialize, Deserialize, Debug)] -- cgit v1.2.3