Added license

master
Marius Kintel 2015-03-09 12:33:06 -04:00
parent 653e3cb116
commit b23bebe434
1 changed files with 12 additions and 1 deletions

View File

@ -47,4 +47,15 @@ color("MediumSlateBlue")
translate([-0.5,0.5]) square([39,39], center=true);
projection() rotate([0,-90,-90]) GEB();
}
echo(version=version());
// Written in 2015 by Marius Kintel <marius@kintel.net>
//
// To the extent possible under law, the author(s) have dedicated all
// copyright and related and neighboring rights to this software to the
// public domain worldwide. This software is distributed without any
// warranty.
//
// You should have received a copy of the CC0 Public Domain
// Dedication along with this software.
// If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.