Skip to content

Commit

Permalink
Adds license and updates Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yokolet committed Oct 18, 2012
1 parent 20c99d3 commit 04ef879
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# encoding: utf-8

source "http://rubygems.org"

# Specify your gem's dependencies in clementine.gemspec
gemspec
gem 'tilt'

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ Available options:
:output_dir directory name (:output_dir will be converted to ":output-dir")
:output_to file name (:output_to will be converted to ":output-to")
```

Copyright and License
-----------
Clementine is Copyright (c) 2011-2012 [Yoko Harada](https://github.com/yokolet) and
distributed under the MIT license.

Clojure and ClojureSript are Copyright (c) Rich Hickey and covered by the Eclipse
Public License 1.0 [http://opensource.org/licenses/eclipse-1.0.php](http://opensource.org/licenses/eclipse-1.0.php)

Google Closure Compiler and Library are covered by Apache License 2.0 license.

0 comments on commit 04ef879

Please sign in to comment.