diff options
| author | Fuwn <[email protected]> | 2021-06-14 15:06:58 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-14 15:06:58 +0000 |
| commit | 4a6cac4e40b0a9cfb966727cd84f6bd10ff49e31 (patch) | |
| tree | d2d7833b9c60ebb5b0f3abc3a4136af3cc1eb1f9 /crates/whirl_prompt | |
| parent | refactor(cli): clippy lints (diff) | |
| download | whirl-4a6cac4e40b0a9cfb966727cd84f6bd10ff49e31.tar.xz whirl-4a6cac4e40b0a9cfb966727cd84f6bd10ff49e31.zip | |
style(global): fix license spec
Diffstat (limited to 'crates/whirl_prompt')
| -rw-r--r-- | crates/whirl_prompt/src/builtins/constants.rs | 2 | ||||
| -rw-r--r-- | crates/whirl_prompt/src/builtins/mod.rs | 2 | ||||
| -rw-r--r-- | crates/whirl_prompt/src/builtins/structures.rs | 2 | ||||
| -rw-r--r-- | crates/whirl_prompt/src/lib.rs | 2 | ||||
| -rw-r--r-- | crates/whirl_prompt/src/structure.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/crates/whirl_prompt/src/builtins/constants.rs b/crates/whirl_prompt/src/builtins/constants.rs index 8ba67bc..15e7ff2 100644 --- a/crates/whirl_prompt/src/builtins/constants.rs +++ b/crates/whirl_prompt/src/builtins/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 pub const FILES: [&str; 2] = ["README.rst", "Config.toml"]; diff --git a/crates/whirl_prompt/src/builtins/mod.rs b/crates/whirl_prompt/src/builtins/mod.rs index db9cb64..96a2c76 100644 --- a/crates/whirl_prompt/src/builtins/mod.rs +++ b/crates/whirl_prompt/src/builtins/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_prompt/src/builtins/structures.rs b/crates/whirl_prompt/src/builtins/structures.rs index 59df31b..39d3510 100644 --- a/crates/whirl_prompt/src/builtins/structures.rs +++ b/crates/whirl_prompt/src/builtins/structures.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::FromStr; diff --git a/crates/whirl_prompt/src/lib.rs b/crates/whirl_prompt/src/lib.rs index ffb6798..e2cafbb 100644 --- a/crates/whirl_prompt/src/lib.rs +++ b/crates/whirl_prompt/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 //! The Whirl Shell, for local interaction. diff --git a/crates/whirl_prompt/src/structure.rs b/crates/whirl_prompt/src/structure.rs index 4603d37..9914385 100644 --- a/crates/whirl_prompt/src/structure.rs +++ b/crates/whirl_prompt/src/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 { |