diff options
| author | verdant <im@verdant.ee> | 2026-06-09 20:22:50 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-06-09 20:22:50 +0800 |
| commit | f518a87539d0d46f6cefc9f43e4650926c0ccf24 (patch) | |
| tree | bb28e114e175cfdc35227832af208bc7a517f7c6 | |
| parent | f96dfd22403a935dc5eec18cb094a22565250ace (diff) | |
| download | shsd-f518a87539d0d46f6cefc9f43e4650926c0ccf24.tar.gz shsd-f518a87539d0d46f6cefc9f43e4650926c0ccf24.zip | |
Add copyright and LICENSE head comment
| -rw-r--r-- | server.c | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +/* + * Copyright (C) 2026 Verdant <im@verdant.ee> + * + * 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 <https://www.gnu.org/licenses/>. + */ + #include <asm-generic/socket.h> #include <stdbool.h> #include <errno.h> |
