mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Add Copyright notice to each source file, as requested by debian.
svn path=/trunk/httpp/; revision=5792
This commit is contained in:
parent
78ee74cf3e
commit
0aad6d849c
12
src/admin.c
12
src/admin.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
12
src/admin.h
12
src/admin.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ADMIN_H__
|
#ifndef __ADMIN_H__
|
||||||
#define __ADMIN_H__
|
#define __ADMIN_H__
|
||||||
|
|
||||||
|
12
src/auth.c
12
src/auth.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Client authentication functions
|
* Client authentication functions
|
||||||
*/
|
*/
|
||||||
|
12
src/auth.h
12
src/auth.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __AUTH_H__
|
#ifndef __AUTH_H__
|
||||||
#define __AUTH_H__
|
#define __AUTH_H__
|
||||||
|
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __CFGFILE_H__
|
#ifndef __CFGFILE_H__
|
||||||
#define __CFGFILE_H__
|
#define __CFGFILE_H__
|
||||||
|
|
||||||
|
12
src/client.c
12
src/client.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* client.c
|
/* client.c
|
||||||
**
|
**
|
||||||
** client interface implementation
|
** client interface implementation
|
||||||
|
12
src/client.h
12
src/client.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* client.h
|
/* client.h
|
||||||
**
|
**
|
||||||
** client data structions and function definitions
|
** client data structions and function definitions
|
||||||
|
12
src/compat.h
12
src/compat.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* compat.h
|
/* compat.h
|
||||||
*
|
*
|
||||||
* This file contains most of the ugliness for header portability
|
* This file contains most of the ugliness for header portability
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __CONNECTION_H__
|
#ifndef __CONNECTION_H__
|
||||||
#define __CONNECTION_H__
|
#define __CONNECTION_H__
|
||||||
|
|
||||||
|
12
src/event.c
12
src/event.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
12
src/event.h
12
src/event.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __EVENT_H__
|
#ifndef __EVENT_H__
|
||||||
#define __EVENT_H__
|
#define __EVENT_H__
|
||||||
|
|
||||||
|
12
src/format.c
12
src/format.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; -*- */
|
/* -*- c-basic-offset: 4; -*- */
|
||||||
/* format.c
|
/* format.c
|
||||||
**
|
**
|
||||||
|
12
src/format.h
12
src/format.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* format.h
|
/* format.h
|
||||||
**
|
**
|
||||||
** format plugin header
|
** format plugin header
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; -*- */
|
/* -*- c-basic-offset: 4; -*- */
|
||||||
/* format_mp3.c
|
/* format_mp3.c
|
||||||
**
|
**
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* format_mp3.h
|
/* format_mp3.h
|
||||||
**
|
**
|
||||||
** mp3 format plugin
|
** mp3 format plugin
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* format_vorbis.c
|
/* format_vorbis.c
|
||||||
**
|
**
|
||||||
** format plugin for vorbis
|
** format plugin for vorbis
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* format_vorbis.h
|
/* format_vorbis.h
|
||||||
**
|
**
|
||||||
** vorbis format plugin header
|
** vorbis format plugin header
|
||||||
|
12
src/fserve.c
12
src/fserve.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
12
src/fserve.h
12
src/fserve.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __FSERVE_H__
|
#ifndef __FSERVE_H__
|
||||||
#define __FSERVE_H__
|
#define __FSERVE_H__
|
||||||
|
|
||||||
|
12
src/geturl.c
12
src/geturl.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
12
src/geturl.h
12
src/geturl.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
#ifndef __GETURL_H__
|
#ifndef __GETURL_H__
|
||||||
#define __GETURL_H__
|
#define __GETURL_H__
|
||||||
|
12
src/global.c
12
src/global.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
12
src/global.h
12
src/global.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __GLOBAL_H__
|
#ifndef __GLOBAL_H__
|
||||||
#define __GLOBAL_H__
|
#define __GLOBAL_H__
|
||||||
|
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
/* Httpp.c
|
/* Httpp.c
|
||||||
**
|
**
|
||||||
** http parsing engine
|
** 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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
/* httpp.h
|
/* httpp.h
|
||||||
**
|
**
|
||||||
** http parsing library
|
** 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
|
#ifndef __HTTPP_H
|
||||||
|
@ -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
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -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__
|
#ifndef __LOG_H__
|
||||||
#define __LOG_H__
|
#define __LOG_H__
|
||||||
|
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __LOGGING_H__
|
#ifndef __LOGGING_H__
|
||||||
#define __LOGGING_H__
|
#define __LOGGING_H__
|
||||||
|
|
||||||
|
12
src/main.c
12
src/main.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
12
src/md5.c
12
src/md5.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* md5.c
|
* md5.c
|
||||||
*
|
*
|
||||||
|
12
src/md5.h
12
src/md5.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __MD5_H__
|
#ifndef __MD5_H__
|
||||||
#define __MD5_H__
|
#define __MD5_H__
|
||||||
|
|
||||||
|
12
src/os.h
12
src/os.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __OS_H__
|
#ifndef __OS_H__
|
||||||
#define __OS_H__
|
#define __OS_H__
|
||||||
|
|
||||||
|
12
src/refbuf.c
12
src/refbuf.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* refbuf.c
|
/* refbuf.c
|
||||||
**
|
**
|
||||||
** reference counting buffer implementation
|
** reference counting buffer implementation
|
||||||
|
12
src/refbuf.h
12
src/refbuf.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* refbuf.h
|
/* refbuf.h
|
||||||
**
|
**
|
||||||
** reference counting data buffer
|
** reference counting data buffer
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __SIGHANDLER_H__
|
#ifndef __SIGHANDLER_H__
|
||||||
#define __SIGHANDLER_H__
|
#define __SIGHANDLER_H__
|
||||||
|
|
||||||
|
12
src/slave.c
12
src/slave.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
/* slave.c
|
/* slave.c
|
||||||
* by Ciaran Anscomb <ciaran.anscomb@6809.org.uk>
|
* by Ciaran Anscomb <ciaran.anscomb@6809.org.uk>
|
||||||
|
12
src/slave.h
12
src/slave.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __SLAVE_H__
|
#ifndef __SLAVE_H__
|
||||||
#define __SLAVE_H__
|
#define __SLAVE_H__
|
||||||
|
|
||||||
|
12
src/source.c
12
src/source.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
12
src/source.h
12
src/source.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __SOURCE_H__
|
#ifndef __SOURCE_H__
|
||||||
#define __SOURCE_H__
|
#define __SOURCE_H__
|
||||||
|
|
||||||
|
12
src/stats.c
12
src/stats.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
12
src/stats.h
12
src/stats.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __STATS_H__
|
#ifndef __STATS_H__
|
||||||
#define __STATS_H__
|
#define __STATS_H__
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
/* timing.c
|
/* timing.c
|
||||||
** - Timing functions
|
** - 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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -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__
|
#ifndef __TIMING_H__
|
||||||
#define __TIMING_H__
|
#define __TIMING_H__
|
||||||
|
|
||||||
|
12
src/util.c
12
src/util.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
12
src/util.h
12
src/util.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __UTIL_H__
|
#ifndef __UTIL_H__
|
||||||
#define __UTIL_H__
|
#define __UTIL_H__
|
||||||
|
|
||||||
|
12
src/xslt.c
12
src/xslt.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
12
src/xslt.h
12
src/xslt.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
#include <libxml/xmlmemory.h>
|
#include <libxml/xmlmemory.h>
|
||||||
#include <libxml/debugXML.h>
|
#include <libxml/debugXML.h>
|
||||||
#include <libxml/HTMLtree.h>
|
#include <libxml/HTMLtree.h>
|
||||||
|
12
src/yp.c
12
src/yp.c
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
12
src/yp.h
12
src/yp.h
@ -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@xiph.org,
|
||||||
|
* Michael Smith <msmith@xiph.org>,
|
||||||
|
* oddsock <oddsock@xiph.org>,
|
||||||
|
* Karl Heyes <karl@xiph.org>
|
||||||
|
* and others (see AUTHORS for details).
|
||||||
|
*/
|
||||||
|
|
||||||
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
|
||||||
#ifndef __YP_H__
|
#ifndef __YP_H__
|
||||||
#define __YP_H__
|
#define __YP_H__
|
||||||
|
Loading…
Reference in New Issue
Block a user