diff options
author | Monty <xiphmont@xiph.org> | 2001-02-26 03:51:13 +0000 |
---|---|---|
committer | Monty <xiphmont@xiph.org> | 2001-02-26 03:51:13 +0000 |
commit | 7bfceda6317dcb2cb749ad84efee310a9a792911 (patch) | |
tree | 4b936d2ce5927467ecce0bb67c134b36310a67ed /lib/scales.h | |
parent | d70e4060afc8e079d857e699e9b2dab0193a8fdd (diff) | |
download | libvorbis-git-7bfceda6317dcb2cb749ad84efee310a9a792911.tar.gz |
final beta 4 commit
change to BSD license
update version
svn path=/trunk/vorbis/; revision=1334
Diffstat (limited to 'lib/scales.h')
-rw-r--r-- | lib/scales.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/scales.h b/lib/scales.h index 11d14ca0..a2d693e4 100644 --- a/lib/scales.h +++ b/lib/scales.h @@ -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: linear scale -> dB, Bark and Mel scales - last mod: $Id: scales.h,v 1.14 2001/02/18 10:45:37 xiphmont Exp $ + last mod: $Id: scales.h,v 1.15 2001/02/26 03:50:43 xiphmont Exp $ ********************************************************************/ |