changeset 13602:14090f7300a8

The full name of the GPL is GNU General Public License.
author diego
date Sun, 10 Oct 2004 14:20:42 +0000
parents da85ac96600e
children 80fc8f48f14c
files libaf/af_comp.c libaf/af_equalizer.c libaf/af_extrastereo.c libaf/af_format_alaw.c libaf/af_format_ulaw.c libaf/af_gate.c libaf/af_pan.c libaf/af_resample.c libaf/af_resample.h libaf/af_sub.c libaf/af_volnorm.c libaf/af_volume.c libaf/config.h libaf/dsp.h libaf/equalizer.h libaf/filter.c libaf/filter.h libaf/window.c libaf/window.h
diffstat 19 files changed, 19 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_comp.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_comp.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/af_equalizer.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_equalizer.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/af_extrastereo.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_extrastereo.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2004 Alex Beregszaszi & Pierre Lombard
--- a/libaf/af_format_alaw.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_format_alaw.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au
--- a/libaf/af_format_ulaw.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_format_ulaw.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au
--- a/libaf/af_gate.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_gate.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/af_pan.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_pan.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/af_resample.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_resample.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/af_resample.h	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_resample.h	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/af_sub.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_sub.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au
--- a/libaf/af_volnorm.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_volnorm.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2004 Alex Beregszaszi & Pierre Lombard
--- a/libaf/af_volume.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/af_volume.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/config.h	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/config.h	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au
--- a/libaf/dsp.h	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/dsp.h	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/equalizer.h	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/equalizer.h	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/filter.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/filter.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/filter.h	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/filter.h	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/window.c	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/window.c	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au
--- a/libaf/window.h	Sun Oct 10 14:05:29 2004 +0000
+++ b/libaf/window.h	Sun Oct 10 14:20:42 2004 +0000
@@ -1,6 +1,6 @@
 /*=============================================================================
 //	
-//  This software has been released under the terms of the GNU Public
+//  This software has been released under the terms of the GNU General Public
 //  license. See http://www.gnu.org/copyleft/gpl.html for details.
 //
 //  Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au