string.c: Fix typos in comment.
[paraslash.git] / recv.c
diff --git a/recv.c b/recv.c
index 9842c7dc8f168fe5e4cd3daf2ee0d9f3f34df358..7b46d78cac4602b1032508818c710fbcd2b0cc98 100644 (file)
--- a/recv.c
+++ b/recv.c
@@ -1,14 +1,9 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file recv.c the stand-alone audio stream receiver */
 
 #include <regex.h>
 #include <sys/types.h>
-#include <inttypes.h>
 #include <lopsub.h>
 
 #include "recv_cmd.lsg.h"