summary refs log tree commit diff
path: root/crates/brainf_lexer/src/lib.rs
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-08-30 23:55:06 +1200
committerSophie Forrest <git@sophieforrest.com>2024-08-30 23:55:06 +1200
commita36f999ae05c42e639b5ce1566b7dcfe9445baea (patch)
tree88f457bf2b3c469ad70a5db2c522534ed9846031 /crates/brainf_lexer/src/lib.rs
parent3c163eabc78ddbd26bb250ef5ad6da28cd61adc6 (diff)
chore: license under AGPL
All previous commits are to be considered licensed under the GNU
AGPL-3.0-or-later (SPDX-License-Identifier: AGPL-3.0-or-later).
Diffstat (limited to '')
-rw-r--r--crates/brainf_lexer/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/brainf_lexer/src/lib.rs b/crates/brainf_lexer/src/lib.rs
index 7f6e5be..5fd8169 100644
--- a/crates/brainf_lexer/src/lib.rs
+++ b/crates/brainf_lexer/src/lib.rs
@@ -1,4 +1,5 @@
-#![feature(lint_reasons)]
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
 #![deny(clippy::complexity)]
 #![deny(clippy::nursery)]
 #![deny(clippy::pedantic)]