X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fvorbisfile_example.c;h=35697679ef80de61703547aff66d084d81a4d058;hb=f99e292f890334057dcc8ec90a5ceaea09a114c5;hp=488bf09a5a27e908acbe71ef0972439853b8b8ea;hpb=b71261a0a63f1687e62a539c9da263bf73fdd14b;p=platform%2Fupstream%2Flibvorbis.git diff --git a/examples/vorbisfile_example.c b/examples/vorbisfile_example.c index 488bf09..3569767 100644 --- a/examples/vorbisfile_example.c +++ b/examples/vorbisfile_example.c @@ -1,17 +1,17 @@ /******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * - * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY * - * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH * - * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * + * 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. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * * by the XIPHOPHORUS Company http://www.xiph.org/ * - * * + ******************************************************************** function: simple example decoder using vorbisfile - last mod: $Id: vorbisfile_example.c,v 1.4 2001/02/02 03:51:53 xiphmont Exp $ + last mod: $Id: vorbisfile_example.c,v 1.7 2001/09/17 01:06:18 cwolf Exp $ ********************************************************************/ @@ -85,4 +85,3 @@ int main(int argc, char **argv){ fprintf(stderr,"Done.\n"); return(0); } -