Ticket #3939: copyriot.patch

File copyriot.patch, 1.7 kB (added by malb, 5 months ago)
  • a/sage/rings/integer.pyx

    old new  
    8484    9.3908230000000000000000000000000000000000000000000000000000e6 
    8585 
    8686""" 
    87  
    8887#***************************************************************************** 
    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> 
    9095# 
    9196#  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 of 
    95 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    96 #    General Public License for more details. 
    97 # 
    98 #  The full text of the GPL is available at: 
    99 # 
    10097#                  http://www.gnu.org/licenses/ 
    10198#***************************************************************************** 
    10299