From 65d37d2942be59148253d15689abcdb0ede4f108 Mon Sep 17 00:00:00 2001 From: lazarus-bart Date: Wed, 18 Nov 2015 12:35:00 +0000 Subject: [PATCH] Fractions: clarify license statement. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4390 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fractions/fractions.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fractions/fractions.pp b/components/fractions/fractions.pp index 7112005fc..135d062a2 100644 --- a/components/fractions/fractions.pp +++ b/components/fractions/fractions.pp @@ -302,7 +302,7 @@ end; * Original code dealt with 32-bit integers, it was adjusted for 64-bit integers The original copyrigh holder has granted me permission to adjust and redistribute - this code under LGPL license. + this code under modified LGPL license with kining exception (see COPYING.modifiedLGPL.txt). When redistributing this code, the comments above MUST also be redistributed with it! }