diff options
-rw-r--r-- | COPYING | 8 | ||||
-rw-r--r-- | src/Preferences.cc | 5 | ||||
-rw-r--r-- | src/context.cc | 5 | ||||
-rw-r--r-- | src/control.cc | 5 | ||||
-rw-r--r-- | src/csgops.cc | 5 | ||||
-rw-r--r-- | src/csgterm.cc | 5 | ||||
-rw-r--r-- | src/dxfdata.cc | 5 | ||||
-rw-r--r-- | src/dxfdim.cc | 5 | ||||
-rw-r--r-- | src/dxflinextrude.cc | 5 | ||||
-rw-r--r-- | src/dxfrotextrude.cc | 5 | ||||
-rw-r--r-- | src/dxftess.cc | 5 | ||||
-rw-r--r-- | src/export.cc | 5 | ||||
-rw-r--r-- | src/expr.cc | 5 | ||||
-rw-r--r-- | src/func.cc | 5 | ||||
-rw-r--r-- | src/glview.cc | 5 | ||||
-rw-r--r-- | src/highlighter.cc | 5 | ||||
-rw-r--r-- | src/import.cc | 5 | ||||
-rw-r--r-- | src/lexer.l | 5 | ||||
-rw-r--r-- | src/mainwin.cc | 5 | ||||
-rw-r--r-- | src/module.cc | 5 | ||||
-rw-r--r-- | src/nef2dxf.cc | 5 | ||||
-rw-r--r-- | src/node.cc | 5 | ||||
-rw-r--r-- | src/openscad.cc | 5 | ||||
-rw-r--r-- | src/openscad.h | 5 | ||||
-rw-r--r-- | src/parser.y | 5 | ||||
-rw-r--r-- | src/polyset.cc | 5 | ||||
-rw-r--r-- | src/primitives.cc | 5 | ||||
-rw-r--r-- | src/projection.cc | 5 | ||||
-rw-r--r-- | src/render.cc | 5 | ||||
-rw-r--r-- | src/surface.cc | 5 | ||||
-rw-r--r-- | src/transform.cc | 5 | ||||
-rw-r--r-- | src/value.cc | 5 |
32 files changed, 163 insertions, 0 deletions
@@ -1,3 +1,11 @@ + +********************************************************************* + As a special exception, you have permission to link this program + with the CGAL library and distribute executables, as long as you + follow the requirements of the GNU GPL in regard to all of the + software in the executable aside from CGAL. +********************************************************************* + GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff --git a/src/Preferences.cc b/src/Preferences.cc index cfc2bdb..236a73c 100644 --- a/src/Preferences.cc +++ b/src/Preferences.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/context.cc b/src/context.cc index 961c107..0080e50 100644 --- a/src/context.cc +++ b/src/context.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/control.cc b/src/control.cc index f1f53da..d0b96a1 100644 --- a/src/control.cc +++ b/src/control.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/csgops.cc b/src/csgops.cc index a4780a1..f8f8995 100644 --- a/src/csgops.cc +++ b/src/csgops.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/csgterm.cc b/src/csgterm.cc index bc22511..942aba6 100644 --- a/src/csgterm.cc +++ b/src/csgterm.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/dxfdata.cc b/src/dxfdata.cc index 9d6107a..dc3e8a1 100644 --- a/src/dxfdata.cc +++ b/src/dxfdata.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/dxfdim.cc b/src/dxfdim.cc index 5741df3..4b0cb59 100644 --- a/src/dxfdim.cc +++ b/src/dxfdim.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/dxflinextrude.cc b/src/dxflinextrude.cc index 94b6904..0542493 100644 --- a/src/dxflinextrude.cc +++ b/src/dxflinextrude.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/dxfrotextrude.cc b/src/dxfrotextrude.cc index ae32a67..ae43f53 100644 --- a/src/dxfrotextrude.cc +++ b/src/dxfrotextrude.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/dxftess.cc b/src/dxftess.cc index 4b22d7f..c51fb9c 100644 --- a/src/dxftess.cc +++ b/src/dxftess.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/export.cc b/src/export.cc index 840525c..2469947 100644 --- a/src/export.cc +++ b/src/export.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/expr.cc b/src/expr.cc index 860cb96..35fc776 100644 --- a/src/expr.cc +++ b/src/expr.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/func.cc b/src/func.cc index 2833448..76be588 100644 --- a/src/func.cc +++ b/src/func.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/glview.cc b/src/glview.cc index a6db48f..dc42a7f 100644 --- a/src/glview.cc +++ b/src/glview.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/highlighter.cc b/src/highlighter.cc index 5a9f7b1..d5f729d 100644 --- a/src/highlighter.cc +++ b/src/highlighter.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/import.cc b/src/import.cc index 4fe6c09..f346407 100644 --- a/src/import.cc +++ b/src/import.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/lexer.l b/src/lexer.l index 2130948..5820107 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/mainwin.cc b/src/mainwin.cc index 58c539d..9ee4d9d 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/module.cc b/src/module.cc index f2c6e94..51d191e 100644 --- a/src/module.cc +++ b/src/module.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/nef2dxf.cc b/src/nef2dxf.cc index 6b60536..5df8a45 100644 --- a/src/nef2dxf.cc +++ b/src/nef2dxf.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/node.cc b/src/node.cc index e969be2..e4d1477 100644 --- a/src/node.cc +++ b/src/node.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/openscad.cc b/src/openscad.cc index 3939040..0974a11 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/openscad.h b/src/openscad.h index 25480bb..e256433 100644 --- a/src/openscad.h +++ b/src/openscad.h @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/parser.y b/src/parser.y index 8d986fe..7bee0c1 100644 --- a/src/parser.y +++ b/src/parser.y @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/polyset.cc b/src/polyset.cc index 6ddc737..0285b95 100644 --- a/src/polyset.cc +++ b/src/polyset.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/primitives.cc b/src/primitives.cc index 522fc62..14ecea6 100644 --- a/src/primitives.cc +++ b/src/primitives.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/projection.cc b/src/projection.cc index 2d08cff..77b7bf9 100644 --- a/src/projection.cc +++ b/src/projection.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/render.cc b/src/render.cc index 5d73575..27a9aa5 100644 --- a/src/render.cc +++ b/src/render.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/surface.cc b/src/surface.cc index 2a3b4b5..b2abbed 100644 --- a/src/surface.cc +++ b/src/surface.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/transform.cc b/src/transform.cc index 3ffc2a6..27a31ce 100644 --- a/src/transform.cc +++ b/src/transform.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/src/value.cc b/src/value.cc index 3aae9e5..98fbf36 100644 --- a/src/value.cc +++ b/src/value.cc @@ -7,6 +7,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * + * As a special exception, you have permission to link this program + * with the CGAL library and distribute executables, as long as you + * follow the requirements of the GNU GPL in regard to all of the + * software in the executable aside from CGAL. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |