Skip to content

Commit

Permalink
Merge pull request #27 from grahammiln/licence-mpl2
Browse files Browse the repository at this point in the history
Switching from LGPL to MPL licence.
  • Loading branch information
grahammiln committed Aug 9, 2015
2 parents 415f4cf + f24e7e2 commit 7f3df1f
Show file tree
Hide file tree
Showing 269 changed files with 1,397 additions and 847 deletions.
4 changes: 2 additions & 2 deletions DrawKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
Pod::Spec.new do |s|

s.name = "DrawKit"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Illustration and vector artwork framework for OS X"
s.description = "DrawKit is a software framework that enables the Mac OS X developer to rapidly implement vector drawing and illustration features in a custom application. It is comprehensive, powerful and complete, but it is also highly modular so you can make use of only those parts that you need, or go the whole hog and drop it in as a complete vector drawing solution."
s.homepage = 'http://drawkit.github.io'
s.documentation_url = 'http://drawkit.github.io'
s.screenshot = "https://raw.githubusercontent.com/DrawKit/DrawKit/master/documentation/drawkit-sample-capabilities.png"

s.license = { :type => "LGPL3", :file => "DKDrawKit.framework/Resources/LICENSE-LGPL3.txt" }
s.license = { :type => "MPL2", :file => "DKDrawKit.framework/Resources/LICENCE.txt" }

s.platform = :osx, "10.7"
s.source = { :git => "https://github.com/DrawKit/DrawKit-podspec.git", :tag => "#{ s.version }" }
Expand Down
174 changes: 0 additions & 174 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 7f3df1f

Please sign in to comment.