summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/client.c b/client.c
index 67bd6bd..f19266a 100644
--- a/client.c
+++ b/client.c
@@ -1,3 +1,20 @@
+/* Copyright (C) 2021 Gentoo-libre Install
+
+ 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 <http://www.gnu.org/licenses/>.
+
+ Additional permission under GNU GPL version 3 section 7
+
+ If you modify this program, or any covered work, by linking or combining it with the OpenSSL project's OpenSSL library (or a
+ modified version of that library), containing parts covered by the terms of the OpenSSL or SSLeay licenses, you are
+ granted additional permission to convey the resulting work.
+*/
+
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>