aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/lib.rs
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/lib.rs
parentrefactor(cli): clippy lints (diff)
downloadwhirl-57ac63ad9b59922baf65c0740dad9fb040f8bd3a.tar.xz
whirl-57ac63ad9b59922baf65c0740dad9fb040f8bd3a.zip
style(global): fix license spec
Diffstat (limited to 'crates/whirl_server/src/lib.rs')
-rw-r--r--crates/whirl_server/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_server/src/lib.rs b/crates/whirl_server/src/lib.rs
index 85f0c60..7f9df14 100644
--- a/crates/whirl_server/src/lib.rs
+++ b/crates/whirl_server/src/lib.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
//! Exposes the Distributor and Hub for further use.