diff --git a/Box/Main.cpp b/Box/Main.cpp index 3b35ca11a1df13550393ac590c30c0c98f10f71b..4cacd9456964693793e76ced989718fe239ef64c 100644 --- a/Box/Main.cpp +++ b/Box/Main.cpp @@ -1,4 +1,4 @@ -// $Id: Main.cpp,v 1.20 2002-05-18 09:28:12 geuzaine Exp $ +// $Id: Main.cpp,v 1.21 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <signal.h> #if !defined(WIN32) || defined(__CYGWIN__) diff --git a/Common/ColorTable.cpp b/Common/ColorTable.cpp index 0c8dce3f2baaeabc3deeda970500b36c860bea00..c259027a3e563dcccb5ff9d994596f797ff28087 100644 --- a/Common/ColorTable.cpp +++ b/Common/ColorTable.cpp @@ -1,4 +1,4 @@ -// $Id: ColorTable.cpp,v 1.10 2002-05-18 07:56:47 geuzaine Exp $ +// $Id: ColorTable.cpp,v 1.11 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // These routines are loosely based on code from the Vis5d program for // visualizing five dimensional gridded data sets Copyright (C) 1990 - diff --git a/Common/ColorTable.h b/Common/ColorTable.h index 123891a79e38e251d3acf7d669eae4be3534f119..4f94c0683fb49c0b797a2e64998b150a0453c293 100644 --- a/Common/ColorTable.h +++ b/Common/ColorTable.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #define COLORTABLE_NBMAX_PARAM 10 #define COLORTABLE_NBMAX_COLOR 255 diff --git a/Common/Colors.h b/Common/Colors.h index dc5d66498f6c050de75e2716efdef3ff3f470b97..9e05a5fd1fe9ac050f0c41407ebcb5de67c8d720 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Context.h" diff --git a/Common/Context.cpp b/Common/Context.cpp index 62d5c53a58a22b6b5affdf1b3dfdf425aafb8887..d7dcbc2c6bfe457d7395d4bf3d63c0b71cb4e507 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,4 +1,4 @@ -// $Id: Context.cpp,v 1.44 2002-05-18 09:16:52 geuzaine Exp $ +// $Id: Context.cpp,v 1.45 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Common/Context.h b/Common/Context.h index 29b0a26265f9213372fc4ec8838c1efe3375c25a..ff804ba1559658fb4beda661b91d934ba7f8cc3b 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "List.h" diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 32912bf6eab24691e4b85bc35e54afd3e6588f61..679944026e5022a2bccdda0ba14dad2474c3be5a 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // PLEASE RESPECT THE ALPHABETICAL ORDER WHEN diff --git a/Common/GetOptions.cpp b/Common/GetOptions.cpp index ef3242fe3630d255e25143d7fc262648ef84a01f..7a0ae962c31e3a50e36720ce221e938dde3bd42e 100644 --- a/Common/GetOptions.cpp +++ b/Common/GetOptions.cpp @@ -1,4 +1,4 @@ -// $Id: GetOptions.cpp,v 1.49 2002-05-18 07:56:47 geuzaine Exp $ +// $Id: GetOptions.cpp,v 1.50 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <unistd.h> #include "Gmsh.h" diff --git a/Common/GetOptions.h b/Common/GetOptions.h index 4e5f02f138478ae637a1d4d757d3256cbbad3ccc..da2e210ea38b9e460d66ebe8f89f6ac2705bc711 100644 --- a/Common/GetOptions.h +++ b/Common/GetOptions.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". extern char gmsh_progname[], gmsh_copyright[], gmsh_version[], gmsh_os[]; extern char gmsh_date[], gmsh_host[], gmsh_packager[], gmsh_url[]; diff --git a/Common/Gmsh.h b/Common/Gmsh.h index b238990f8f47a2c97e67d22d0319e058605cecc7..8554ad24550972bbdd6d8d9c6a2d8b0a25fab92f 100644 --- a/Common/Gmsh.h +++ b/Common/Gmsh.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #undef bool #define bool int diff --git a/Common/GmshUI.h b/Common/GmshUI.h index a6c7f6d083e67720615f4e2def6c83e360bfe7e6..87f4ddf74510d327b44c5e62e0a425a5e3f0411a 100644 --- a/Common/GmshUI.h +++ b/Common/GmshUI.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #ifdef WIN32 #include <windows.h> diff --git a/Common/Message.h b/Common/Message.h index 850d781aa18b0729a1e38d209c9d0653b60be000..70cc9fbfc51547c6af21710f1ee851bdaa4e7c96 100644 --- a/Common/Message.h +++ b/Common/Message.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdarg.h> diff --git a/Common/Options.cpp b/Common/Options.cpp index 29b9bdc4d8bc68d7ba5ca22437205bc3468a219f..742be391217fa3d34550c4ec194736f4baf8930c 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,4 +1,4 @@ -// $Id: Options.cpp,v 1.79 2002-05-18 07:56:47 geuzaine Exp $ +// $Id: Options.cpp,v 1.80 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Common/Options.h b/Common/Options.h index ccd8fe051813b3d56f8b1862845860005ec7bb0c..9d27677859b6a80e0f7d99e7be50d1d88df4b0d7 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #define GMSH_SET (1<<0) #define GMSH_GET (1<<1) diff --git a/Common/Timer.cpp b/Common/Timer.cpp index 1be8102d39f9f9c4a4efb25e75636289ceec3039..da07ddef5869b0de1e2d8c3e4d909dfdab4a70a1 100644 --- a/Common/Timer.cpp +++ b/Common/Timer.cpp @@ -1,4 +1,4 @@ -// $Id: Timer.cpp,v 1.6 2002-05-18 07:56:47 geuzaine Exp $ +// $Id: Timer.cpp,v 1.7 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #if defined(WIN32) && !defined(__CYGWIN__) diff --git a/Common/Timer.h b/Common/Timer.h index f82cebbbe43f393f19d2410679e82e48c8cb53f3..b3521eed60e5de06b27977359ccb86978da06d77 100644 --- a/Common/Timer.h +++ b/Common/Timer.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". long GetTime(); diff --git a/Common/Views.cpp b/Common/Views.cpp index a5c0bf852767c79f4167274653fcd5e71756a6c5..bc574e1b7fcc19896e563fc0be9122395b9c2ba4 100644 --- a/Common/Views.cpp +++ b/Common/Views.cpp @@ -1,4 +1,4 @@ -// $Id: Views.cpp,v 1.69 2002-05-18 09:14:33 geuzaine Exp $ +// $Id: Views.cpp,v 1.70 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <set> #include "Gmsh.h" diff --git a/Common/Views.h b/Common/Views.h index 24583b48db42b2d4c7148f44fe23df9ee57f9de9..1cd517cfaaf7d26a15aff1f24045a1e93bdf2954 100644 --- a/Common/Views.h +++ b/Common/Views.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "ColorTable.h" diff --git a/DataStr/List.cpp b/DataStr/List.cpp index a76b5931bcf44b4b0636499ecf3c6aebca4389f1..f7420a05ed2a90bb5cd984884ae96bb6c351ac6d 100644 --- a/DataStr/List.cpp +++ b/DataStr/List.cpp @@ -1,4 +1,4 @@ -// $Id: List.cpp,v 1.21 2002-05-18 07:56:47 geuzaine Exp $ +// $Id: List.cpp,v 1.22 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdlib.h> #include <stdio.h> diff --git a/DataStr/List.h b/DataStr/List.h index 76763b7b3a9bfefe1e5d8aba642edd07922a786c..7d8e33c047785d1c0aa164304bb9c2ecb33bff16 100644 --- a/DataStr/List.h +++ b/DataStr/List.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdio.h> diff --git a/DataStr/Malloc.cpp b/DataStr/Malloc.cpp index e8ee8e371b41fd515171e98c7afe0aaa630a54a0..f073042dd2190e7e7d1f89cdf158a60e61c69f2e 100644 --- a/DataStr/Malloc.cpp +++ b/DataStr/Malloc.cpp @@ -1,4 +1,4 @@ -// $Id: Malloc.cpp,v 1.11 2002-05-18 07:56:47 geuzaine Exp $ +// $Id: Malloc.cpp,v 1.12 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdio.h> #include <stdlib.h> diff --git a/DataStr/Malloc.h b/DataStr/Malloc.h index 828f093865e0c6f2b16b6422e1d7c4f02c827df5..f2e70b69ae98275c3b85831e5a300875e286aa6c 100644 --- a/DataStr/Malloc.h +++ b/DataStr/Malloc.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". void *Malloc(size_t size); void *Calloc(size_t num, size_t size); diff --git a/DataStr/Tools.cpp b/DataStr/Tools.cpp index 833d22cb4638b20188c10bc488a957c67fa8912b..de4ec1a2a5a9e640aa8c1bb53db42b31f7a23e56 100644 --- a/DataStr/Tools.cpp +++ b/DataStr/Tools.cpp @@ -1,4 +1,4 @@ -// $Id: Tools.cpp,v 1.6 2002-05-18 07:56:47 geuzaine Exp $ +// $Id: Tools.cpp,v 1.7 2002-05-20 18:28:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdlib.h> #include <math.h> diff --git a/DataStr/Tools.h b/DataStr/Tools.h index 9edeceb55ff3c73bb3e36186669de059997304f5..1c5455a01092108d7225e604923a146074073b88 100644 --- a/DataStr/Tools.h +++ b/DataStr/Tools.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "List.h" #include "Tree.h" diff --git a/DataStr/Tree.cpp b/DataStr/Tree.cpp index 30d4396efa0b253bb8aacacba7852f0be1ce270e..c6d24fcbd8510788f073f0998398235aba9f679b 100644 --- a/DataStr/Tree.cpp +++ b/DataStr/Tree.cpp @@ -1,4 +1,4 @@ -// $Id: Tree.cpp,v 1.10 2002-05-18 07:56:47 geuzaine Exp $ +// $Id: Tree.cpp,v 1.11 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdlib.h> #include <string.h> diff --git a/DataStr/Tree.h b/DataStr/Tree.h index 9eb2a72733e184e3a26c931bfd7daa6509abb8ad..3433edbb7286c822a003e1eb34961656bb7fe0b7 100644 --- a/DataStr/Tree.h +++ b/DataStr/Tree.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "avl.h" diff --git a/Fltk/Bitmaps.h b/Fltk/Bitmaps.h index 8e8aa3a6073412460cbaaa9121d071e844880f8b..db029dab420b9f1dd0b080af8ee804604abd8c4a 100644 --- a/Fltk/Bitmaps.h +++ b/Fltk/Bitmaps.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // Standard Gmsh Unix icon diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp index e7caa48225bd1dc636f29136a16a2f814ffb5070..1e0118a0da25b8fce463c44b0f603e1d27831c69 100644 --- a/Fltk/Callbacks.cpp +++ b/Fltk/Callbacks.cpp @@ -1,4 +1,4 @@ -// $Id: Callbacks.cpp,v 1.126 2002-05-19 07:30:40 geuzaine Exp $ +// $Id: Callbacks.cpp,v 1.127 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <sys/types.h> #include <signal.h> diff --git a/Fltk/Callbacks.h b/Fltk/Callbacks.h index f8e152c606ff19246378ea4b1465459d962ac6a5..b1a1e9a5af868139612cdb048d2e45e5408d55ab 100644 --- a/Fltk/Callbacks.h +++ b/Fltk/Callbacks.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #define CALLBACK_ARGS Fl_Widget* w, void* data diff --git a/Fltk/Colorbar_Window.cpp b/Fltk/Colorbar_Window.cpp index 30360e7e5ecb44bfe36f292e0544118991eae709..15ca1c2be364f2ed176587d683de4c39e48f25c5 100644 --- a/Fltk/Colorbar_Window.cpp +++ b/Fltk/Colorbar_Window.cpp @@ -1,4 +1,4 @@ -// $Id: Colorbar_Window.cpp,v 1.24 2002-05-18 23:07:42 geuzaine Exp $ +// $Id: Colorbar_Window.cpp,v 1.25 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // This code is the rewriting (in C++, for fltk) of the colorbar // widget provided in the Vis5d program for visualizing five diff --git a/Fltk/Colorbar_Window.h b/Fltk/Colorbar_Window.h index 221fb2fd6fa76fc25f77573a775cb10bd39e4f5f..c95bc9a4bb24e47b47dea56ae2008ab6d9bba966 100644 --- a/Fltk/Colorbar_Window.h +++ b/Fltk/Colorbar_Window.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "ColorTable.h" diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index b12e2a4d6b1bee5ccf35889bc58bcdd28afbd7b3..df7eea27911837c701a26c05453f412359d41ab0 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.176 2002-05-19 08:31:13 geuzaine Exp $ +// $Id: GUI.cpp,v 1.177 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // To make the interface as visually consistent as possible, please: // - use the IW, BB, BH, BW and WB values diff --git a/Fltk/GUI.h b/Fltk/GUI.h index 2f4f574ba2c4fb26e586bc43192d0b84d9582263..d47a6c709d5bd680fdd5c870cea7c22c934185b1 100644 --- a/Fltk/GUI.h +++ b/Fltk/GUI.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <FL/Fl_Window.H> #include <FL/Fl_Box.H> diff --git a/Fltk/GmshServer.cpp b/Fltk/GmshServer.cpp index 62487524284878c63d90b1fccff408950bd0264d..e2723cbf90a98cb70a28b676871ab257893403ef 100644 --- a/Fltk/GmshServer.cpp +++ b/Fltk/GmshServer.cpp @@ -1,4 +1,4 @@ -/* $Id: GmshServer.cpp,v 1.6 2002-05-18 07:56:48 geuzaine Exp $ */ +/* $Id: GmshServer.cpp,v 1.7 2002-05-20 18:28:25 geuzaine Exp $ */ /* Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle @@ -14,7 +14,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. + + Please report all bugs and problems to "gmsh@geuz.org". */ #include <stdio.h> diff --git a/Fltk/GmshServer.h b/Fltk/GmshServer.h index 9732f85b7b31eb763859f2d5f9233346f2850666..b4364f4dd9743edd6d32bfb880f2657ce11f58a2 100644 --- a/Fltk/GmshServer.h +++ b/Fltk/GmshServer.h @@ -16,7 +16,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. + + Please report all bugs and problems to "gmsh@geuz.org". */ int Gmsh_StartClient(char *command, char *sockname); diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index 26db32f44efca0357c9ed6d1f2a11ddd7e0d5e6f..216910dd50874bf94231677f3376638ab32c21bc 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,4 +1,4 @@ -// $Id: Main.cpp,v 1.38 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Main.cpp,v 1.39 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <signal.h> #include <time.h> diff --git a/Fltk/Message.cpp b/Fltk/Message.cpp index b8eeb553dcad15bb2d9b016c6afef533a4c46d84..909b53fd58da41a66fb0db686b4b1de03a5510eb 100644 --- a/Fltk/Message.cpp +++ b/Fltk/Message.cpp @@ -1,4 +1,4 @@ -// $Id: Message.cpp,v 1.27 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Message.cpp,v 1.28 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <unistd.h> #include <signal.h> diff --git a/Fltk/Opengl.cpp b/Fltk/Opengl.cpp index 3d7115c783e4f9b832ac732f81517354f4a61358..4ce0745f9a04cce2ce8edbc39e83b1785a5edd88 100644 --- a/Fltk/Opengl.cpp +++ b/Fltk/Opengl.cpp @@ -1,4 +1,4 @@ -// $Id: Opengl.cpp,v 1.28 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Opengl.cpp,v 1.29 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Fltk/Opengl_Window.cpp b/Fltk/Opengl_Window.cpp index 1c0c7dd32a8ca571f661336d25f01f4835dbdb7f..ed8489bb75d981928d81078a7cd38094c2c4c578 100644 --- a/Fltk/Opengl_Window.cpp +++ b/Fltk/Opengl_Window.cpp @@ -1,4 +1,4 @@ -// $Id: Opengl_Window.cpp,v 1.25 2002-05-19 19:31:07 geuzaine Exp $ +// $Id: Opengl_Window.cpp,v 1.26 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Fltk/Opengl_Window.h b/Fltk/Opengl_Window.h index 4803f56af195ec2a32502261f7efe7e2c62519d2..5bfd2eb7d0629b4bc9a93fcdb818c2ae6b2eee75 100644 --- a/Fltk/Opengl_Window.h +++ b/Fltk/Opengl_Window.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". class Opengl_Window : public Fl_Gl_Window { void draw(); diff --git a/Fltk/Solvers.cpp b/Fltk/Solvers.cpp index ff55f0adbb856e35223a2c3568720437ad877182..54fca04aa9f74330a4b946278ad1f1d2b1c8a110 100644 --- a/Fltk/Solvers.cpp +++ b/Fltk/Solvers.cpp @@ -1,4 +1,4 @@ -// $Id: Solvers.cpp,v 1.12 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Solvers.cpp,v 1.13 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshClient.h" diff --git a/Fltk/Solvers.h b/Fltk/Solvers.h index 57df4dfe82c5848b6186e2b4433bd3b8c08aebfd..2ba095e48310d3edd8914cb100228567e4c247e6 100644 --- a/Fltk/Solvers.h +++ b/Fltk/Solvers.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #define MAXSOLVERS 5 diff --git a/Geo/CAD.cpp b/Geo/CAD.cpp index 12f2d3c8371b76da2e0dc08603604be01a610d96..d0615112ddc5243e8c6af1f8bf6a9a2cf861b674 100644 --- a/Geo/CAD.cpp +++ b/Geo/CAD.cpp @@ -1,4 +1,4 @@ -// $Id: CAD.cpp,v 1.51 2002-05-18 21:35:10 geuzaine Exp $ +// $Id: CAD.cpp,v 1.52 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Geo/CAD.h b/Geo/CAD.h index 1fe9d3771b6aac7a3a731a92c069ee99c673b8a3..181785d36a249155e0886f6ee33dc3c4874dfaad 100644 --- a/Geo/CAD.h +++ b/Geo/CAD.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Mesh.h" diff --git a/Geo/DataBase.cpp b/Geo/DataBase.cpp index 5cc25a15d2288c5d856f69aba4b25b0215b8a685..6a9b30645083539a5960731412387e6ddc97d416 100644 --- a/Geo/DataBase.cpp +++ b/Geo/DataBase.cpp @@ -1,4 +1,4 @@ -// $Id: DataBase.cpp,v 1.20 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: DataBase.cpp,v 1.21 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Geo/DataBase.h b/Geo/DataBase.h index f067023b18b630146835bf252d8e16a7d44e5a23..b1c77f0f00457f092e65d6999eb91be86cc56c25 100644 --- a/Geo/DataBase.h +++ b/Geo/DataBase.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". void Cdbpts101 (int ip, double x, double y, double z, double l, double w); void Cdbpts105 (int ip, double x, double y, double z, double l, double w); diff --git a/Geo/ExtrudeParams.cpp b/Geo/ExtrudeParams.cpp index 61f2a645d8c63e5ca27d636a027bb1d5f90a85cb..43f56b95c1a1cd7c88b206abcf5923e7e1082cc8 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,4 +1,4 @@ -// $Id: ExtrudeParams.cpp,v 1.9 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: ExtrudeParams.cpp,v 1.10 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Geo.h" diff --git a/Geo/ExtrudeParams.h b/Geo/ExtrudeParams.h index 6c969a8a83a61ea1901c50a629b9094528691aab..e8ef213d43d2b2223ff99132912b8e9a08361933 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // geo.Mode #define EXTRUDED_ENTITY 1 diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index 43144bfba8671f0620d15ca97cf444a8494d50ca..ae1be7bb78661a5fdac48211e5df418c82c7c87d 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,4 +1,4 @@ -// $Id: Geo.cpp,v 1.27 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Geo.cpp,v 1.28 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Geo/Geo.h b/Geo/Geo.h index 72cc7b4fc91690e840a5c54b42b2fda75732dd75..eee0a9fa33ce67d558a3857ceb40de3e12140e52 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #define ELEMENTARY 1 #define PHYSICAL 2 diff --git a/Geo/MinMax.cpp b/Geo/MinMax.cpp index e95b273ddb6a05fdd93f18127be6fdf436f47706..90051912796dc0ccb60a511dc21980e07b29c362 100644 --- a/Geo/MinMax.cpp +++ b/Geo/MinMax.cpp @@ -1,4 +1,4 @@ -// $Id: MinMax.cpp,v 1.8 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: MinMax.cpp,v 1.9 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Geo/MinMax.h b/Geo/MinMax.h index 8253f7dedf299e50f373ea745ee748a5ee2e5561..a5235135ec4dff4738386aa3634189f4f7bb5ef6 100644 --- a/Geo/MinMax.h +++ b/Geo/MinMax.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". void CalculateMinMax (Tree_T *t, double *bbox); diff --git a/Geo/Print_Geo.cpp b/Geo/Print_Geo.cpp index e8afd5358e9d4d4dbcd2988c7014b644b98c476a..aa607b1b2841d9d9d6205c83f0a1c72bf6067ac5 100644 --- a/Geo/Print_Geo.cpp +++ b/Geo/Print_Geo.cpp @@ -1,4 +1,4 @@ -// $Id: Print_Geo.cpp,v 1.26 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Print_Geo.cpp,v 1.27 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Geo.h" diff --git a/Geo/StepGeomDatabase.cpp b/Geo/StepGeomDatabase.cpp index 8f18769a535328d5bcd5a12aa12908e372d9fe7b..aefdd92aff820fa14e72f37e8725edad3eb7db9b 100644 --- a/Geo/StepGeomDatabase.cpp +++ b/Geo/StepGeomDatabase.cpp @@ -1,4 +1,4 @@ -// $Id: StepGeomDatabase.cpp,v 1.9 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: StepGeomDatabase.cpp,v 1.10 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Geo/StepGeomDatabase.h b/Geo/StepGeomDatabase.h index d97061fb5faf4fd14757ccd01e6fa4ed8f376288..681821850837f06f0569d00af49fbc6af500ba7f 100644 --- a/Geo/StepGeomDatabase.h +++ b/Geo/StepGeomDatabase.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". typedef struct{ double X, Y, Z; diff --git a/Geo/Verif.cpp b/Geo/Verif.cpp index 044eb36161cfef929e94f8a153fc463037ecb920..2a4870dc0cb7a123a763aeeeded19cdfbf86f736 100644 --- a/Geo/Verif.cpp +++ b/Geo/Verif.cpp @@ -1,4 +1,4 @@ -// $Id: Verif.cpp,v 1.11 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Verif.cpp,v 1.12 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Geo.h" diff --git a/Geo/Verif.h b/Geo/Verif.h index 7a03faf62abcf4f52ffe93bd8c447cf6644a8eb4..c312b8735edd62a514258174869134b134833c9e 100644 --- a/Geo/Verif.h +++ b/Geo/Verif.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". int alledgeslinked (int ed, List_T * Liste, List_T * old); int allfaceslinked (int iz, List_T * Liste, List_T * old); diff --git a/Graphics/Axes.cpp b/Graphics/Axes.cpp index 009eadcbf91bc4bc2d8ec4bf9f22a0f53e87fa46..b705a9ffba03959709dae6f6c44df4e31f63edf0 100644 --- a/Graphics/Axes.cpp +++ b/Graphics/Axes.cpp @@ -1,4 +1,4 @@ -// $Id: Axes.cpp,v 1.15 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Axes.cpp,v 1.16 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/CreateFile.cpp b/Graphics/CreateFile.cpp index b604d7866c67dc352c84842ed9aea24a290c187c..3360eb3d9abd572c3c6df75ad69c250e0c02e360 100644 --- a/Graphics/CreateFile.cpp +++ b/Graphics/CreateFile.cpp @@ -1,4 +1,4 @@ -// $Id: CreateFile.cpp,v 1.29 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: CreateFile.cpp,v 1.30 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/CreateFile.h b/Graphics/CreateFile.h index 8c2f4df92e89e014f9e5ca7917c67b103d2a4813..81462a837159f03be3c65f92ac2ffdddf2a1bc82 100644 --- a/Graphics/CreateFile.h +++ b/Graphics/CreateFile.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". void CreateOutputFile (char *name, int format) ; diff --git a/Graphics/Draw.cpp b/Graphics/Draw.cpp index 83ef1c78ec60425b0d7fc4f8a56b33034002165f..44edc5a6edeb579864015d20305f6c568014ad6f 100644 --- a/Graphics/Draw.cpp +++ b/Graphics/Draw.cpp @@ -1,4 +1,4 @@ -// $Id: Draw.cpp,v 1.31 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Draw.cpp,v 1.32 2002-05-20 18:28:25 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/Draw.h b/Graphics/Draw.h index dc09dc8d807a72528b0664e211c6ff1b5c462c62..2b8dee9cf20c69d771434909f31d7850f5bae9f0 100644 --- a/Graphics/Draw.h +++ b/Graphics/Draw.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Views.h" diff --git a/Graphics/Entity.cpp b/Graphics/Entity.cpp index 850c05130054b08f33f9a8ceb99b32643734efed..2ed9ad6b628ae85815a1c7ef5cf6519f2460602c 100644 --- a/Graphics/Entity.cpp +++ b/Graphics/Entity.cpp @@ -1,4 +1,4 @@ -// $Id: Entity.cpp,v 1.14 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Entity.cpp,v 1.15 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/Geom.cpp b/Graphics/Geom.cpp index 3f21b0442ac564edf83950445e8a24d0ed2e86e0..bcea6ef9d81cec11baff876cc4612318b8566c85 100644 --- a/Graphics/Geom.cpp +++ b/Graphics/Geom.cpp @@ -1,4 +1,4 @@ -// $Id: Geom.cpp,v 1.36 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Geom.cpp,v 1.37 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/Graph2D.cpp b/Graphics/Graph2D.cpp index fefc9d56c9686e4357a8bc4c877d0f751d4f090c..af32758ce5a6772541e37f93d1084b6e19aa4fb3 100644 --- a/Graphics/Graph2D.cpp +++ b/Graphics/Graph2D.cpp @@ -1,4 +1,4 @@ -// $Id: Graph2D.cpp,v 1.18 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Graph2D.cpp,v 1.19 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/Iso.cpp b/Graphics/Iso.cpp index e56c597f84f2df6fd571b8b6de733d6a886745a0..78b3187eadd06dd6ecaae97e2567d9ff968cfd3e 100644 --- a/Graphics/Iso.cpp +++ b/Graphics/Iso.cpp @@ -1,4 +1,4 @@ -// $Id: Iso.cpp,v 1.12 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Iso.cpp,v 1.13 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/Iso.h b/Graphics/Iso.h index c60d9732e847c19c385acb94bad6256aafbda3ae..e4b33d63ae14dd21111e20ba6a43947d11480978 100644 --- a/Graphics/Iso.h +++ b/Graphics/Iso.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Views.h" diff --git a/Graphics/Mesh.cpp b/Graphics/Mesh.cpp index 5704dd838b2b6596b3f35b8d1f00d50125087b70..a0d7d2dfb112f53f0c8cfd9d86394ac0541f94c4 100644 --- a/Graphics/Mesh.cpp +++ b/Graphics/Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Mesh.cpp,v 1.50 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Mesh.cpp,v 1.51 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/Post.cpp b/Graphics/Post.cpp index d86fc6586e8d69daef06de78d6a6c18a1b25c066..3b7ceb117105b2de8cc0950b65a68981af0027d0 100644 --- a/Graphics/Post.cpp +++ b/Graphics/Post.cpp @@ -1,4 +1,4 @@ -// $Id: Post.cpp,v 1.34 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Post.cpp,v 1.35 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/PostSimplex.cpp b/Graphics/PostSimplex.cpp index 02a05373a3510bbf686646ef5deca0435ad3ff8a..d8225742a79eb55f4ecd6922bcd846f994df3ce9 100644 --- a/Graphics/PostSimplex.cpp +++ b/Graphics/PostSimplex.cpp @@ -1,4 +1,4 @@ -// $Id: PostSimplex.cpp,v 1.35 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: PostSimplex.cpp,v 1.36 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/Scale.cpp b/Graphics/Scale.cpp index 02b8b2abd99ee622282719f9a17ea1b1d03c1980..a34bf05fc627ef0baee6f67f57fc0de08893e321 100644 --- a/Graphics/Scale.cpp +++ b/Graphics/Scale.cpp @@ -1,4 +1,4 @@ -// $Id: Scale.cpp,v 1.30 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Scale.cpp,v 1.31 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "GmshUI.h" diff --git a/Graphics/Visibility.cpp b/Graphics/Visibility.cpp index 0c3a0029c3cf8e61335d9175314a3405b8607183..4acc4f4c821010caf367dd864afbdcb75edaf11a 100644 --- a/Graphics/Visibility.cpp +++ b/Graphics/Visibility.cpp @@ -1,4 +1,4 @@ -// $Id: Visibility.cpp,v 1.4 2002-05-18 07:56:48 geuzaine Exp $ +// $Id: Visibility.cpp,v 1.5 2002-05-20 18:28:26 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Geo.h" diff --git a/Graphics/Visibility.h b/Graphics/Visibility.h index e1ff7ffe844cf27d73a6dab6d89e1505d057152a..87c4971fc53a2472ff293ee78c6c626608ca50c4 100644 --- a/Graphics/Visibility.h +++ b/Graphics/Visibility.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". typedef struct{ int n; diff --git a/Graphics/gl2gif.cpp b/Graphics/gl2gif.cpp index dc82f7ccb727ca6f4f417d18369a745724feb8a6..7dd6851ecde7f62ee52c40386fb14f65d8db953a 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -2,7 +2,7 @@ * GL2GIF, an OpenGL to GIF Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2gif.cpp,v 1.13 2002-05-18 07:56:48 geuzaine Exp $ + * $Id: gl2gif.cpp,v 1.14 2002-05-20 18:28:26 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -16,7 +16,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2gif.h b/Graphics/gl2gif.h index 9208cc22499b6d09a15ba486d0813bc33b4648a1..02346ec2987761bebf67c89233d7e9dfaa4280fa 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -5,7 +5,7 @@ * GL2GIF, an OpenGL to GIF Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2gif.h,v 1.8 2002-05-18 07:56:48 geuzaine Exp $ + * $Id: gl2gif.h,v 1.9 2002-05-20 18:28:26 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -19,7 +19,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 8711789fe637a3720de1c5b0af2b979af5e83de1..b97f586cddb8c94ed33d69badcb1cb676a3bdf36 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -2,7 +2,7 @@ * GL2JPEG, an OpenGL to JPEG Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2jpeg.cpp,v 1.10 2002-05-19 19:36:00 geuzaine Exp $ + * $Id: gl2jpeg.cpp,v 1.11 2002-05-20 18:28:26 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -16,7 +16,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2jpeg.h b/Graphics/gl2jpeg.h index 02294a23d6e1551bd0984d65e7be38091e568407..2270c2fbab859bb5f0854c89cc44d94ab608f02e 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -5,7 +5,7 @@ * GL2JPEG, an OpenGL to JPEG Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2jpeg.h,v 1.4 2002-05-18 07:56:48 geuzaine Exp $ + * $Id: gl2jpeg.h,v 1.5 2002-05-20 18:28:26 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -19,7 +19,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2ppm.cpp b/Graphics/gl2ppm.cpp index a5a25dd171c58e2562ad472ca682d1fa19d8d390..c8704de273cdd15ae762efe9b26cfe429896ed3f 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -2,7 +2,7 @@ * GL2PPM, an OpenGL to PPM Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2ppm.cpp,v 1.7 2002-05-18 07:56:48 geuzaine Exp $ + * $Id: gl2ppm.cpp,v 1.8 2002-05-20 18:28:26 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -16,7 +16,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index ae232d37bc278764d283259ffbd9b0096b68015c..4d2ab9e10db22933d6d4560bbf6c3c6ab723db04 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -5,7 +5,7 @@ * GL2PPM, an OpenGL to PPM Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2ppm.h,v 1.3 2002-05-18 07:56:49 geuzaine Exp $ + * $Id: gl2ppm.h,v 1.4 2002-05-20 18:28:26 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -19,7 +19,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2ps.cpp b/Graphics/gl2ps.cpp index e1d74e1098dc95f5b98e112f097e1c906cd46b28..b45e2341b286870d623d64ab19217fe7f8345eb9 100644 --- a/Graphics/gl2ps.cpp +++ b/Graphics/gl2ps.cpp @@ -2,7 +2,7 @@ * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2ps.cpp,v 1.41 2002-05-18 07:56:49 geuzaine Exp $ + * $Id: gl2ps.cpp,v 1.42 2002-05-20 18:28:26 geuzaine Exp $ * * E-mail: geuz@geuz.org * URL: http://www.geuz.org/gl2ps/ @@ -19,7 +19,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2ps.h b/Graphics/gl2ps.h index fb7740906cddff971a40452124cce3a3489023ee..4cc233996f101cc2f023ad3e42b56b8cca861013 100644 --- a/Graphics/gl2ps.h +++ b/Graphics/gl2ps.h @@ -2,7 +2,7 @@ * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2ps.h,v 1.21 2002-05-18 07:56:49 geuzaine Exp $ + * $Id: gl2ps.h,v 1.22 2002-05-20 18:28:26 geuzaine Exp $ * * E-mail: geuz@geuz.org * URL: http://www.geuz.org/gl2ps/ @@ -19,7 +19,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2yuv.cpp b/Graphics/gl2yuv.cpp index 8b2ff5e36fcf76fbcfde4b2b08636fb95248503a..e1dc4959881d7e250ada95e5d7545a29b7178106 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -2,7 +2,7 @@ * GL2YUV, an OpenGL to YUV Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2yuv.cpp,v 1.5 2002-05-18 07:56:49 geuzaine Exp $ + * $Id: gl2yuv.cpp,v 1.6 2002-05-20 18:28:26 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -16,7 +16,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Graphics/gl2yuv.h b/Graphics/gl2yuv.h index 5e140156a57cdfa77fd8c451f162618e31ddb929..a1b43152e41f86eab4d8fdaf3771da4202cdbafd 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -5,7 +5,7 @@ * GL2YUV, an OpenGL to YUV Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2yuv.h,v 1.3 2002-05-18 07:56:49 geuzaine Exp $ + * $Id: gl2yuv.h,v 1.4 2002-05-20 18:28:27 geuzaine Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -19,7 +19,10 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". * */ diff --git a/Mesh/1D_Mesh.cpp b/Mesh/1D_Mesh.cpp index 8dc909a503b4b9c7e2bc0ccda03363646b06f801..d624944b0d699b6a5c5a023e3b33ecfa01d4e2ad 100644 --- a/Mesh/1D_Mesh.cpp +++ b/Mesh/1D_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: 1D_Mesh.cpp,v 1.27 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: 1D_Mesh.cpp,v 1.28 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/2D_BGMesh.cpp b/Mesh/2D_BGMesh.cpp index 7700f0c2b3adf502077eca11086404f59e12bedc..79a9e2881ce97d05e15ff9ea4fdef0f20e843ea8 100644 --- a/Mesh/2D_BGMesh.cpp +++ b/Mesh/2D_BGMesh.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_BGMesh.cpp,v 1.10 2002-05-18 07:56:49 geuzaine Exp $ +// $Id: 2D_BGMesh.cpp,v 1.11 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/2D_Bowyer.cpp b/Mesh/2D_Bowyer.cpp index 2823d042d312dbbf2e9e56dc424bacb7ab0673cd..15d33e55bb84ad1d95c3af53deb32bc7f4e46f9c 100644 --- a/Mesh/2D_Bowyer.cpp +++ b/Mesh/2D_Bowyer.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Bowyer.cpp,v 1.10 2002-05-18 07:56:49 geuzaine Exp $ +// $Id: 2D_Bowyer.cpp,v 1.11 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* A L G O R I T H M E D E B O W Y E R - W A T S O N diff --git a/Mesh/2D_Bricks.cpp b/Mesh/2D_Bricks.cpp index 6f1bcec50042854dad6bfd78816b474a2e18f890..3cb6fccd4e69e6520df0375cc213b0cd608f722d 100644 --- a/Mesh/2D_Bricks.cpp +++ b/Mesh/2D_Bricks.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Bricks.cpp,v 1.7 2002-05-18 07:56:49 geuzaine Exp $ +// $Id: 2D_Bricks.cpp,v 1.8 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/2D_Cylindrical.cpp b/Mesh/2D_Cylindrical.cpp index 72150841cd1d2289b994e2686910bbcbf2f4e558..709df693998435c1e3c7df60535e0ec7b6e9c749 100644 --- a/Mesh/2D_Cylindrical.cpp +++ b/Mesh/2D_Cylindrical.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Cylindrical.cpp,v 1.11 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: 2D_Cylindrical.cpp,v 1.12 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/2D_DivAndConq.cpp b/Mesh/2D_DivAndConq.cpp index 74ff0147e814b463c3351b28617d2b69ab753a67..ca1bf6f8ac10a07031fac0b3c2c26858d01abfc2 100644 --- a/Mesh/2D_DivAndConq.cpp +++ b/Mesh/2D_DivAndConq.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_DivAndConq.cpp,v 1.14 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: 2D_DivAndConq.cpp,v 1.15 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* A L G O R I T H M E D I V I D E A N D C O N Q U E R diff --git a/Mesh/2D_Elliptic.cpp b/Mesh/2D_Elliptic.cpp index 1eb3f2d6f2c00f4168f8d168844934a9ba3371f9..316c7bd3569c940e6534a5c8df2cc006a965ad55 100644 --- a/Mesh/2D_Elliptic.cpp +++ b/Mesh/2D_Elliptic.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Elliptic.cpp,v 1.11 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: 2D_Elliptic.cpp,v 1.12 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/2D_InitMesh.cpp b/Mesh/2D_InitMesh.cpp index 8170cc5c6a66468628df4c434de24bcad8b7bf0a..066f88a608be33c309aa649eb1c2ab2e2782f6da 100644 --- a/Mesh/2D_InitMesh.cpp +++ b/Mesh/2D_InitMesh.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_InitMesh.cpp,v 1.14 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: 2D_InitMesh.cpp,v 1.15 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* diff --git a/Mesh/2D_Links.cpp b/Mesh/2D_Links.cpp index 4b386234f03a432df72b4c8d4d20a20f24e61166..af463b3f15a452db7a8c154ded39398e101290fc 100644 --- a/Mesh/2D_Links.cpp +++ b/Mesh/2D_Links.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Links.cpp,v 1.11 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 2D_Links.cpp,v 1.12 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/2D_Mesh.cpp b/Mesh/2D_Mesh.cpp index a4c255a066604fa2eb72606158daf7693863943b..400d27a1195c427c06132a7e34ee7e881b9fc238 100644 --- a/Mesh/2D_Mesh.cpp +++ b/Mesh/2D_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Mesh.cpp,v 1.42 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 2D_Mesh.cpp,v 1.43 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* Maillage Delaunay d'une surface (Point insertion Technique) diff --git a/Mesh/2D_Mesh.h b/Mesh/2D_Mesh.h index 85f5aa9f9f931b2d9a8cb8c2b5ad23d8d2b31afa..1f0637a68e1933a6f0f930b5297a1e9b1476d3c3 100644 --- a/Mesh/2D_Mesh.h +++ b/Mesh/2D_Mesh.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". typedef struct avl{ void *treedata; diff --git a/Mesh/2D_Mesh_Aniso.cpp b/Mesh/2D_Mesh_Aniso.cpp index 8e9d6ae7d15d2e4d2181139fed46253855edc902..ab1562719e071dc820ea2a3f740a4129a6cc0bf1 100644 --- a/Mesh/2D_Mesh_Aniso.cpp +++ b/Mesh/2D_Mesh_Aniso.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Mesh_Aniso.cpp,v 1.28 2002-05-18 09:14:33 geuzaine Exp $ +// $Id: 2D_Mesh_Aniso.cpp,v 1.29 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // Anisotropic Delaunay mesh generator diff --git a/Mesh/2D_Mesh_Shewchuk.cpp b/Mesh/2D_Mesh_Shewchuk.cpp index 7ee7d49d3270242841df0490690d18309fd78be5..c75a6e246fa09c1151ece0723211761fe09f64db 100644 --- a/Mesh/2D_Mesh_Shewchuk.cpp +++ b/Mesh/2D_Mesh_Shewchuk.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Mesh_Shewchuk.cpp,v 1.9 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 2D_Mesh_Shewchuk.cpp,v 1.10 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Mesh.h" diff --git a/Mesh/2D_Parametric.cpp b/Mesh/2D_Parametric.cpp index 176fef1f98e557f2100c4bc892f385ff8885d414..672b28620d7bd1e2553e4529cd36870c8f434906 100644 --- a/Mesh/2D_Parametric.cpp +++ b/Mesh/2D_Parametric.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Parametric.cpp,v 1.9 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: 2D_Parametric.cpp,v 1.10 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/2D_Recombine.cpp b/Mesh/2D_Recombine.cpp index 7b0734a1ef42ed0b40a9d7882fa5e3ac3701da88..3082c002c91efb513e8ce15b42fe79388af997e2 100644 --- a/Mesh/2D_Recombine.cpp +++ b/Mesh/2D_Recombine.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Recombine.cpp,v 1.12 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: 2D_Recombine.cpp,v 1.13 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/2D_SMesh.cpp b/Mesh/2D_SMesh.cpp index 470cd03021b5a76f18802005e8ea327a71829038..cb8f6027365397080e8e36c3a2b4e3313130023f 100644 --- a/Mesh/2D_SMesh.cpp +++ b/Mesh/2D_SMesh.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_SMesh.cpp,v 1.10 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 2D_SMesh.cpp,v 1.11 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* Maillage transfini surfacique diff --git a/Mesh/2D_Tree.cpp b/Mesh/2D_Tree.cpp index 7a2d5f0b435fc12d52450b725230878123a1e79b..0a21d067648febb95b84e5dfcfe294ef333ba96d 100644 --- a/Mesh/2D_Tree.cpp +++ b/Mesh/2D_Tree.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Tree.cpp,v 1.6 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 2D_Tree.cpp,v 1.7 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Mesh.h" diff --git a/Mesh/2D_Util.cpp b/Mesh/2D_Util.cpp index 6dccfbec1a2630e3c31396ba2cbad8231372fa21..8a54d381dcec460286488c1f04bcbaacad0b3671 100644 --- a/Mesh/2D_Util.cpp +++ b/Mesh/2D_Util.cpp @@ -1,4 +1,4 @@ -// $Id: 2D_Util.cpp,v 1.15 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: 2D_Util.cpp,v 1.16 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/3D_BGMesh.cpp b/Mesh/3D_BGMesh.cpp index 773e4991e0d6073383410e5d5cae6877f4266cb1..e97001ade5d788debd6338bfd78db8d4c1e03b67 100644 --- a/Mesh/3D_BGMesh.cpp +++ b/Mesh/3D_BGMesh.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_BGMesh.cpp,v 1.20 2002-05-18 16:31:16 geuzaine Exp $ +// $Id: 3D_BGMesh.cpp,v 1.21 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Mesh.h" diff --git a/Mesh/3D_Bricks.cpp b/Mesh/3D_Bricks.cpp index efcd6e1e080bca24f83025d1a6f873f899b1f2ac..70b531f74c46236374d560e70b0567b3491ad328 100644 --- a/Mesh/3D_Bricks.cpp +++ b/Mesh/3D_Bricks.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Bricks.cpp,v 1.9 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 3D_Bricks.cpp,v 1.10 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/3D_Coherence.cpp b/Mesh/3D_Coherence.cpp index 2aec16d4e44f8fd96e691681bb6f505c14c4dc4d..4a13fef8fb4455e1212b89931a18683049d8f02f 100644 --- a/Mesh/3D_Coherence.cpp +++ b/Mesh/3D_Coherence.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Coherence.cpp,v 1.25 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 3D_Coherence.cpp,v 1.26 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/3D_Divide.cpp b/Mesh/3D_Divide.cpp index 4a59819ecc4cf0a655e1a4ce815b24f3dc46d3da..d5fbe901c4c3c09d7f569025ebacf9a1d29c3549 100644 --- a/Mesh/3D_Divide.cpp +++ b/Mesh/3D_Divide.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Divide.cpp,v 1.16 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 3D_Divide.cpp,v 1.17 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* Routine de division des elements tetraedriques ou triangulaires diff --git a/Mesh/3D_Extrude.cpp b/Mesh/3D_Extrude.cpp index 691534a0d919cf678c810721c83e42a8b0f51542..9078a4e976e5849aa474c47e61b42f5e354af11b 100644 --- a/Mesh/3D_Extrude.cpp +++ b/Mesh/3D_Extrude.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Extrude.cpp,v 1.55 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 3D_Extrude.cpp,v 1.56 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/3D_Extrude_Old.cpp b/Mesh/3D_Extrude_Old.cpp index f4bb26ee48d348f252e33d1688df4386b9adda71..cd9c51e3061e7735a0e671ead44eb1c452a99775 100644 --- a/Mesh/3D_Extrude_Old.cpp +++ b/Mesh/3D_Extrude_Old.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Extrude_Old.cpp,v 1.20 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 3D_Extrude_Old.cpp,v 1.21 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // This is the old extrusion mesh generator -> only available through // the command line option -extrude (w/o -recombine). This mesh diff --git a/Mesh/3D_Mesh.cpp b/Mesh/3D_Mesh.cpp index f6bd6aa5c7f38b26b03afd841b64c354e9f9c6c4..3467f96f760ea3e737d0914f85d8dad3bf0c0c65 100644 --- a/Mesh/3D_Mesh.cpp +++ b/Mesh/3D_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Mesh.cpp,v 1.39 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 3D_Mesh.cpp,v 1.40 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* Isotropic Delaunay 3D diff --git a/Mesh/3D_Mesh.h b/Mesh/3D_Mesh.h index fc798425c70a4cc0bd8b037eb1e4f72eca914080..1f910294a250bf735d2f750aac27c33586f791cd 100644 --- a/Mesh/3D_Mesh.h +++ b/Mesh/3D_Mesh.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". Brick LaBrique (Grid_T * pGrid, double X, double Y, double Z); void AddSimplexInGrid (Mesh * m, Simplex * s, int boule_boite); diff --git a/Mesh/3D_Mesh_Old.cpp b/Mesh/3D_Mesh_Old.cpp index 1f934772ffe136cf622dd10de484517ae1635b64..05504f257299e692589d3939592bf991a8020778 100644 --- a/Mesh/3D_Mesh_Old.cpp +++ b/Mesh/3D_Mesh_Old.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Mesh_Old.cpp,v 1.3 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 3D_Mesh_Old.cpp,v 1.4 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* Isotropic Delaunay 3D diff --git a/Mesh/3D_SMesh.cpp b/Mesh/3D_SMesh.cpp index 93cb53c9f4824979d700f78882df97434680a9f2..6517dd382e1e9df0da916929f0d527d3afa4e2ce 100644 --- a/Mesh/3D_SMesh.cpp +++ b/Mesh/3D_SMesh.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_SMesh.cpp,v 1.13 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: 3D_SMesh.cpp,v 1.14 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". /* Maillage transfini volumique diff --git a/Mesh/Create.cpp b/Mesh/Create.cpp index 260ada6f7a963a6807a65cf22c54a42231f1a977..80ac0a3eec3c17582231489d8c4075377cf3681c 100644 --- a/Mesh/Create.cpp +++ b/Mesh/Create.cpp @@ -1,4 +1,4 @@ -// $Id: Create.cpp,v 1.38 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: Create.cpp,v 1.39 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Create.h b/Mesh/Create.h index 11cb666e6c4e2540bcdc1040fcf53ec801f3a729..6196270dfc601bef3cef43514a5a30e5ea479684 100644 --- a/Mesh/Create.h +++ b/Mesh/Create.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". int compareNXE (const void *a, const void *b); int compareFxE (const void *a, const void *b); diff --git a/Mesh/CrossData.cpp b/Mesh/CrossData.cpp index 9c40371162ed36806c09d1901a0cb51df4384e1b..5ff60c483450a94c829657638d1cb4c21d9240e6 100644 --- a/Mesh/CrossData.cpp +++ b/Mesh/CrossData.cpp @@ -1,4 +1,4 @@ -// $Id: CrossData.cpp,v 1.7 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: CrossData.cpp,v 1.8 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Mesh.h" diff --git a/Mesh/Edge.cpp b/Mesh/Edge.cpp index de5467bdb1a73ff88410648792923882ae521ab8..575f77389e7ecfcff844bc93342aff54f475601a 100644 --- a/Mesh/Edge.cpp +++ b/Mesh/Edge.cpp @@ -1,4 +1,4 @@ -// $Id: Edge.cpp,v 1.8 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: Edge.cpp,v 1.9 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Edge.h b/Mesh/Edge.h index 4600e433828f1ae77694cce72cf826634b2bfcf3..1ffc0dc833bdcb6fc13615ab8b7edeb1d1cb8eae 100644 --- a/Mesh/Edge.h +++ b/Mesh/Edge.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "List.h" #include "Tree.h" diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index 2eb654c4e813b88fe7ada5f2761a07864611cb13..9c9226ea8292fc9bed4b8b7711282bc3a4dbae91 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,4 +1,4 @@ -// $Id: Generator.cpp,v 1.35 2002-05-20 02:15:36 geuzaine Exp $ +// $Id: Generator.cpp,v 1.36 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Interpolation.cpp b/Mesh/Interpolation.cpp index 002538130e622cef79530317e465042b092298d3..4328a8b24e71d7b77c6e4130be3b132344560877 100644 --- a/Mesh/Interpolation.cpp +++ b/Mesh/Interpolation.cpp @@ -1,4 +1,4 @@ -// $Id: Interpolation.cpp,v 1.18 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: Interpolation.cpp,v 1.19 2002-05-20 18:28:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Interpolation.h b/Mesh/Interpolation.h index 0d7641a7e98ecab45b59a73b952de2f624e99b59..fb41953476e3aff388d7a16e2ec6f4cbd8b85c9e 100644 --- a/Mesh/Interpolation.h +++ b/Mesh/Interpolation.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". Vertex InterpolateCurve (Curve * Curve, double u, int derivee); diff --git a/Mesh/Matrix.h b/Mesh/Matrix.h index 714b608c5a04e6c1524c9ebab948e647703fd749..eb4549ce6e2f25dea2629d03455577b9705965a2 100644 --- a/Mesh/Matrix.h +++ b/Mesh/Matrix.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #define _TAILLE_ 3 diff --git a/Mesh/Mesh.h b/Mesh/Mesh.h index f05a5c85d780725b59b5091b7803d7209a35626d..c16374323eb8845c743ed72ccad6d02be81f34cf 100644 --- a/Mesh/Mesh.h +++ b/Mesh/Mesh.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Vertex.h" #include "Simplex.h" diff --git a/Mesh/MeshQuality.cpp b/Mesh/MeshQuality.cpp index 479075d55acf837c9aec0fad709cfd76e960cd67..e6204eab1179a4fad0516dedd749d3f319645f86 100644 --- a/Mesh/MeshQuality.cpp +++ b/Mesh/MeshQuality.cpp @@ -1,4 +1,4 @@ -// $Id: MeshQuality.cpp,v 1.8 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: MeshQuality.cpp,v 1.9 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Metric.cpp b/Mesh/Metric.cpp index d1ed687f53ed350b9d4fb7b6cd4a719acfe282d9..39534d60529209fcf009585b1f31c9acae48564b 100644 --- a/Mesh/Metric.cpp +++ b/Mesh/Metric.cpp @@ -1,4 +1,4 @@ -// $Id: Metric.cpp,v 1.13 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: Metric.cpp,v 1.14 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <time.h> #include "Gmsh.h" diff --git a/Mesh/Metric.h b/Mesh/Metric.h index 59d7376a39b542a047c45fef6b0bf00d09e45d17..849ba69d0a8db60fa4b2fd978ed1854afd05d33f 100644 --- a/Mesh/Metric.h +++ b/Mesh/Metric.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Matrix.h" diff --git a/Mesh/Nurbs.cpp b/Mesh/Nurbs.cpp index 3602c8ce87652a1de89810dc7166fac667392484..fa95d1026f05fbf10f78d84e78f9c1469293467a 100644 --- a/Mesh/Nurbs.cpp +++ b/Mesh/Nurbs.cpp @@ -1,4 +1,4 @@ -// $Id: Nurbs.cpp,v 1.9 2002-05-18 16:31:16 geuzaine Exp $ +// $Id: Nurbs.cpp,v 1.10 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Mesh.h" diff --git a/Mesh/Print_Mesh.cpp b/Mesh/Print_Mesh.cpp index d0311b2b11284d64498b587e3a81eec5d061bfb5..36d20a0f7ed92c9dd60278ead5d2e17e6cf10cb8 100644 --- a/Mesh/Print_Mesh.cpp +++ b/Mesh/Print_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Print_Mesh.cpp,v 1.36 2002-05-18 16:31:16 geuzaine Exp $ +// $Id: Print_Mesh.cpp,v 1.37 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Read_Mesh.cpp b/Mesh/Read_Mesh.cpp index a4fed889ab15638e242c424670aee37b1437388a..5b8b102edbd87c8297b76fc6882ba4f216adda52 100644 --- a/Mesh/Read_Mesh.cpp +++ b/Mesh/Read_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Read_Mesh.cpp,v 1.43 2002-05-18 16:31:16 geuzaine Exp $ +// $Id: Read_Mesh.cpp,v 1.44 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Geo.h" diff --git a/Mesh/SMS.cpp b/Mesh/SMS.cpp index a021ec05530688f0e3eaf4b8528bfd6a7c5727b4..31b299e4aa422206878b9c76e9cabb2b38915e61 100644 --- a/Mesh/SMS.cpp +++ b/Mesh/SMS.cpp @@ -1,4 +1,4 @@ -// $Id: SMS.cpp,v 1.7 2002-05-18 08:01:39 geuzaine Exp $ +// $Id: SMS.cpp,v 1.8 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <iostream.h> #include <assert.h> diff --git a/Mesh/STL.cpp b/Mesh/STL.cpp index 3df21fe31cf26aadc1e9b26c6ba34ee0095377e4..356b4f738d1033228512cf2f7e2a93eb0c8ccb98 100644 --- a/Mesh/STL.cpp +++ b/Mesh/STL.cpp @@ -1,4 +1,4 @@ -// $Id: STL.cpp,v 1.6 2002-05-18 08:01:39 geuzaine Exp $ +// $Id: STL.cpp,v 1.7 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Mesh.h" diff --git a/Mesh/STL.h b/Mesh/STL.h index fd54e89fd88900ee3ad375be80614a0a1c585b59..b932b8ff061ff331632901ef8c044b8610b70c23 100644 --- a/Mesh/STL.h +++ b/Mesh/STL.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". class STL_Data { diff --git a/Mesh/SecondOrder.cpp b/Mesh/SecondOrder.cpp index da16d4e3fde228a57c6704336604a159e6517149..0a461f161d342ea13eb833bc315f626185e6dcb4 100644 --- a/Mesh/SecondOrder.cpp +++ b/Mesh/SecondOrder.cpp @@ -1,4 +1,4 @@ -// $Id: SecondOrder.cpp,v 1.9 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: SecondOrder.cpp,v 1.10 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Geo.h" diff --git a/Mesh/Simplex.cpp b/Mesh/Simplex.cpp index 431eee4a014e62e30d8bb7fdf15c5305cc09e5c3..df8d2012d87c9b06fb5de2c3812b5fd70d0615d1 100644 --- a/Mesh/Simplex.cpp +++ b/Mesh/Simplex.cpp @@ -1,4 +1,4 @@ -// $Id: Simplex.cpp,v 1.23 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: Simplex.cpp,v 1.24 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Simplex.h b/Mesh/Simplex.h index f5458a19696671ddae8a190d6ecf1f9070e05e3d..c276fceafa3fe6590081dcf53f127f184f36c48a 100644 --- a/Mesh/Simplex.h +++ b/Mesh/Simplex.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Vertex.h" diff --git a/Mesh/Smoothing.cpp b/Mesh/Smoothing.cpp index dfce38f600d6676b7d5277b1059fbbd8aa98f055..2b2aadcd1a266e2c96b417a8afc5748c1571c03b 100644 --- a/Mesh/Smoothing.cpp +++ b/Mesh/Smoothing.cpp @@ -1,4 +1,4 @@ -// $Id: Smoothing.cpp,v 1.7 2002-05-18 08:01:39 geuzaine Exp $ +// $Id: Smoothing.cpp,v 1.8 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/SwapEdge.cpp b/Mesh/SwapEdge.cpp index 8028e31ed2c88436c1a3c6484e815f0585d4da90..b971ad5b892984b7efcb7f93422c6e749b753779 100644 --- a/Mesh/SwapEdge.cpp +++ b/Mesh/SwapEdge.cpp @@ -1,4 +1,4 @@ -// $Id: SwapEdge.cpp,v 1.9 2002-05-18 08:01:39 geuzaine Exp $ +// $Id: SwapEdge.cpp,v 1.10 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/SwapPatterns.h b/Mesh/SwapPatterns.h index 12a9a579ecb60f9786da16a4d57b4a9bbcc5f24d..32dcc2632bd2a0efcfe4eab42a6c10079272db3d 100644 --- a/Mesh/SwapPatterns.h +++ b/Mesh/SwapPatterns.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". int swap_patterns_3 [1][1][3] = { { diff --git a/Mesh/Utils.cpp b/Mesh/Utils.cpp index f40410e1be22e0f3058dba61b18037b9cbd20f99..abb57fc6f27d1d34fd118db65607c4a47f1716eb 100644 --- a/Mesh/Utils.cpp +++ b/Mesh/Utils.cpp @@ -1,4 +1,4 @@ -// $Id: Utils.cpp,v 1.12 2002-05-18 21:35:10 geuzaine Exp $ +// $Id: Utils.cpp,v 1.13 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Utils.h b/Mesh/Utils.h index 26bd1a0e0e81c12c352b343e1f9d8f114a952983..1378cc2569eaca6c331bd4c5d6e4d128d64983c5 100644 --- a/Mesh/Utils.h +++ b/Mesh/Utils.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". void direction (Vertex * v1, Vertex * v2, double d[3]); void Projette (Vertex * v, double mat[3][3]); diff --git a/Mesh/Vertex.cpp b/Mesh/Vertex.cpp index 6b68dddf9bb428bd39c6d8f7c48e41a649fa8887..6b0088f0f14cbc1b3867bec8cd941bd66c53e503 100644 --- a/Mesh/Vertex.cpp +++ b/Mesh/Vertex.cpp @@ -1,4 +1,4 @@ -// $Id: Vertex.cpp,v 1.18 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: Vertex.cpp,v 1.19 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Mesh/Vertex.h b/Mesh/Vertex.h index 2df938650dd0626bd6f5900f0db7b8f69669fd24..fa3ff843c80480dade6cf32b925a4b4a31a82128 100644 --- a/Mesh/Vertex.h +++ b/Mesh/Vertex.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "List.h" diff --git a/Numeric/Numeric.cpp b/Numeric/Numeric.cpp index 3796c051b8e9a7d2d92c25a33eabb7b88b83c02e..bd77bb72df1d00f289bbaaf9fe391f57146c913b 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,4 +1,4 @@ -// $Id: Numeric.cpp,v 1.2 2002-05-18 07:56:50 geuzaine Exp $ +// $Id: Numeric.cpp,v 1.3 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Numeric/Numeric.h b/Numeric/Numeric.h index 1eea3d577990f62b9956c2cee3fe84b02a5e1bf1..6c31ce825f80e5575da33c700b9fb0337ff3bc7f 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <math.h> diff --git a/Parallel/ParUtil.cpp b/Parallel/ParUtil.cpp index a44cf1d222dfd7b6dd381edd7c0119a3d7f641f0..1974e5b8da5c9a03dd135922808eaca6d015132b 100644 --- a/Parallel/ParUtil.cpp +++ b/Parallel/ParUtil.cpp @@ -1,4 +1,4 @@ -// $Id: ParUtil.cpp,v 1.3 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: ParUtil.cpp,v 1.4 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdio.h> #include <stdlib.h> diff --git a/Parallel/ParUtil.h b/Parallel/ParUtil.h index b31c73a498d3d405d64cfa02b07d403a1fd0212d..024bae43284087dc641a392b52555bc3f22db6dd 100644 --- a/Parallel/ParUtil.h +++ b/Parallel/ParUtil.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdio.h> diff --git a/Parser/FunctionManager.cpp b/Parser/FunctionManager.cpp index 2c2c56562f4815a55c57c8283c4c493c40a0762f..8f6c6ebd19fbf223a66799d6f8a36c9a31099acc 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,4 +1,4 @@ -// $Id: FunctionManager.cpp,v 1.15 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: FunctionManager.cpp,v 1.16 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <map> #include <stdio.h> diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 4ac39ff3740fe93951e1857b94db86b35770389e..fc2b9b9b4c83df560ced330f066f909ed5f19b78 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". class mystack; class mymap; diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index 54880159d39a41bc1d2e9adbfb845c9d8498030b..69429c5583ed1b2ac91b1465bb6cb6d12e4b4943 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,6 +1,6 @@ %{ -// $Id: Gmsh.l,v 1.41 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: Gmsh.l,v 1.42 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -16,7 +16,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdio.h> #include <stdlib.h> diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index c54e9e6424352fcdb24f0f5cd0932a3f93d2d071..72977690e977cf120c2cb459e0cc91dcb2b47bc4 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -176,7 +176,7 @@ #line 1 "Gmsh.y" -// $Id: Gmsh.tab.cpp,v 1.141 2002-05-18 16:31:16 geuzaine Exp $ +// $Id: Gmsh.tab.cpp,v 1.142 2002-05-20 18:28:28 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -192,7 +192,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdarg.h> #ifndef _NOPLUGIN diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index 26f6725f7fed01f114910f579d787cb6618c01c1..bb505d82dfccf8a5346d5a5257f9cd461d799612 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,6 +1,6 @@ %{ -// $Id: Gmsh.y,v 1.122 2002-05-18 16:31:16 geuzaine Exp $ +// $Id: Gmsh.y,v 1.123 2002-05-20 18:28:29 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -16,7 +16,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdarg.h> #ifndef _NOPLUGIN diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 1ed7be364f20703a840ff89bc816b75009b9c004..02527058a34706f9b0f36db1ab5a1f1614847e19 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -2,7 +2,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.140 2002-05-18 16:31:17 geuzaine Exp $ + * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.141 2002-05-20 18:28:29 geuzaine Exp $ */ #define FLEX_SCANNER @@ -1000,7 +1000,7 @@ char *yytext; #define INITIAL 0 #line 2 "Gmsh.l" -// $Id: Gmsh.yy.cpp,v 1.140 2002-05-18 16:31:17 geuzaine Exp $ +// $Id: Gmsh.yy.cpp,v 1.141 2002-05-20 18:28:29 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -1016,7 +1016,10 @@ char *yytext; // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <stdio.h> #include <stdlib.h> diff --git a/Parser/OpenFile.cpp b/Parser/OpenFile.cpp index 001ce278ce79059491b6ccc369270caf7bf82ceb..2e9d3dced924328ffa5b45459acfd8cf1551422c 100644 --- a/Parser/OpenFile.cpp +++ b/Parser/OpenFile.cpp @@ -1,4 +1,4 @@ -// $Id: OpenFile.cpp,v 1.29 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: OpenFile.cpp,v 1.30 2002-05-20 18:28:29 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Numeric.h" diff --git a/Parser/OpenFile.h b/Parser/OpenFile.h index 5f58ad77f5bce599eca4ce88b9f9a211855286d3..0b297a6fb530e1cbe1d76a95ba0ae356f26f16cd 100644 --- a/Parser/OpenFile.h +++ b/Parser/OpenFile.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #define MAX_OPEN_FILES 256 diff --git a/Parser/Parser.h b/Parser/Parser.h index d5fd1bc317b0f0ad35b5ba5b9c9dc7f13f494a0c..89893b442e8f03e43969bca49247c8b210eb4b2d 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". typedef struct { char *Name; diff --git a/Plugin/CutMap.cpp b/Plugin/CutMap.cpp index ee14213529d90bc6e61ae7d68194eebf90f636a7..8147ca606084bdefbf5c391ef553011160a022e9 100644 --- a/Plugin/CutMap.cpp +++ b/Plugin/CutMap.cpp @@ -1,4 +1,4 @@ -// $Id: CutMap.cpp,v 1.25 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: CutMap.cpp,v 1.26 2002-05-20 18:28:29 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "CutMap.h" #include "List.h" diff --git a/Plugin/CutMap.h b/Plugin/CutMap.h index 09d54a33f77dd0d76554ac67b4e66140565aa885..308d5f1a8f558bc6c376900d7cdd38986e3f4590 100644 --- a/Plugin/CutMap.h +++ b/Plugin/CutMap.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "LevelsetPlugin.h" diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp index 6e3c29c538001b1f66235b9292acc3514b742b31..775c7c650b62d32a0708cbfa3cdb6b1407a6e56e 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,4 +1,4 @@ -// $Id: CutPlane.cpp,v 1.21 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: CutPlane.cpp,v 1.22 2002-05-20 18:28:29 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "CutPlane.h" #include "List.h" diff --git a/Plugin/CutPlane.h b/Plugin/CutPlane.h index ac8160de8d5c82175e932373875df93c3f82fc04..11ce91d156d3fa782879e04ef041ef7d2c54ee85 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "LevelsetPlugin.h" diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp index 5885e20681cde6e716f8749c2e8c05ebe7e1b2d6..d26fcf5fc96bcf6793bc271c8add474ffbf8e9c4 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,4 +1,4 @@ -// $Id: CutSphere.cpp,v 1.20 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: CutSphere.cpp,v 1.21 2002-05-20 18:28:29 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <string.h> #include "CutSphere.h" diff --git a/Plugin/CutSphere.h b/Plugin/CutSphere.h index 9e61a1d3c945db41f9a44f9d33925d686b471e36..d06a95504aea91740a8dbb5e77e636dc8952cbee 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "LevelsetPlugin.h" diff --git a/Plugin/LevelsetPlugin.cpp b/Plugin/LevelsetPlugin.cpp index 5cfa538aa42e8994809b4c743f129ea8bc573833..29937a5c6310e260ff17b4f1a25d1f2e5eb09ade 100644 --- a/Plugin/LevelsetPlugin.cpp +++ b/Plugin/LevelsetPlugin.cpp @@ -1,4 +1,4 @@ -// $Id: LevelsetPlugin.cpp,v 1.23 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: LevelsetPlugin.cpp,v 1.24 2002-05-20 18:28:30 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "LevelsetPlugin.h" #include "List.h" diff --git a/Plugin/LevelsetPlugin.h b/Plugin/LevelsetPlugin.h index 99b8b8767f7772d58269970ec1572e709e090d77..5e9acc23bf2a73315cb5a0821d8e2a9a7e353d77 100644 --- a/Plugin/LevelsetPlugin.h +++ b/Plugin/LevelsetPlugin.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Plugin.h" diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp index 3fe3f2853e65b6183edbde44f05eb5e030532241..8effe7d790c79cc78e40c7e119659a2298b2577d 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,4 +1,4 @@ -// $Id: Plugin.cpp,v 1.28 2002-05-18 08:44:49 geuzaine Exp $ +// $Id: Plugin.cpp,v 1.29 2002-05-20 18:28:30 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #ifndef _NODLL #include <dlfcn.h> diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index 4e04a9b2b3936f5f0a23b0842e8a09395cd91836..bb55de98e05576023900e933fb3e76b9dacbbc08 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". // To create a plugin for gmsh: // 1) Create a dynamin lib (.so) containing 1 symbol diff --git a/Plugin/PluginManager.h b/Plugin/PluginManager.h index 40d0f89322659d36e571b5112484a9731246d0e0..08dcdedf6021f078d12c67be1b650d2a11a8595b 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include <map> #include <iosfwd> diff --git a/Plugin/Skin.cpp b/Plugin/Skin.cpp index b9e97458fa9ad60e38e25b5a49bbf46fbbdebb58..b5e14f49d662c179656d6f348ce8b62b96c5bef0 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,4 +1,4 @@ -// $Id: Skin.cpp,v 1.13 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: Skin.cpp,v 1.14 2002-05-20 18:28:30 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Plugin.h" #include "Skin.h" diff --git a/Plugin/Skin.h b/Plugin/Skin.h index 39ac4a296860209c7e0fecfae03d90c02f2b8080..833c6e22f88b3fd7430cec2c8c01bbc551d08764 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". extern "C" { diff --git a/Plugin/Smooth.cpp b/Plugin/Smooth.cpp index 59804347eec2a48ba03b8d37f9a13757039287f2..ac3f2c3c50b702c78522440555a11c531525aff0 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,4 +1,4 @@ -// $Id: Smooth.cpp,v 1.9 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: Smooth.cpp,v 1.10 2002-05-20 18:28:30 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Plugin.h" #include "Smooth.h" diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h index 965e40b5bb5ffc662dfb02a16ab2031d698bb0fe..318d3dabb7d2d0966be9d2e155d4021999cc788e 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". extern "C" { diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index 674f916b69f26e732c6e385a85353a304b9749e9..1bfb6f0b1885fcacda4c108c3526f2e6a1be154e 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,4 +1,4 @@ -// $Id: Transform.cpp,v 1.11 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: Transform.cpp,v 1.12 2002-05-20 18:28:30 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Plugin.h" #include "Transform.h" diff --git a/Plugin/Transform.h b/Plugin/Transform.h index 3bb2bf855905a8afba110e41d8f57362354e6d1e..fc193c4e7ecc633e700dc727ec122f2684b0622e 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". extern "C" { diff --git a/Plugin/Triangulate.cpp b/Plugin/Triangulate.cpp index 0460ea8ec7e7c56b89058242a1c5b0ca65e85eb9..651230ddb3dc1557ea21d021b96e1841418997ec 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,4 +1,4 @@ -// $Id: Triangulate.cpp,v 1.6 2002-05-18 07:56:51 geuzaine Exp $ +// $Id: Triangulate.cpp,v 1.7 2002-05-20 18:28:30 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -14,7 +14,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". #include "Gmsh.h" #include "Plugin.h" diff --git a/Plugin/Triangulate.h b/Plugin/Triangulate.h index 9d18ad0c1171513c7b6764377114c38df97c1906..eeb7e7fbd8c68e07ef503c06c00cee294fa157fd 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -15,7 +15,10 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "gmsh@geuz.org". extern "C" { diff --git a/utils/GmshClient.c b/utils/GmshClient.c index 6aa973e35cbbc2376ccebb21af095395b83e4ffe..999bcefb2a44539e724ee1ec2212f62ffece4759 100644 --- a/utils/GmshClient.c +++ b/utils/GmshClient.c @@ -1,4 +1,4 @@ -/* $Id: GmshClient.c,v 1.2 2002-05-18 08:06:10 geuzaine Exp $ */ +/* $Id: GmshClient.c,v 1.3 2002-05-20 18:28:30 geuzaine Exp $ */ /* Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle @@ -14,7 +14,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. + + Please report all bugs and problems to "gmsh@geuz.org". */ #include <stdio.h> diff --git a/utils/GmshClient.h b/utils/GmshClient.h index a749bda4549d8279f4b72d387aeff317a2507281..b8c0e4337521f41b3df4bd3a5dcf33abfb3b8ce3 100644 --- a/utils/GmshClient.h +++ b/utils/GmshClient.h @@ -16,7 +16,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. + + Please report all bugs and problems to "gmsh@geuz.org". */ #define GMSH_CLIENT_START 1 diff --git a/utils/mysolver.c b/utils/mysolver.c index 5e73aae3d46625c457ec39e485786ccb9040381f..013c17993e62544e5c4326939e769439d542bfdb 100644 --- a/utils/mysolver.c +++ b/utils/mysolver.c @@ -1,4 +1,4 @@ -/* $Id: mysolver.c,v 1.3 2002-05-18 08:06:10 geuzaine Exp $ */ +/* $Id: mysolver.c,v 1.4 2002-05-20 18:28:30 geuzaine Exp $ */ /* Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle @@ -14,7 +14,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. + + Please report all bugs and problems to "gmsh@geuz.org". */ /* This file contains a dummy client solver for Gmsh. It does not diff --git a/utils/replace b/utils/replace index 6186bebf0b62585e0ee5bd6717ccc1ae40c9e77c..bca0de1d21bf5b4c1b6cab769c657d8a16fa4a15 100644 --- a/utils/replace +++ b/utils/replace @@ -2,7 +2,10 @@ for A in $* do -sed "s/msh_include/msh_Include/g" $A > $A.XXX +sed "s|MA 02111-1307 USA.|MA 02111-1307\\ +// USA.\\ +// \\ +// Please report all bugs and problems to \"gmsh@geuz.org\".|g" $A > $A.XXX /bin/rm -f $A mv $A.XXX $A done