mirror of https://github.com/mpv-player/mpv
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:
parent
bb068204c3
commit
7d9ec17fd4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue