diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-27 01:55:27 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-27 01:55:27 +0200 |
commit | 835f0a36db4e006b336ae6d41ae87d1195af7ec7 (patch) | |
tree | 7940a63cb79f628f6d2a1bf14a33d0a178f9c018 | |
parent | 6b1273f43c5a4267e8d153315a6ea118264659dd (diff) | |
download | liberty-835f0a36db4e006b336ae6d41ae87d1195af7ec7.tar.gz liberty-835f0a36db4e006b336ae6d41ae87d1195af7ec7.tar.xz liberty-835f0a36db4e006b336ae6d41ae87d1195af7ec7.zip |
Convert README to AsciiDoc
-rw-r--r-- | README.adoc (renamed from README) | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ liberty ======= -`liberty' is a pseudolibrary of all the common C code I have written for various +'liberty' is a pseudolibrary of all the common C code I have written for various projects. I used to copy-paste large swaths of code with minimal changes to it and it slowly became awfully painful to synchronize. The project can be thought of as a successor to my other C library, libxtnd. @@ -19,7 +19,7 @@ I'm not testing them at all. License ------- -`liberty' is written by Přemysl Janouch <p.janouch@gmail.com>. +'liberty' is written by Přemysl Janouch <p.janouch@gmail.com>. You may use the software under the terms of the ISC license, the text of which is included within the package, or, at your option, you may relicense the work |