From ee02b0f812293322c5b8a498a252db9f7844df2a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Wed, 2 Feb 2022 21:41:02 +0100
Subject: [PATCH] better message

---
 api/GenApi.py | 10 +++++-----
 api/gmsh.h    |  2 +-
 api/gmsh.jl   |  2 +-
 api/gmsh.py   |  2 +-
 api/gmshc.h   |  2 +-
 api/gmshf.h   |  2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/api/GenApi.py b/api/GenApi.py
index 7bafee5574..ae3b882e1c 100644
--- a/api/GenApi.py
+++ b/api/GenApi.py
@@ -883,7 +883,7 @@ cpp_header = """// {0}
 
 // This file defines the {3} C++ API (v{4}.{5}.{6}).
 //
-// Do not edit it directly: it is automatically generated by `api/gen.py'.
+// Do not edit this file directly: it is automatically generated by `api/gen.py'.
 //
 // By design, the {3} C++ API is purely functional, and only uses elementary
 // types from the C++ standard library. See `tutorials/c++' and `examples/api'
@@ -943,7 +943,7 @@ c_header = """/*
 /*
  * This file defines the {3} C API (v{4}.{5}.{6}).
  *
- * Do not edit it directly: it is automatically generated by `api/gen.py'.
+ * Do not edit this file directly: it is automatically generated by `api/gen.py'.
  *
  * By design, the {3} C API is purely functional, and only uses elementary
  * C types. See `tutorials/c' and `examples/api' for tutorials and examples.
@@ -1112,7 +1112,7 @@ python_header = """# {0}
 
 # This file defines the {2} Python API (v{3}.{4}.{5}).
 #
-# Do not edit it directly: it is automatically generated by `api/gen.py'.
+# Do not edit this file directly: it is automatically generated by `api/gen.py'.
 #
 # By design, the {2} Python API is purely functional, and only uses elementary
 # Python types (as well as `numpy' arrays if `numpy' is available). See
@@ -1339,7 +1339,7 @@ julia_header = """# {0}
 
 # This file defines the {2} Julia API (v{3}.{4}.{5}).
 #
-# Do not edit it directly: it is automatically generated by `api/gen.py'.
+# Do not edit this file directly: it is automatically generated by `api/gen.py'.
 #
 # By design, the {2} Julia API is purely functional, and only uses elementary
 # Julia types. See `tutorials/julia' and `examples/api' for tutorials and
@@ -1361,7 +1361,7 @@ c
 c
 c  This file defines the {3} Fortran API (v{4}.{5}.{6}).
 c
-c  Do not edit it directly: it is automatically generated by `api/gen.py'.
+c  Do not edit this file directly: it is automatically generated by `api/gen.py'.
 c
 c  By design, the {3} Fortran API is purely functional, and only uses elementary
 c  Fortran types. See `tutorials/fortran' and `examples/api' for tutorials and
diff --git a/api/gmsh.h b/api/gmsh.h
index 240cd79a6e..a6131038ec 100644
--- a/api/gmsh.h
+++ b/api/gmsh.h
@@ -8,7 +8,7 @@
 
 // This file defines the Gmsh C++ API (v4.9.4).
 //
-// Do not edit it directly: it is automatically generated by `api/gen.py'.
+// Do not edit this file directly: it is automatically generated by `api/gen.py'.
 //
 // By design, the Gmsh C++ API is purely functional, and only uses elementary
 // types from the C++ standard library. See `tutorials/c++' and `examples/api'
diff --git a/api/gmsh.jl b/api/gmsh.jl
index b8d4c6d548..16228d93ae 100644
--- a/api/gmsh.jl
+++ b/api/gmsh.jl
@@ -5,7 +5,7 @@
 
 # This file defines the Gmsh Julia API (v4.9.4).
 #
-# Do not edit it directly: it is automatically generated by `api/gen.py'.
+# Do not edit this file directly: it is automatically generated by `api/gen.py'.
 #
 # By design, the Gmsh Julia API is purely functional, and only uses elementary
 # Julia types. See `tutorials/julia' and `examples/api' for tutorials and
diff --git a/api/gmsh.py b/api/gmsh.py
index 97c0a42e10..e7ceb54c67 100644
--- a/api/gmsh.py
+++ b/api/gmsh.py
@@ -5,7 +5,7 @@
 
 # This file defines the Gmsh Python API (v4.9.4).
 #
-# Do not edit it directly: it is automatically generated by `api/gen.py'.
+# Do not edit this file directly: it is automatically generated by `api/gen.py'.
 #
 # By design, the Gmsh Python API is purely functional, and only uses elementary
 # Python types (as well as `numpy' arrays if `numpy' is available). See
diff --git a/api/gmshc.h b/api/gmshc.h
index 5356e624f3..0a10e094d6 100644
--- a/api/gmshc.h
+++ b/api/gmshc.h
@@ -11,7 +11,7 @@
 /*
  * This file defines the Gmsh C API (v4.9.4).
  *
- * Do not edit it directly: it is automatically generated by `api/gen.py'.
+ * Do not edit this file directly: it is automatically generated by `api/gen.py'.
  *
  * By design, the Gmsh C API is purely functional, and only uses elementary
  * C types. See `tutorials/c' and `examples/api' for tutorials and examples.
diff --git a/api/gmshf.h b/api/gmshf.h
index 4072001d92..6139c366a4 100644
--- a/api/gmshf.h
+++ b/api/gmshf.h
@@ -12,7 +12,7 @@ c
 c
 c  This file defines the Gmsh Fortran API (v4.9.4).
 c
-c  Do not edit it directly: it is automatically generated by `api/gen.py'.
+c  Do not edit this file directly: it is automatically generated by `api/gen.py'.
 c
 c  By design, the Gmsh Fortran API is purely functional, and only uses elementary
 c  Fortran types. See `tutorials/fortran' and `examples/api' for tutorials and
-- 
GitLab