remove remaining $

This commit is contained in:
Lennart Poettering 2008-06-18 22:38:32 +02:00
parent 8ae83d618e
commit 822366a653
32 changed files with 10 additions and 70 deletions

View file

@ -1,5 +1,3 @@
# $Id$
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
# This file is part of PulseAudio.
#

View file

@ -1,5 +1,4 @@
#!/bin/bash
# $Id$
# This file is part of PulseAudio.
#

View file

@ -1,8 +1,6 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
# $Id$
# This file is part of PulseAudio.
#
# Copyright 2004-2008 Lennart Poettering

View file

@ -1,5 +1,3 @@
# $Id$
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,3 @@
# $Id$
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -2,8 +2,6 @@
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -1,5 +1,3 @@
/* $Id$ */
/***
This file is part of PulseAudio.

View file

@ -1,6 +1,4 @@
<!-- $Id$ -->
<!--
<!--
This file is part of PulseAudio.
PulseAudio is free software; you can redistribute it and/or modify it under
@ -15,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with PulseAudio; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-->
<!ELEMENT manpage (synopsis | description | section | options | seealso)*>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-15"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<!--
<!--
This file is part of PulseAudio.
PulseAudio is free software; you can redistribute it and/or modify it under
@ -16,24 +16,22 @@
You should have received a copy of the GNU General Public License
along with PulseAudio; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-->
<!-- $Id$ -->
<xsl:output method="xml" version="1.0" encoding="iso-8859-15" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" indent="yes"/>
<xsl:template match="/manpage">
<html>
<head>
<title><xsl:value-of select="@name"/>(<xsl:value-of select="@section"/>)</title>
<style type="text/css">
body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }
h1 { text-transform:uppercase; font-size: 18pt; }
p { margin-left:1cm; margin-right:1cm; }
body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }
h1 { text-transform:uppercase; font-size: 18pt; }
p { margin-left:1cm; margin-right:1cm; }
.cmd { font-family:monospace; }
.file { font-family:monospace; }
.arg { text-transform:uppercase; font-family:monospace; font-style: italic; }

View file

@ -1,5 +1,3 @@
# $Id$
#
# This file is part of PulseAudio.
#
# Copyright 2004-2006 Lennart Poettering

View file

@ -1,5 +1,3 @@
# $Id$
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify

View file

@ -1,7 +1,5 @@
#!/bin/sh
# $Id$
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify

View file

@ -3,8 +3,6 @@
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<!-- $Id$ -->
<!--
This file is part of PulseAudio.

View file

@ -1,6 +1,5 @@
#!/usr/bin/python
# $Id$
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify

View file

@ -1,4 +1,3 @@
dnl $Id$
changecom(`/*', `*/')dnl
define(`module_name', patsubst(patsubst(patsubst(fname, `-symdef.h$'), `^.*/'), `[^0-9a-zA-Z]', `_'))dnl
define(`c_symbol', patsubst(module_name, `[^0-9a-zA-Z]', `_'))dnl

View file

@ -1,5 +1,3 @@
# $Id$
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify

View file

@ -1,8 +1,6 @@
#ifndef fooversionhfoo /*-*-C-*-*/
#define fooversionhfoo
/* $Id$ */
/***
This file is part of PulseAudio.

View file

@ -1,7 +1,5 @@
#!/bin/sh
# $Id$
#
# This file is part of PulseAudio.
#
# Copyright 2006 Lennart Poettering

2
todo
View file

@ -1,5 +1,3 @@
*** $Id$ ***
Build System:
- Remove symdef files and use macros (like most other projects)
- Use own name mangling scheme instead of ltdl's, which will eliminate the