From b3b3d2f7a9365a1c9c4ccdf9ffa8f0bcf83f1080 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Thu, 7 Apr 2022 04:19:08 +0200 Subject: main.c: Add AGPL header license --- main.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 8e4a187..a977641 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,20 @@ +/* + * Papo IRC Server + * Copyright (C) 2021 Johnny Richard + * + * 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, 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #include #include #include -- cgit v1.2.3