]> Joshua Wise's Git repositories - patchfork.git/blame - jorbis/src/JOrbisPlayer.java
Add support for displaying the year; put the album in italics. (Feature request...
[patchfork.git] / jorbis / src / JOrbisPlayer.java
CommitLineData
964dd0bc
JW
1/* -*-mode:java; c-basic-offset:2; indent-tabs-mode:nil -*- */
2/* JOrbisPlayer -- pure Java Ogg Vorbis player
3 *
4 * Copyright (C) 2000 ymnk, JCraft,Inc.
5 *
6 * Written by: 2000 ymnk<ymnk@jcraft.com>
7 *
8 * Many thanks to
9 * Monty <monty@xiph.org> and
10 * The XIPHOPHORUS Company http://www.xiph.org/ .
11 * JOrbis has been based on their awesome works, Vorbis codec and
12 * JOrbisPlayer depends on JOrbis.
13 *
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation; either version 2 of the License, or
17 * (at your option) any later version.
18 *
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with this program; if not, write to the Free Software
26 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
27 */
28
29/*
30