changeset 10368:6fb8a6a4a071

removing my (nonworking) email address
author alex
date Thu, 03 Jul 2003 20:22:51 +0000
parents efb1ac9d44d7
children b9fdaecc672f
files libmpcodecs/vd_xanim.c libmpdemux/demux_real.c libmpdemux/tv.c libmpdemux/tvi_v4l.c libvo/vo_ggi.c
diffstat 5 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_xanim.c	Thu Jul 03 20:21:14 2003 +0000
+++ b/libmpcodecs/vd_xanim.c	Thu Jul 03 20:22:51 2003 +0000
@@ -4,7 +4,7 @@
   It partly emulates the Xanim codebase.
   You need the -rdynamic flag to use this with gcc.
 
-  (C) 2001-2002 Alex Beregszaszi <alex@naxine.org>
+  (C) 2001-2002 Alex Beregszaszi
             and Arpad Gereoffy <arpi@thot.banki.hu>
 */
 
--- a/libmpdemux/demux_real.c	Thu Jul 03 20:21:14 2003 +0000
+++ b/libmpdemux/demux_real.c	Thu Jul 03 20:22:51 2003 +0000
@@ -1,7 +1,7 @@
 /*
     Real parser & demuxer
     
-    (C) Alex Beregszaszi <alex@naxine.org>
+    (C) Alex Beregszaszi
     
     Based on FFmpeg's libav/rm.c.
 
--- a/libmpdemux/tv.c	Thu Jul 03 20:21:14 2003 +0000
+++ b/libmpdemux/tv.c	Thu Jul 03 20:22:51 2003 +0000
@@ -1,7 +1,7 @@
 /*
  TV Interface for MPlayer
  
- (C) Alex Beregszaszi <alex@naxine.org>
+ (C) Alex Beregszaszi
  
  API idea based on libvo2
 
--- a/libmpdemux/tvi_v4l.c	Thu Jul 03 20:21:14 2003 +0000
+++ b/libmpdemux/tvi_v4l.c	Thu Jul 03 20:22:51 2003 +0000
@@ -1,7 +1,7 @@
 /*
   Video 4 Linux input
 
-  (C) Alex Beregszaszi <alex@naxine.org>
+  (C) Alex Beregszaszi
   
   Some ideas are based on xawtv/libng's grab-v4l.c written by
     Gerd Knorr <kraxel@bytesex.org>
@@ -49,7 +49,7 @@
 static tvi_info_t info = {
 	"Video 4 Linux input",
 	"v4l",
-	"Alex Beregszaszi <alex@naxine.org>",
+	"Alex Beregszaszi",
 	"under development"
 };
 
--- a/libvo/vo_ggi.c	Thu Jul 03 20:21:14 2003 +0000
+++ b/libvo/vo_ggi.c	Thu Jul 03 20:22:51 2003 +0000
@@ -1,7 +1,7 @@
 /*
   vo_ggi.c - General Graphics Interface (GGI) Renderer for MPlayer
 
-  (C) Alex Beregszaszi <alex@naxine.org>
+  (C) Alex Beregszaszi
   
   Uses libGGI - http://www.ggi-project.org/
 
@@ -45,7 +45,7 @@
 {
 	"General Graphics Interface (GGI) output",
 	"ggi",
-	"Alex Beregszaszi <alex@naxine.org>",
+	"Alex Beregszaszi",
 	"under developement"
 };