summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-09-05 23:30:55 +1200
committerSophie Forrest <git@sophieforrest.com>2024-09-05 23:30:55 +1200
commit7066484002cb8974ea3cb721db093a84335eaf97 (patch)
treecb01d8045dc6d5a58f8a09d59fc9d9e39e7b20f3 /src/main.rs
parent3be672eb573fa969eb112fdc6d584adfd4119164 (diff)
chore: add license
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
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},