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/cmd/commands/property | |
| 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/cmd/commands/property')
| -rw-r--r-- | crates/whirl_server/src/cmd/commands/property/create.rs | 2 | ||||
| -rw-r--r-- | crates/whirl_server/src/cmd/commands/property/mod.rs | 2 |
2 files changed, 2 insertions, 2 deletions
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; |