From a36f999ae05c42e639b5ce1566b7dcfe9445baea Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 30 Aug 2024 23:55:06 +1200 Subject: 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). --- crates/brainf_lexer/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/brainf_lexer/src/lib.rs') 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)] -- cgit 1.4.1