Skip to content

Commit

Permalink
Updated canonical link
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmckeeth committed Apr 7, 2023
1 parent 99d055e commit 9b4469d
Show file tree
Hide file tree
Showing 22 changed files with 78 additions and 102 deletions.
6 changes: 6 additions & 0 deletions Samples/MathConstants/BigEuler.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
unit BigEuler;

interface
Expand Down
8 changes: 7 additions & 1 deletion Samples/MathConstants/BigMathConstants.dpr
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
program BigMathConstants;
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
program BigMathConstants;

{$APPTYPE CONSOLE}

Expand Down
6 changes: 6 additions & 0 deletions Samples/Pi/BigPi.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
unit BigPi;

interface
Expand Down
6 changes: 6 additions & 0 deletions Samples/Pi/BigPiConsole.dpr
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
program BigPiConsole;

{$APPTYPE CONSOLE}
Expand Down
6 changes: 6 additions & 0 deletions Samples/Pi/BigPiFMX.dpr
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
program BigPiFMX;

uses
Expand Down
6 changes: 6 additions & 0 deletions Samples/Pi/BigPiFMXMain.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
unit BigPiFMXMain;

interface
Expand Down
90 changes: 0 additions & 90 deletions Samples/Pi/BigPiHashTestCaseProvider.pas

This file was deleted.

6 changes: 6 additions & 0 deletions Samples/Pi/Tests/BBPpiTests.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
unit BBPpiTests;

interface
Expand Down
6 changes: 6 additions & 0 deletions Samples/Pi/Tests/BigPiChudnovskyTests.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
unit BigPiChudnovskyTests;

interface
Expand Down
6 changes: 6 additions & 0 deletions Samples/Pi/Tests/BigPiHashTestCaseProvider.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
unit BigPiHashTestCaseProvider;

interface
Expand Down
6 changes: 6 additions & 0 deletions Samples/Pi/Tests/BigPiTests.dpr
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
program BigPiTests;

{$IFNDEF TESTINSIGHT}
Expand Down
6 changes: 6 additions & 0 deletions Samples/Pi/Tests/BigPiTestsCommon.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{===============================================
Included with Rudy's Big Numbers Library
/~https://github.com/TurboPack/RudysBigNumbers/
================================================}
unit BigPiTestsCommon;

interface
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.BigDecimals.pas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{---------------------------------------------------------------------------}

{---------------------------------------------------------------------------}
Expand Down
4 changes: 2 additions & 2 deletions Source/Velthuis.BigIntegers.Primes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
{ Author: Rudy Velthuis }
{ Copyright: (c) 2017 Rudy Velthuis }
{ Notes: See /~https://github.com/TurboPack/DelphiBigNumbers/wiki/BigIntegers }
{ See /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ See /~https://github.com/TurboPack/RudysBigNumbers/ }
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{-----------------------------------------------------------------------------------}

unit Velthuis.BigIntegers.Primes;
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.BigIntegers.pas
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{--------------------------------------------------------------------------- }

unit Velthuis.BigIntegers;
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.ExactFloatStrings.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{---------------------------------------------------------------------------}

unit Velthuis.ExactFloatStrings;
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.FloatUtils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{---------------------------------------------------------------------------}

unit Velthuis.FloatUtils;
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.Loggers.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{---------------------------------------------------------------------------}

unit Velthuis.Loggers;
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.Numerics.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{---------------------------------------------------------------------------}

unit Velthuis.Numerics;
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.RandomNumbers.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{---------------------------------------------------------------------------}

unit Velthuis.RandomNumbers;
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.Sizes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{---------------------------------------------------------------------------}

unit Velthuis.Sizes;
Expand Down
2 changes: 1 addition & 1 deletion Source/Velthuis.StrConsts.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ }
{ License: BSD 2-Clause License - See LICENSE.md }
{ }
{ Latest: /~https://github.com/TurboPack/DelphiBigNumbers/ }
{ Latest: /~https://github.com/TurboPack/RudysBigNumbers/ }
{---------------------------------------------------------------------------}

unit Velthuis.StrConsts;
Expand Down

0 comments on commit 9b4469d

Please sign in to comment.