Resolved the license mess

This commit is contained in:
Elmom 2010-07-25 19:59:17 +03:00
parent 022699112a
commit 0b8c6f4c8d
5 changed files with 10 additions and 4 deletions

2
README
View file

@ -3,7 +3,7 @@ OpenSCAD MCAD Library
This library contains components commonly used in designing and moching up mechanical designs. It is currently unfinished and still undergoing considerable API changes however many things are already working.
This library currently has code licensed under the GPL 3.0 and GPL 2.0, please check the files for compatibility. This is to be remedied somehow soon.
This library is licensed under the GPL 2.0.
Currently Provided Tools:

View file

@ -1,3 +1,5 @@
// License: GPL 2.0
//Todo: placeholder; should generate standard + cusom bearing mounting holes
module bearing_hole(outer_radius, hole=true, mochup=true)
{

View file

@ -1,3 +1,5 @@
// License: GPL 2.0
include <math.scad>

View file

@ -1,3 +1,5 @@
// License: GPL 2.0
//testNutsAndBolts();
module testNutsAndBolts()

View file

@ -1,5 +1,5 @@
// Parametric screw-like things (ball screws, augers)
// It is licensed under the GNU GPL 3.0 license.
// License: GNU GPL 2.0 or later.
// © 2010 by Elmo Mäntynen
include <curves.scad>