[MPlayer-cvslog] r21995 - in trunk: TOOLS/netstream/netstream.c drivers/3dfx.h libaf/af_surround.c libao2/ao_macosx.c libmpcodecs/native/RTjpegN.c libmpcodecs/native/RTjpegN.h libmpcodecs/vf_kerndeint.c libvo/jpeg_enc.c libvo/jpeg_enc.h libvo/video_out_internal.h libvo/vo_3dfx.c libvo/vo_null.c libvo/vo_syncfb.c libvo/vo_tdfx_vid.c stream/stream_dvb.c stream/stream_netstream.c stream/stream_vstream.c

diego subversion at mplayerhq.hu
Mon Jan 22 09:02:10 CET 2007


Author: diego
Date: Mon Jan 22 09:02:06 2007
New Revision: 21995

Modified:
   trunk/TOOLS/netstream/netstream.c
   trunk/drivers/3dfx.h
   trunk/libaf/af_surround.c
   trunk/libao2/ao_macosx.c
   trunk/libmpcodecs/native/RTjpegN.c
   trunk/libmpcodecs/native/RTjpegN.h
   trunk/libmpcodecs/vf_kerndeint.c
   trunk/libvo/jpeg_enc.c
   trunk/libvo/jpeg_enc.h
   trunk/libvo/video_out_internal.h
   trunk/libvo/vo_3dfx.c
   trunk/libvo/vo_null.c
   trunk/libvo/vo_syncfb.c
   trunk/libvo/vo_tdfx_vid.c
   trunk/stream/stream_dvb.c
   trunk/stream/stream_netstream.c
   trunk/stream/stream_vstream.c

Log:
Fix FSF address and otherwise broken license headers.


Modified: trunk/TOOLS/netstream/netstream.c
==============================================================================
--- trunk/TOOLS/netstream/netstream.c	(original)
+++ trunk/TOOLS/netstream/netstream.c	Mon Jan 22 09:02:06 2007
@@ -16,10 +16,8 @@
  *  GNU General Public License for more details.
  *   
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
- *
+ *  along with MPlayer; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdlib.h>

Modified: trunk/drivers/3dfx.h
==============================================================================
--- trunk/drivers/3dfx.h	(original)
+++ trunk/drivers/3dfx.h	Mon Jan 22 09:02:06 2007
@@ -15,10 +15,9 @@
  *  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 GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
+ *  You should have received a copy of the GNU General Public License along
+ *  with mpeg2dec; if not, write to the Free Software Foundation, Inc.,
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 

Modified: trunk/libaf/af_surround.c
==============================================================================
--- trunk/libaf/af_surround.c	(original)
+++ trunk/libaf/af_surround.c	Mon Jan 22 09:02:06 2007
@@ -13,9 +13,9 @@
  * 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 this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
    Original author: Steve Davies <steve at daviesfam.org>
 */

Modified: trunk/libao2/ao_macosx.c
==============================================================================
--- trunk/libao2/ao_macosx.c	(original)
+++ trunk/libao2/ao_macosx.c	Mon Jan 22 09:02:06 2007
@@ -17,9 +17,9 @@
  *  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 GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  You should have received a copy of the GNU General Public License along
+ *  with libao; if not, write to the Free Software Foundation, Inc.,
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 /*

Modified: trunk/libmpcodecs/native/RTjpegN.c
==============================================================================
--- trunk/libmpcodecs/native/RTjpegN.c	(original)
+++ trunk/libmpcodecs/native/RTjpegN.c	Mon Jan 22 09:02:06 2007
@@ -18,8 +18,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */
 
 #include <stdio.h>

Modified: trunk/libmpcodecs/native/RTjpegN.h
==============================================================================
--- trunk/libmpcodecs/native/RTjpegN.h	(original)
+++ trunk/libmpcodecs/native/RTjpegN.h	Mon Jan 22 09:02:06 2007
@@ -18,8 +18,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */
 
 #define __u8 uint8_t

