[MPlayer-cvslog] r28230 - in trunk/TOOLS/realcodecs: 14_4.c 28_8.c cook.c drv2.c drv3.c drv4.c ra.c rv30.c sipr.c
diego
subversion at mplayerhq.hu
Fri Jan 2 12:46:34 CET 2009
Author: diego
Date: Fri Jan 2 12:46:34 2009
New Revision: 28230
Log:
Relicense to GPLv2 or later with the author's permission.
Modified:
trunk/TOOLS/realcodecs/14_4.c
trunk/TOOLS/realcodecs/28_8.c
trunk/TOOLS/realcodecs/cook.c
trunk/TOOLS/realcodecs/drv2.c
trunk/TOOLS/realcodecs/drv3.c
trunk/TOOLS/realcodecs/drv4.c
trunk/TOOLS/realcodecs/ra.c
trunk/TOOLS/realcodecs/rv30.c
trunk/TOOLS/realcodecs/sipr.c
Modified: trunk/TOOLS/realcodecs/14_4.c
==============================================================================
--- trunk/TOOLS/realcodecs/14_4.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/14_4.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
Modified: trunk/TOOLS/realcodecs/28_8.c
==============================================================================
--- trunk/TOOLS/realcodecs/28_8.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/28_8.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
Modified: trunk/TOOLS/realcodecs/cook.c
==============================================================================
--- trunk/TOOLS/realcodecs/cook.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/cook.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
Modified: trunk/TOOLS/realcodecs/drv2.c
==============================================================================
--- trunk/TOOLS/realcodecs/drv2.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/drv2.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
Modified: trunk/TOOLS/realcodecs/drv3.c
==============================================================================
--- trunk/TOOLS/realcodecs/drv3.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/drv3.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
Modified: trunk/TOOLS/realcodecs/drv4.c
==============================================================================
--- trunk/TOOLS/realcodecs/drv4.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/drv4.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
Modified: trunk/TOOLS/realcodecs/ra.c
==============================================================================
--- trunk/TOOLS/realcodecs/ra.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/ra.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
Modified: trunk/TOOLS/realcodecs/rv30.c
==============================================================================
--- trunk/TOOLS/realcodecs/rv30.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/rv30.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
Modified: trunk/TOOLS/realcodecs/sipr.c
==============================================================================
--- trunk/TOOLS/realcodecs/sipr.c Fri Jan 2 12:45:39 2009 (r28229)
+++ trunk/TOOLS/realcodecs/sipr.c Fri Jan 2 12:46:34 2009 (r28230)
@@ -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.
More information about the MPlayer-cvslog
mailing list