Skip to content

Commit

Permalink
Make clear that we use the MIT licence.
Browse files Browse the repository at this point in the history
  • Loading branch information
troessner committed Aug 9, 2013
1 parent 09fe32a commit 56e357a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LICENSE → MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2010 Jakub Kuźma, Timo Rößner
Copyright 2013 jQuery Foundation and other contributors
http://jquery.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
1 change: 1 addition & 0 deletions transitions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
s.require_path = 'lib'
s.license = 'MIT'
end

0 comments on commit 56e357a

Please sign in to comment.