[xiph-cvs] cvs commit: timing timing.c timing.h
Michael Smith
msmith at xiph.org
Wed Jan 28 17:02:15 PST 2004
msmith 04/01/28 20:02:14
Modified: src admin.c admin.h auth.c auth.h cfgfile.c cfgfile.h
client.c client.h compat.h configtest.c
connection.c connection.h event.c event.h format.c
format.h format_mp3.c format_mp3.h format_vorbis.c
format_vorbis.h fserve.c fserve.h geturl.c geturl.h
global.c global.h logging.c logging.h main.c md5.c
md5.h os.h refbuf.c refbuf.h sighandler.c
sighandler.h slave.c slave.h source.c source.h
stats.c stats.h util.c util.h xslt.c xslt.h yp.c
yp.h
. httpp.c httpp.h
. log.c log.h
. timing.c timing.h
Log:
Add Copyright notice to each source file, as requested by debian.
Revision Changes Path
1.19 +12 -0 icecast/src/admin.c
Index: admin.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/admin.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- admin.c 28 Jan 2004 02:17:57 -0000 1.18
+++ admin.c 29 Jan 2004 01:02:06 -0000 1.19
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.2 +12 -0 icecast/src/admin.h
Index: admin.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/admin.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- admin.h 6 Mar 2003 14:17:33 -0000 1.1
+++ admin.h 29 Jan 2004 01:02:06 -0000 1.2
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __ADMIN_H__
#define __ADMIN_H__
<p><p>1.3 +12 -0 icecast/src/auth.c
Index: auth.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/auth.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- auth.c 15 Jan 2004 04:24:54 -0000 1.2
+++ auth.c 29 Jan 2004 01:02:06 -0000 1.3
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/**
* Client authentication functions
*/
<p><p>1.2 +12 -0 icecast/src/auth.h
Index: auth.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/auth.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- auth.h 15 Jan 2004 01:01:09 -0000 1.1
+++ auth.h 29 Jan 2004 01:02:06 -0000 1.2
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __AUTH_H__
#define __AUTH_H__
<p><p>1.8 +12 -0 icecast/src/cfgfile.c
Index: cfgfile.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/cfgfile.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cfgfile.c 15 Jan 2004 04:24:56 -0000 1.7
+++ cfgfile.c 29 Jan 2004 01:02:06 -0000 1.8
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.6 +12 -0 icecast/src/cfgfile.h
Index: cfgfile.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/cfgfile.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cfgfile.h 15 Jan 2004 01:01:09 -0000 1.5
+++ cfgfile.h 29 Jan 2004 01:02:06 -0000 1.6
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __CFGFILE_H__
#define __CFGFILE_H__
<p><p>1.12 +12 -0 icecast/src/client.c
Index: client.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/client.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- client.c 15 Jan 2004 01:01:09 -0000 1.11
+++ client.c 29 Jan 2004 01:02:06 -0000 1.12
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* client.c
**
** client interface implementation
<p><p>1.10 +12 -0 icecast/src/client.h
Index: client.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/client.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- client.h 15 Jan 2004 01:01:09 -0000 1.9
+++ client.h 29 Jan 2004 01:02:06 -0000 1.10
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* client.h
**
** client data structions and function definitions
<p><p>1.3 +12 -0 icecast/src/compat.h
Index: compat.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/compat.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- compat.h 15 Jan 2004 01:01:09 -0000 1.2
+++ compat.h 29 Jan 2004 01:02:06 -0000 1.3
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* compat.h
*
* This file contains most of the ugliness for header portability
<p><p>1.7 +12 -0 icecast/src/configtest.c
Index: configtest.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/configtest.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- configtest.c 21 Jul 2003 01:58:54 -0000 1.6
+++ configtest.c 29 Jan 2004 01:02:06 -0000 1.7
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.82 +12 -0 icecast/src/connection.c
Index: connection.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- connection.c 15 Jan 2004 01:01:09 -0000 1.81
+++ connection.c 29 Jan 2004 01:02:06 -0000 1.82
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#ifdef HAVE_CONFIG_H
#include <config.h>
<p><p>1.13 +12 -0 icecast/src/connection.h
Index: connection.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- connection.h 15 Jan 2004 01:01:09 -0000 1.12
+++ connection.h 29 Jan 2004 01:02:06 -0000 1.13
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __CONNECTION_H__
#define __CONNECTION_H__
<p><p>1.6 +12 -0 icecast/src/event.c
Index: event.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/event.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- event.c 26 Jan 2004 22:42:22 -0000 1.5
+++ event.c 29 Jan 2004 01:02:06 -0000 1.6
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.2 +12 -0 icecast/src/event.h
Index: event.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/event.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- event.h 5 Mar 2003 13:03:35 -0000 1.1
+++ event.h 29 Jan 2004 01:02:06 -0000 1.2
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __EVENT_H__
#define __EVENT_H__
<p><p>1.27 +12 -0 icecast/src/format.c
Index: format.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- format.c 23 Jul 2003 00:27:10 -0000 1.26
+++ format.c 29 Jan 2004 01:02:06 -0000 1.27
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; -*- */
/* format.c
**
<p><p>1.14 +12 -0 icecast/src/format.h
Index: format.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- format.h 16 Jul 2003 19:41:59 -0000 1.13
+++ format.h 29 Jan 2004 01:02:06 -0000 1.14
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* format.h
**
** format plugin header
<p><p>1.27 +12 -0 icecast/src/format_mp3.c
Index: format_mp3.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format_mp3.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- format_mp3.c 17 Nov 2003 22:38:58 -0000 1.26
+++ format_mp3.c 29 Jan 2004 01:02:06 -0000 1.27
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; -*- */
/* format_mp3.c
**
<p><p>1.6 +12 -0 icecast/src/format_mp3.h
Index: format_mp3.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format_mp3.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- format_mp3.h 24 Feb 2003 13:37:15 -0000 1.5
+++ format_mp3.h 29 Jan 2004 01:02:06 -0000 1.6
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* format_mp3.h
**
** mp3 format plugin
<p><p>1.17 +12 -0 icecast/src/format_vorbis.c
Index: format_vorbis.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format_vorbis.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- format_vorbis.c 15 Jan 2004 01:01:09 -0000 1.16
+++ format_vorbis.c 29 Jan 2004 01:02:06 -0000 1.17
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* format_vorbis.c
**
** format plugin for vorbis
<p><p>1.2 +12 -0 icecast/src/format_vorbis.h
Index: format_vorbis.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format_vorbis.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- format_vorbis.h 10 Sep 2001 02:21:51 -0000 1.1
+++ format_vorbis.h 29 Jan 2004 01:02:06 -0000 1.2
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* format_vorbis.h
**
** vorbis format plugin header
<p><p>1.17 +12 -0 icecast/src/fserve.c
Index: fserve.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/fserve.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fserve.c 16 Jan 2004 00:43:16 -0000 1.16
+++ fserve.c 29 Jan 2004 01:02:06 -0000 1.17
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.3 +12 -0 icecast/src/fserve.h
Index: fserve.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/fserve.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fserve.h 18 Aug 2002 08:49:25 -0000 1.2
+++ fserve.h 29 Jan 2004 01:02:06 -0000 1.3
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __FSERVE_H__
#define __FSERVE_H__
<p><p>1.6 +12 -0 icecast/src/geturl.c
Index: geturl.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/geturl.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- geturl.c 21 Jul 2003 01:58:54 -0000 1.5
+++ geturl.c 29 Jan 2004 01:02:06 -0000 1.6
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#ifdef HAVE_CONFIG_H
#include <config.h>
<p><p>1.5 +12 -0 icecast/src/geturl.h
Index: geturl.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/geturl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geturl.h 27 Mar 2003 17:09:49 -0000 1.4
+++ geturl.h 29 Jan 2004 01:02:06 -0000 1.5
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#ifndef __GETURL_H__
#define __GETURL_H__
<p><p>1.11 +12 -0 icecast/src/global.c
Index: global.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/global.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- global.c 21 Jul 2003 01:58:54 -0000 1.10
+++ global.c 29 Jan 2004 01:02:06 -0000 1.11
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#ifdef HAVE_CONFIG_H
#include <config.h>
<p><p>1.12 +12 -0 icecast/src/global.h
Index: global.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/global.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- global.h 25 Nov 2003 02:51:02 -0000 1.11
+++ global.h 29 Jan 2004 01:02:06 -0000 1.12
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __GLOBAL_H__
#define __GLOBAL_H__
<p><p>1.9 +12 -0 icecast/src/logging.c
Index: logging.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/logging.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- logging.c 27 Jan 2004 02:16:23 -0000 1.8
+++ logging.c 29 Jan 2004 01:02:06 -0000 1.9
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.10 +12 -0 icecast/src/logging.h
Index: logging.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/logging.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- logging.h 4 Dec 2003 16:23:51 -0000 1.9
+++ logging.h 29 Jan 2004 01:02:06 -0000 1.10
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __LOGGING_H__
#define __LOGGING_H__
<p><p>1.38 +12 -0 icecast/src/main.c
Index: main.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- main.c 28 Jan 2004 23:23:10 -0000 1.37
+++ main.c 29 Jan 2004 01:02:06 -0000 1.38
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#ifdef HAVE_CONFIG_H
#include <config.h>
<p><p>1.2 +12 -0 icecast/src/md5.c
Index: md5.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/md5.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- md5.c 15 Jan 2004 01:01:09 -0000 1.1
+++ md5.c 29 Jan 2004 01:02:06 -0000 1.2
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/*
* md5.c
*
<p><p>1.2 +12 -0 icecast/src/md5.h
Index: md5.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/md5.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- md5.h 15 Jan 2004 01:01:09 -0000 1.1
+++ md5.h 29 Jan 2004 01:02:06 -0000 1.2
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __MD5_H__
#define __MD5_H__
<p><p>1.6 +12 -0 icecast/src/os.h
Index: os.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/os.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- os.h 27 Jan 2004 02:16:24 -0000 1.5
+++ os.h 29 Jan 2004 01:02:06 -0000 1.6
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __OS_H__
#define __OS_H__
<p><p>1.9 +12 -0 icecast/src/refbuf.c
Index: refbuf.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/refbuf.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- refbuf.c 21 Jul 2003 01:58:54 -0000 1.8
+++ refbuf.c 29 Jan 2004 01:02:06 -0000 1.9
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* refbuf.c
**
** reference counting buffer implementation
<p><p>1.4 +12 -0 icecast/src/refbuf.h
Index: refbuf.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/refbuf.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- refbuf.h 15 Mar 2003 02:10:17 -0000 1.3
+++ refbuf.h 29 Jan 2004 01:02:06 -0000 1.4
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* refbuf.h
**
** reference counting data buffer
<p><p>1.9 +12 -0 icecast/src/sighandler.c
Index: sighandler.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/sighandler.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sighandler.c 25 Jul 2003 14:29:33 -0000 1.8
+++ sighandler.c 29 Jan 2004 01:02:06 -0000 1.9
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.3 +12 -0 icecast/src/sighandler.h
Index: sighandler.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/sighandler.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sighandler.h 24 Jul 2003 23:45:29 -0000 1.2
+++ sighandler.h 29 Jan 2004 01:02:06 -0000 1.3
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __SIGHANDLER_H__
#define __SIGHANDLER_H__
<p><p>1.31 +12 -0 icecast/src/slave.c
Index: slave.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/slave.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- slave.c 15 Jan 2004 01:01:09 -0000 1.30
+++ slave.c 29 Jan 2004 01:02:06 -0000 1.31
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
/* slave.c
* by Ciaran Anscomb <ciaran.anscomb at 6809.org.uk>
<p><p>1.2 +12 -0 icecast/src/slave.h
Index: slave.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/slave.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slave.h 5 Aug 2002 14:48:01 -0000 1.1
+++ slave.h 29 Jan 2004 01:02:06 -0000 1.2
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __SLAVE_H__
#define __SLAVE_H__
<p><p>1.66 +12 -0 icecast/src/source.c
Index: source.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/source.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- source.c 21 Jan 2004 15:19:48 -0000 1.65
+++ source.c 29 Jan 2004 01:02:06 -0000 1.66
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#ifdef HAVE_CONFIG_H
#include <config.h>
<p><p>1.17 +12 -0 icecast/src/source.h
Index: source.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/source.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- source.h 15 Jan 2004 01:01:09 -0000 1.16
+++ source.h 29 Jan 2004 01:02:07 -0000 1.17
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __SOURCE_H__
#define __SOURCE_H__
<p><p>1.32 +12 -0 icecast/src/stats.c
Index: stats.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- stats.c 27 Jan 2004 02:16:24 -0000 1.31
+++ stats.c 29 Jan 2004 01:02:07 -0000 1.32
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.8 +12 -0 icecast/src/stats.h
Index: stats.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- stats.h 16 Jul 2003 19:41:59 -0000 1.7
+++ stats.h 29 Jan 2004 01:02:07 -0000 1.8
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __STATS_H__
#define __STATS_H__
<p><p>1.28 +12 -0 icecast/src/util.c
Index: util.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/util.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- util.c 26 Jan 2004 21:49:07 -0000 1.27
+++ util.c 29 Jan 2004 01:02:07 -0000 1.28
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.14 +12 -0 icecast/src/util.h
Index: util.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/util.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- util.h 26 Jan 2004 21:49:07 -0000 1.13
+++ util.h 29 Jan 2004 01:02:07 -0000 1.14
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifndef __UTIL_H__
#define __UTIL_H__
<p><p>1.12 +12 -0 icecast/src/xslt.c
Index: xslt.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/xslt.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xslt.c 24 Jul 2003 05:24:00 -0000 1.11
+++ xslt.c 29 Jan 2004 01:02:07 -0000 1.12
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.5 +12 -0 icecast/src/xslt.h
Index: xslt.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/xslt.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xslt.h 16 Jul 2003 19:41:59 -0000 1.4
+++ xslt.h 29 Jan 2004 01:02:07 -0000 1.5
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
#include <libxml/xmlmemory.h>
#include <libxml/debugXML.h>
#include <libxml/HTMLtree.h>
<p><p>1.16 +12 -0 icecast/src/yp.c
Index: yp.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/yp.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- yp.c 26 Jan 2004 22:42:22 -0000 1.15
+++ yp.c 29 Jan 2004 01:02:07 -0000 1.16
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#ifdef HAVE_CONFIG_H
#include <config.h>
<p><p>1.10 +12 -0 icecast/src/yp.h
Index: yp.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/yp.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yp.h 26 Jan 2004 22:42:22 -0000 1.9
+++ yp.h 29 Jan 2004 01:02:07 -0000 1.10
@@ -1,3 +1,15 @@
+/* Icecast
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2000-2004, Jack Moffitt <jack at xiph.org,
+ * Michael Smith <msmith at xiph.org>,
+ * oddsock <oddsock at xiph.org>,
+ * Karl Heyes <karl at xiph.org>
+ * and others (see AUTHORS for details).
+ */
+
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
#ifndef __YP_H__
#define __YP_H__
<p><p>1.24 +3 -0 httpp/httpp.c
Index: httpp.c
===================================================================
RCS file: /usr/local/cvsroot/httpp/httpp.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- httpp.c 7 Jul 2003 01:49:27 -0000 1.23
+++ httpp.c 29 Jan 2004 01:02:10 -0000 1.24
@@ -1,6 +1,9 @@
/* Httpp.c
**
** http parsing engine
+**
+** This program is distributed under the GNU General Public License, version 2.
+** A copy of this license is included with this source.
*/
#ifdef HAVE_CONFIG_H
<p><p>1.11 +3 -0 httpp/httpp.h
Index: httpp.h
===================================================================
RCS file: /usr/local/cvsroot/httpp/httpp.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- httpp.h 7 Jul 2003 01:49:27 -0000 1.10
+++ httpp.h 29 Jan 2004 01:02:10 -0000 1.11
@@ -1,6 +1,9 @@
/* httpp.h
**
** http parsing library
+**
+** This program is distributed under the GNU General Public License, version 2.
+** A copy of this license is included with this source.
*/
#ifndef __HTTPP_H
<p><p>1.15 +7 -0 log/log.c
Index: log.c
===================================================================
RCS file: /usr/local/cvsroot/log/log.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- log.c 17 Nov 2003 23:53:37 -0000 1.14
+++ log.c 29 Jan 2004 01:02:12 -0000 1.15
@@ -1,3 +1,10 @@
+/*
+** Logging framework.
+**
+** This program is distributed under the GNU General Public License, version 2.
+** A copy of this license is included with this source.
+*/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
<p><p>1.7 +7 -0 log/log.h
Index: log.h
===================================================================
RCS file: /usr/local/cvsroot/log/log.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- log.h 9 Jul 2003 02:45:22 -0000 1.6
+++ log.h 29 Jan 2004 01:02:12 -0000 1.7
@@ -1,3 +1,10 @@
+/*
+** Logging framework.
+**
+** This program is distributed under the GNU General Public License, version 2.
+** A copy of this license is included with this source.
+*/
+
#ifndef __LOG_H__
#define __LOG_H__
<p><p>1.14 +3 -0 timing/timing.c
Index: timing.c
===================================================================
RCS file: /usr/local/cvsroot/timing/timing.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- timing.c 20 Oct 2003 16:32:55 -0000 1.13
+++ timing.c 29 Jan 2004 01:02:12 -0000 1.14
@@ -1,5 +1,8 @@
/* timing.c
** - Timing functions
+**
+** This program is distributed under the GNU General Public License, version 2.
+** A copy of this license is included with this source.
*/
#ifdef HAVE_CONFIG_H
<p><p>1.6 +7 -0 timing/timing.h
Index: timing.h
===================================================================
RCS file: /usr/local/cvsroot/timing/timing.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- timing.h 4 Jul 2003 23:18:26 -0000 1.5
+++ timing.h 29 Jan 2004 01:02:12 -0000 1.6
@@ -1,3 +1,10 @@
+/*
+** Timing functions.
+**
+** This program is distributed under the GNU General Public License, version 2.
+** A copy of this license is included with this source.
+*/
+
#ifndef __TIMING_H__
#define __TIMING_H__
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list