Skip to content

Commit 68ee541

Browse files
committed
Add copyright and license info
1 parent a6050d2 commit 68ee541

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ Or install it yourself as:
3030
3. Commit your changes (`git commit -am 'Added some feature'`)
3131
4. Push to the branch (`git push origin my-new-feature`)
3232
5. Create new Pull Request
33+
34+
## Copyright
35+
36+
Copyright © 2012 Elia Schito. See LICENSE for details.

activeadmin-mongoid.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.name = 'activeadmin-mongoid'
1515
gem.require_paths = ['lib']
1616
gem.version = ActiveAdmin::Mongoid::VERSION
17+
gem.license = 'MIT'
1718

1819
gem.add_runtime_dependency 'mongoid', '~> 2.0'
1920
gem.add_runtime_dependency 'activeadmin', '~> 0.4'

0 commit comments

Comments
 (0)