Mercurial > mplayer.hg
changeset 15178:8dd7a656eaf8
Mark modified imported files as such to comply more closely with GPL ¡ø2a.
author | diego |
---|---|
date | Sat, 16 Apr 2005 12:51:09 +0000 |
parents | 9cf799a1a440 |
children | 682f6f67cd41 |
files | libmpdemux/dvb_defaults.h libmpdemux/dvb_tune.c libmpdemux/dvbin.c libmpdemux/dvbin.h libmpdemux/rtp.c libmpdemux/rtp.h |
diffstat | 6 files changed, 32 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/dvb_defaults.h Sat Apr 16 11:31:17 2005 +0000 +++ b/libmpdemux/dvb_defaults.h Sat Apr 16 12:51:09 2005 +0000 @@ -4,6 +4,10 @@ Copyright (C) Dave Chapman 2002 + Modified for use with MPlayer, for details see the CVS changelog at + http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + $Id$ + 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 2
--- a/libmpdemux/dvb_tune.c Sat Apr 16 11:31:17 2005 +0000 +++ b/libmpdemux/dvb_tune.c Sat Apr 16 12:51:09 2005 +0000 @@ -2,6 +2,10 @@ Copyright (C) Dave Chapman 2001,2002 + Modified for use with MPlayer, for details see the CVS changelog at + http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + $Id$ + 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 2
--- a/libmpdemux/dvbin.c Sat Apr 16 11:31:17 2005 +0000 +++ b/libmpdemux/dvbin.c Sat Apr 16 12:51:09 2005 +0000 @@ -5,6 +5,10 @@ The latest version can be found at http://www.linuxstb.org/dvbstream +Modified for use with MPlayer, for details see the CVS changelog at +http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ +$Id$ + Copyright notice: This program is free software; you can redistribute it and/or modify
--- a/libmpdemux/dvbin.h Sat Apr 16 11:31:17 2005 +0000 +++ b/libmpdemux/dvbin.h Sat Apr 16 12:51:09 2005 +0000 @@ -1,3 +1,9 @@ +/* Imported from the dvbstream project + * + * Modified for use with MPlayer, for details see the CVS changelog at + * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ + */ #ifndef DVBIN_H #define DVBIN_H
--- a/libmpdemux/rtp.c Sat Apr 16 11:31:17 2005 +0000 +++ b/libmpdemux/rtp.c Sat Apr 16 12:51:09 2005 +0000 @@ -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>
--- a/libmpdemux/rtp.h Sat Apr 16 11:31:17 2005 +0000 +++ b/libmpdemux/rtp.h Sat Apr 16 12:51:09 2005 +0000 @@ -1,3 +1,10 @@ +/* Imported from the dvbstream project + * + * Modified for use with MPlayer, for details see the CVS changelog at + * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ + */ + #ifndef _RTP_H #define _RTP_H