Skip to content

Commit

Permalink
license change from GPLv2 to LGPLv2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ederc committed Dec 21, 2018
1 parent d454549 commit 2f8ebcf
Show file tree
Hide file tree
Showing 40 changed files with 979 additions and 685 deletions.
688 changes: 425 additions & 263 deletions COPYING

Large diffs are not rendered by default.

26 changes: 14 additions & 12 deletions cli/gbla.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Christian Eder <ederc@mathematik.uni-kl.de>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/

* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */


#include "gbla.h"
Expand Down
28 changes: 14 additions & 14 deletions cli/gbla.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Christian Eder <ederc@mathematik.uni-kl.de>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/



* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */

/**
* \file gbla.h
Expand Down
28 changes: 14 additions & 14 deletions cli/io.c
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Christian Eder <ederc@mathematik.uni-kl.de>
* Brice Boyer <brice.boyer@lip6.fr>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/


* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */


#include "io.h"
Expand Down
27 changes: 14 additions & 13 deletions cli/io.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Christian Eder <ederc@mathematik.uni-kl.de>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/


* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */


/**
Expand Down
25 changes: 14 additions & 11 deletions draft/attic/dumb_write.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Brice Boyer <brice.boyer@lip6.fr>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */

#include <stdio.h>
#include <stdlib.h>
Expand Down
26 changes: 14 additions & 12 deletions draft/attic/dump_matrix_orig.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Brice Boyer <brice.boyer@lip6.fr>
* Jean-Charles Faugère <jean-charles.faugere@inria.fr>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */


#define true 1
Expand Down
25 changes: 14 additions & 11 deletions draft/attic/trash.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Brice Boyer <brice.boyer@lip6.fr>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */


void do_permute_columns_up(
Expand Down
18 changes: 18 additions & 0 deletions draft/conv_magma_to_gbla.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/* gbla: Gröbner Basis Linear Algebra
* This file is part of gbla.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* 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, or see <http://www.gnu.org/licenses/>. */

#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
Expand Down
25 changes: 14 additions & 11 deletions draft/echelon.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Brice Boyer <brice.boyer@lip6.fr>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */

#ifndef __GBLA_echelon_H
#define __GBLA_echelon_H
Expand Down
18 changes: 18 additions & 0 deletions draft/fflas_reduce.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/* gbla: Gröbner Basis Linear Algebra
* This file is part of gbla.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* 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, or see <http://www.gnu.org/licenses/>. */

#include <fflas-ffpack/fflas-ffpack.h>

#ifdef __cplusplus
Expand Down
25 changes: 14 additions & 11 deletions draft/field.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Brice Boyer <brice.boyer@lip6.fr>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */


#ifndef __GBLA_field_H
Expand Down
25 changes: 14 additions & 11 deletions draft/field_ops.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/* gbla: Gröbner Basis Linear Algebra
* Copyright (C) 2015 Brice Boyer <brice.boyer@lip6.fr>
* This file is part of gbla.
* gbla 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 of the License, or
* (at your option) any later version.
* gbla is distributed in the hope that it will be useful,
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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 gbla . If not, see <http://www.gnu.org/licenses/>.
*/
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, or see <http://www.gnu.org/licenses/>. */


#ifndef __GBLA_field_ops_H
Expand Down
Loading

0 comments on commit 2f8ebcf

Please sign in to comment.