diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-10 15:19:19 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-10 15:19:19 +0100 |
commit | c813dd036abc7286138f62dc04dc9098c10ceede (patch) | |
tree | 657853928981b2639f65214102a4a3d837679cc0 /misc/cdda_server.c | |
parent | 44bc63742e5296b114d12ef33f29bf59758c1672 (diff) | |
parent | e0928bf3ef62babf2545c9ebfa646390853adb44 (diff) | |
download | xine-lib-c813dd036abc7286138f62dc04dc9098c10ceede.tar.gz xine-lib-c813dd036abc7286138f62dc04dc9098c10ceede.tar.bz2 |
Merge from 1.1 branch.
Diffstat (limited to 'misc/cdda_server.c')
-rw-r--r-- | misc/cdda_server.c | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/misc/cdda_server.c b/misc/cdda_server.c index c4b3f44cb..553ec0a8a 100644 --- a/misc/cdda_server.c +++ b/misc/cdda_server.c @@ -1,4 +1,24 @@ -/* CDDA / DVD server +/* + * CDDA / DVD server + * + * Copyright (C) 2003-2007 the xine project + * + * This file is part of xine, a free video player. + * + * xine is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * xine is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA + * * * This is a TCP server that can be used with xine's cdda input plugin to * play audio CDs over the network. It also supports playing DVDs with a |