From 796b849f4bbd7c49f35e887b26c9733b4aaf847f Mon Sep 17 00:00:00 2001 From: Butzlaff Date: Thu, 28 Aug 2025 15:08:30 +0200 Subject: [PATCH] adjusted license header according to COPYING.md --- src/check_asm.sh | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/src/check_asm.sh b/src/check_asm.sh index 5b7f0bd8..fd7c284d 100755 --- a/src/check_asm.sh +++ b/src/check_asm.sh @@ -2,19 +2,8 @@ # Copyright (C) 2004-2011 Erik de Castro Lopo # -# 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/libsndfile/libsamplerate/blob/master/COPYING #======================================================================= # This short test script compiles the file src_sinc.c into assembler