diff --git a/Triangle/README b/Triangle/README index 3636fd958b9e08fb212447e51a46df5100d5c629..57a72db93763d695b0cff71a8b3cc276676f1c80 100644 --- a/Triangle/README +++ b/Triangle/README @@ -5,7 +5,7 @@ author's web site at http://www.cs.cmu.edu/~quake/triangle.html, unpack the archive and copy the two files 'triangle.c' and 'triangle.h' in this directory. Then run configure and rebuild Gmsh. -Please note that by doing so, you agree to Triangle's licencing +Please note that by doing so, you agree to Triangle's licensing requirements (stated below). Most notably, you can only redistribute Gmsh if no compensation is received. diff --git a/configure b/configure index 9216de0a69604c1a7d9d95a50175f4bbf95f139d..7f0488ca8746b170e9b5f4ddf5b56b0ca725c188 100755 --- a/configure +++ b/configure @@ -2944,7 +2944,7 @@ if test "x${TRIANGLE}" = "xyes"; then echo "********************************************************************" echo "You are building a version of Gmsh that contains Jonathan" echo "Shewchuk's Triangle as an alternative isotropic 2D mesh generator." - echo "Please note that by doing so, you agree to Triangle's licencing" + echo "Please note that by doing so, you agree to Triangle's licensing" echo "requirements stated in ./Triangle/README. (Most notably, you can" echo "only redistribute Gmsh if no compensation is received.)" echo "To disable Triangle, run configure again with the --disable-triangle" @@ -2960,7 +2960,7 @@ else echo "unpack the archive and copy the two files 'triangle.c' and" echo "'triangle.h' in the ./Triangle subdirectory. Then run ./configure" echo "again." - echo "Please note that by doing so, you agree to Triangle's licencing" + echo "Please note that by doing so, you agree to Triangle's licensing" echo "requirements stated in ./Triangle/README. (Most notably, you may" echo "then only redistribute Gmsh if no compensation is received.)" echo "********************************************************************" diff --git a/configure.in b/configure.in index 9f69d1216e7ffdcbecafa7abd18e97fd733ec283..ecd731746b4b88935b1cef06a98ddc4018e2b539 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl "$Id: configure.in,v 1.28 2003-02-28 17:54:27 geuzaine Exp $" +dnl "$Id: configure.in,v 1.29 2003-03-01 04:07:04 geuzaine Exp $" dnl dnl Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle dnl @@ -149,7 +149,7 @@ if test "x${TRIANGLE}" = "xyes"; then echo "********************************************************************" echo "You are building a version of Gmsh that contains Jonathan" echo "Shewchuk's Triangle as an alternative isotropic 2D mesh generator." - echo "Please note that by doing so, you agree to Triangle's licencing" + echo "Please note that by doing so, you agree to Triangle's licensing" echo "requirements stated in ./Triangle/README. (Most notably, you can" echo "only redistribute Gmsh if no compensation is received.)" echo "To disable Triangle, run configure again with the --disable-triangle" @@ -165,7 +165,7 @@ else echo "unpack the archive and copy the two files 'triangle.c' and" echo "'triangle.h' in the ./Triangle subdirectory. Then run ./configure" echo "again." - echo "Please note that by doing so, you agree to Triangle's licencing" + echo "Please note that by doing so, you agree to Triangle's licensing" echo "requirements stated in ./Triangle/README. (Most notably, you may" echo "then only redistribute Gmsh if no compensation is received.)" echo "********************************************************************"