mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -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
a3b60b2713
commit
d5bc449998
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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__
|
||||
|
||||
|
@ -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
|
||||
|
@ -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__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user