Ticket #3939: copyriot.patch
| File copyriot.patch, 1.7 kB (added by malb, 5 months ago) |
|---|
-
a/sage/rings/integer.pyx
old new 84 84 9.3908230000000000000000000000000000000000000000000000000000e6 85 85 86 86 """ 87 88 87 #***************************************************************************** 89 # Copyright (C) 2004 William Stein <wstein@gmail.com> 88 # Copyright (C) 2004,2006 William Stein <wstein@gmail.com> 89 # Copyright (C) 2006 Gonzalo Tornaria <tornaria@math.utexas.edu> 90 # Copyright (C) 2006 Didier Deshommes <dfdeshom@gmail.com> 91 # Copyright (C) 2007 David Harvey <dmharvey@math.harvard.edu> 92 # Copyright (C) 2007 Martin Albrecht <malb@informatik.uni-bremen.de> 93 # Copyright (C) 2007,2008 Robert Bradshaw <robertwb@math.washington.edu> 94 # Copyright (C) 2007 David Roe <roed314@gmail.com> 90 95 # 91 96 # Distributed under the terms of the GNU General Public License (GPL) 92 #93 # This code is distributed in the hope that it will be useful,94 # but WITHOUT ANY WARRANTY; without even the implied warranty of95 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU96 # General Public License for more details.97 #98 # The full text of the GPL is available at:99 #100 97 # http://www.gnu.org/licenses/ 101 98 #***************************************************************************** 102 99