1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00

Add Copyright notice to each source file, as requested by debian.

svn path=/trunk/httpp/; revision=5792
This commit is contained in:
Michael Smith 2004-01-29 01:02:12 +00:00
parent a3b60b2713
commit d5bc449998
6 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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__

View File

@ -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

View File

@ -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__