diff options
| author | Fuwn <[email protected]> | 2021-06-14 22:01:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-14 22:01:30 +0000 |
| commit | ce328210bc74969dd6a7e86fefb86ab56bc57c04 (patch) | |
| tree | 5c58dbde872e03b45af89b78643bc48ab65feae9 /src | |
| parent | ci(actions): create rust compilation workflow (diff) | |
| download | nitrous-ce328210bc74969dd6a7e86fefb86ab56bc57c04.tar.xz nitrous-ce328210bc74969dd6a7e86fefb86ab56bc57c04.zip | |
style(global): fix license spec
Diffstat (limited to 'src')
| -rw-r--r-- | src/cli.rs | 2 | ||||
| -rw-r--r-- | src/main.rs | 2 | ||||
| -rw-r--r-- | src/nitrous.rs | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only use std::str::FromStr; diff --git a/src/main.rs b/src/main.rs index cec62f2..8c9f822 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only #![feature( diff --git a/src/nitrous.rs b/src/nitrous.rs index e418fcf..955e7cc 100644 --- a/src/nitrous.rs +++ b/src/nitrous.rs @@ -1,4 +1,4 @@ -// Copyleft (ɔ) 2021-2021 Fuwn +// Copyright (C) 2021-2021 Fuwn // SPDX-License-Identifier: GPL-3.0-only use std::{ |