]> git.scottworley.com Git - voter/blobdiff - src/main.rs
Add license, README, and Changelog
[voter] / src / main.rs
index f75557e95aa67f7bb9fc5fb98ebd8b8f67b743f6..f79d35368a7f287972bba551e95b1270bad2acbc 100644 (file)
@@ -1,3 +1,9 @@
+// voter: A simple CGI vote recorder, approval-voting-style
+//
+// This program is free software: you can redistribute it and/or modify it
+// under the terms of the GNU Affero General Public License as published
+// by the Free Software Foundation, version 3.
+
 use rand::prelude::*;
 use std::collections::{HashMap, HashSet};
 use std::io::prelude::*;