From af06c52a860c3a805055b9e0365666ff66c3de3c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 24 Nov 2025 00:27:50 +0100 Subject: feat: add licensing and related annotations/file headers --- rust-toolchain.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..76a88f6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2025 cel +# +# SPDX-License-Identifier: AGPL-3.0-or-later + [toolchain] channel = "nightly" -- cgit