X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/dd98493cac996e5f131a3e235c202820110ac975..4066e7d1d03a722981b6f4bbd62edfda78f09ec0:/server/src/main.rs diff --git a/server/src/main.rs b/server/src/main.rs index 5a6315f..0d4377a 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -1,3 +1,19 @@ +// tattlekey: A one-key UDP keyboard +// Copyright (C) 2023 Scott Worley +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + use std::net::UdpSocket; const MESSAGE_SIZE: usize = 12;