[MPlayer-cvslog] r30494 - in trunk: loader/qtx/list.c loader/qtx/qtxload.c mp3lib/test.c mp3lib/test2.c
diego
subversion at mplayerhq.hu
Wed Feb 3 09:32:36 CET 2010
Author: diego
Date: Wed Feb 3 09:32:35 2010
New Revision: 30494
Log:
Add missing license headers to test programs for external libraries.
Modified:
trunk/loader/qtx/list.c
trunk/loader/qtx/qtxload.c
trunk/mp3lib/test.c
trunk/mp3lib/test2.c
Modified: trunk/loader/qtx/list.c
==============================================================================
--- trunk/loader/qtx/list.c Tue Feb 2 22:27:17 2010 (r30493)
+++ trunk/loader/qtx/list.c Wed Feb 3 09:32:35 2010 (r30494)
@@ -1,5 +1,22 @@
-/* to compile:
- edit ../win32.c, change the #if 0 to 1 at line 1326 to enabel quicktime fix!
+/*
+ * To compile edit loader/win32.c and change the #if 0 to 1 at line 1326
+ * to enable quicktime fix!
+ *
+ * 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.
*/
#include <stdio.h>
Modified: trunk/loader/qtx/qtxload.c
==============================================================================
--- trunk/loader/qtx/qtxload.c Tue Feb 2 22:27:17 2010 (r30493)
+++ trunk/loader/qtx/qtxload.c Wed Feb 3 09:32:35 2010 (r30494)
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/mp3lib/test.c
==============================================================================
--- trunk/mp3lib/test.c Tue Feb 2 22:27:17 2010 (r30493)
+++ trunk/mp3lib/test.c Wed Feb 3 09:32:35 2010 (r30494)
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
#define DUMP_PCM
Modified: trunk/mp3lib/test2.c
==============================================================================
--- trunk/mp3lib/test2.c Tue Feb 2 22:27:17 2010 (r30493)
+++ trunk/mp3lib/test2.c Wed Feb 3 09:32:35 2010 (r30494)
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
More information about the MPlayer-cvslog
mailing list