From 96c83f55c2143026ddc724b6c5d1905af9b8ed9b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 29 Oct 2003 20:31:40 +0000
Subject: [PATCH] better wording

---
 utils/commercial/License.cpp | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/utils/commercial/License.cpp b/utils/commercial/License.cpp
index 5b8a2bbcb5..3fc59f6e7a 100644
--- a/utils/commercial/License.cpp
+++ b/utils/commercial/License.cpp
@@ -1,4 +1,4 @@
-// $Id: License.cpp,v 1.2 2003-10-29 20:26:15 geuzaine Exp $
+// $Id: License.cpp,v 1.3 2003-10-29 20:31:40 geuzaine Exp $
 //
 // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 //
@@ -8,7 +8,6 @@
 
 void print_license(void)
 {
-  Msg(DIRECT, "The precise conditions of the license for this version of");
-  Msg(DIRECT, "Gmsh can be found in the 'doc/COPYING' file that accompanies");
-  Msg(DIRECT, "the source code.");
+  Msg(DIRECT, "The precise licensing conditions for this version of Gmsh can be");
+  Msg(DIRECT, "found in the 'doc/COPYING' file that accompanies the source code.");
 }
-- 
GitLab