[xiph-commits] r10153 - in icecast/trunk/ices: . src

msmith at svn.xiph.org msmith at svn.xiph.org
Wed Oct 12 14:38:18 PDT 2005


Author: msmith
Date: 2005-10-12 14:37:45 -0700 (Wed, 12 Oct 2005)
New Revision: 10153

Modified:
   icecast/trunk/ices/AUTHORS
   icecast/trunk/ices/src/audio.c
   icecast/trunk/ices/src/audio.h
   icecast/trunk/ices/src/cfgparse.c
   icecast/trunk/ices/src/cfgparse.h
   icecast/trunk/ices/src/encode.c
   icecast/trunk/ices/src/encode.h
   icecast/trunk/ices/src/event.h
   icecast/trunk/ices/src/ices.c
   icecast/trunk/ices/src/im_alsa.c
   icecast/trunk/ices/src/im_alsa.h
   icecast/trunk/ices/src/im_oss.c
   icecast/trunk/ices/src/im_oss.h
   icecast/trunk/ices/src/im_playlist.c
   icecast/trunk/ices/src/im_playlist.h
   icecast/trunk/ices/src/im_stdinpcm.c
   icecast/trunk/ices/src/im_stdinpcm.h
   icecast/trunk/ices/src/im_sun.c
   icecast/trunk/ices/src/im_sun.h
   icecast/trunk/ices/src/input.c
   icecast/trunk/ices/src/input.h
   icecast/trunk/ices/src/inputmodule.h
   icecast/trunk/ices/src/logging.h
   icecast/trunk/ices/src/metadata.c
   icecast/trunk/ices/src/metadata.h
   icecast/trunk/ices/src/output.c
   icecast/trunk/ices/src/playlist_basic.c
   icecast/trunk/ices/src/playlist_basic.h
   icecast/trunk/ices/src/playlist_script.c
   icecast/trunk/ices/src/process.c
   icecast/trunk/ices/src/process.h
   icecast/trunk/ices/src/reencode.c
   icecast/trunk/ices/src/reencode.h
   icecast/trunk/ices/src/registry.h
   icecast/trunk/ices/src/savefile.c
   icecast/trunk/ices/src/signals.c
   icecast/trunk/ices/src/signals.h
   icecast/trunk/ices/src/stream.c
   icecast/trunk/ices/src/stream.h
   icecast/trunk/ices/src/stream_rewrite.c
   icecast/trunk/ices/src/stream_shared.c
   icecast/trunk/ices/src/stream_shared.h
Log:
Change my email address that's not horribly obsolete.


Modified: icecast/trunk/ices/AUTHORS
===================================================================
--- icecast/trunk/ices/AUTHORS	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/AUTHORS	2005-10-12 21:37:45 UTC (rev 10153)
@@ -1,3 +1,3 @@
-Michael Smith	<msmith at labyrinth.net.au>
+Michael Smith	<msmith at xiph.org>
 Jack Moffitt	<jack at icecast.org>
 Karl Heyes      <karl at xiph.org>

Modified: icecast/trunk/ices/src/audio.c
===================================================================
--- icecast/trunk/ices/src/audio.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/audio.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -4,7 +4,7 @@
  *
  * $Id: audio.c,v 1.10 2003/08/01 22:38:04 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/audio.h
===================================================================
--- icecast/trunk/ices/src/audio.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/audio.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -4,7 +4,7 @@
  *
  * $Id: audio.h,v 1.3 2003/03/15 02:24:18 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/cfgparse.c
