aboutsummaryrefslogtreecommitdiffstats
path: root/sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'sockets.c')
-rw-r--r--sockets.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sockets.c b/sockets.c
index 55c5a17..af0e8ff 100644
--- a/sockets.c
+++ b/sockets.c
@@ -1,3 +1,13 @@
+/*
+ * Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com>
+ *
+ * This program is free software. It is licensed under version 3 of the
+ * GNU General Public License.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see [http://www.gnu.org/licenses/].
+ */
+
// A total mess of attempts at socket programming. (Relatively successful.)
#include<stdio.h>
#include<string.h>