Clarified license
This commit is contained in:
parent
968f47856c
commit
0be9a07930
|
@ -1,5 +1,7 @@
|
||||||
// Font Functions
|
// Font Functions
|
||||||
// Encoding from http://en.wikipedia.org/wiki/ASCII
|
// Encoding from http://en.wikipedia.org/wiki/ASCII
|
||||||
|
// Author: Andrew Plumb
|
||||||
|
// License: LGPL 2.1
|
||||||
|
|
||||||
module outline_2d(outline,points,paths,width=0.1,resolution=8) {
|
module outline_2d(outline,points,paths,width=0.1,resolution=8) {
|
||||||
if(outline && resolution > 4) {
|
if(outline && resolution > 4) {
|
||||||
|
|
Loading…
Reference in a new issue