X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/6f4c1824647d656cbac453684bdb962ac950b4d7..302f399bb8f0e505bea7b5dad7b0b5b799218240:/src/main.rs diff --git a/src/main.rs b/src/main.rs index 303393c..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::*; @@ -92,7 +98,7 @@ fn set_cookie(mut response: cgi::Response, path: &str) -> Result