From ab6012c6b83cceeaf63fe9e09a21ccee9424bb91 Mon Sep 17 00:00:00 2001 From: Elmom Date: Tue, 18 Jan 2011 14:08:27 +0200 Subject: [PATCH] Fixed some copyright disclaimers --- gears.scad | 4 ++++ motors.scad | 2 ++ nuts_and_bolts.scad | 2 ++ 3 files changed, 8 insertions(+) diff --git a/gears.scad b/gears.scad index 9deacb1..2bc5e02 100644 --- a/gears.scad +++ b/gears.scad @@ -1,3 +1,7 @@ +// Copyright 2010 D1plo1d +// LGPL 2.1 + + //test_involute_curve(); //test_gears(); //demo_3d_gears(); diff --git a/motors.scad b/motors.scad index 3438645..8d62f5f 100644 --- a/motors.scad +++ b/motors.scad @@ -1,3 +1,5 @@ +// Copyright 2010 D1plo1d + // This library is dual licensed under the GPL 3.0 and the GNU Lesser General Public License as per http://creativecommons.org/licenses/LGPL/2.1/ . include diff --git a/nuts_and_bolts.scad b/nuts_and_bolts.scad index e680385..8cb2a87 100644 --- a/nuts_and_bolts.scad +++ b/nuts_and_bolts.scad @@ -1,3 +1,5 @@ +// Copyright 2010 D1plo1d + // This library is dual licensed under the GPL 3.0 and the GNU Lesser General Public License as per http://creativecommons.org/licenses/LGPL/2.1/ . //testNutsAndBolts();