shithub: sox

Download patch

ref: a748571cbc2dbc342da0a39184414031dce777bc
parent: 8791cbd4a9f89b06f87ea3f85f8c2d2432bf8903
author: cbagwell <cbagwell>
date: Sat Aug 26 17:36:56 EDT 2000

*** empty log message ***

--- a/src/highp.c
+++ b/src/highp.c
@@ -1,14 +1,8 @@
 /*
- * July 5, 1991
- * Copyright 1991 Lance Norskog And Sundry Contributors
- * This source code is freely redistributable and may be used for
- * any purpose.  This copyright notice must be maintained. 
- * Lance Norskog And Sundry Contributors are not responsible for 
- * the consequences of using this software.
- */
-
-/*
  * Sound Tools High-Pass effect file.
+ *
+ * (C) 2000 Chris Bagwell <cbagwell@sprynet.com>
+ * See License file for further copyright information.
  *
  * Algorithm:  Recursive single pole high-pass filter
  *
--- a/src/lowp.c
+++ b/src/lowp.c
@@ -1,15 +1,8 @@
-
 /*
- * July 5, 1991
- * Copyright 1991 Lance Norskog And Sundry Contributors
- * This source code is freely redistributable and may be used for
- * any purpose.  This copyright notice must be maintained. 
- * Lance Norskog And Sundry Contributors are not responsible for 
- * the consequences of using this software.
- */
-
-/*
  * Sound Tools Low-Pass effect file.
+ *
+ * (C) 2000 Chris Bagwell <cbagwell@sprynet.com>
+ * See License file for further copyright information.
  *
  * Algorithm:  Recursive single pole lowpass filter
  *