From 7066484002cb8974ea3cb721db093a84335eaf97 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Thu, 5 Sep 2024 23:30:55 +1200 Subject: chore: add license --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index deb15fc..be3f808 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + use serde::{Deserialize, Serialize}; use std::{ collections::{HashMap, HashSet}, -- cgit 1.4.1