diff options
Diffstat (limited to 'Tremolo/codebook.c')
-rw-r--r-- | Tremolo/codebook.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Tremolo/codebook.c b/Tremolo/codebook.c index 335e952..329c3c1 100644 --- a/Tremolo/codebook.c +++ b/Tremolo/codebook.c @@ -1,10 +1,11 @@ /************************************************************************ - * Copyright (C) 2010, The Android Open Source Project + * Copyright (C) 2002-2009, Xiph.org Foundation + * Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: + * modification, are permitted provided that the following conditions + * are met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. @@ -12,9 +13,10 @@ * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. - * * Neither the name of the Android Open Source Project nor the - * names of its contributors may be used to endorse or promote products - * derived from this software without specific prior written permission. + * * Neither the names of the Xiph.org Foundation nor Pinknoise + * Productions Ltd nor the names of its contributors may be used to + * endorse or promote products derived from this software without + * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |