File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828
2929 <licenses >
3030 <license >
31- <name >'GPLv3' </name >
32- <url >http://www.opensource .org/licenses/gplv3.php </url >
31+ <name >LGPL 3 </name >
32+ <url >http://www.gnu .org/licenses/lgpl-3.0-standalone.html </url >
3333 </license >
3434 </licenses >
3535
6262 <!-- for Mac developers, non Archlinux and Windows can probably figure it out
6363 <processing.home>/Applications/Processing.app/Contents/Java</processing.home>
6464 -->
65- <processing .home>${user.home} / processing-3.0.1 </processing .home>
65+ <processing .home>/usr/share/ processing</processing .home>
6666 </properties >
6767 <build >
6868 <sourceDirectory >src</sourceDirectory >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414 expressions (available since jdk8). Also new since version 0.5.0 are 3D Mesh
1515 to PShape and 3D mesh to Povray mesh2 utilities.
1616 EOS
17- spec . license = 'GPLv3'
17+ spec . licenses = %w{ MIT LGPL-3.0 }
1818 spec . authors = %w{ Karsten\ Schmidt Martin\ Prout }
19192020 spec . homepage = 'https://github.com/ruby-processing/toxiclibs'
You can’t perform that action at this time.
0 commit comments