Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
9461c12b
Commit
9461c12b
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
licenSing
parent
fc467ce1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Triangle/README
+1
-1
1 addition, 1 deletion
Triangle/README
configure
+2
-2
2 additions, 2 deletions
configure
configure.in
+3
-3
3 additions, 3 deletions
configure.in
with
6 additions
and
6 deletions
Triangle/README
+
1
−
1
View file @
9461c12b
...
...
@@ -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 licen
c
ing
Please note that by doing so, you agree to Triangle's licen
s
ing
requirements (stated below). Most notably, you can only redistribute
Gmsh if no compensation is received.
...
...
This diff is collapsed.
Click to expand it.
configure
+
2
−
2
View file @
9461c12b
...
...
@@ -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 licen
c
ing"
echo
"Please note that by doing so, you agree to Triangle's licen
s
ing"
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 licen
c
ing"
echo
"Please note that by doing so, you agree to Triangle's licen
s
ing"
echo
"requirements stated in ./Triangle/README. (Most notably, you may"
echo
"then only redistribute Gmsh if no compensation is received.)"
echo
"********************************************************************"
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
3
−
3
View file @
9461c12b
dnl "$Id: configure.in,v 1.2
8
2003-0
2-28 17:54:27
geuzaine Exp $"
dnl "$Id: configure.in,v 1.2
9
2003-0
3-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 licen
c
ing"
echo "Please note that by doing so, you agree to Triangle's licen
s
ing"
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 licen
c
ing"
echo "Please note that by doing so, you agree to Triangle's licen
s
ing"
echo "requirements stated in ./Triangle/README. (Most notably, you may"
echo "then only redistribute Gmsh if no compensation is received.)"
echo "********************************************************************"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment