changeset 28195:3f3f00ce912e

Relicense to GPLv2 or later with the author's permission.
author diego
date Fri, 02 Jan 2009 11:46:34 +0000
parents 9760382bf278
children 504aa3e3076a
files TOOLS/realcodecs/14_4.c TOOLS/realcodecs/28_8.c TOOLS/realcodecs/cook.c TOOLS/realcodecs/drv2.c TOOLS/realcodecs/drv3.c TOOLS/realcodecs/drv4.c TOOLS/realcodecs/ra.c TOOLS/realcodecs/rv30.c TOOLS/realcodecs/sipr.c
diffstat 9 files changed, 171 insertions(+), 45 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/realcodecs/14_4.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/14_4.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual real14_4.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual real14_4.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.
--- a/TOOLS/realcodecs/28_8.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/28_8.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual real28_8.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual real28_8.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.
--- a/TOOLS/realcodecs/cook.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/cook.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual realcook.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual realcook.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.
--- a/TOOLS/realcodecs/drv2.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/drv2.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual realdrv2.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual realdrv2.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.
--- a/TOOLS/realcodecs/drv3.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/drv3.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual realdrv3.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual realdrv3.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.
--- a/TOOLS/realcodecs/drv4.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/drv4.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual realdrv4.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual realdrv4.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.
--- a/TOOLS/realcodecs/ra.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/ra.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual realcook.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual realcook.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.
--- a/TOOLS/realcodecs/rv30.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/rv30.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual realrv30.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual realrv30.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.
--- a/TOOLS/realcodecs/sipr.c	Fri Jan 02 11:45:39 2009 +0000
+++ b/TOOLS/realcodecs/sipr.c	Fri Jan 02 11:46:34 2009 +0000
@@ -1,9 +1,23 @@
 /*
-   GPL v2 blah blah
-   
-   This is a small dll that works as a wrapper for the actual realsipr.so.6.0
-   dll from real player 8.0. 
-*/
+ * This is a small DLL that works as a wrapper for the actual realsipr.so.6.0
+ * DLL from RealPlayer 8.0.
+ *
+ * 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.
+ */
 
 /*
    Assuming that RACloseCodec is the last call.