ref: a303bdc489f0867a4f90c529d901ab802595ecd2
parent: 37537e3ebc0a35c1cfc1c9c6f64077164dcb6c1f
author: Erik de Castro Lopo <erikd@miles>
date: Sun Jan 16 20:54:26 EST 2005
Add information about CUL to each .(c|h) file.
--- a/src/common.h
+++ b/src/common.h
@@ -16,6 +16,12 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
+
#ifndef COMMON_H_INCLUDED
#define COMMON_H_INCLUDED
--- a/src/fastest_coeffs.h
+++ b/src/fastest_coeffs.h
@@ -16,6 +16,11 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
/*
** f = make_filter (8, 128, 100.3) ;
--- a/src/high_qual_coeffs.h
+++ b/src/high_qual_coeffs.h
@@ -17,6 +17,12 @@
*/
/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
+
+/*
** f = make_filter (65, 128, 100.3) ;
** Pass band width : 0.0039062 (should be 0.0039062)
** Stop band atten. : 101.20 dB
--- a/src/mid_qual_coeffs.h
+++ b/src/mid_qual_coeffs.h
@@ -16,6 +16,11 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
/*
** f = make_filter (19, 128, 100.2) ;
--- a/src/samplerate.c
+++ b/src/samplerate.c
@@ -16,6 +16,12 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- a/src/samplerate.h
+++ b/src/samplerate.h
@@ -17,6 +17,12 @@
*/
/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
+
+/*
** API documentation is available here:
** http://www.mega-nerd.com/SRC/api.html
*/
--- a/src/src_linear.c
+++ b/src/src_linear.c
@@ -16,6 +16,12 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- a/src/src_sinc.c
+++ b/src/src_sinc.c
@@ -16,6 +16,12 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- a/src/src_zoh.c
+++ b/src/src_zoh.c
@@ -16,6 +16,12 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+** http://www.mega-nerd.com/SRC/procedure.html
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>