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 | |
| parent | ci(actions): create rust compilation workflow (diff) | |
| download | nitrous-ce328210bc74969dd6a7e86fefb86ab56bc57c04.tar.xz nitrous-ce328210bc74969dd6a7e86fefb86ab56bc57c04.zip | |
style(global): fix license spec
| -rw-r--r-- | .license_template | 2 | ||||
| -rw-r--r-- | src/cli.rs | 2 | ||||
| -rw-r--r-- | src/main.rs | 2 | ||||
| -rw-r--r-- | src/nitrous.rs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.license_template b/.license_template index 65f77ef..e8cad8b 100644 --- a/.license_template +++ b/.license_template @@ -1,2 +1,2 @@ -// Copyleft (ɔ) {20\d{2}(-20\d{2})?} Fuwn +// Copyright (C) {20\d{2}(-20\d{2})?} Fuwn // SPDX-License-Identifier: GPL-3.0-only @@ -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::{ |