From f60b4c79acaf0412280672f83677a96e74dacb65 Mon Sep 17 00:00:00 2001 From: Sigmund Augdal Helberg Date: Sat, 15 Oct 2005 13:23:08 +0000 Subject: [PATCH] all: updated my name and e-mail address AUTHORS: updated my entry --- AUTHORS | 9 +++++---- extras/zsh.cpp | 2 +- include/vlc_keys.h | 2 +- include/vlc_osd.h | 2 +- modules/audio_filter/resampler/linear.c | 2 +- modules/codec/flac.c | 2 +- modules/control/gestures.c | 2 +- modules/control/hotkeys.c | 2 +- modules/control/lirc.c | 2 +- modules/demux/m3u.c | 2 +- modules/demux/playlist/b4s.c | 2 +- modules/demux/playlist/m3u.c | 2 +- modules/demux/playlist/playlist.h | 2 +- modules/demux/playlist/pls.c | 2 +- modules/demux/util/id3genres.h | 2 +- modules/demux/util/id3tag.c | 2 +- modules/gui/wxwidgets/fileinfo.cpp | 2 +- modules/gui/wxwidgets/preferences_widgets.cpp | 2 +- modules/gui/wxwidgets/preferences_widgets.h | 2 +- modules/misc/dummy/renderer.c | 2 +- modules/misc/freetype.c | 2 +- modules/mux/mpjpeg.c | 2 +- modules/services_discovery/shout.c | 2 +- modules/video_filter/motionblur.c | 2 +- modules/video_filter/time.c | 2 +- modules/video_output/aa.c | 2 +- src/input/mem_stream.c | 2 +- src/osd/osd_text.c | 2 +- src/video_output/video_text.c | 2 +- 29 files changed, 33 insertions(+), 32 deletions(-) diff --git a/AUTHORS b/AUTHORS index 38f02400fe..edb8ac4142 100644 --- a/AUTHORS +++ b/AUTHORS @@ -38,15 +38,16 @@ E: oaubert at lisi dot univ-lyon1 dot fr D: CORBA interface S: France -N: Sigmund Augdal -E: sigmunau@idi.ntnu.no +N: Sigmund Augdal Helberg +E: dnumgis@videolan.org C: sigmunau D: lirc plugin -D: norwegian translation D: aalib plugin -D: KDE plug-in D: Subtitles and freetype D: Hotkeys +D: Shoutcast discovery module and b4s playlist parser +D: wxWidgets preferences +D: File-Info and metadata handling S: Norway N: Pierre Baillet diff --git a/extras/zsh.cpp b/extras/zsh.cpp index f716985027..b21542fcac 100644 --- a/extras/zsh.cpp +++ b/extras/zsh.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2005 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/vlc_keys.h b/include/vlc_keys.h index 52bf3a3ffe..94c6f6be87 100644 --- a/include/vlc_keys.h +++ b/include/vlc_keys.h @@ -4,7 +4,7 @@ * Copyright (C) 2003 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/vlc_osd.h b/include/vlc_osd.h index 5f8bb02741..84dd336a2e 100644 --- a/include/vlc_osd.h +++ b/include/vlc_osd.h @@ -8,7 +8,7 @@ * * Added code from include/osd.h written by: * Copyright (C) 2003-2005 the VideoLAN team - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/audio_filter/resampler/linear.c b/modules/audio_filter/resampler/linear.c index a2fa5fdaa9..b9e0c8d847 100644 --- a/modules/audio_filter/resampler/linear.c +++ b/modules/audio_filter/resampler/linear.c @@ -5,7 +5,7 @@ * $Id$ * * Authors: Gildas Bazin - * Sigmund Augdal + * Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/codec/flac.c b/modules/codec/flac.c index 93781bfac9..8c9a4808ac 100644 --- a/modules/codec/flac.c +++ b/modules/codec/flac.c @@ -5,7 +5,7 @@ * $Id$ * * Authors: Gildas Bazin - * Sigmund Augdal + * Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/control/gestures.c b/modules/control/gestures.c index a9358f3702..9c6110eb29 100644 --- a/modules/control/gestures.c +++ b/modules/control/gestures.c @@ -4,7 +4,7 @@ * Copyright (C) 2004 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/control/hotkeys.c b/modules/control/hotkeys.c index b9d202ebff..735557879e 100644 --- a/modules/control/hotkeys.c +++ b/modules/control/hotkeys.c @@ -4,7 +4,7 @@ * Copyright (C) 2005 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * Jean-Paul Saman * * This program is free software; you can redistribute it and/or modify diff --git a/modules/control/lirc.c b/modules/control/lirc.c index 9775972de8..61f60166d6 100644 --- a/modules/control/lirc.c +++ b/modules/control/lirc.c @@ -4,7 +4,7 @@ * Copyright (C) 2003-2005 the VideoLAN team * $Id$ * - * Author: Sigmund Augdal + * Author: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/demux/m3u.c b/modules/demux/m3u.c index 3d38086123..eb81d3b506 100644 --- a/modules/demux/m3u.c +++ b/modules/demux/m3u.c @@ -4,7 +4,7 @@ * Copyright (C) 2001-2004 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * Gildas Bazin * Clément Stenac * diff --git a/modules/demux/playlist/b4s.c b/modules/demux/playlist/b4s.c index 22b2ac024e..620bfed9a9 100644 --- a/modules/demux/playlist/b4s.c +++ b/modules/demux/playlist/b4s.c @@ -4,7 +4,7 @@ * Copyright (C) 2005 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/demux/playlist/m3u.c b/modules/demux/playlist/m3u.c index 6848c81cf4..dff8a85be6 100644 --- a/modules/demux/playlist/m3u.c +++ b/modules/demux/playlist/m3u.c @@ -5,7 +5,7 @@ * $Id$ * * Authors: Clément Stenac - * Sigmund Augdal + * Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/demux/playlist/playlist.h b/modules/demux/playlist/playlist.h index e64e3e8006..1c7b60a216 100644 --- a/modules/demux/playlist/playlist.h +++ b/modules/demux/playlist/playlist.h @@ -4,7 +4,7 @@ * Copyright (C) 2004 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/demux/playlist/pls.c b/modules/demux/playlist/pls.c index 8dbbc3323e..6bd42f081c 100644 --- a/modules/demux/playlist/pls.c +++ b/modules/demux/playlist/pls.c @@ -5,7 +5,7 @@ * $Id$ * * Authors: Clément Stenac - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/demux/util/id3genres.h b/modules/demux/util/id3genres.h index b6fa0d8eb9..cdd83f812c 100644 --- a/modules/demux/util/id3genres.h +++ b/modules/demux/util/id3genres.h @@ -4,7 +4,7 @@ * Copyright (C) 2002-2003 the VideoLAN team * $Id$ * - * Author: Sigmund Augdal + * Author: Sigmund Augdal Helberg * list found at http://www.id3.org/id3v2.4.0-frames.txt * * This program is free software; you can redistribute it and/or modify diff --git a/modules/demux/util/id3tag.c b/modules/demux/util/id3tag.c index ddadb83d0a..ef171ce4e6 100644 --- a/modules/demux/util/id3tag.c +++ b/modules/demux/util/id3tag.c @@ -4,7 +4,7 @@ * Copyright (C) 2002-2004 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/wxwidgets/fileinfo.cpp b/modules/gui/wxwidgets/fileinfo.cpp index d3235bb723..bd33825acc 100644 --- a/modules/gui/wxwidgets/fileinfo.cpp +++ b/modules/gui/wxwidgets/fileinfo.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2000-2004 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/wxwidgets/preferences_widgets.cpp b/modules/gui/wxwidgets/preferences_widgets.cpp index 10f500610c..629c51ba17 100644 --- a/modules/gui/wxwidgets/preferences_widgets.cpp +++ b/modules/gui/wxwidgets/preferences_widgets.cpp @@ -5,7 +5,7 @@ * $Id$ * * Authors: Gildas Bazin - * Sigmund Augdal + * Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/gui/wxwidgets/preferences_widgets.h b/modules/gui/wxwidgets/preferences_widgets.h index 5d23e82eb0..2f10e2ff53 100644 --- a/modules/gui/wxwidgets/preferences_widgets.h +++ b/modules/gui/wxwidgets/preferences_widgets.h @@ -4,7 +4,7 @@ * Copyright (C) 2000-2003 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/misc/dummy/renderer.c b/modules/misc/dummy/renderer.c index bfaace41d2..59c1fd7ca4 100644 --- a/modules/misc/dummy/renderer.c +++ b/modules/misc/dummy/renderer.c @@ -4,7 +4,7 @@ * Copyright (C) 2000, 2001 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c index 7374ed3c31..f55eb445a7 100644 --- a/modules/misc/freetype.c +++ b/modules/misc/freetype.c @@ -4,7 +4,7 @@ * Copyright (C) 2002 - 2005 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * Gildas Bazin * * This program is free software; you can redistribute it and/or modify diff --git a/modules/mux/mpjpeg.c b/modules/mux/mpjpeg.c index e7971b7b5e..68623950d2 100644 --- a/modules/mux/mpjpeg.c +++ b/modules/mux/mpjpeg.c @@ -4,7 +4,7 @@ * Copyright (C) 2001, 2002 the VideoLAN team * $Id: dummy.c 7047 2004-03-11 17:37:50Z fenrir $ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c index 65e46f5cea..1e4d7f381e 100644 --- a/modules/services_discovery/shout.c +++ b/modules/services_discovery/shout.c @@ -4,7 +4,7 @@ * Copyright (C) 2005 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/video_filter/motionblur.c b/modules/video_filter/motionblur.c index 65b81873c1..bd93662cc5 100644 --- a/modules/video_filter/motionblur.c +++ b/modules/video_filter/motionblur.c @@ -4,7 +4,7 @@ * Copyright (C) 2000, 2001, 2002, 2003 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/video_filter/time.c b/modules/video_filter/time.c index c8624dd970..3c17c0b0de 100644 --- a/modules/video_filter/time.c +++ b/modules/video_filter/time.c @@ -4,7 +4,7 @@ * Copyright (C) 2003-2005 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/video_output/aa.c b/modules/video_output/aa.c index e4f700340a..05c34bf09a 100644 --- a/modules/video_output/aa.c +++ b/modules/video_output/aa.c @@ -4,7 +4,7 @@ * Copyright (C) 2002 the VideoLAN team * $Id$ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/input/mem_stream.c b/src/input/mem_stream.c index 38f165e3ab..aacb35c57c 100644 --- a/src/input/mem_stream.c +++ b/src/input/mem_stream.c @@ -4,7 +4,7 @@ * Copyright (C) 1999-2004 the VideoLAN team * $Id: stream.c 9390 2004-11-22 09:56:48Z fenrir $ * - * Authors: Sigmund Augdal + * Authors: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/osd/osd_text.c b/src/osd/osd_text.c index 330e20258a..54a3e8590f 100644 --- a/src/osd/osd_text.c +++ b/src/osd/osd_text.c @@ -4,7 +4,7 @@ * Copyright (C) 1999-2005 the VideoLAN team * $Id$ * - * Author: Sigmund Augdal + * Author: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/video_output/video_text.c b/src/video_output/video_text.c index ecb4b22bdb..06d184526a 100644 --- a/src/video_output/video_text.c +++ b/src/video_output/video_text.c @@ -4,7 +4,7 @@ * Copyright (C) 1999-2004 the VideoLAN team * $Id$ * - * Author: Sigmund Augdal + * Author: Sigmund Augdal Helberg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.39.5