GPL license tweak for URL rather than mailing list, thanks Bruce for pointing this out
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 1 Oct 2010 08:57:41 +0000 (08:57 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 1 Oct 2010 08:57:41 +0000 (08:57 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@201 01035d8c-6547-0410-b346-abe4f91aad63

42 files changed:
codec2/COPYING
codec2/script/menu.sh
codec2/src/c2dec.c
codec2/src/c2enc.c
codec2/src/c2sim.c
codec2/src/codec2.c
codec2/src/codec2.h
codec2/src/comp.h
codec2/src/defines.h
codec2/src/dump.c
codec2/src/dump.h
codec2/src/generate_codebook.c
codec2/src/globals.c
codec2/src/globals.h
codec2/src/interp.c
codec2/src/interp.h
codec2/src/lpc.c
codec2/src/lpc.h
codec2/src/lsp.c
codec2/src/lsp.h
codec2/src/nlp.c
codec2/src/nlp.h
codec2/src/phase.c
codec2/src/phase.h
codec2/src/postfilter.c
codec2/src/postfilter.h
codec2/src/quantise.c
codec2/src/quantise.h
codec2/src/sine.c
codec2/src/sine.h
codec2/unittest/extract.c
codec2/unittest/genlsp.c
codec2/unittest/genres.c
codec2/unittest/lsptest.c
codec2/unittest/sd.c
codec2/unittest/sd.h
codec2/unittest/tcodec2.c
codec2/unittest/tcontphase.c
codec2/unittest/tinterp.c
codec2/unittest/tnlp.c
codec2/unittest/tquant.c
codec2/unittest/vqtrain.c

index 4362b49151d7b34ef83b3067a8f9c9f877d72a0e..cc40a46821ebd2695137f89df713cec9fa793535 100644 (file)
@@ -484,8 +484,8 @@ convey the exclusion of warranty; and each file should have at least the
     Lesser General Public License for more details.
 
     You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+    License along with this library; if not, see 
+    <http://www.gnu.org/licenses/>. 
 
 Also add information on how to contact you by electronic and paper mail.
 
index 3713522abeda8e0419455e2c31d4777fc845bf20..7f586ca15d89ef5fc821920455ffa4be9cc601fd 100755 (executable)
@@ -35,8 +35,7 @@
 #  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., 675 Mass Ave, Cambridge, MA 02139, USA.
+#  along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 files=0
 items="Q-Quit\n"
index f64b38073a193cb8a02d116bbfea2a6506702ba5..a3037bd2d6b2af8457d6c38b23183df561fa012a 100644 (file)
@@ -27,8 +27,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "codec2.h"
index a2d02db65b645c447b59274ea5dd84111b326281..91ea3a308700e568742907c48f14b09106e30066 100644 (file)
@@ -28,8 +28,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "codec2.h"
index 772196483f303a2d83cddd37704be03d30dcaab1..a89e823bafbfac487b9d1429b507b49951b01955 100644 (file)
@@ -23,8 +23,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <assert.h>
index 1d49dc3d33164108384495fee6cb47a57e8b1587..1c71cc12fd583633138fd0a5f9df57ed970e2504 100644 (file)
@@ -23,8 +23,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <assert.h>
index 131b94e03b0092319f620e6548030eb780dd0e4a..5d8e1e645fcf6f041beecbbf986f4f352fbeec34 100644 (file)
@@ -23,8 +23,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __CODEC2__
index bca01b5d2fceb51cf50cb96df7c9f821c8dc54f0..cedcab37f2ae79c107a3d3f17d66cd6d1c61fa97 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __COMP__
index 76955e6526377d710723650c196396c9eb8a5e97..93b4d853ac893dba5e7e2b44925db8fb5f86cf22 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __DEFINES__
index 1c5d74ac9455e488608998a87d56bfd8144a660d..c3613f91b0ca202275e6a72c7b38499af5b1c525 100644 (file)
@@ -1,7 +1,7 @@
 /*---------------------------------------------------------------------------*\
                                                                              
   FILE........: dump.c
-  AUTHOR......: David Rowe                                                          
+  AUTHOR......: David Rowe          
   DATE CREATED: 25/8/09                                                       
                                                                              
   Routines to dump data to text files for Octave analysis.
@@ -20,8 +20,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "defines.h"
index 8f402251f849917153c1ef23b76b09f1a30ecb71..9f59a5580570ed09c187f8669d7b93da4dbed4e6 100644 (file)
@@ -20,8 +20,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __DUMP__
index de8f44469351f02ae0952ba432112d89254396d8..22df87a195ab9aad9955b64ad2cf8ccfeda39ccd 100644 (file)
@@ -1,3 +1,28 @@
+/*---------------------------------------------------------------------------*\
+                                                                             
+  FILE........: generate_codebook.c
+  AUTHOR......: Bruce Perens                                        
+  DATE CREATED: 29 Sep 2010                                                     
+                                                                             
+  Generate header files containing LSP quantisers, runs at compile time.
+
+\*---------------------------------------------------------------------------*/
+
+/*
+  All rights reserved.
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License version 2.1, as
+  published by the Free Software Foundation.  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 Lesser General Public License
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
+*/
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <ctype.h>
index 2e04f6806d8785d5440e5240c828af5cb5df585d..f2182f79a5da586dd01b05db72bbeb56e1b847f2 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "sine.h"      /* global defines for coder */
index 44aab8b0a0b835077c5c559542b345897e5c9b1d..cef720344c75fea1211cdef70ca2557640c14ae6 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /* Globals used in encoder and decoder */
index a0dc762cf0132b048268a3e8d23d0b30a521648e..0889fc63ef2981f0ef837b5dda739df57ebd40cc 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <assert.h>
index 0684b5bbff6c05698e47f772411085d69eb6d296..653b18325fad4dd9192a75e93aa41a17e2d167aa 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __INTERP__
index 1f9ff2bf10976db658e5d5452d2ff4cf869f2e83..e38bbd547f4f14176923d32e6dfa06958127786d 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #define LPC_MAX_N 512          /* maximum no. of samples in frame */
index e9b42aefd7488f6a993a79e35be7e6b8acaf2047..dc0cc40d6b3eb644b27dd36c3a996ee024c0f325 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __LPC__
index 158e9a192dd967b98c546fb472fe3b66a0808aad..f51c13ce20a43160fb4676e0249c21b401669925 100644 (file)
 
 \*---------------------------------------------------------------------------*/
 
+/*
+  Copyright (C) 2009 David Rowe
+
+  All rights reserved.
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License version 2.1, as
+  published by the Free Software Foundation.  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 Lesser General Public License
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
+*/
+
 #include "defines.h"
 #include "lsp.h"
 #include <math.h>
@@ -19,6 +36,7 @@
 
 /* Only 10 gets used, so far. */
 #define LSP_MAX_ORDER  20
+
 /*---------------------------------------------------------------------------*\
 
   Introduction to Line Spectrum Pairs (LSPs)
index 88eae7e46de96a11c9cfca6989a098ce14f418fd..5acef0184072e5f2ea3f937ce5ff936928b9511d 100644 (file)
 
 \*---------------------------------------------------------------------------*/
 
+/*
+  Copyright (C) 2009 David Rowe
+
+  All rights reserved.
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License version 2.1, as
+  published by the Free Software Foundation.  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 Lesser General Public License
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef __LSP__
 #define __LSP__
 
index 8cf1fc7d70fc7a24338932fafdba960ab941c1ed..f4a8e90eab81f3f160318e45f405cf7a26e52b4c 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "defines.h"
index eaaae970529d6616cd54646e79c4dd037cbd9b33..5348ba59c7f95968331daba34c5ac7b9684759f8 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __NLP__
index 83fd680e793f8c72ca7bdcef4316733520f413a7..e8cee7ec2708407ac51066fdeb13399a3a7a4a4c 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not,see <http://www.gnu.org/licenses/>. 
 */
 
 #include "defines.h"
index 6dbf3fa2d604e4e61942829a6c929c2c1a912f4b..33483208e6e1f4234f9a894975de0f671ceafc3b 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __PHASE__
index cd6c28b0a9193db1711ced6fd51735a55e1e00ae..dead6a346e96669b1c19e4447bdaff125a8bf417 100644 (file)
@@ -24,8 +24,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdlib.h>
index d4dd4ae053bad0100551ef2a7209868a35d38650..bf080b1b65aef82e28582901139f54324015b510 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __POSTFILTER__
index 3d1d9bf82f4c05ab60501fb49a8d6e640c205256..635d4eeb2386d17f43b851d78aaeb13d4b1b40d6 100644 (file)
@@ -20,8 +20,8 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
+
 */
 
 #include <assert.h>
index eeef8469955cf7f2a17cc626e3ba4116f35cdb8f..387d70bd01b591600b755055b2669082bf25d085 100644 (file)
@@ -20,8 +20,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __QUANTISE__
index 9263151b7b6d85d1e024ed3458408f6ce729546b..89cdc044b2afd2566bb9aa29601d31dc225b606d 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /*---------------------------------------------------------------------------*\
index 9cdfbcfbc126bf9e451104d5d23e2c1001c5500f..78e9e10f1c46dc92c48ad9da0e03a011df6e2502 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __SINE__
index b7544edf3a6142ea94a68664a11b6a6596f089f0..5833cd05acbe61888555ec6a2b756b050969de0b 100644 (file)
@@ -25,8 +25,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #define        MAX_STR 256             /* maximum string length                */
index 8340e2fe1617190c962cb15798482df027f63ab5..594237764eb7136305cdf4f725c478b2568354dd 100644 (file)
@@ -23,8 +23,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #define P      10      /* LP order                                     */
index 8e5a266e82f0146d5b6ce0f6bf70f6e9d9d583ff..7fb501b4fecff2034c4d12fb5bf3853c232eb484 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 8a610a18f47b580998288f6c6f25acc22dd45047..c60d7f8798ea396d58756871c9d5760cfad8360e 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <assert.h>
index f77b5099d578367dc84896a054f5b43793347f09..74bec67df7457d4494e13adf67e8d133a7f4893b 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #define        MAX_N   2048    /* maximum DFT size     */
index 203f988334f79aa27efd061b2f8fd38ea85b3c9b..c92e0f703e6a8a7c93df9a7d34e5cb55092087f6 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __SD__
index 33806fc7d3cced300b0fb77989cdc6472fb4f282..b95dd449f3956cd37fdd80eb7af4a22a43f41402 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <assert.h>
index ee2f662a48c3a987f222e873168c31cad3d5e6b5..403e4f94a45956307b12e733452d5c1cb5ed7c96 100644 (file)
@@ -24,8 +24,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #define N  80          /* frame size          */
index 7bb37c5258900edafcb880b8796c7f8d383cbd6a..e743e6bae88ce39ae13236fb8c195c6e113bcf6f 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <assert.h>
index 19fa09408e5258c0d3414ef66685434ce0e3a504..5ecff87740d5acd12167e190f1ef2a74ed90ef28 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #define N 80           /* frame size */
index 1ff75641456b1fca008994215bb972558a8fa733..9c70c5fe50d4e362874db2b62c9e8ecb83c9b97d 100644 (file)
@@ -22,8 +22,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.  
 */
 
 #include <assert.h>
index b46d4fcf303e3cd5d2de92725e038e22a1a33038..d3f60d46c27966894fafd100f7f8f76c6ff7d32a 100644 (file)
@@ -23,8 +23,7 @@
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /*-----------------------------------------------------------------------*\