Add some credits to header.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / io / OggVorbisIdentifier.java
index d889b97..f70a432 100644 (file)
@@ -32,6 +32,10 @@ import com.jcraft.jorbis.Info;
 
 /**
  * Identifies Ogg Vorbis files.
+ * <p>
+ * All knowledge used in this class has been taken from <a
+ * href="http://www.jcraft.com/jorbis/tutorial/Tutorial.html">jcraft.com/jorbis/tutorial/Tutorial.html</a>.
+ * </p>
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */