diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2022-04-07 04:19:08 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2022-04-07 04:20:14 +0200 |
commit | b3b3d2f7a9365a1c9c4ccdf9ffa8f0bcf83f1080 (patch) | |
tree | 2bf59d3192c1f6fedf5b0077d794909bddcd26be | |
parent | df41e8041e33111553c2e36c8befca8ec3b05a09 (diff) |
main.c: Add AGPL header license
-rw-r--r-- | main.c | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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> |