summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-25 21:09:56 -0400
committerJune McEnroe <june@causal.agency>2019-10-25 21:09:56 -0400
commitc45d919ac3518d014277d715944ead2c499cacfe (patch)
treeb9eef932f0c3df5e94cd367bb2580d7d25f7c9ca /bounce.h
parentRename project pounce (diff)
downloadpounce-c45d919ac3518d014277d715944ead2c499cacfe.tar.gz
pounce-c45d919ac3518d014277d715944ead2c499cacfe.zip
Add AGPLv3 notice on client registration
OwO
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h
index e6efe10..69ba51d 100644
--- a/bounce.h
+++ b/bounce.h
@@ -30,6 +30,9 @@
 
 #define ARRAY_LEN(a) (sizeof(a) / sizeof(a[0]))
 
+static const char *SourceURL = "https://code.causal.agency/june/pounce";
+static const char *Origin = "irc.invalid";
+
 bool verbose;
 
 enum { ParamCap = 15 };