From 6bb876494a72ab9e97e1ff7401323f64807639eb Mon Sep 17 00:00:00 2001 From: Bert Timmerman Date: Wed, 17 Nov 2010 20:58:03 +0100 Subject: [PATCH 1/1] Correction of a copy-paste leftover in the OpenSCAD 3D-model file license. --- src/hid/openscad/openscad.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hid/openscad/openscad.c b/src/hid/openscad/openscad.c index 7efe64f..aee8137 100644 --- a/src/hid/openscad/openscad.c +++ b/src/hid/openscad/openscad.c @@ -344,9 +344,9 @@ openscad_print (void) fprintf (fp, " * License, or (at your option) any later version.\n"); fprintf (fp, " * As a special exception, if you create a design which uses this\n"); fprintf (fp, " * OpenSCAD 3D-model, and embed this 3D-model file or unaltered portions\n"); - fprintf (fp, " * of this OpenSCAD 3D-model into the design, this footprint does not by\n"); - fprintf (fp, " * itself cause the resulting design to be covered by the GNU General\n"); - fprintf (fp, " * Public License.\n"); + fprintf (fp, " * of this OpenSCAD 3D-model into the design, this OpenSCAD 3D-model does\n"); + fprintf (fp, " * not by itself cause the resulting design to be covered by the GNU\n"); + fprintf (fp, " * General Public License.\n"); fprintf (fp, " * This exception does not however invalidate any other reasons why\n"); fprintf (fp, " * the design itself might be covered by the GNU General Public\n"); fprintf (fp, " * License.\n"); -- 1.7.2.1