From 9461c12b16475f121102b798053fac29fcbdb6aa Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 1 Mar 2003 04:07:05 +0000 Subject: [PATCH] licenSing --- Triangle/README | 2 +- configure | 4 ++-- configure.in | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Triangle/README b/Triangle/README index 3636fd958b..57a72db937 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 9216de0a69..7f0488ca87 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 9f69d1216e..ecd731746b 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 "********************************************************************" -- GitLab