Changeset 226

Show
Ignore:
Timestamp:
08/14/08 19:38:00 (5 months ago)
Author:
yidabu
Message:

license issue

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/math/bigint/Bigint.d

    r154 r226  
    55                dwin.math.bigint.Multiply, 
    66                dwin.math.bigint.Radix, 
    7                 dwin.math.bigint.Lowlevel;   
     7                dwin.math.bigint.Lowlevel; 
    88 
    99private import tango.stdc.stdlib; 
     
    4040*/ 
    4141 
    42  
    43 // Written in the D programming language. 
    44  
    45 /******************************************************************************* 
    46          
    47         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    48  
    49         License:        BSD style: $(LICENSE) 
    50  
    51         Version:        Initial release: 2007 
    52  
    53         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    54  
    55 *******************************************************************************/ 
     42/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
     43 
    5644 
    5745 
     
    13151303    package 
    13161304    { 
    1317          
     1305 
    13181306        this() 
    13191307        { 
     
    13311319            d[] = n.d[]; 
    13321320        } 
    1333          
     1321 
    13341322 
    13351323        //----------------------------------- 
  • trunk/math/bigint/Factorial.d

    r154 r226  
    3636*/ 
    3737 
    38 // Written in the D programming language. 
    39  
    40 /******************************************************************************* 
    41          
    42         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    43  
    44         License:        BSD style: $(LICENSE) 
    45  
    46         Version:        Initial release: 2007 
    47  
    48         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    49  
    50 *******************************************************************************/ 
    51  
     38/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    5239 
    5340 
  • trunk/math/bigint/Gcd.d

    r154 r226  
    3131*/ 
    3232 
    33 // Written in the D programming language. 
    34  
    35 /******************************************************************************* 
    36          
    37         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    38  
    39         License:        BSD style: $(LICENSE) 
    40  
    41         Version:        Initial release: 2007 
    42  
    43         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    44  
    45 *******************************************************************************/ 
    46  
     33/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    4734 
    4835/*  ------------------------------------------------------------------------------------ 
  • trunk/math/bigint/IntException.d

    r154 r226  
    3232*/ 
    3333 
    34 // Written in the D programming language. 
    35  
    36 /******************************************************************************* 
    37          
    38         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    39  
    40         License:        BSD style: $(LICENSE) 
    41  
    42         Version:        Initial release: 2007 
    43  
    44         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    45  
    46 *******************************************************************************/ 
    47  
     34/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    4835 
    4936class IntException : Exception 
  • trunk/math/bigint/Lowlevel.d

    r154 r226  
    3434// Written in the D programming language. 
    3535 
    36 /******************************************************************************* 
    37          
    38         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    39  
    40         License:        BSD style: $(LICENSE) 
    41  
    42         Version:        Initial release: 2007 
    43  
    44         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    45  
    46 *******************************************************************************/ 
    47  
     36/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    4837 
    4938/* 
  • trunk/math/bigint/Modexp.d

    r154 r226  
    3232*/ 
    3333 
    34 // Written in the D programming language. 
    35  
    36 /******************************************************************************* 
    37          
    38         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    39  
    40         License:        BSD style: $(LICENSE) 
    41  
    42         Version:        Initial release: 2007 
    43  
    44         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    45  
    46 *******************************************************************************/ 
    47  
     34/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    4835 
    4936/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  • trunk/math/bigint/Modinv.d

    r154 r226  
    3535*/ 
    3636 
    37 // Written in the D programming language. 
    38  
    39 /******************************************************************************* 
    40          
    41         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    42  
    43         License:        BSD style: $(LICENSE) 
    44  
    45         Version:        Initial release: 2007 
    46  
    47         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    48  
    49 *******************************************************************************/ 
    50  
     37/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    5138 
    5239/*  ------------------------------------------------------------------------------------ 
  • trunk/math/bigint/Multiply.d

    r154 r226  
    3232*/ 
    3333 
    34 // Written in the D programming language. 
    35  
    36 /******************************************************************************* 
    37          
    38         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    39  
    40         License:        BSD style: $(LICENSE) 
    41  
    42         Version:        Initial release: 2007 
    43  
    44         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    45  
    46 *******************************************************************************/ 
    47  
    48  
     34/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    4935version(DisableKaratsuba) 
    5036{ 
  • trunk/math/bigint/Prime.d

    r217 r226  
    4040*/ 
    4141 
    42 // Written in the D programming language. 
    43  
    44 /******************************************************************************* 
    45  
    46         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    47  
    48         License:        BSD style: $(LICENSE) 
    49  
    50         Version:        Initial release: 2007 
    51  
    52         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    53  
    54 *******************************************************************************/ 
    55  
     42/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    5643 
    5744/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  • trunk/math/bigint/Radix.d

    r154 r226  
    3636*/ 
    3737 
    38 // Written in the D programming language. 
    39  
    40 /******************************************************************************* 
    41          
    42         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    43  
    44         License:        BSD style: $(LICENSE) 
    45  
    46         Version:        Initial release: 2007 
    47  
    48         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    49  
    50 *******************************************************************************/ 
    51  
     38/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    5239 
    5340private 
  • trunk/math/bigint/Squareroot.d

    r154 r226  
    3535*/ 
    3636 
    37 // Written in the D programming language. 
    38  
    39 /******************************************************************************* 
    40          
    41         Copyright:      Copyright (c) 2007  (yidabu  g m a i l at com) All rights reserved 
    42  
    43         License:        BSD style: $(LICENSE) 
    44  
    45         Version:        Initial release: 2007 
    46  
    47         Authors:        yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    48  
    49 *******************************************************************************/ 
    50  
     37/// port to Tango by yidabu ( D Programming Language China : http://www.d-programming-language-china.org/ ) 
    5138 
    5239/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~