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/src/net | |
| 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/src/net')
| -rw-r--r-- | crates/whirl_server/src/net/constants.rs | 2 | ||||
| -rw-r--r-- | crates/whirl_server/src/net/mod.rs | 2 | ||||
| -rw-r--r-- | crates/whirl_server/src/net/network_property.rs | 2 | ||||
| -rw-r--r-- | crates/whirl_server/src/net/property_list.rs | 2 |
4 files changed, 4 insertions, 4 deletions
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}; |