README.md in kitchen-docker-2.5.0 vs README.md in kitchen-docker-2.6.0.rc.0

- old
+ new

@@ -1,7 +1,13 @@ -# Kitchen::Docker +# Kitchen-Docker +[![Build Status](https://img.shields.io/travis/test-kitchen/kitchen-docker.svg)](https://travis-ci.org/test-kitchen/kitchen-docker) +[![Gem Version](https://img.shields.io/gem/v/kitchen-docker.svg)](https://rubygems.org/gems/kitchen-docker) +[![Coverage](https://img.shields.io/codecov/c/github/test-kitchen/kitchen-docker.svg)](https://codecov.io/github/test-kitchen/kitchen-docker) +[![Gemnasium](https://img.shields.io/gemnasium/test-kitchen/kitchen-docker.svg)](https://gemnasium.com/test-kitchen/kitchen-docker) +[![License](https://img.shields.io/badge/license-Apache_2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) + A Test Kitchen Driver for Docker. ## Requirements * [Docker][docker_installation] **(>= 1.5)** @@ -483,21 +489,26 @@ 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request -## Authors +## License -Created by [Sean Porter][author] (<portertech@gmail.com>). +Copyright 2013-2016, [Sean Porter](https://github.com/portertech) +Copyright 2015-2016, [Noah Kantrowitz](https://github.com/coderanger) -Maintained by [Noah Kantrowitz][https://github.com/coderanger]. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -## License +http://www.apache.org/licenses/LICENSE-2.0 -Apache 2.0 (see [LICENSE][license]) +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. - -[author]: https://github.com/portertech [issues]: https://github.com/test-kitchen/kitchen-docker/issues [license]: https://github.com/test-kitchen/kitchen-docker/blob/master/LICENSE [repo]: https://github.com/test-kitchen/kitchen-docker [docker_installation]: https://docs.docker.com/installation/#installation [docker_upstart_issue]: https://github.com/dotcloud/docker/issues/223