X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/8d3ba641d0401262c5f583464cf3c90915fd2e2a..302f399bb8f0e505bea7b5dad7b0b5b799218240:/src/main.rs diff --git a/src/main.rs b/src/main.rs index f75557e..f79d353 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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::*;