mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-11 18:38:45 +00:00
* Fixed issue with SIGPIPE and mpd
* Updated COPYING (with more clarifications) git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@927 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
196235df06
commit
9b71a6cd7b
2
COPYING
2
COPYING
@ -2,7 +2,7 @@ Any original torsmo code is licensed under the BSD license (see LICENSE.BSD
|
||||
for a copy)
|
||||
|
||||
All code written since the fork of torsmo is licensed under the GPL (see
|
||||
LICENSE.GPL for a copy)
|
||||
LICENSE.GPL for a copy), except where noted differently (such as in portmon code, timed thread code, and audacious code which are LGPL, and prss which is an MIT-style license).
|
||||
|
||||
Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
|
||||
Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
|
||||
|
@ -1,5 +1,9 @@
|
||||
# $Id$
|
||||
|
||||
2007-08-27
|
||||
* Fixed issue with SIGPIPE and mpd
|
||||
* Updated COPYING (with more clarifications)
|
||||
|
||||
2007-08-14
|
||||
* Updated vim/nano syntax files.
|
||||
|
||||
|
@ -183,6 +183,7 @@ struct mpd_s {
|
||||
int elapsed;
|
||||
int max_title_len; /* e.g. ${mpd_title 50} */
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef XMMS2
|
||||
|
Loading…
Reference in New Issue
Block a user