summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJohnny Richard <johnny@johnnyrichard.com>2022-04-07 04:19:08 +0200
committerJohnny Richard <johnny@johnnyrichard.com>2022-04-07 04:20:14 +0200
commitb3b3d2f7a9365a1c9c4ccdf9ffa8f0bcf83f1080 (patch)
tree2bf59d3192c1f6fedf5b0077d794909bddcd26be /main.c
parentdf41e8041e33111553c2e36c8befca8ec3b05a09 (diff)
main.c: Add AGPL header license
Diffstat (limited to 'main.c')
-rw-r--r--main.c17
1 files changed, 17 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
+ */
#include <errno.h>
#include <netinet/in.h>
#include <stdbool.h>