From 3cd58062e496801c82b512a332b4639f8d9f07f7 Mon Sep 17 00:00:00 2001 From: gbamber Date: Fri, 16 Dec 2016 21:20:15 +0000 Subject: [PATCH] ReadMe for cryptini page in SF git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5523 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/cryptini/readme.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 components/cryptini/readme.txt diff --git a/components/cryptini/readme.txt b/components/cryptini/readme.txt new file mode 100644 index 000000000..ce5f3ae7e --- /dev/null +++ b/components/cryptini/readme.txt @@ -0,0 +1,11 @@ +* CryptINI is a descendant of TIniFile to write encrypted entries. +* I can be thread/safe. +* Licence is Modified GPL with linking exception (same as Lazarus components) +* Tested: Windows 10 32/64-bit Linux Mint 14 32/64-bit +* Compiles with: Lazarus 1.6 -> FPC 3.x -> + +Read more about it: http://wiki.freepascal.org/CryptINI + +minesadorada@charcodelvalle.com +Dec 2016 +