From f518a87539d0d46f6cefc9f43e4650926c0ccf24 Mon Sep 17 00:00:00 2001 From: verdant Date: Tue, 9 Jun 2026 20:22:50 +0800 Subject: Add copyright and LICENSE head comment --- server.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/server.c b/server.c index 0c8fa56..dec2d70 100644 --- a/server.c +++ b/server.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2026 Verdant + * + * 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 . + */ + #include #include #include -- cgit v1.2.3