diff options
author | Mike Gerwitz <mikegerwitz@gnu.org> | 2014-01-16 22:51:07 -0500 |
---|---|---|
committer | Mike Gerwitz <mikegerwitz@gnu.org> | 2014-01-16 22:51:07 -0500 |
commit | 1d048cc99791b8b635450b3fc6a7943ffa9e6c70 (patch) | |
tree | 6e970e0e8ca70a079e13109476f2db32a542d061 | |
parent | a78a7da5acfeb6d020b928d2c85659bdd8bb91df (diff) | |
download | liza-1d048cc99791b8b635450b3fc6a7943ffa9e6c70.tar.gz liza-1d048cc99791b8b635450b3fc6a7943ffa9e6c70.tar.bz2 liza-1d048cc99791b8b635450b3fc6a7943ffa9e6c70.zip |
Included license and small `About' section in README.md
-rw-r--r-- | README.md | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,6 +1,41 @@ +<!-- + Copyright (C) 2014 LoVullo Associates, Inc. + + This file is part of liza. + + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice and + this notice are preserved. This file is offered as-is, without warranty + of any kind. +--> + # Liza Data Collection Framework Liza is a data collection, validation, and processing framework for JavaScript. **This project is under active development; please check back later as we make it available.** + + +## About +The Liza Data Collection Framework—"Liza" for short—is an effort +to clean up, formalize, and expand upon a framework that was developed at +LoVullo Associates for collecting, validating, and processing large amounts +of user input for insurance quoting. As existing code is refactored or its +design improved upon, it will begin its life as part of Liza; please be +patient as the entire core framework makes its way into this repository and +others. + + +## License +Liza is free software: you can redistribute it and/or modify it under the +terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +The full license is available in `COPYING`. |