From 104e857b6ccdec4f4bdda1d0b10741c687080d53 Mon Sep 17 00:00:00 2001 From: kobalicek Date: Thu, 17 Jul 2014 00:46:01 +0200 Subject: [PATCH] README update. --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 97e4fab..f7cd03e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,8 @@ AsmJit Complete x86/x64 JIT and Remote Assembler for C++. -[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)]( - https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QDRM6SRNG7378&lc=EN;&item_name=asmjit¤cy_code=EUR) - -Official Repository -------------------- - -https://github.com/kobalicek/asmjit + * [Official Repository (kobalicek/asmjit)](https://github.com/kobalicek/asmjit) + * [Zlib Licensed] (http://www.opensource.org/licenses/zlib-license.php) Introduction ------------ @@ -526,14 +521,18 @@ c.mov(a, 1); c.mov(b, 2); ``` -License +Support ------- -AsmJit can be distributed under zlib license: +Please consider a donation if you use the project and would like to keep it active in the future. - * + * [Donate by PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QDRM6SRNG7378&lc=EN;&item_name=asmjit¤cy_code=EUR) -Contact Authors & Maintainers ------------------------------ +Received From: + + * [PeLock - Software copy protection and license key system](http://www.pelock.com) + +Authors & Maintainers +--------------------- * Petr Kobalicek