summaryrefslogtreecommitdiffstats
path: root/stream/stream_netstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_netstream.h')
-rw-r--r--stream/stream_netstream.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/stream/stream_netstream.h b/stream/stream_netstream.h
index 43d42a0a32..a81bc37c83 100644
--- a/stream/stream_netstream.h
+++ b/stream/stream_netstream.h
@@ -1,10 +1,25 @@
-
/*
* Common stuff for netstream
* Packets and so on are defined here along with a few helpers
* wich are used by both the client and the server
*
* Data is always low endian
+ *
+ * This file is part of MPlayer.
+ *
+ * MPlayer 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPLAYER_NETSTREAM_H