summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PORTABLE_VERSION2
-rw-r--r--about.txt10
-rw-r--r--plugins/gtkui/gtkui.c4
3 files changed, 11 insertions, 5 deletions
diff --git a/PORTABLE_VERSION b/PORTABLE_VERSION
index 996f8e46..d3d8cd5e 100644
--- a/PORTABLE_VERSION
+++ b/PORTABLE_VERSION
@@ -1 +1 @@
-0.6.0-beta6
+0.6.0-beta7
diff --git a/about.txt b/about.txt
index c1700dd1..8cb24913 100644
--- a/about.txt
+++ b/about.txt
@@ -73,5 +73,15 @@ Bundled libraries:
Independent implementation of MD5 (RFC 1321).
Copyright © 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
+FFT Implementation from Audacious player
+Copyright © 2011 John Lindgren
+
+Optimized math routines from libvorbis
+Copyright © 2002-2008 Xiph.org Foundation
+
+The UTF-8 code is based on Basic UTF-8 manipulation routines by Jeff Bezanson
+Copyright © Jeff Bezanson
+placed in the public domain Fall 2005
+
For information on libraries used in plugins -- see specific plugin's copyright information.
diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c
index d6094ee5..b8e9acc1 100644
--- a/plugins/gtkui/gtkui.c
+++ b/plugins/gtkui/gtkui.c
@@ -1639,10 +1639,6 @@ static ddb_gtkui_t plugin = {
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
- "\n"
- "This plugin includes gtkglext-1.0.2\n"
- "GTK3 version uses the unofficial port from https://github.com/tdz/gtkglext\n"
- "(C) gtkglext authors and contributors under LGPLv2.1\n"
,
.gui.plugin.website = "http://deadbeef.sf.net",
.gui.plugin.start = gtkui_start,