]> git.sesse.net Git - vlc/commitdiff
shout.c: set svn properties, fixed copyright, author and a string
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 10 Apr 2005 12:46:30 +0000 (12:46 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 10 Apr 2005 12:46:30 +0000 (12:46 +0000)
modules/services_discovery/shout.c

index 98a8f6b29c98f1d6babbdd97bb9bfc997eee04da..767833e6327686e4ce5e3b7f7d2adc26e51f2b29 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
- * sap.c :  SAP interface module
+ * shout.c:  Shoutcast services discovery module
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN
- * $Id: sap.c 9217 2004-11-07 11:02:59Z courmisch $
+ * Copyright (C) 2005 VideoLAN
+ * $Id$
  *
- * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
+ * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -58,7 +58,7 @@
     static void Close( vlc_object_t * );
 
 vlc_module_begin();
-    set_description( _("HAL device detection") );
+    set_description( _("Shoutcast radio listings") );
     set_category( CAT_PLAYLIST );
     set_subcategory( SUBCAT_PLAYLIST_SD );