Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-libshout
Commits
3b864938
Commit
3b864938
authored
Jan 29, 2004
by
Michael Smith
Browse files
Add Copyright notice to each source file, as requested by debian.
svn path=/trunk/httpp/; revision=5792
parent
c822f236
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/httpp/httpp.c
View file @
3b864938
/* 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
...
...
src/httpp/httpp.h
View file @
3b864938
/* 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
...
...
src/timing/timing.c
View file @
3b864938
/* 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
...
...
src/timing/timing.h
View file @
3b864938
/*
** 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__
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment