comparison src/audacious/mpris_player.xml @ 2871:417472bb3d58 trunk

BSD relicensing (pass 11).
author William Pitcock <nenolod@atheme.org>
date Sat, 23 Jun 2007 23:08:35 -0500
parents bf2d80abf76e
children e45d3f63bd9f
comparison
equal deleted inserted replaced
2870:77895ec242f7 2871:417472bb3d58
1 <?xml version="1.0" encoding="UTF-8" ?> 1 <?xml version="1.0" encoding="UTF-8" ?>
2 2
3 <!-- 3 <!--
4 - Audacious: A cross-platform multimedia player 4 - audacious: Cross-platform multimedia player.
5 - mpris_player.xml: MPRIS /Player specification.
6 -
5 - Copyright (c) 2007 William Pitcock 7 - Copyright (c) 2007 William Pitcock
6 - 8 -
7 - This program is free software; you can redistribute it and/or modify 9 - Redistribution and use in source and binary forms, with or without
8 - it under the terms of the GNU General Public License as published by 10 - modification, are permitted provided that the following conditions are
9 - the Free Software Foundation; under version 2 of the License. 11 - met:
10 - 12 -
11 - This program is distributed in the hope that it will be useful, 13 - 1. Redistributions of source code must retain the above copyright notice,
12 - but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - this list of conditions and the following disclaimer.
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 - GNU General Public License for more details.
15 - 15 -
16 - You should have received a copy of the GNU General Public License 16 - 2. Redistributions in binary form must reproduce the above copyright
17 - along with this program; if not, write to the Free Software 17 - notice, this list of conditions and the following disclaimer in the
18 - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 - documentation and/or other materials provided with the distribution.
19 - 02110-1301, USA. 19 -
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.
20 --> 34 -->
21 35
22 <node name="/Player"> 36 <node name="/Player">
23 <interface name="org.freedesktop.MediaPlayer"> 37 <interface name="org.freedesktop.MediaPlayer">
24 <method name="Next"> 38 <method name="Next">