From 3671d2139a5ea3bacae4f276aebf0d9e64ddb89e Mon Sep 17 00:00:00 2001 From: traverseda Date: Sat, 16 Feb 2013 13:36:56 -0400 Subject: [PATCH] Added licensing stuff. --- libtriangles.scad | 4 +++- test_libtriangles.scad | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libtriangles.scad b/libtriangles.scad index 40e4876c..d5f207e7 100644 --- a/libtriangles.scad +++ b/libtriangles.scad @@ -1,4 +1,6 @@ -//todo, make library work with negative lengths by adding triangles to the inside of every surface. basicaly copy and paste the current triangles set and reverse the first and last digit of every triangle. In 4 character traingles switcht the middle ones around as well. +//Copyright (C) 2013 Alex Davies +//License: LGPL 2.1 or later +//todo, make library work with negative lengths by adding triangles to the inside of every surface. basicaly copy and paste the current triangles set and reverse the first and last digit of every triangle. In 4 character traingles switcht the middle ones around as well. Not sure if that' actually useful though. module rightpyramid(rightpyramidx, rightpyramidy, rightpyramidz) { polyhedron ( points = [[0,0,0], diff --git a/test_libtriangles.scad b/test_libtriangles.scad index b58ce56d..21b123ce 100644 --- a/test_libtriangles.scad +++ b/test_libtriangles.scad @@ -1,3 +1,5 @@ +//Copyright (C) 2013 Alex Davies +//License: LGPL 2.1 or later use ; //all of these follow the (X,Y,Z) syntax