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

corrected some small formating errors and typos

svn path=/icecast/trunk/icecast/; revision=18131
This commit is contained in:
Philipp Schafft 2011-11-26 02:39:30 +00:00
parent 17db41eba1
commit 446053dd9a
4 changed files with 7 additions and 7 deletions

View File

@ -21,9 +21,9 @@
* trunk/icecast/src/cfgfile.c trunk/icecast/src/cfgfile.h
trunk/icecast/src/connection.c:
Applied justdave's patches, fixing #1717 and #1718.
Applied justdave's patches, fixing #1717 and #1718.
HTTPS now with better security and support for chained
certificates.
certificates.
2011-11-25 21:20 ph3-der-loewe

View File

@ -9,8 +9,8 @@
* Karl Heyes <karl@xiph.org>
* and others (see AUTHORS for details).
* Copyright 2011, Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
* Thomas B. "dm8tbr" Ruecker <thomas.rucker@tieto.com>.
* Dave 'justdave' Miller <justdave@mozilla.com>,
* Thomas B. "dm8tbr" Ruecker <thomas.rucker@tieto.com>,
* Dave 'justdave' Miller <justdave@mozilla.com>.
*/
#ifdef HAVE_CONFIG_H

View File

@ -8,7 +8,7 @@
* oddsock <oddsock@xiph.org>,
* Karl Heyes <karl@xiph.org>
* and others (see AUTHORS for details).
* Copyright 2011, Dave 'justdave' Miller <justdave@mozilla.com>,
* Copyright 2011, Dave 'justdave' Miller <justdave@mozilla.com>.
*/
#ifndef __CFGFILE_H__

View File

@ -8,8 +8,8 @@
* oddsock <oddsock@xiph.org>,
* Karl Heyes <karl@xiph.org>
* and others (see AUTHORS for details).
* Copyright 2011, Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
* Dave 'justdave' Miller <justdave@mozilla.com>,
* Copyright 2011, Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
* Dave 'justdave' Miller <justdave@mozilla.com>.
*/
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */