diff options
| author | Fuwn <[email protected]> | 2021-04-26 13:23:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-26 13:23:35 -0700 |
| commit | 76459666e2781bc7f439c8ec40e3a8d2fd025968 (patch) | |
| tree | 1b46f98b95dc9086ad4e9ade28729865b9b47fb3 /src/lib.rs | |
| parent | etc: Update license date Regex (diff) | |
| download | whirl-76459666e2781bc7f439c8ec40e3a8d2fd025968.tar.xz whirl-76459666e2781bc7f439c8ec40e3a8d2fd025968.zip | |
etc: Prepend license identifier to *most* files
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// Copyleft 2021-2021 Whirlsplash +// SPDX-License-Identifier: GPL-3.0-only + #![feature(type_ascription, hash_set_entry, type_name_of_val)] #![warn(rust_2018_idioms)] |