From: Mazet Laurent Date: Thu, 27 Nov 2025 17:25:43 +0000 (+0100) Subject: remove licence header X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=fbd0d69eba5f2c33a3f248d32090043236e634bf;p=libviterbi.git remove licence header --- diff --git a/src/create_trellis.c b/src/create_trellis.c index 7731c7d..e938ff7 100644 --- a/src/create_trellis.c +++ b/src/create_trellis.c @@ -4,24 +4,6 @@ Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Generic trellis constructors */ diff --git a/src/create_trellis.h b/src/create_trellis.h index 3b81d66..25a3452 100644 --- a/src/create_trellis.h +++ b/src/create_trellis.h @@ -4,24 +4,6 @@ Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Generic trellis constructors */ diff --git a/src/encoder.c b/src/encoder.c index 70bd6e8..cf3793e 100644 --- a/src/encoder.c +++ b/src/encoder.c @@ -4,24 +4,6 @@ Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Generic encoder */ diff --git a/src/encoder.h b/src/encoder.h index 8a30de8..aa486f9 100644 --- a/src/encoder.h +++ b/src/encoder.h @@ -4,24 +4,6 @@ Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Generic encoder */ diff --git a/src/trellis.c b/src/trellis.c index 69e2ef6..adbf1ef 100644 --- a/src/trellis.c +++ b/src/trellis.c @@ -6,24 +6,6 @@ Copyright (C) 1997 Karine Gosse and Marc de Courville Copyright (C) 1997-2003 Veronique Buzenac Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Generic Viterbi Decoder with soft decisions. */ diff --git a/src/trellis.h b/src/trellis.h index f102bfa..bd15fad 100644 --- a/src/trellis.h +++ b/src/trellis.h @@ -6,24 +6,6 @@ Copyright (C) 1997 Karine Gosse and Marc de Courville Copyright (C) 1997-2003 Veronique Buzenac Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Generic Viterbi Decoder with soft decisions. */ diff --git a/test/benckmark.c b/test/benckmark.c index ab3020b..32aba0b 100644 --- a/test/benckmark.c +++ b/test/benckmark.c @@ -4,24 +4,6 @@ Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Program test for Viterbi decoding */ diff --git a/test/convcode.c b/test/convcode.c index 91cc9e7..d967d02 100644 --- a/test/convcode.c +++ b/test/convcode.c @@ -4,24 +4,6 @@ Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Program test for Viterbi decoding */ diff --git a/test/convcode2.c b/test/convcode2.c index e9d1c88..2980b2f 100644 --- a/test/convcode2.c +++ b/test/convcode2.c @@ -4,24 +4,6 @@ Copyright (C) 2003 Laurent Mazet -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -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 General Public License -along with this program; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In addition to the terms of the GPL, you are permitted to link -this program with any Open Source program, as defined by the -Open Source Initiative (www.opensource.org) - */ /* Program test for Viterbi decoding */