summaryrefslogtreecommitdiffstats
path: root/libmpdemux/rtp.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-16 12:51:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-16 12:51:09 +0000
commit7d9ec17fd4b3d9f3bb1d2e08a41f7c0fc6313bf5 (patch)
treef9b7c98b3212f9b8db1b668876b010fc7902998d /libmpdemux/rtp.c
parentbb068204c33d4e512ca7677a665817b9f6c5945c (diff)
downloadmpv-7d9ec17fd4b3d9f3bb1d2e08a41f7c0fc6313bf5.tar.bz2
mpv-7d9ec17fd4b3d9f3bb1d2e08a41f7c0fc6313bf5.tar.xz
Mark modified imported files as such to comply more closely with GPL ยง2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15179 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/rtp.c')
-rw-r--r--libmpdemux/rtp.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/libmpdemux/rtp.c b/libmpdemux/rtp.c
index ccd4ba9233..8f4b59ec23 100644
--- a/libmpdemux/rtp.c
+++ b/libmpdemux/rtp.c
@@ -1,4 +1,10 @@
-/* Imported from the dvbstream-0.2 project */
+/* Imported from the dvbstream-0.2 project
+ *
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include <stdlib.h>
#include <string.h>
#include <unistd.h>