diff options
Diffstat (limited to 'lib/class/stream_playlist.class.php')
-rw-r--r-- | lib/class/stream_playlist.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/stream_playlist.class.php b/lib/class/stream_playlist.class.php index a5298ef8..0892386a 100644 --- a/lib/class/stream_playlist.class.php +++ b/lib/class/stream_playlist.class.php @@ -3,7 +3,7 @@ /** * * LICENSE: GNU General Public License, version 2 (GPLv2) - * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved + * Copyright 2001 - 2013 Ampache.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License v2 @@ -24,7 +24,7 @@ * Stream_Playlist Class * * This class is used to generate the Playlists and pass them on - * With Localplay this actually just sends the commands to the localplay + * For localplay this actually just sends the commands to the localplay * module in question. */ |