|  | 
| 1 |  | -############################################################################## | 
| 2 |  | -#       Copyright (C) 2010 Nathann Cohen <[email protected]> | 
| 3 |  | -#  Distributed under the terms of the GNU General Public License (GPL) | 
| 4 |  | -#  The full text of the GPL is available at: | 
| 5 |  | -#                  http://www.gnu.org/licenses/ | 
| 6 |  | -############################################################################## | 
|  | 1 | +#***************************************************************************** | 
|  | 2 | +#       Copyright (C) 2010-2015 Nathann Cohen <[email protected]> | 
|  | 3 | +#       Copyright (C) 2010 Martin Albrecht <[email protected]> | 
|  | 4 | +#       Copyright (C) 2012 John Perry <[email protected]> | 
|  | 5 | +#       Copyright (C) 2012-2019 Jeroen Demeyer <[email protected]> | 
|  | 6 | +#       Copyright (C) 2013 Julien Puydt <[email protected]> | 
|  | 7 | +#       Copyright (C) 2014 Nils Bruin <[email protected]> | 
|  | 8 | +#       Copyright (C) 2014-2018 Dima Pasechnik <[email protected]> | 
|  | 9 | +#       Copyright (C) 2015 Yuan Zhou <[email protected]> | 
|  | 10 | +#       Copyright (C) 2015 Zeyi Wang <[email protected]> | 
|  | 11 | +#       Copyright (C) 2016 Matthias Koeppe <[email protected]> | 
|  | 12 | +#       Copyright (C) 2017 Jori Mäntysalo <[email protected]> | 
|  | 13 | +#       Copyright (C) 2018 Erik M. Bray <[email protected]> | 
|  | 14 | +#       Copyright (C) 2019 David Coudert <[email protected]> | 
|  | 15 | +# | 
|  | 16 | +# This program is free software: you can redistribute it and/or modify | 
|  | 17 | +# it under the terms of the GNU General Public License as published by | 
|  | 18 | +# the Free Software Foundation, either version 2 of the License, or | 
|  | 19 | +# (at your option) any later version. | 
|  | 20 | +#                  https://www.gnu.org/licenses/ | 
|  | 21 | +#***************************************************************************** | 
| 7 | 22 | 
 | 
| 8 | 23 | from sage.numerical.backends.generic_backend cimport GenericBackend | 
| 9 | 24 | 
 | 
|  | 
0 commit comments