Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f506971

Browse files
authored
Merge pull request #44 from thofma/trunk
Fix headers
2 parents 2f72d8f + 9f40d3f commit f506971

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+524
-1403
lines changed

nf.h

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf/clear.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf/init.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf/print.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf/test/t-init_clear.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf/test_multiplier.c

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*=============================================================================
2+
3+
This file is part of Antic.
4+
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
9+
10+
=============================================================================*/
111
/*
212
Copyright (C) 2016 Fredrik Johansson
313

nf_elem.h

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf_elem/add.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf_elem/add_fmpq.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf_elem/add_fmpz.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf_elem/add_si.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf_elem/clear.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf_elem/div.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

nf_elem/equal.c

+6-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************
@@ -210,4 +201,4 @@ int nf_elem_equal(const nf_elem_t a, const nf_elem_t b, const nf_t nf)
210201
else
211202
return 0;
212203
}
213-
}
204+
}

nf_elem/fmpq_sub.c

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
/*=============================================================================
22
3-
This file is part of FLINT.
3+
This file is part of Antic.
44
5-
FLINT is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2 of the License, or
8-
(at your option) any later version.
9-
10-
FLINT is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
GNU General Public License for more details.
14-
15-
You should have received a copy of the GNU General Public License
16-
along with FLINT; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5+
Antic is free software: you can redistribute it and/or modify it under
6+
the terms of the GNU Lesser General Public License (LGPL) as published
7+
by the Free Software Foundation; either version 2.1 of the License, or
8+
(at your option) any later version. See <http://www.gnu.org/licenses/>.
189
1910
=============================================================================*/
2011
/******************************************************************************

0 commit comments

Comments
 (0)