diff --git a/3rdparty/libsamplerate/config.h b/3rdparty/libsamplerate/config.h index 06677a84a4..d64ef1d2cd 100644 --- a/3rdparty/libsamplerate/config.h +++ b/3rdparty/libsamplerate/config.h @@ -1,19 +1,9 @@ /* -** Copyright (C) 2002-2011 Erik de Castro Lopo +** Copyright (c) 2002-2016, Erik de Castro Lopo +** All rights reserved. ** -** This program is free software; you can redistribute it and/or modify -** it under the terms of the GNU General Public License as published by -** the Free Software Foundation; either version 2 of the License, or -** (at your option) any later version. -** -** This program is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -** -** You should have received a copy of the GNU General Public License -** along with this program; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +** This code is released under 2-clause BSD license. Please see the +** file at : https://github.com/erikd/libsamplerate/blob/master/COPYING */ /* @@ -38,6 +28,7 @@ ** following #pragma disables the warning. */ + #pragma warning(disable: 4305) /*----------------------------------------------------------------------------