diff options
| author | Fuwn <[email protected]> | 2021-06-14 15:06:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-14 15:06:58 -0700 |
| commit | 57ac63ad9b59922baf65c0740dad9fb040f8bd3a (patch) | |
| tree | 357334d8e87f4ddcf7d4e896ae22c5edf8176cd0 /crates/whirl_server | |
| parent | refactor(cli): clippy lints (diff) | |
| download | whirl-57ac63ad9b59922baf65c0740dad9fb040f8bd3a.tar.xz whirl-57ac63ad9b59922baf65c0740dad9fb040f8bd3a.zip | |
style(global): fix license spec
Diffstat (limited to 'crates/whirl_server')
26 files changed, 26 insertions, 26 deletions
diff --git a/crates/whirl_server/src/cmd/commands/action.rs b/crates/whirl_server/src/cmd/commands/action.rs index 4ba7065..ac67eb2 100644 --- a/crates/whirl_server/src/cmd/commands/action.rs +++ b/crates/whirl_server/src/cmd/commands/action.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 // TODO: of2m-ify diff --git a/crates/whirl_server/src/cmd/commands/buddy_list.rs b/crates/whirl_server/src/cmd/commands/buddy_list.rs index 9b53ac2..1deb442 100644 --- a/crates/whirl_server/src/cmd/commands/buddy_list.rs +++ b/crates/whirl_server/src/cmd/commands/buddy_list.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::str::from_utf8; diff --git a/crates/whirl_server/src/cmd/commands/mod.rs b/crates/whirl_server/src/cmd/commands/mod.rs index 49758c2..884729d 100644 --- a/crates/whirl_server/src/cmd/commands/mod.rs +++ b/crates/whirl_server/src/cmd/commands/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 action; diff --git a/crates/whirl_server/src/cmd/commands/property/create.rs b/crates/whirl_server/src/cmd/commands/property/create.rs index c9f0e04..4d59521 100644 --- a/crates/whirl_server/src/cmd/commands/property/create.rs +++ b/crates/whirl_server/src/cmd/commands/property/create.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 // TODO: of2m-ify? diff --git a/crates/whirl_server/src/cmd/commands/property/mod.rs b/crates/whirl_server/src/cmd/commands/property/mod.rs index 8405101..3b1274e 100644 --- a/crates/whirl_server/src/cmd/commands/property/mod.rs +++ b/crates/whirl_server/src/cmd/commands/property/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 create; diff --git a/crates/whirl_server/src/cmd/commands/redirect_id.rs b/crates/whirl_server/src/cmd/commands/redirect_id.rs index 3a7bb83..dec6eb1 100644 --- a/crates/whirl_server/src/cmd/commands/redirect_id.rs +++ b/crates/whirl_server/src/cmd/commands/redirect_id.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 bytes::{BufMut, BytesMut}; diff --git a/crates/whirl_server/src/cmd/commands/room_id_request.rs b/crates/whirl_server/src/cmd/commands/room_id_request.rs index cf507fa..d6d269b 100644 --- a/crates/whirl_server/src/cmd/commands/room_id_request.rs +++ b/crates/whirl_server/src/cmd/commands/room_id_request.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::str::from_utf8; diff --git a/crates/whirl_server/src/cmd/commands/subscribe_distance.rs b/crates/whirl_server/src/cmd/commands/subscribe_distance.rs index d5cbcf6..cbf0269 100644 --- a/crates/whirl_server/src/cmd/commands/subscribe_distance.rs +++ b/crates/whirl_server/src/cmd/commands/subscribe_distance.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 byteorder::{BigEndian, ReadBytesExt}; diff --git a/crates/whirl_server/src/cmd/commands/subscribe_room.rs b/crates/whirl_server/src/cmd/commands/subscribe_room.rs index 8ed4876..b48790a 100644 --- a/crates/whirl_server/src/cmd/commands/subscribe_room.rs +++ b/crates/whirl_server/src/cmd/commands/subscribe_room.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 byteorder::{BigEndian, ReadBytesExt}; diff --git a/crates/whirl_server/src/cmd/commands/teleport.rs b/crates/whirl_server/src/cmd/commands/teleport.rs index 39c78f9..0357108 100644 --- a/crates/whirl_server/src/cmd/commands/teleport.rs +++ b/crates/whirl_server/src/cmd/commands/teleport.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 byteorder::{BigEndian, ReadBytesExt}; diff --git a/crates/whirl_server/src/cmd/commands/text.rs b/crates/whirl_server/src/cmd/commands/text.rs index 99047c6..056d7d6 100644 --- a/crates/whirl_server/src/cmd/commands/text.rs +++ b/crates/whirl_server/src/cmd/commands/text.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::str::from_utf8; diff --git a/crates/whirl_server/src/cmd/constants.rs b/crates/whirl_server/src/cmd/constants.rs index 41986bb..1235a52 100644 --- a/crates/whirl_server/src/cmd/constants.rs +++ b/crates/whirl_server/src/cmd/constants.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 // Have to use this until https://github.com/rust-num/num-derive/issues/47 gets diff --git a/crates/whirl_server/src/cmd/extendable.rs b/crates/whirl_server/src/cmd/extendable.rs index 2bf4d6e..03d7ce9 100644 --- a/crates/whirl_server/src/cmd/extendable.rs +++ b/crates/whirl_server/src/cmd/extendable.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 trait Parsable { diff --git a/crates/whirl_server/src/cmd/mod.rs b/crates/whirl_server/src/cmd/mod.rs index e8f69cb..654d43a 100644 --- a/crates/whirl_server/src/cmd/mod.rs +++ b/crates/whirl_server/src/cmd/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 commands; diff --git a/crates/whirl_server/src/cmd/structure.rs b/crates/whirl_server/src/cmd/structure.rs index 078871a..82cb226 100644 --- a/crates/whirl_server/src/cmd/structure.rs +++ b/crates/whirl_server/src/cmd/structure.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 struct Command { diff --git a/crates/whirl_server/src/distributor.rs b/crates/whirl_server/src/distributor.rs index 1e92089..13b13e6 100644 --- a/crates/whirl_server/src/distributor.rs +++ b/crates/whirl_server/src/distributor.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 //! The Distributor functions as bare-minimal diff --git a/crates/whirl_server/src/hub.rs b/crates/whirl_server/src/hub.rs index 6dfdab0..d823d1c 100644 --- a/crates/whirl_server/src/hub.rs +++ b/crates/whirl_server/src/hub.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 //! The Hub functions as a 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; 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. diff --git a/crates/whirl_server/src/net/constants.rs b/crates/whirl_server/src/net/constants.rs index 3d2c1a6..a7c5af0 100644 --- a/crates/whirl_server/src/net/constants.rs +++ b/crates/whirl_server/src/net/constants.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 //! Despite `crate::cmd::constants` being ported from a series of constants to diff --git a/crates/whirl_server/src/net/mod.rs b/crates/whirl_server/src/net/mod.rs index 32f9995..51d0dce 100644 --- a/crates/whirl_server/src/net/mod.rs +++ b/crates/whirl_server/src/net/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 constants; diff --git a/crates/whirl_server/src/net/network_property.rs b/crates/whirl_server/src/net/network_property.rs index 259c83b..55800a0 100644 --- a/crates/whirl_server/src/net/network_property.rs +++ b/crates/whirl_server/src/net/network_property.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 struct NetworkProperty { diff --git a/crates/whirl_server/src/net/property_list.rs b/crates/whirl_server/src/net/property_list.rs index c91408b..2c52132 100644 --- a/crates/whirl_server/src/net/property_list.rs +++ b/crates/whirl_server/src/net/property_list.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 bytes::{BufMut, BytesMut}; diff --git a/crates/whirl_server/src/packet_parser.rs b/crates/whirl_server/src/packet_parser.rs index 79293cb..13e9d0c 100644 --- a/crates/whirl_server/src/packet_parser.rs +++ b/crates/whirl_server/src/packet_parser.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 bytes::BytesMut; |