From b8a6952966e06b169fbacdda3fbb609c3592c28d Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 7 Jan 2014 17:05:56 +0000 Subject: [PATCH] Badges and license --- LICENSE.md | 22 ++++++++++++++++++++++ README.md | 30 ++++++++++++++++++++++++++++++ README.rdoc | 28 ---------------------------- 3 files changed, 52 insertions(+), 28 deletions(-) create mode 100644 LICENSE.md create mode 100644 README.md delete mode 100644 README.rdoc diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..ab61edaa --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,22 @@ +##Copyright (c) 2013 The Open Data Institute + +#MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..66f8885d --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +[![Build Status](https://travis-ci.org/theodi/csvlint.png)](https://travis-ci.org/theodi/csvlint) +[![Coverage Status](https://coveralls.io/repos/theodi/csvlint/badge.png)](https://coveralls.io/r/theodi/csvlint) +[![Code Climate](https://codeclimate.com/github/theodi/csvlint.png)](https://codeclimate.com/github/theodi/csvlint) +[![Dependency Status](https://gemnasium.com/theodi/csvlint.png)](https://gemnasium.com/theodi/csvlint) +[![License](http://img.shields.io/license/mit.png?color=green)](http://theodi.mit-license.org/) + +== CSVLint + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... \ No newline at end of file diff --git a/README.rdoc b/README.rdoc deleted file mode 100644 index dd4e97e2..00000000 --- a/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app.