From a489b8afd5c67fa2bb250c4e1d7d0246e3804170 Mon Sep 17 00:00:00 2001 From: Mazet Laurent Date: Thu, 27 Nov 2025 18:58:53 +0100 Subject: [PATCH] remove licence headers --- src/create_fbtrellis.c | 18 ------------------ src/create_fbtrellis.h | 18 ------------------ src/encoder.c | 18 ------------------ src/encoder.h | 18 ------------------ src/fbcoded.c | 18 ------------------ src/fbcoded.h | 18 ------------------ src/fbinfo.c | 18 ------------------ src/fbinfo.h | 18 ------------------ src/fbtrellis.c | 18 ------------------ src/fbtrellis.h | 18 ------------------ src/logfbinfo.c | 18 ------------------ src/logfbinfo.h | 18 ------------------ src/maxstar.c | 18 ------------------ src/maxstar.h | 18 ------------------ test/convcode.c | 18 ------------------ 15 files changed, 270 deletions(-) diff --git a/src/create_fbtrellis.c b/src/create_fbtrellis.c index 62c4c02..3e4fcc9 100644 --- a/src/create_fbtrellis.c +++ b/src/create_fbtrellis.c @@ -4,24 +4,6 @@ Copyright (C) 2004 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_fbtrellis.h b/src/create_fbtrellis.h index 22e8100..2558772 100644 --- a/src/create_fbtrellis.h +++ b/src/create_fbtrellis.h @@ -4,24 +4,6 @@ Copyright (C) 2004 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/fbcoded.c b/src/fbcoded.c index df5e080..7365ded 100644 --- a/src/fbcoded.c +++ b/src/fbcoded.c @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #include diff --git a/src/fbcoded.h b/src/fbcoded.h index 5c372ad..64d4d23 100644 --- a/src/fbcoded.h +++ b/src/fbcoded.h @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #if !defined (__FBCODED_C__) diff --git a/src/fbinfo.c b/src/fbinfo.c index a8c37a5..f632c68 100644 --- a/src/fbinfo.c +++ b/src/fbinfo.c @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #include diff --git a/src/fbinfo.h b/src/fbinfo.h index bcf161b..03d229b 100644 --- a/src/fbinfo.h +++ b/src/fbinfo.h @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #if !defined (__FBINFO_C__) diff --git a/src/fbtrellis.c b/src/fbtrellis.c index 568041e..2e24d56 100644 --- a/src/fbtrellis.c +++ b/src/fbtrellis.c @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #if !defined (__FBTRELLIS_C__) diff --git a/src/fbtrellis.h b/src/fbtrellis.h index c3e0847..774992b 100644 --- a/src/fbtrellis.h +++ b/src/fbtrellis.h @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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 Forward-Backward Decoder. */ diff --git a/src/logfbinfo.c b/src/logfbinfo.c index 9c3919c..711fe4d 100644 --- a/src/logfbinfo.c +++ b/src/logfbinfo.c @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #include diff --git a/src/logfbinfo.h b/src/logfbinfo.h index f636816..7da550b 100644 --- a/src/logfbinfo.h +++ b/src/logfbinfo.h @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #if !defined (__LOGFBINFO_H__) diff --git a/src/maxstar.c b/src/maxstar.c index d5ecb80..14bd423 100644 --- a/src/maxstar.c +++ b/src/maxstar.c @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #include "fbtrellis.h" diff --git a/src/maxstar.h b/src/maxstar.h index 2c6b843..c1b3fd4 100644 --- a/src/maxstar.h +++ b/src/maxstar.h @@ -4,24 +4,6 @@ Copyright (C) 2004 Laurent Mazet and Sebastien Simoens -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) - */ #if !defined (__MAXSTAR_H__) diff --git a/test/convcode.c b/test/convcode.c index 354dc74..356eeae 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 Forward Backward decoding */ -- 2.30.2