comparison src/audacious/mpris_player.xml @ 2878:e45d3f63bd9f trunk

Backed out changeset 417472bb3d580960e5cdb50b6a8f9675285e7546
author William Pitcock <nenolod@atheme.org>
date Sun, 24 Jun 2007 05:30:39 -0500
parents 417472bb3d58
children
comparison
equal deleted inserted replaced
2871:417472bb3d58 2878:e45d3f63bd9f
1 <?xml version="1.0" encoding="UTF-8" ?> 1 <?xml version="1.0" encoding="UTF-8" ?>
2 2
3 <!-- 3 <!--
4 - audacious: Cross-platform multimedia player. 4 - Audacious: A cross-platform multimedia player
5 - mpris_player.xml: MPRIS /Player specification.
6 -
7 - Copyright (c) 2007 William Pitcock 5 - Copyright (c) 2007 William Pitcock
8 - 6 -
9 - Redistribution and use in source and binary forms, with or without 7 - This program is free software; you can redistribute it and/or modify
10 - modification, are permitted provided that the following conditions are 8 - it under the terms of the GNU General Public License as published by
11 - met: 9 - the Free Software Foundation; under version 2 of the License.
12 - 10 -
13 - 1. Redistributions of source code must retain the above copyright notice, 11 - This program is distributed in the hope that it will be useful,
14 - this list of conditions and the following disclaimer. 12 - but WITHOUT ANY WARRANTY; without even the implied warranty of
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 - GNU General Public License for more details.
15 - 15 -
16 - 2. Redistributions in binary form must reproduce the above copyright 16 - You should have received a copy of the GNU General Public License
17 - notice, this list of conditions and the following disclaimer in the 17 - along with this program; if not, write to the Free Software
18 - documentation and/or other materials provided with the distribution. 18 - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 - 19 - 02110-1301, USA.
20 - 3. The name of the author may not be used to endorse or promote products
21 - derived from this software without specific prior written permission.
22 -
23 - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
24 - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25 - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26 - DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
27 - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28 - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
29 - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
31 - STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
32 - IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33 - POSSIBILITY OF SUCH DAMAGE.
34 --> 20 -->
35 21
36 <node name="/Player"> 22 <node name="/Player">
37 <interface name="org.freedesktop.MediaPlayer"> 23 <interface name="org.freedesktop.MediaPlayer">
38 <method name="Next"> 24 <method name="Next">