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
This commit is contained in:
diego 2005-04-16 12:51:09 +00:00
parent bb068204c3
commit 7d9ec17fd4
6 changed files with 32 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -5,6 +5,10 @@ dvbstream
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

View File

@ -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

View File

@ -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>

View File

@ -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