[xiph-commits] r13477 - trunk/vorbis-java/org/xiph/libshout

bcohee at svn.xiph.org bcohee at svn.xiph.org
Wed Aug 8 16:47:16 PDT 2007


Author: bcohee
Date: 2007-08-08 16:47:16 -0700 (Wed, 08 Aug 2007)
New Revision: 13477

Modified:
   trunk/vorbis-java/org/xiph/libshout/ShoutClient.java
Log:
Edited license header

Modified: trunk/vorbis-java/org/xiph/libshout/ShoutClient.java
===================================================================
--- trunk/vorbis-java/org/xiph/libshout/ShoutClient.java	2007-08-08 23:26:37 UTC (rev 13476)
+++ trunk/vorbis-java/org/xiph/libshout/ShoutClient.java	2007-08-08 23:47:16 UTC (rev 13477)
@@ -1,15 +1,17 @@
 /********************************************************************
  *                                                                  *
- * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
- * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
- * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
- * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
+ * Java software implementation library for communicating with and  *
+ * sending data to an icecast server.                               *
  *                                                                  *
+ * Credit:                                                          *
+ *         http://www.icecast.org                                   *
+ *                                                                  *
  * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************/
 
+
 package org.xiph.libshout;
 
 import java.io.*;



More information about the commits mailing list