Remove SVN keywords
This commit is contained in:
parent
d0a50ce5e7
commit
d3b4d80284
1
CREDITS
1
CREDITS
|
@ -1,4 +1,3 @@
|
|||
* $Id$ */
|
||||
|
||||
I've received lots of help from people on this project.
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
EXTRA_DIST = configure CREDITS
|
||||
SUBDIRS=src admin-root contrib
|
||||
|
||||
|
|
2
README
2
README
|
@ -1,5 +1,3 @@
|
|||
$Id$
|
||||
|
||||
Here's the short and sweet of it:
|
||||
|
||||
./configure; make; make install
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
* $Id$ */
|
||||
|
||||
I've received lots of help from people on this project.
|
||||
|
||||
|
@ -146,3 +145,9 @@ Gareth Potter
|
|||
Anton Johansson
|
||||
* Swedish Translations
|
||||
|
||||
Ian Burrell
|
||||
* configure patches to put plugins in libdir
|
||||
* RH/Centos/Fedora specfiles
|
||||
|
||||
Stephane Moreau
|
||||
* admin page updates to make apache rewrites easier
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
SUBDIRS=lib-js
|
||||
|
||||
adminrootdir = ${pkgdatadir}/admin-root
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $Id: Makefile.am 712 2005-11-20 10:02:31Z rpedde $
|
||||
#
|
||||
|
||||
SUBDIRS=script.aculo.us
|
||||
|
||||
jslibdir = ${pkgdatadir}/admin-root/lib-js
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $Id: Makefile.am 712 2005-11-20 10:02:31Z rpedde $
|
||||
#
|
||||
|
||||
scriptaculousdir = ${pkgdatadir}/admin-root/lib-js/script.aculo.us
|
||||
scriptaculous_DATA = builder.js controls.js dragdrop.js effects.js \
|
||||
scriptaculous.js slider.js unittest.js
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
SUBDIRS = init.d
|
||||
|
||||
EXTRA_DIST = README mt-daapd.spec mt-daapd.conf.templ mt-daapd-ssc.sh mt-daapd-ssc.pl
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
In here goes stuff that anyone wants to send... add-ons, unsupported patches, etc.
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env perl
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# -*- perl -*-
|
||||
#
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
#
|
||||
# This is the mt-daapd config file.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
SUBDIRS = plugins
|
||||
|
||||
sbin_PROGRAMS = mt-daapd
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*
|
||||
* Created by Ron Pedde on 2007-07-01.
|
||||
* Copyright (C) 2007 Firefly Media Services. All rights reserved.
|
||||
*
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Functions for reading and writing the config file
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Functions for reading and writing the config file
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Functions for reading and writing the config file
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Functions for reading and writing the config file
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Header info for daapd server
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Generic db implementation for specific sql backend
|
||||
*
|
||||
* Copyright (C) 2005 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Header info for generic database
|
||||
*
|
||||
* Copyright (C) 2005 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* sqlite3-specific db implementation
|
||||
*
|
||||
* Copyright (C) 2005 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* sqlite3-specific db implementation
|
||||
*
|
||||
* Copyright (C) 2005 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
* Commands to update database to new version
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* sql-specific db implementation
|
||||
*
|
||||
* Copyright (C) 2005 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* sql-specific db implementation
|
||||
*
|
||||
* Copyright (C) 2005 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Generic error handling
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Error related routines
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*
|
||||
* Database structure and fields
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
* Public plug-in interface
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*
|
||||
* Created by Ron Pedde on 2007-07-01.
|
||||
* Copyright (C) 2007 Firefly Media Services. All rights reserved.
|
||||
*
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*
|
||||
* Private interface for io objects to provide plug-in io objects
|
||||
*/
|
||||
|
||||
|
|
2
src/io.h
2
src/io.h
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*
|
||||
* Generic IO abstraction for files, sockets, http streams, etc
|
||||
*/
|
||||
|
||||
|
|
1
src/ll.c
1
src/ll.c
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Rock stupid char* indexed linked lists
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (rpedde@users.sourceforge.net)
|
||||
|
|
1
src/ll.h
1
src/ll.h
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Rock stupid char* indexed linked lists
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (rpedde@users.sourceforge.net)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Driver for multi-threaded daap server
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Implementation file for mp3 scanner and monitor
|
||||
*
|
||||
* Ironically, this now scans file types other than mp3 files,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Header file for mp3 scanner and monitor
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Abstracts os interface
|
||||
*
|
||||
* Copyright (c) 2006 Ron Pedde (rpedde@users.sourceforge.net)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Copyright (C) 2006 Ron Pedde (rpedde@users.sourceforge.net)
|
||||
*
|
||||
*/
|
||||
|
|
1
src/os.h
1
src/os.h
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Abstract os interface for non-unix platforms
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (rpedde@users.sourceforge.net)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
* Simple plug-in api for output, transcode, and scanning plug-ins
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
* Simple plug-in api for output, transcode, and scanning plug-ins
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $Id: $
|
||||
#
|
||||
|
||||
rspdir = ${pkglibdir}/plugins
|
||||
out_daapdir = ${pkglibdir}/plugins
|
||||
ssc_ffmpegdir = ${pkglibdir}/plugins
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*/
|
||||
|
||||
#ifndef _OUT_DAAP_PROTO_H_
|
||||
#define _OUT_DAAP_PROTO_H_
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* daap plugin handler and dispatch code
|
||||
*
|
||||
* Copyright (C) 2003-2006 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _OUT_DAAP_H_
|
||||
#define _OUT_DAAP_H_
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*/
|
||||
|
||||
#ifndef _RSP_H_
|
||||
#define _RSP_H_
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id: xml-rpc.c 970 2006-04-20 06:52:21Z rpedde $
|
||||
*
|
||||
* This really isn't xmlrpc. It's xmlrpc-ish. Emphasis on -ish.
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id: xml-rpc.h 917 2006-04-04 06:31:19Z rpedde $
|
||||
*/
|
||||
|
||||
#ifndef _XMLRPC_H_
|
||||
#define _XMLRPC_H_
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
static char rcsid[]="$Id$";
|
||||
|
||||
/*
|
||||
Redblack balanced tree algorithm
|
||||
Copyright (C) Damian Ivereigh 2000
|
||||
|
@ -150,8 +148,6 @@ RB_STATIC struct RB_ENTRY(tree) *RB_ENTRY(init)(void)
|
|||
struct RB_ENTRY(tree) *retval;
|
||||
char c;
|
||||
|
||||
c=rcsid[0]; /* This does nothing but shutup the -Wall */
|
||||
|
||||
if ((retval=(struct RB_ENTRY(tree) *) malloc(sizeof(struct RB_ENTRY(tree))))==NULL)
|
||||
return(NULL);
|
||||
|
||||
|
@ -1094,7 +1090,6 @@ RB_ENTRY(dumptree)(struct RB_ENTRY(node) *x, int n)
|
|||
#endif
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2006/02/26 08:46:24 rpedde
|
||||
* Merged win32-branch
|
||||
*
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
/*
|
||||
* RCS $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
Redblack balanced tree algorithm
|
||||
Copyright (C) Damian Ivereigh 2000
|
||||
|
@ -137,7 +133,6 @@ RB_STATIC void RB_ENTRY(closelist)(RBLIST *);
|
|||
|
||||
/*
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.4 2006/02/26 08:46:24 rpedde
|
||||
* Merged win32-branch
|
||||
*
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Rendezvous stuff
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Restart Library
|
||||
*
|
||||
* ** NOTICE **
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Restart Library
|
||||
*
|
||||
* ** NOTICE **
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _RXML_H_
|
||||
#define _RXML_H_
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (ron@pedde.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Implementation file for server side format conversion.
|
||||
*
|
||||
* Copyright (C) 2005 Timo J. Rinne (tri@iki.fi)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Musepack tag parsing routines.
|
||||
*
|
||||
* Copyright (C) 2005 Sebastian Dröge <slomo@ubuntu.com>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Ogg parsing routines.
|
||||
*
|
||||
*
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* WMA metatag parsing
|
||||
*
|
||||
* Copyright (C) 2005 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Implementation file iTunes metainfo scanning
|
||||
*
|
||||
* Copyright (C) 2005 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* This is really two parts -- the lexer and the parser. Converting
|
||||
* a parse tree back to a format that works with the database backend
|
||||
* is left to the db backend.
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _SMART_PARSER_H_
|
||||
#define _SMART_PARSER_H_
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Sockets Library
|
||||
*
|
||||
* ** NOTICE **
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Sockets Library
|
||||
*
|
||||
* ** NOTICE **
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/**
|
||||
* $Id: $
|
||||
*
|
||||
* Implementation of functions for UPnP discovery
|
||||
*
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*
|
||||
* Header functions for UPnP discovery
|
||||
*
|
||||
* Copyright (C) 2007 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
/*
|
||||
* -*- c -*-
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Read wav file from stdin and patch the info in header and write
|
||||
* it to stdout.
|
||||
*
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Webserver library
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
* Webserver library
|
||||
*
|
||||
* Copyright (C) 2003 Ron Pedde (ron@pedde.com)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* $Id: os.h 1479 2007-01-09 18:12:39Z rpedde $
|
||||
* Abstract os interface for non-unix platforms
|
||||
*
|
||||
* Copyright (C) 2006 Ron Pedde (rpedde@users.sourceforge.net)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* This really isn't xmlrpc. It's xmlrpc-ish. Emphasis on -ish.
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _XMLRPC_H_
|
||||
#define _XMLRPC_H_
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Decode a tcpflow from iTunes
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue