aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/interaction
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-14 15:06:58 -0700
committerFuwn <[email protected]>2021-06-14 15:06:58 -0700
commit57ac63ad9b59922baf65c0740dad9fb040f8bd3a (patch)
tree357334d8e87f4ddcf7d4e896ae22c5edf8176cd0 /crates/whirl_server/src/interaction
parentrefactor(cli): clippy lints (diff)
downloadwhirl-57ac63ad9b59922baf65c0740dad9fb040f8bd3a.tar.xz
whirl-57ac63ad9b59922baf65c0740dad9fb040f8bd3a.zip
style(global): fix license spec
Diffstat (limited to 'crates/whirl_server/src/interaction')
-rw-r--r--crates/whirl_server/src/interaction/mod.rs2
-rw-r--r--crates/whirl_server/src/interaction/peer.rs2
-rw-r--r--crates/whirl_server/src/interaction/shared.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/whirl_server/src/interaction/mod.rs b/crates/whirl_server/src/interaction/mod.rs
index c85e09d..656c51b 100644
--- a/crates/whirl_server/src/interaction/mod.rs
+++ b/crates/whirl_server/src/interaction/mod.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
+// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
pub mod peer;
diff --git a/crates/whirl_server/src/interaction/peer.rs b/crates/whirl_server/src/interaction/peer.rs
index d7ac49e..e12c075 100644
--- a/crates/whirl_server/src/interaction/peer.rs
+++ b/crates/whirl_server/src/interaction/peer.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
+// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
use std::sync::Arc;
diff --git a/crates/whirl_server/src/interaction/shared.rs b/crates/whirl_server/src/interaction/shared.rs
index 91d7395..eb712b4 100644
--- a/crates/whirl_server/src/interaction/shared.rs
+++ b/crates/whirl_server/src/interaction/shared.rs
@@ -1,4 +1,4 @@
-// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
+// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
use std::collections::HashMap;