Skip to content

Commit c64b312

Browse files
committed
style(global): fix license spec
1 parent 1e3def2 commit c64b312

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.license_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// Copyleft (ɔ) {20\d{2}(-20\d{2})?} The Whirlsplash Collective
1+
// Copyright (C) {20\d{2}(-20\d{2})?} The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only

src/core/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
1+
// Copyright (C) 2021-2021 The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
use serenity::{async_trait, model::gateway::Ready, prelude::*};

src/core/hooks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
1+
// Copyright (C) 2021-2021 The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only

src/core/keys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
1+
// Copyright (C) 2021-2021 The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
use std::{collections::HashMap, sync::Arc};

src/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
1+
// Copyright (C) 2021-2021 The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
pub mod handler;

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
1+
// Copyright (C) 2021-2021 The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
mod core;

src/modules/commands/general.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
1+
// Copyright (C) 2021-2021 The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
use serenity::{

src/modules/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
1+
// Copyright (C) 2021-2021 The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
pub mod general;

src/modules/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
1+
// Copyright (C) 2021-2021 The Whirlsplash Collective
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
pub mod commands;

0 commit comments

Comments
 (0)