README.md in danger-todoist-1.2.3 vs README.md in danger-todoist-1.3.0
- old
+ new
@@ -63,6 +63,9 @@
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.
+## Licence
+This project is MIT licenced. Parts of the code (see class `Patch`) are heavily
+inspired by [ruby-git_diff_parser](https://github.com/packsaddle/ruby-git_diff_parser).