summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-10 14:20:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-10 14:20:42 +0000
commit320e68675a1976afd2fdc6e8bcd465634bea9b05 (patch)
tree40e5e66003b26a24ad55f30b0ac5ae263052c910 /libaf
parenta89dbc8ecdf5a728204fbb2f704cc3e053428ca1 (diff)
downloadmpv-320e68675a1976afd2fdc6e8bcd465634bea9b05.tar.bz2
mpv-320e68675a1976afd2fdc6e8bcd465634bea9b05.tar.xz
The full name of the GPL is GNU General Public License.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13603 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af_comp.c2
-rw-r--r--libaf/af_equalizer.c2
-rw-r--r--libaf/af_extrastereo.c2
-rw-r--r--libaf/af_format_alaw.c2
-rw-r--r--libaf/af_format_ulaw.c2
-rw-r--r--libaf/af_gate.c2
-rw-r--r--libaf/af_pan.c2
-rw-r--r--libaf/af_resample.c2
-rw-r--r--libaf/af_resample.h2
-rw-r--r--libaf/af_sub.c2
-rw-r--r--libaf/af_volnorm.c2
-rw-r--r--libaf/af_volume.c2
-rw-r--r--libaf/config.h2
-rw-r--r--libaf/dsp.h2
-rw-r--r--libaf/equalizer.h2
-rw-r--r--libaf/filter.c2
-rw-r--r--libaf/filter.h2
-rw-r--r--libaf/window.c2
-rw-r--r--libaf/window.h2
19 files changed, 19 insertions, 19 deletions
diff --git a/libaf/af_comp.c b/libaf/af_comp.c
index 13a73d5e57..be03957bff 100644
--- a/libaf/af_comp.c
+++ b/libaf/af_comp.c
@@ -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
diff --git a/libaf/af_equalizer.c b/libaf/af_equalizer.c
index 256c7e7e5d..7613ba087a 100644
--- a/libaf/af_equalizer.c
+++ b/libaf/af_equalizer.c
@@ -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
diff --git a/libaf/af_extrastereo.c b/libaf/af_extrastereo.c
index a8857b4b33..e9b88a5705 100644
--- a/libaf/af_extrastereo.c
+++ b/libaf/af_extrastereo.c
@@ -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
diff --git a/libaf/af_format_alaw.c b/libaf/af_format_alaw.c
index e1f3b00293..68cfaeab43 100644
--- a/libaf/af_format_alaw.c
+++ b/libaf/af_format_alaw.c
@@ -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
diff --git a/libaf/af_format_ulaw.c b/libaf/af_format_ulaw.c
index 2b84eb96b6..35730bbd38 100644
--- a/libaf/af_format_ulaw.c
+++ b/libaf/af_format_ulaw.c
@@ -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
diff --git a/libaf/af_gate.c b/libaf/af_gate.c
index 3813424783..55acc2970a 100644
--- a/libaf/af_gate.c
+++ b/libaf/af_gate.c
@@ -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
diff --git a/libaf/af_pan.c b/libaf/af_pan.c
index 9427303eb2..78ffd36a28 100644
--- a/libaf/af_pan.c
+++ b/libaf/af_pan.c
@@ -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
diff --git a/libaf/af_resample.c b/libaf/af_resample.c
index 6dbd5fa8db..0cd5402620 100644
--- a/libaf/af_resample.c
+++ b/libaf/af_resample.c
@@ -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
diff --git a/libaf/af_resample.h b/libaf/af_resample.h
index 34e05cdfbe..d9905017db 100644
--- a/libaf/af_resample.h
+++ b/libaf/af_resample.h
@@ -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
diff --git a/libaf/af_sub.c b/libaf/af_sub.c
index f64c68c532..4845018d1a 100644
--- a/libaf/af_sub.c
+++ b/libaf/af_sub.c
@@ -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
diff --git a/libaf/af_volnorm.c b/libaf/af_volnorm.c
index 8ad44c858b..cc50dfa035 100644
--- a/libaf/af_volnorm.c
+++ b/libaf/af_volnorm.c
@@ -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
diff --git a/libaf/af_volume.c b/libaf/af_volume.c
index f879b3de2c..e7c1eb7a7d 100644
--- a/libaf/af_volume.c
+++ b/libaf/af_volume.c
@@ -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
diff --git a/libaf/config.h b/libaf/config.h
index 640ade7736..676979ef6b 100644
--- a/libaf/config.h
+++ b/libaf/config.h
@@ -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
diff --git a/libaf/dsp.h b/libaf/dsp.h
index 8f5d5eb510..bee34a45db 100644
--- a/libaf/dsp.h
+++ b/libaf/dsp.h
@@ -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
diff --git a/libaf/equalizer.h b/libaf/equalizer.h
index ee5ee6eadd..29bc6d49c1 100644
--- a/libaf/equalizer.h
+++ b/libaf/equalizer.h
@@ -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
diff --git a/libaf/filter.c b/libaf/filter.c
index 10f1c975d2..1eef94e13c 100644
--- a/libaf/filter.c
+++ b/libaf/filter.c
@@ -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
diff --git a/libaf/filter.h b/libaf/filter.h
index 5f59c0e596..31ccbaf3c8 100644
--- a/libaf/filter.h
+++ b/libaf/filter.h
@@ -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
diff --git a/libaf/window.c b/libaf/window.c
index 25b92bc313..c04913d165 100644
--- a/libaf/window.c
+++ b/libaf/window.c
@@ -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
diff --git a/libaf/window.h b/libaf/window.h
index bd747306c5..ab43d43b6d 100644
--- a/libaf/window.h
+++ b/libaf/window.h
@@ -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