Modified: trunk/libmpcodecs/vf_kerndeint.c
==============================================================================
--- trunk/libmpcodecs/vf_kerndeint.c	(original)
+++ trunk/libmpcodecs/vf_kerndeint.c	Mon Jan 22 09:02:06 2007
@@ -13,7 +13,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */
 
 #include <stdio.h>

Modified: trunk/libvo/jpeg_enc.c
==============================================================================
--- trunk/libvo/jpeg_enc.c	(original)
+++ trunk/libvo/jpeg_enc.c	Mon Jan 22 09:02:06 2007
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * For an excellent introduction to the JPEG format, see:
  * http://www.ece.purdue.edu/~bouman/grad-labs/lab8/pdf/lab.pdf

Modified: trunk/libvo/jpeg_enc.h
==============================================================================
--- trunk/libvo/jpeg_enc.h	(original)
+++ trunk/libvo/jpeg_enc.h	Mon Jan 22 09:02:06 2007
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  * For an excellent introduction to the JPEG format, see:
  * http://www.ece.purdue.edu/~bourman/grad-labs/lab8/pdf/lab.pdf

Modified: trunk/libvo/video_out_internal.h
==============================================================================
--- trunk/libvo/video_out_internal.h	(original)
+++ trunk/libvo/video_out_internal.h	Mon Jan 22 09:02:06 2007
@@ -16,9 +16,8 @@
  *  GNU General Public License for more details.
  *   
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
+ *  along with mpeg2dec; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /* All video drivers will want this */

Modified: trunk/libvo/vo_3dfx.c
==============================================================================
--- trunk/libvo/vo_3dfx.c	(original)
+++ trunk/libvo/vo_3dfx.c	Mon Jan 22 09:02:06 2007
@@ -17,9 +17,8 @@
  *  GNU General Public License for more details.
  *   
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
+ *  along with mpeg2dec; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdio.h>

Modified: trunk/libvo/vo_null.c
==============================================================================
--- trunk/libvo/vo_null.c	(original)
+++ trunk/libvo/vo_null.c	Mon Jan 22 09:02:06 2007
@@ -16,9 +16,8 @@
  *  GNU General Public License for more details.
  *   
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
+ *  along with mpeg2dec; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdio.h>

Modified: trunk/libvo/vo_syncfb.c
==============================================================================
--- trunk/libvo/vo_syncfb.c	(original)
+++ trunk/libvo/vo_syncfb.c	Mon Jan 22 09:02:06 2007
@@ -20,9 +20,8 @@
  *  GNU General Public License for more details.
  *   
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
+ *  along with mpeg2dec; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdio.h>

Modified: trunk/libvo/vo_tdfx_vid.c
==============================================================================
--- trunk/libvo/vo_tdfx_vid.c	(original)
+++ trunk/libvo/vo_tdfx_vid.c	Mon Jan 22 09:02:06 2007
@@ -15,10 +15,9 @@
  *  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 GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
+ *  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/stream/stream_dvb.c
==============================================================================
--- trunk/stream/stream_dvb.c	(original)
+++ trunk/stream/stream_dvb.c	Mon Jan 22 09:02:06 2007
@@ -23,7 +23,7 @@
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 */
 

Modified: trunk/stream/stream_netstream.c
==============================================================================
--- trunk/stream/stream_netstream.c	(original)
+++ trunk/stream/stream_netstream.c	Mon Jan 22 09:02:06 2007
@@ -16,10 +16,8 @@
  *  GNU General Public License for more details.
  *   
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
- *
+ *  along with MPlayer; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /*

Modified: trunk/stream/stream_vstream.c
==============================================================================
--- trunk/stream/stream_vstream.c	(original)
+++ trunk/stream/stream_vstream.c	Mon Jan 22 09:02:06 2007
@@ -16,10 +16,8 @@
  *  GNU General Public License for more details.
  *   
  *  You should have received a copy of the GNU General Public License
- *  along with GNU Make; see the file COPYING.  If not, write to
- *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
- *
- *
+ *  along with MPlayer; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /*



More information about the MPlayer-cvslog mailing list