===================================================================
--- icecast/trunk/ices/src/cfgparse.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/cfgparse.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: cfgparse.c,v 1.10 2004/03/11 17:16:08 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/cfgparse.h
===================================================================
--- icecast/trunk/ices/src/cfgparse.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/cfgparse.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: cfgparse.h,v 1.7 2004/03/11 17:16:08 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/encode.c
===================================================================
--- icecast/trunk/ices/src/encode.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/encode.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: encode.c,v 1.19 2003/12/22 14:01:09 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/encode.h
===================================================================
--- icecast/trunk/ices/src/encode.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/encode.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: encode.h,v 1.5 2003/12/22 14:01:09 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/event.h
===================================================================
--- icecast/trunk/ices/src/event.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/event.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: event.h,v 1.3 2003/03/16 14:21:48 msmith Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/ices.c
===================================================================
--- icecast/trunk/ices/src/ices.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/ices.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: ices.c,v 1.19 2004/03/11 17:16:08 karl Exp $
  *
- * Copyright (c) 2001-2002 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001-2002 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_alsa.c
===================================================================
--- icecast/trunk/ices/src/im_alsa.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_alsa.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -5,7 +5,7 @@
  *
  * by Jason Chu <jchu at uvic.ca>, based
  * on im_oss.c which is...
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_alsa.h
===================================================================
--- icecast/trunk/ices/src/im_alsa.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_alsa.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -5,7 +5,7 @@
  *
  * by Jason Chu  <jchu at uvic.ca>, based
  * on im_oss.c which is...
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_oss.c
===================================================================
--- icecast/trunk/ices/src/im_oss.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_oss.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: im_oss.c,v 1.14 2004/01/17 04:24:10 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_oss.h
===================================================================
--- icecast/trunk/ices/src/im_oss.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_oss.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: im_oss.h,v 1.4 2003/03/28 01:07:37 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_playlist.c
===================================================================
--- icecast/trunk/ices/src/im_playlist.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_playlist.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: im_playlist.c,v 1.15 2004/01/12 23:39:39 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_playlist.h
===================================================================
--- icecast/trunk/ices/src/im_playlist.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_playlist.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: im_playlist.h,v 1.6 2004/01/12 23:39:39 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_stdinpcm.c
===================================================================
--- icecast/trunk/ices/src/im_stdinpcm.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_stdinpcm.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: im_stdinpcm.c,v 1.10 2004/01/17 04:24:10 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_stdinpcm.h
===================================================================
--- icecast/trunk/ices/src/im_stdinpcm.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_stdinpcm.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: im_stdinpcm.h,v 1.4 2003/07/06 06:20:34 brendan Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_sun.c
===================================================================
--- icecast/trunk/ices/src/im_sun.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_sun.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -5,7 +5,7 @@
  *
  * by Ciaran Anscomb <ciarana at rd.bbc.co.uk>, based
  * on im_oss.c which is...
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/im_sun.h
===================================================================
--- icecast/trunk/ices/src/im_sun.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/im_sun.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -5,7 +5,7 @@
  *
  * by Ciaran Anscomb <ciarana at rd.bbc.co.uk>, based
  * on im_oss.c which is...
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/input.c
===================================================================
--- icecast/trunk/ices/src/input.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/input.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -4,7 +4,7 @@
  *
  * $Id: input.c,v 1.32 2004/03/11 17:22:59 karl Exp $
  * 
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/input.h
===================================================================
--- icecast/trunk/ices/src/input.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/input.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: input.h,v 1.9 2003/03/22 01:14:35 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/inputmodule.h
===================================================================
--- icecast/trunk/ices/src/inputmodule.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/inputmodule.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: inputmodule.h,v 1.3 2003/03/16 14:21:48 msmith Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/logging.h
===================================================================
--- icecast/trunk/ices/src/logging.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/logging.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: logging.h,v 1.5 2002/08/03 12:11:57 msmith Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/metadata.c
===================================================================
--- icecast/trunk/ices/src/metadata.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/metadata.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: metadata.c,v 1.13 2004/02/24 15:39:14 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/metadata.h
===================================================================
--- icecast/trunk/ices/src/metadata.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/metadata.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: metadata.h,v 1.3 2001/09/25 12:04:22 msmith Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/output.c
===================================================================
--- icecast/trunk/ices/src/output.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/output.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: output.c,v 1.4 2003/03/22 01:14:35 karl Exp $
  *
