Skip to content

Commit bcf5ad8

Browse files
committed
Explicitly set license type and updated contributor README.
1 parent 4332cb0 commit bcf5ad8

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.markdown

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,17 @@ StringAPI::routes[0].route_optional_params # yields an array [ "limit" ]
270270

271271
## Note on Patches/Pull Requests
272272

273-
* Fork the project.
274-
* Make your feature addition or bug fix.
275-
* Add tests for it. This is important so I don't break it in a future version unintentionally.
276-
* Commit, do not mess with Rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
277-
* Send me a pull request. Bonus points for topic branches.
273+
* Fork the project
274+
* Write tests for your new feature or a test that reproduces a bug
275+
* Implement your feature or make a bug fix
276+
* Do not mess with Rakefile, version or history
277+
* Commit, push and make a pull request. Bonus points for topical branches.
278+
279+
## License
280+
281+
MIT License. See LICENSE for details.
278282

279283
## Copyright
280284

281-
Copyright (c) 2010 Michael Bleigh and Intridea, Inc. See LICENSE for details.
285+
Copyright (c) 2010-2012 Michael Bleigh and Intridea, Inc.
286+

grape.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
1010
s.homepage = "https://github.com/intridea/grape"
1111
s.summary = %q{A simple Ruby framework for building REST-like APIs.}
1212
s.description = %q{A Ruby framework for rapid API development with great conventions.}
13+
s.license = "MIT"
1314

1415
s.rubyforge_project = "grape"
1516

0 commit comments

Comments
 (0)