1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-01-03 14:56:35 -05:00

Drop RCS ID tag

This commit is contained in:
Moritz Grimm 2015-02-23 13:51:55 +01:00
parent 8819f0f9f9
commit 291ed50044
30 changed files with 0 additions and 43 deletions

View File

@ -4,7 +4,6 @@ dnl ###########
AC_INIT([ezstream], [0.6.0], AC_INIT([ezstream], [0.6.0],
[https://trac.xiph.org/newticket?component=ezstream]) [https://trac.xiph.org/newticket?component=ezstream])
AC_REVISION([$Id$])
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_CONFIG_SRCDIR([src/ezstream.c]) AC_CONFIG_SRCDIR([src/ezstream.c])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View File

@ -1,5 +1,3 @@
.\" $Id$
.\"
.\" Copyright (c) 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net> .\" Copyright (c) 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
.\" .\"
.\" Permission to use, copy, modify, and distribute this software for any .\" Permission to use, copy, modify, and distribute this software for any

View File

@ -1,5 +1,3 @@
.\" $Id$
.\"
.\" Copyright (c) 2007, 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net> .\" Copyright (c) 2007, 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
.\" .\"
.\" This program is free software; you can redistribute it and/or modify .\" This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,3 @@
dnl # $Id$
dnl # * Check if the compiler understands a certain flag or not. dnl # * Check if the compiler understands a certain flag or not.
dnl # Inspiration for this came from watching TagLib configure. dnl # Inspiration for this came from watching TagLib configure.
dnl # * Check for the CFLAG required to turn warnings into errors. dnl # * Check for the CFLAG required to turn warnings into errors.

View File

@ -1,5 +1,3 @@
dnl # $Id$
dnl # Check for a working installation of libshout. dnl # Check for a working installation of libshout.
dnl # Provides appropriate --with configuration options, fills the dnl # Provides appropriate --with configuration options, fills the
dnl # LIBSHOUT_CFLAGS, LIBSHOUT_CPPFLAGS, LIBSHOUT_LDFLAGS and LIBSHOUT_LIBS dnl # LIBSHOUT_CFLAGS, LIBSHOUT_CPPFLAGS, LIBSHOUT_LDFLAGS and LIBSHOUT_LIBS

View File

@ -1,5 +1,3 @@
dnl $Id$
dnl # Check for working installations of libvorbis, libvorbisfile and dnl # Check for working installations of libvorbis, libvorbisfile and
dnl # libvorbisenc. dnl # libvorbisenc.
dnl # Provides appropriate --with configuration options, fills the dnl # Provides appropriate --with configuration options, fills the

View File

@ -1,5 +1,3 @@
dnl # $Id$
dnl # Check for a working installation of libxml (version 2.) dnl # Check for a working installation of libxml (version 2.)
dnl # Provides appropriate --with configuration options, fills the dnl # Provides appropriate --with configuration options, fills the
dnl # LIBXML2_CFLAGS, LIBXML2_CPPFLAGS, LIBXML2_LDFLAGS and LIBXML2_LIBS dnl # LIBXML2_CFLAGS, LIBXML2_CPPFLAGS, LIBXML2_LDFLAGS and LIBXML2_LIBS

View File

@ -1,5 +1,3 @@
dnl # $Id$
dnl # Check whether libc defines __progname. Defines HAVE___PROGNAME, if dnl # Check whether libc defines __progname. Defines HAVE___PROGNAME, if
dnl # applicable. This check is heavily inspired by the one in OpenNTPd dnl # applicable. This check is heavily inspired by the one in OpenNTPd
dnl # (portable.) dnl # (portable.)

View File

@ -1,5 +1,3 @@
dnl # $Id$
dnl # Check for working installations of TagLib and its C-wrapper library, dnl # Check for working installations of TagLib and its C-wrapper library,
dnl # libtag_c. dnl # libtag_c.
dnl # Provides appropriate --with configuration options, fills the dnl # Provides appropriate --with configuration options, fills the

View File

@ -1,5 +1,3 @@
dnl # $Id$
dnl # Check for sys/tree.h and if it is recent enough by looking at a certain dnl # Check for sys/tree.h and if it is recent enough by looking at a certain
dnl # macro. Defines HAVE_SYS_TREE_H if all conditions are met. dnl # macro. Defines HAVE_SYS_TREE_H if all conditions are met.

View File

@ -1,5 +1,3 @@
dnl # $Id$
dnl # Check for means to copy variable argument lists. After this check, dnl # Check for means to copy variable argument lists. After this check,
dnl # va_copy will at least be defined to something working. dnl # va_copy will at least be defined to something working.
dnl # This requires stdarg.h, which is assumed to exist. dnl # This requires stdarg.h, which is assumed to exist.

View File

@ -1,5 +1,3 @@
dnl # $Id$
dnl # Append or prepend items to a variable, but keep the items in the dnl # Append or prepend items to a variable, but keep the items in the
dnl # variable unique. dnl # variable unique.
dnl # Re-implemented from scratch after seeing XIPH_VAR_[PRE,AP]PEND, written dnl # Re-implemented from scratch after seeing XIPH_VAR_[PRE,AP]PEND, written

View File

@ -1,5 +1,3 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net> * Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
* *

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* $OpenBSD: getopt_long.c,v 1.23 2007/10/31 12:34:57 chl Exp $ */ /* $OpenBSD: getopt_long.c,v 1.23 2007/10/31 12:34:57 chl Exp $ */
/* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net> * Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
* *

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* Copyright (c) 2007 Moritz Grimm <mgrimm@mrsserver.net> * Copyright (c) 2007 Moritz Grimm <mgrimm@mrsserver.net>
* *

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net> * Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
* *

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* Copyright (c) 2007 Moritz Grimm <mgrimm@mrsserver.net> * Copyright (c) 2007 Moritz Grimm <mgrimm@mrsserver.net>
* *

View File

@ -1,5 +1,3 @@
/* $Id$ */
#ifndef __STRLFCTNS_H__ #ifndef __STRLFCTNS_H__
#define __STRLFCTNS_H__ #define __STRLFCTNS_H__

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */ /* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
/* /*

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */ /* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
/* /*

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $ */ /* $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $ */
/* /*

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* Copyright (C) 2007 Moritz Grimm <mgrimm@mrsserver.net> * Copyright (C) 2007 Moritz Grimm <mgrimm@mrsserver.net>
* *

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* /*
* libxalloc - Portable memory allocation wrapper library, with extensive * libxalloc - Portable memory allocation wrapper library, with extensive
* error checking, debugging facilities and hooks for 3rd party * error checking, debugging facilities and hooks for 3rd party