- * Copyright (c) 2001-2002 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001-2002 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/playlist_basic.c
===================================================================
--- icecast/trunk/ices/src/playlist_basic.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/playlist_basic.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: playlist_basic.c,v 1.13 2003/08/13 00:58:02 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/playlist_basic.h
===================================================================
--- icecast/trunk/ices/src/playlist_basic.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/playlist_basic.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: playlist_basic.h,v 1.5 2003/03/16 14:21:49 msmith Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/playlist_script.c
===================================================================
--- icecast/trunk/ices/src/playlist_script.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/playlist_script.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -4,7 +4,7 @@
  *
  * $Id: playlist_script.c,v 1.7 2003/08/13 00:58:02 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/process.c
===================================================================
--- icecast/trunk/ices/src/process.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/process.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -4,7 +4,7 @@
  *
  * $Id: process.c,v 1.4 2003/03/16 14:21:49 msmith Exp $
  *
- * Copyright (c) 2001-2002 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001-2002 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/process.h
===================================================================
--- icecast/trunk/ices/src/process.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/process.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: process.h,v 1.3 2003/03/16 14:21:49 msmith Exp $
  *
- * Copyright (c) 2001-2002 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001-2002 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/reencode.c
===================================================================
--- icecast/trunk/ices/src/reencode.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/reencode.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: reencode.c,v 1.10 2003/12/22 14:01:09 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/reencode.h
===================================================================
--- icecast/trunk/ices/src/reencode.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/reencode.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: reencode.h,v 1.7 2004/01/13 16:35:27 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/registry.h
===================================================================
--- icecast/trunk/ices/src/registry.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/registry.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: registry.h,v 1.3 2002/12/29 10:28:30 msmith Exp $
  *
- * Copyright (c) 2001-2002 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001-2002 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/savefile.c
===================================================================
--- icecast/trunk/ices/src/savefile.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/savefile.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: savefile.c,v 1.4 2003/03/16 14:21:49 msmith Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/signals.c
===================================================================
--- icecast/trunk/ices/src/signals.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/signals.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: signals.c,v 1.8 2003/03/28 01:07:37 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/signals.h
===================================================================
--- icecast/trunk/ices/src/signals.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/signals.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: signals.h,v 1.2 2001/09/25 12:04:22 msmith Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/stream.c
===================================================================
--- icecast/trunk/ices/src/stream.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/stream.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: stream.c,v 1.33 2004/03/11 17:22:59 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/stream.h
===================================================================
--- icecast/trunk/ices/src/stream.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/stream.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: stream.h,v 1.4 2003/03/22 01:14:35 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/stream_rewrite.c
===================================================================
--- icecast/trunk/ices/src/stream_rewrite.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/stream_rewrite.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -7,7 +7,7 @@
  *
  * $Id: stream_rewrite.c,v 1.4 2003/03/16 14:21:49 msmith Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/stream_shared.c
===================================================================
--- icecast/trunk/ices/src/stream_shared.c	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/stream_shared.c	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: stream_shared.c,v 1.17 2003/12/22 14:01:09 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute

Modified: icecast/trunk/ices/src/stream_shared.h
===================================================================
--- icecast/trunk/ices/src/stream_shared.h	2005-10-12 01:21:09 UTC (rev 10152)
+++ icecast/trunk/ices/src/stream_shared.h	2005-10-12 21:37:45 UTC (rev 10153)
@@ -3,7 +3,7 @@
  *
  * $Id: stream_shared.h,v 1.4 2003/03/22 01:14:35 karl Exp $
  *
- * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
+ * Copyright (c) 2001 Michael Smith <msmith at xiph.org>
  *
  * This program is distributed under the terms of the GNU General
  * Public License, version 2. You may use, modify, and redistribute



More information about the commits mailing list