Skip to content

Commit 124d2b3

Browse files
author
monkstone
committed
2 parents 2f88c3e + 9ce32fd commit 124d2b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
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

@@ -62,7 +62,7 @@
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>

toxiclibs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}
1919
spec.email = '[email protected]'
2020
spec.homepage = 'https://github.com/ruby-processing/toxiclibs'

0 commit comments

Comments
 (0)