diff --git a/Box/Box.cpp b/Box/Box.cpp index 45cb0ea00cf106e5b108126d02cf0907690c45bc..6eebde185660ba2f110d2167c9a23c9f734096a2 100644 --- a/Box/Box.cpp +++ b/Box/Box.cpp @@ -1,6 +1,6 @@ -// $Id: Box.cpp,v 1.31 2006-11-25 20:08:39 geuzaine Exp $ +// $Id: Box.cpp,v 1.32 2006-11-27 22:22:06 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Box/Makefile b/Box/Makefile index 9130574c2e1c7198c53402be97dbc0e38cfdb44c..b9f57d82518c997da6795c31c30cec049db260d2 100644 --- a/Box/Makefile +++ b/Box/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.32 2006-11-25 18:55:50 geuzaine Exp $ +# $Id: Makefile,v 1.33 2006-11-27 22:22:06 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Common/AdaptiveViews.cpp b/Common/AdaptiveViews.cpp index 31d1f0e7b19e9bfe49512293ff8dfdf922315f4b..3896ce1620d2d7d4fab046879b763072ecca1e00 100644 --- a/Common/AdaptiveViews.cpp +++ b/Common/AdaptiveViews.cpp @@ -1,5 +1,5 @@ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/AdaptiveViews.h b/Common/AdaptiveViews.h index f0aed409fc35bb4dcb77647479448c339815746d..fe932c5a63d44a43fd51c6d1bdb531ffea28bed3 100644 --- a/Common/AdaptiveViews.h +++ b/Common/AdaptiveViews.h @@ -1,7 +1,7 @@ #ifndef _ADAPTIVE_VIEWS_H_ #define _ADAPTIVE_VIEWS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/ColorTable.cpp b/Common/ColorTable.cpp index eb7970690c763be0605613eff801f6d97e0b2296..a0f0f9862811f494b52e60c5a99c2b78ce908a64 100644 --- a/Common/ColorTable.cpp +++ b/Common/ColorTable.cpp @@ -1,6 +1,6 @@ -// $Id: ColorTable.cpp,v 1.32 2006-08-25 23:01:16 geuzaine Exp $ +// $Id: ColorTable.cpp,v 1.33 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/ColorTable.h b/Common/ColorTable.h index 096057512a4e9c61a29de3df08bd1947fbc739f5..11bde849ec16469597f95aaaadeff0657c139dd5 100644 --- a/Common/ColorTable.h +++ b/Common/ColorTable.h @@ -1,7 +1,7 @@ #ifndef _COLORTABLE_H_ #define _COLORTABLE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Colors.h b/Common/Colors.h index 701c565f3b08ad6eba3b35ed91c4b6b3a911b4ae..67b2cf926637bf8f099313732416ed38adfa900d 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -1,7 +1,7 @@ #ifndef _COLORS_H_ #define _COLORS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index bf47db526c7d464980eaa6695b71c58c842e5f1e..ea97f0a6cc22902bdc9cbd5425b695ee278a0f08 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,6 +1,6 @@ -// $Id: CommandLine.cpp,v 1.83 2006-11-27 03:19:47 geuzaine Exp $ +// $Id: CommandLine.cpp,v 1.84 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -46,7 +46,7 @@ extern Context_T CTX; extern GModel *GMODEL; char gmsh_progname[] = "Gmsh, a 3D mesh generator with pre- and post-processing facilities" ; -char gmsh_copyright[] = "Copyright (C) 1997-2006 Christophe Geuzaine and Jean-Francois Remacle"; +char gmsh_copyright[] = "Copyright (C) 1997-2007 Christophe Geuzaine and Jean-Francois Remacle"; char gmsh_version[] = "Version : " ; char gmsh_license[] = "License : " GMSH_SHORT_LICENSE; char gmsh_gui[] = "GUI toolkit : " ; diff --git a/Common/CommandLine.h b/Common/CommandLine.h index e25661aeac9c222e5892ada059d8592ca9c326b0..e1c3290728e0e8bdc88ad5d0505069e43bc2be78 100644 --- a/Common/CommandLine.h +++ b/Common/CommandLine.h @@ -1,7 +1,7 @@ #ifndef _COMMAND_LINE_H_ #define _COMMAND_LINE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Context.cpp b/Common/Context.cpp index 38bf1ac53bdbb2bfb7f4370af52e8f7b4982838c..558f53ac1ea350c1b451a9e64fc572a1f4333496 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,6 +1,6 @@ -// $Id: Context.cpp,v 1.57 2006-01-06 00:34:20 geuzaine Exp $ +// $Id: Context.cpp,v 1.58 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Context.h b/Common/Context.h index ef0c16ddc08d0bc2a1ffea8a866ff2005a34fb74..a04287e2194968afbf21b2a7cef5e2e4f9d1e97b 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -1,7 +1,7 @@ #ifndef _CONTEXT_H_ #define _CONTEXT_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index d347398a60cca2c84d55d0b3c5b76c0ec44c486e..23a045860f8db084dd33fa339074fd372b47ea04 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,7 +1,7 @@ #ifndef _DEFAULT_OPTIONS_H_ #define _DEFAULT_OPTIONS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -123,7 +123,7 @@ StringXString SolverOptions_String[] = { "Name of solver 0" }, { F|O, "Help0" , opt_solver_help0 , "A General environment for the treatment of\nDiscrete Problems\n\n" - "Copyright (C) 1997-2006\nPatrick Dular and Christophe Geuzaine\n\n" + "Copyright (C) 1997-2007\nPatrick Dular and Christophe Geuzaine\n\n" "Visit http://www.geuz.org/getdp/ for more info", "Help string for solver 0" }, { F|O, "Executable0" , opt_solver_executable0 , diff --git a/Common/Gmsh.h b/Common/Gmsh.h index 799c2ca46b4157653444181e5a2435656e63aa69..b1ff5b335453a781145d7d1a7759f3b99a70509f 100644 --- a/Common/Gmsh.h +++ b/Common/Gmsh.h @@ -1,7 +1,7 @@ #ifndef _GMSH_H_ #define _GMSH_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/GmshUI.h b/Common/GmshUI.h index a66daad6c5eb0b9643f12b1e3f26c731622b8b30..d9146a47d03525c45c5afe6ac3e45ee8aa124a40 100644 --- a/Common/GmshUI.h +++ b/Common/GmshUI.h @@ -1,7 +1,7 @@ #ifndef _GMSH_UI_H_ #define _GMSH_UI_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/HashMap.h b/Common/HashMap.h index c60241c66ffa26c3dcfd9ac0eb53c678a6f3bec9..fb98d9ce7417d38ec6711a3a395f9041d6630bc3 100644 --- a/Common/HashMap.h +++ b/Common/HashMap.h @@ -1,7 +1,7 @@ #ifndef _HASH_MAP_H_ #define _HASH_MAP_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/License.cpp b/Common/License.cpp index 6778ef76e9cd3f0cde70fdb64b53d165a9f7849e..7f609a5632c13c972830101328252a68c8dc4102 100644 --- a/Common/License.cpp +++ b/Common/License.cpp @@ -1,6 +1,6 @@ -// $Id: License.cpp,v 1.6 2006-01-06 00:34:21 geuzaine Exp $ +// $Id: License.cpp,v 1.7 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Makefile b/Common/Makefile index 182b0e0870287911cc2776a1821d858d18584dbe..5ba658c1c09d53069ef3bc08c8ce3ca5ee5f700b 100644 --- a/Common/Makefile +++ b/Common/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.119 2006-11-25 20:08:39 geuzaine Exp $ +# $Id: Makefile,v 1.120 2006-11-27 22:22:07 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Common/Message.h b/Common/Message.h index c944cabaadd1ef527819d497340859a4deda631a..598b2e2248b8ca9e492afedb02930517c1d97ac9 100644 --- a/Common/Message.h +++ b/Common/Message.h @@ -1,7 +1,7 @@ #ifndef _MESSAGE_H_ #define _MESSAGE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/OS.cpp b/Common/OS.cpp index 58956d425a587f2f520f5670decf2ca3dd94e1e2..4660bbe064ce385b4ff1744d75bb4034e09061a5 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -1,6 +1,6 @@ -// $Id: OS.cpp,v 1.4 2006-03-03 12:40:21 geuzaine Exp $ +// $Id: OS.cpp,v 1.5 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/OS.h b/Common/OS.h index d46a48d9e84dad6d985d04e4beb651b74310a512..00e194f09e05d3b579484122a4c2f062e1c164df 100644 --- a/Common/OS.h +++ b/Common/OS.h @@ -1,7 +1,7 @@ #ifndef _OS_H_ #define _OS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Octree.cpp b/Common/Octree.cpp index 87cb2478e55556e6866167eac5a36e471acbda87..b14d033a716840c494c9ef9fcbb06394b919704d 100644 --- a/Common/Octree.cpp +++ b/Common/Octree.cpp @@ -1,6 +1,6 @@ -// $Id: Octree.cpp,v 1.1 2006-01-28 18:44:19 geuzaine Exp $ +// $Id: Octree.cpp,v 1.2 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Octree.h b/Common/Octree.h index 0f1bb64c8696577de83e9fe5c4202d9fd104464e..b5e1095dff0c5ffe01b50cc5a8c7523d4aa25333 100644 --- a/Common/Octree.h +++ b/Common/Octree.h @@ -1,7 +1,7 @@ #ifndef _OCTREE_H_ #define _OCTREE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/OctreeInternals.cpp b/Common/OctreeInternals.cpp index 51850b4a2d7f110528f2a2ac67c8aacb9bfeb6e7..1916e2437d9d9d8a6159bbbb275e835a638437ae 100644 --- a/Common/OctreeInternals.cpp +++ b/Common/OctreeInternals.cpp @@ -1,6 +1,6 @@ -// $Id: OctreeInternals.cpp,v 1.1 2006-01-28 18:44:19 geuzaine Exp $ +// $Id: OctreeInternals.cpp,v 1.2 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/OctreeInternals.h b/Common/OctreeInternals.h index 005add770a4626fe662113ad8681486da7b1d43e..42d912580fe059036cf0e643d489db41c765b0b8 100644 --- a/Common/OctreeInternals.h +++ b/Common/OctreeInternals.h @@ -1,7 +1,7 @@ #ifndef _OCTREE_INTERNALS_H_ #define _OCTREE_INTERNALS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/OctreePost.cpp b/Common/OctreePost.cpp index ef7ccddfc395e784905c142aefa21c0dcbb976d8..c8f6b61e6ba1bf592317ed22590d924430245215 100644 --- a/Common/OctreePost.cpp +++ b/Common/OctreePost.cpp @@ -1,6 +1,6 @@ -// $Id: OctreePost.cpp,v 1.1 2006-01-28 18:44:19 geuzaine Exp $ +// $Id: OctreePost.cpp,v 1.2 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/OctreePost.h b/Common/OctreePost.h index e7ba78f7dd6b79a373cb1da40521de6b01688e10..e7960d984f14026a2d5e86f7377d7b5c37bf866c 100644 --- a/Common/OctreePost.h +++ b/Common/OctreePost.h @@ -1,7 +1,7 @@ #ifndef _OCTREE_POST_H_ #define _OCTREE_POST_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Options.cpp b/Common/Options.cpp index 5f5626b08330a872204bf4700b83d469ea727151..6c159b8dd71cbdb27e84548611b91b09a7c25d5c 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,6 +1,6 @@ -// $Id: Options.cpp,v 1.319 2006-11-27 03:19:47 geuzaine Exp $ +// $Id: Options.cpp,v 1.320 2006-11-27 22:22:07 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Options.h b/Common/Options.h index c013f51d63072f1bcd6ebd7c188566d4b1cdeb5e..4b648023a372ce2566c12afa2c0df37dfadd499a 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -1,7 +1,7 @@ #ifndef _OPTIONS_H_ #define _OPTIONS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/ShapeFunctions.h b/Common/ShapeFunctions.h index 05c64ddcfdf3568c44cc28bc6fa7f8cce170bc7b..ca025de0b00a82d2a0bc81dfe475956428c77179 100644 --- a/Common/ShapeFunctions.h +++ b/Common/ShapeFunctions.h @@ -1,7 +1,7 @@ #ifndef _SHAPE_FUNCTIONS_H_ #define _SHAPE_FUNCTIONS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/SmoothNormals.cpp b/Common/SmoothNormals.cpp index acb5a94f04828ea74252c57f8bb21284afe9f83f..987c8f472e09a67252af26fb45a464b4b7f8febd 100644 --- a/Common/SmoothNormals.cpp +++ b/Common/SmoothNormals.cpp @@ -1,6 +1,6 @@ -// $Id: SmoothNormals.cpp,v 1.7 2006-08-16 05:25:22 geuzaine Exp $ +// $Id: SmoothNormals.cpp,v 1.8 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/SmoothNormals.h b/Common/SmoothNormals.h index a2b362188fb4442782195f31a0b6479261c12a80..671c0148e04022ba41e701013e395f4bf3315ec2 100644 --- a/Common/SmoothNormals.h +++ b/Common/SmoothNormals.h @@ -1,7 +1,7 @@ #ifndef _SMOOTH_NORMALS_H_ #define _SMOOTH_NORMALS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/VertexArray.cpp b/Common/VertexArray.cpp index 9e746bd1f869280494346fdab4f00a17cf2f3140..d2b019ccbcd806ba49be989f87d72ef9319aa497 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,6 +1,6 @@ -// $Id: VertexArray.cpp,v 1.16 2006-11-01 22:19:26 geuzaine Exp $ +// $Id: VertexArray.cpp,v 1.17 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/VertexArray.h b/Common/VertexArray.h index 61af100955e6d60494e2686b08caf11b3835cce0..b413a50cce11bd2896f5b5d559a6b0dc691caf38 100644 --- a/Common/VertexArray.h +++ b/Common/VertexArray.h @@ -1,7 +1,7 @@ #ifndef _VERTEX_ARRAY_H_ #define _VERTEX_ARRAY_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Views.cpp b/Common/Views.cpp index 16e1ab966254449a9be3f795c019e860d4c13a0c..dc70942c00eb6b8696c855f00fdc1405a539f4db 100644 --- a/Common/Views.cpp +++ b/Common/Views.cpp @@ -1,6 +1,6 @@ -// $Id: Views.cpp,v 1.191 2006-08-16 05:25:22 geuzaine Exp $ +// $Id: Views.cpp,v 1.192 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Views.h b/Common/Views.h index 5996265fb16c7ea81ded96a9424e295e651dfe6b..9d6a063e4fbcfd8da5b91bad150e9641bf37da1a 100644 --- a/Common/Views.h +++ b/Common/Views.h @@ -1,7 +1,7 @@ #ifndef _VIEWS_H_ #define _VIEWS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/ViewsIO.cpp b/Common/ViewsIO.cpp index db7828238b5b960344b9bd8d658a364bb4c560f4..860e6e7ae3cf27ee0187e0a638e7c221d817364a 100644 --- a/Common/ViewsIO.cpp +++ b/Common/ViewsIO.cpp @@ -1,6 +1,6 @@ -// $Id: ViewsIO.cpp,v 1.8 2006-08-15 05:40:23 geuzaine Exp $ +// $Id: ViewsIO.cpp,v 1.9 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Visibility.cpp b/Common/Visibility.cpp index 9ac7d228e1199179c2d352ddc17fcf6aa06d88a3..c19f4425904f346bd7d2cf3fe7d657f94bb33db0 100644 --- a/Common/Visibility.cpp +++ b/Common/Visibility.cpp @@ -1,6 +1,6 @@ -// $Id: Visibility.cpp,v 1.19 2006-11-15 15:19:52 geuzaine Exp $ +// $Id: Visibility.cpp,v 1.20 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Common/Visibility.h b/Common/Visibility.h index cfd51714a9fd774083cac323b54ca42dbc5b8e76..e34e1e3cd0042e3e9e2fc61e2fcc78e62b26ed17 100644 --- a/Common/Visibility.h +++ b/Common/Visibility.h @@ -1,7 +1,7 @@ #ifndef _VISIBILITY_H_ #define _VISIBILITY_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/List.cpp b/DataStr/List.cpp index 54481c96230cf61fac70453499b94e9dde03fbc5..e06fff256173e7b57ad9fd05f76050d6d6607f3d 100644 --- a/DataStr/List.cpp +++ b/DataStr/List.cpp @@ -1,6 +1,6 @@ -// $Id: List.cpp,v 1.38 2006-01-17 17:09:05 geuzaine Exp $ +// $Id: List.cpp,v 1.39 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/List.h b/DataStr/List.h index 03a2703e401add8b1d216e7bf889e0ce56510426..c47d2ae0da5829e0c0bf592930c76790e982a563 100644 --- a/DataStr/List.h +++ b/DataStr/List.h @@ -1,7 +1,7 @@ #ifndef _LIST_H_ #define _LIST_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/Makefile b/DataStr/Makefile index 07fa9959528035b7f7e68d6ba6700c63deec3030..f6de267fa9b1b709d2386e3b5e1da8a09215510e 100644 --- a/DataStr/Makefile +++ b/DataStr/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.37 2006-11-14 15:21:02 geuzaine Exp $ +# $Id: Makefile,v 1.38 2006-11-27 22:22:08 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/DataStr/Malloc.cpp b/DataStr/Malloc.cpp index 5262b3048fa8e4107ae54c260660ca62a52d7e47..30189fbb64a8925abba8852bd3f61c9edcd0ecf9 100644 --- a/DataStr/Malloc.cpp +++ b/DataStr/Malloc.cpp @@ -1,6 +1,6 @@ -// $Id: Malloc.cpp,v 1.19 2006-01-06 00:34:21 geuzaine Exp $ +// $Id: Malloc.cpp,v 1.20 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/Malloc.h b/DataStr/Malloc.h index 2c0ca21eb5f315519f07a21c96264a86a16f22b1..564cec3cd751711e9ac0971f58d41cf99cfd9fcc 100644 --- a/DataStr/Malloc.h +++ b/DataStr/Malloc.h @@ -1,7 +1,7 @@ #ifndef _MALLOC_H_ #define _MALLOC_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/SafeIO.cpp b/DataStr/SafeIO.cpp index 986cfb94974418610dd22c11c890b4572becc52d..28761f218af0aee6729e1985d1ed0ac3f5ff2b48 100644 --- a/DataStr/SafeIO.cpp +++ b/DataStr/SafeIO.cpp @@ -1,6 +1,6 @@ -// $Id: SafeIO.cpp,v 1.8 2006-02-26 16:33:50 geuzaine Exp $ +// $Id: SafeIO.cpp,v 1.9 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/SafeIO.h b/DataStr/SafeIO.h index 75739abacf43874e39142cd534addd687ffd7ee0..8e854f43c2d009d782872be348a260bcbeca9cef 100644 --- a/DataStr/SafeIO.h +++ b/DataStr/SafeIO.h @@ -1,6 +1,6 @@ #ifndef _SAFE_IO_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/Tools.cpp b/DataStr/Tools.cpp index 20181e57f6ed6d00caa9199aee5b06a686fcdf77..eb39a9bd7c78ba5bf87e9ac181e5587e2acda3b7 100644 --- a/DataStr/Tools.cpp +++ b/DataStr/Tools.cpp @@ -1,6 +1,6 @@ -// $Id: Tools.cpp,v 1.15 2006-01-06 00:34:22 geuzaine Exp $ +// $Id: Tools.cpp,v 1.16 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/Tools.h b/DataStr/Tools.h index 24f1a416b8491370fd0200044b1b69f22dd39330..c9f32906a223cf97382d3271200e84effee0fa82 100644 --- a/DataStr/Tools.h +++ b/DataStr/Tools.h @@ -1,7 +1,7 @@ #ifndef _TOOLS_H_ #define _TOOLS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/Tree.cpp b/DataStr/Tree.cpp index 84babdfaf7cd5fad90b958f7e83c3665cd5b5607..dfc01911dcdbab0693291a69f75e1c7653349253 100644 --- a/DataStr/Tree.cpp +++ b/DataStr/Tree.cpp @@ -1,6 +1,6 @@ -// $Id: Tree.cpp,v 1.20 2006-01-06 00:34:22 geuzaine Exp $ +// $Id: Tree.cpp,v 1.21 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/DataStr/Tree.h b/DataStr/Tree.h index 407d02b9e4f32889790776b67e438a07bb7d34c4..32697f8db19deb86842e89cb7a92ed83a03ab24f 100644 --- a/DataStr/Tree.h +++ b/DataStr/Tree.h @@ -1,7 +1,7 @@ #ifndef _TREE_H_ #define _TREE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Bitmaps.h b/Fltk/Bitmaps.h index 5d73aabd597fca91ee2ffcd7e344776b59bc5edb..b959cb2bc70a4e0a0cf0724111821de18b140e3b 100644 --- a/Fltk/Bitmaps.h +++ b/Fltk/Bitmaps.h @@ -1,7 +1,7 @@ #ifndef _BITMAPS_H_ #define _BITMAPS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp index 7c3ac661cab0d5f01c64e4caaefc6a5711ffc6b7..c64981c634685dfe129088b407ee0fb1012891e5 100644 --- a/Fltk/Callbacks.cpp +++ b/Fltk/Callbacks.cpp @@ -1,6 +1,6 @@ -// $Id: Callbacks.cpp,v 1.484 2006-11-27 19:22:57 geuzaine Exp $ +// $Id: Callbacks.cpp,v 1.485 2006-11-27 22:22:08 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Callbacks.h b/Fltk/Callbacks.h index 3cacf33721469aca110074d770295540130baa35..0b9a01233232a27edb1d4dad00eb02f0ec2aad0a 100644 --- a/Fltk/Callbacks.h +++ b/Fltk/Callbacks.h @@ -1,7 +1,7 @@ #ifndef _CALLBACKS_H_ #define _CALLBACKS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Colorbar_Window.cpp b/Fltk/Colorbar_Window.cpp index e034e2585e17a913d546c8e209a55361c07c0a02..ac75fb89cdec748f166681f5098d86f0114e147e 100644 --- a/Fltk/Colorbar_Window.cpp +++ b/Fltk/Colorbar_Window.cpp @@ -1,6 +1,6 @@ -// $Id: Colorbar_Window.cpp,v 1.56 2006-08-27 01:47:57 geuzaine Exp $ +// $Id: Colorbar_Window.cpp,v 1.57 2006-11-27 22:22:09 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Colorbar_Window.h b/Fltk/Colorbar_Window.h index 69e92502e2d9b9d809b7e0ca94b5f2c5c7dc579c..1d8af5dfd2199e60d1a9a73696b9c8d5b1c7ac28 100644 --- a/Fltk/Colorbar_Window.h +++ b/Fltk/Colorbar_Window.h @@ -1,7 +1,7 @@ #ifndef _COLORBAR_WINDOW_H #define _COLORBAR_WINDOW_H -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/File_Picker.h b/Fltk/File_Picker.h index 3da6ef5ce873ebd1760e972bd849389f11770ed3..7d99155ce2cd6595c52c3d51b66d7062b2c6cd8f 100644 --- a/Fltk/File_Picker.h +++ b/Fltk/File_Picker.h @@ -1,7 +1,7 @@ #ifndef _FILE_PICKER_H_ #define _FILE_PICKER_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 2a9ca51a028958fb4dd19e7e14468f2f6e9007cd..95c52fdd5842c5755f6e8ad26a2ab6a0e614fac5 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,6 +1,6 @@ -// $Id: GUI.cpp,v 1.566 2006-11-27 19:22:57 geuzaine Exp $ +// $Id: GUI.cpp,v 1.567 2006-11-27 22:22:09 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -4286,7 +4286,7 @@ void GUI::create_about_window() o->add("@c@.A three-dimensional finite element mesh generator"); o->add("@c@.with built-in pre- and post-processing facilities"); o->add(" "); - o->add("@c@.Copyright (C) 1997-2006"); + o->add("@c@.Copyright (C) 1997-2007"); #if defined(__APPLE__) o->add("@c@.Christophe Geuzaine and Jean-Francois Remacle"); #else diff --git a/Fltk/GUI.h b/Fltk/GUI.h index 92de01ce3162cd6f1e79d2dbaca273cfda41d2d6..bdfeaad4e627a12f4fe7fb560995e3ad50babcff 100644 --- a/Fltk/GUI.h +++ b/Fltk/GUI.h @@ -1,7 +1,7 @@ #ifndef _GUI_H_ #define _GUI_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/GUI_Extras.cpp b/Fltk/GUI_Extras.cpp index 6487a724f9d019ad634d81fe948b14550ee668d4..5085d2ec7320f53cfd94ae35a995625b0e15fa68 100644 --- a/Fltk/GUI_Extras.cpp +++ b/Fltk/GUI_Extras.cpp @@ -1,6 +1,6 @@ -// $Id: GUI_Extras.cpp,v 1.27 2006-11-25 16:52:43 geuzaine Exp $ +// $Id: GUI_Extras.cpp,v 1.28 2006-11-27 22:22:10 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/GUI_Extras.h b/Fltk/GUI_Extras.h index 13bdab2c2f77c55f69a4a19f05be8df2ebd5b8cd..976eab81ad270db658ce4b7c2e9f24d6029a4d26 100644 --- a/Fltk/GUI_Extras.h +++ b/Fltk/GUI_Extras.h @@ -1,7 +1,7 @@ #ifndef _GUI_EXTRAS_H_ #define _GUI_EXTRAS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/GmshServer.h b/Fltk/GmshServer.h index f4312ad66eb297e88d3e7bcb013b6a7142dd0caf..229a4ffcef9279b9eb05e3eaa1607f4f6a619420 100644 --- a/Fltk/GmshServer.h +++ b/Fltk/GmshServer.h @@ -1,7 +1,7 @@ #ifndef _GMSH_SERVER_H_ #define _GMSH_SERVER_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index 056a3ab813c33e54c8b820a4e9d7d111b354fcbe..83fb496a5ffb715414f9211346df893bce726067 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,6 +1,6 @@ -// $Id: Main.cpp,v 1.100 2006-11-25 20:08:39 geuzaine Exp $ +// $Id: Main.cpp,v 1.101 2006-11-27 22:22:10 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Makefile b/Fltk/Makefile index ea012aacd2a9017e5d32a6a3a388c101d3bc6549..bcb164c5fc6e4741ac894d8795e955d88a9d7f05 100644 --- a/Fltk/Makefile +++ b/Fltk/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.116 2006-11-25 23:29:27 geuzaine Exp $ +# $Id: Makefile,v 1.117 2006-11-27 22:22:10 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Fltk/Message.cpp b/Fltk/Message.cpp index 5ae15181fac306a0cd42160edd8a63956672e207..4f28317fa8e5b77435bc14dd4d043627ac24bc1d 100644 --- a/Fltk/Message.cpp +++ b/Fltk/Message.cpp @@ -1,6 +1,6 @@ -// $Id: Message.cpp,v 1.76 2006-09-23 02:48:09 geuzaine Exp $ +// $Id: Message.cpp,v 1.77 2006-11-27 22:22:10 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Opengl.cpp b/Fltk/Opengl.cpp index 6ef55d9092f0219082a5d1fae083184a302a53dc..a9dc5c38bebd1d5ff7c40e4c678b5cd5d439cc0c 100644 --- a/Fltk/Opengl.cpp +++ b/Fltk/Opengl.cpp @@ -1,6 +1,6 @@ -// $Id: Opengl.cpp,v 1.70 2006-11-25 16:52:43 geuzaine Exp $ +// $Id: Opengl.cpp,v 1.71 2006-11-27 22:22:10 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Opengl_Window.cpp b/Fltk/Opengl_Window.cpp index a815cbee15aa204a13d1f969f57cd865e215f500..f46af1fd3a282e8911f3e8b04ac40132e36a249a 100644 --- a/Fltk/Opengl_Window.cpp +++ b/Fltk/Opengl_Window.cpp @@ -1,6 +1,6 @@ -// $Id: Opengl_Window.cpp,v 1.76 2006-11-04 14:14:13 geuzaine Exp $ +// $Id: Opengl_Window.cpp,v 1.77 2006-11-27 22:22:10 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Opengl_Window.h b/Fltk/Opengl_Window.h index 7117e1a40a101b33da1b215a7dc1758b3345f0ae..18cf6f9c437389b8ad987f587993433d6eab2f43 100644 --- a/Fltk/Opengl_Window.h +++ b/Fltk/Opengl_Window.h @@ -1,7 +1,7 @@ #ifndef _OPENGL_WINDOW_H_ #define _OPENGL_WINDOW_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Popup_Button.h b/Fltk/Popup_Button.h index e63a3e441871ec5c71caeea56d55c0fa6b860fc3..2455699d28c1b6318c67930855b023ab754fff16 100644 --- a/Fltk/Popup_Button.h +++ b/Fltk/Popup_Button.h @@ -1,7 +1,7 @@ #ifndef _POPUP_BUTTON_H #define _POPUP_BUTTON_H -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Shortcut_Window.h b/Fltk/Shortcut_Window.h index f4f7c5ea9c7d3bdea76dfde0e551e4c3e334c0d0..c7e67dded572f35733d8f14924d3d8847c07429c 100644 --- a/Fltk/Shortcut_Window.h +++ b/Fltk/Shortcut_Window.h @@ -1,7 +1,7 @@ #ifndef _SHORTCUT_WINDOW_H #define _SHORTCUT_WINDOW_H -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Solvers.cpp b/Fltk/Solvers.cpp index 377b3c34ce753fd03665340b4b92459bd98de305..451e219951f691d295bce5c623d5f40e091c893a 100644 --- a/Fltk/Solvers.cpp +++ b/Fltk/Solvers.cpp @@ -1,6 +1,6 @@ -// $Id: Solvers.cpp,v 1.53 2006-11-25 16:52:43 geuzaine Exp $ +// $Id: Solvers.cpp,v 1.54 2006-11-27 22:22:11 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/Solvers.h b/Fltk/Solvers.h index bfc4bf8bbc3dc342173136859d43ceb40974f4d0..1f6295410f30bbe2297c54e48345004362dfe028 100644 --- a/Fltk/Solvers.h +++ b/Fltk/Solvers.h @@ -1,7 +1,7 @@ #ifndef _SOLVERS_H_ #define _SOLVERS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Fltk/SpherePosition_Widget.h b/Fltk/SpherePosition_Widget.h index 11f1700afe2cd2d9e7986b3a2ed456b595c9105f..6fd1cd308d953b62f1213a451b3f6ff44d80c372 100644 --- a/Fltk/SpherePosition_Widget.h +++ b/Fltk/SpherePosition_Widget.h @@ -1,7 +1,7 @@ #ifndef _SPHERE_POSITION_WIDGET_H_ #define _SPHERE_POSITION_WIDGET_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/ExtrudeParams.cpp b/Geo/ExtrudeParams.cpp index 609d6cddb9ff508657eef02e1bfa0829e3bff810..543bd2916158301c1026d5ec868deeb7279b71b7 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,6 +1,6 @@ -// $Id: ExtrudeParams.cpp,v 1.21 2006-11-27 17:45:07 geuzaine Exp $ +// $Id: ExtrudeParams.cpp,v 1.22 2006-11-27 22:22:11 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/ExtrudeParams.h b/Geo/ExtrudeParams.h index 17eb2e521a54c96c8ddd25deb1f045ab8e6fdf8a..89c2d28de452808c2574cf7811f0826c22f9dcc0 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -1,7 +1,7 @@ #ifndef _EXTRUDE_PARAMS_H_ #define _EXTRUDE_PARAMS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GEdge.cpp b/Geo/GEdge.cpp index de27fb290b1b31938506c2afe8d7f34c8e29234d..f75417bf079ca6e487e54c5ccc73bdb45399ecad 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -1,6 +1,6 @@ -// $Id: GEdge.cpp,v 1.18 2006-11-16 21:14:10 remacle Exp $ +// $Id: GEdge.cpp,v 1.19 2006-11-27 22:22:11 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GEdge.h b/Geo/GEdge.h index b439812fa74153a3a8a14841412d978bcc2a2aed..d7e5187885a9e54836a9b356d7610c5ebed77b5e 100644 --- a/Geo/GEdge.h +++ b/Geo/GEdge.h @@ -1,7 +1,7 @@ #ifndef _GEDGE_H_ #define _GEDGE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GEdgeLoop.cpp b/Geo/GEdgeLoop.cpp index e257d725ad0c5f0f4fff07f6be006c8e3119e852..7c9b77d15ce551b8a6187a00cfb763d57ffce377 100644 --- a/Geo/GEdgeLoop.cpp +++ b/Geo/GEdgeLoop.cpp @@ -1,6 +1,6 @@ -// $Id: GEdgeLoop.cpp,v 1.3 2006-11-26 01:17:13 geuzaine Exp $ +// $Id: GEdgeLoop.cpp,v 1.4 2006-11-27 22:22:12 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GEdgeLoop.h b/Geo/GEdgeLoop.h index 04fc678242a27ded00dc5e2180e87974043d3111..9ca28ebf6458d0775092544e9b7f0eb3814b2ed7 100644 --- a/Geo/GEdgeLoop.h +++ b/Geo/GEdgeLoop.h @@ -1,7 +1,7 @@ #ifndef _GEDGELOOP_H_ #define _GEDGELOOP_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GEntity.cpp b/Geo/GEntity.cpp index bb754c49446f67250857d20bf4d388d6140602fd..5e2fba73ef090051827b74c66bcb0f0658edb337 100644 --- a/Geo/GEntity.cpp +++ b/Geo/GEntity.cpp @@ -1,6 +1,6 @@ -// $Id: GEntity.cpp,v 1.8 2006-11-26 01:17:13 geuzaine Exp $ +// $Id: GEntity.cpp,v 1.9 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GEntity.h b/Geo/GEntity.h index 7781c1ac6e404f678bb24af640563a2085f45330..f4577c4efc415b35ce5aecd9019d6b3e377b2029 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -1,7 +1,7 @@ #ifndef _GENTITY_H_ #define _GENTITY_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp index 2b6f73db4a1655db9c467dc5471d552ac641e4a0..f1b6f650c75a433aada0507fe2f7656b2adf65b9 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,6 +1,6 @@ -// $Id: GFace.cpp,v 1.22 2006-11-25 18:03:49 geuzaine Exp $ +// $Id: GFace.cpp,v 1.23 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GFace.h b/Geo/GFace.h index a4daf11ab3f123e513edbf9978eec2377004d1f8..7a7fb9535b38b54bfa7aca1e932cdd325be25dfc 100644 --- a/Geo/GFace.h +++ b/Geo/GFace.h @@ -1,7 +1,7 @@ #ifndef _GFACE_H_ #define _GFACE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 4c430b0337bfe20530e1aa0925b9695ce8a98dc5..fcb0687618b4734b7fd19d687e34dca5fd2f5905 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,6 +1,6 @@ -// $Id: GModel.cpp,v 1.21 2006-11-05 18:03:00 geuzaine Exp $ +// $Id: GModel.cpp,v 1.22 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GModel.h b/Geo/GModel.h index 35f34dcbb09d8d06b6fd1ad0b77cdd51a8724860..61208f34fe07f4364e058c4c370f51f6d45a848c 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -1,7 +1,7 @@ #ifndef _GMODEL_H_ #define _GMODEL_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GModelIO_Geo.cpp b/Geo/GModelIO_Geo.cpp index f5490390fd48eac9e0c184742bfabb29dd32fb99..cdaf5d8f1affbceb209791d794a0bb4f46418828 100644 --- a/Geo/GModelIO_Geo.cpp +++ b/Geo/GModelIO_Geo.cpp @@ -1,6 +1,6 @@ -// $Id: GModelIO_Geo.cpp,v 1.2 2006-11-25 16:52:43 geuzaine Exp $ +// $Id: GModelIO_Geo.cpp,v 1.3 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GModelIO_Mesh.cpp b/Geo/GModelIO_Mesh.cpp index 90c978a309f7534f3fa84dce40781b22402e003f..05203c0dfe6637f233faf3a24f136ee6f5b3a07a 100644 --- a/Geo/GModelIO_Mesh.cpp +++ b/Geo/GModelIO_Mesh.cpp @@ -1,6 +1,6 @@ -// $Id: GModelIO_Mesh.cpp,v 1.1 2006-11-15 13:19:56 geuzaine Exp $ +// $Id: GModelIO_Mesh.cpp,v 1.2 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp index 1c68ae18d3c4053ba26e93c1bb16df469fc0c221..dbfae1f46585bd8dd741407d949d2e068c7814fd 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -1,6 +1,6 @@ -// $Id: GModelIO_OCC.cpp,v 1.12 2006-11-26 01:17:13 geuzaine Exp $ +// $Id: GModelIO_OCC.cpp,v 1.13 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GPoint.h b/Geo/GPoint.h index 1eba205ec9e5ab1b073f958a584eedf0ed4277e9..66b1690903236051b637b90047069044e7122f5b 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -1,7 +1,7 @@ #ifndef _GPOINT_H_ #define _GPOINT_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GRegion.cpp b/Geo/GRegion.cpp index 0b802459897e060df163515587339d30876944bc..8baba82656d08c459b0929848953e56df71d1c2e 100644 --- a/Geo/GRegion.cpp +++ b/Geo/GRegion.cpp @@ -1,6 +1,6 @@ -// $Id: GRegion.cpp,v 1.12 2006-10-12 01:35:32 geuzaine Exp $ +// $Id: GRegion.cpp,v 1.13 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GRegion.h b/Geo/GRegion.h index c593fc791921116cdb1a685c77e29eb809614669..884853f01c8fe492c6d647d0f8203fe9edb3e0cc 100644 --- a/Geo/GRegion.h +++ b/Geo/GRegion.h @@ -1,7 +1,7 @@ #ifndef _GREGION_H_ #define _GREGION_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GVertex.cpp b/Geo/GVertex.cpp index b792a7a65f1796d5e385478df6949973c2617628..2192449e29d9cd80c2969ee21ca362624dba00a2 100644 --- a/Geo/GVertex.cpp +++ b/Geo/GVertex.cpp @@ -1,6 +1,6 @@ -// $Id: GVertex.cpp,v 1.8 2006-11-20 12:44:09 remacle Exp $ +// $Id: GVertex.cpp,v 1.9 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GVertex.h b/Geo/GVertex.h index ffa6687378eaa59266e9184a0d4ba98fb091272f..bd4c35708cc4614a3a9e69246fbacf7b20752a85 100644 --- a/Geo/GVertex.h +++ b/Geo/GVertex.h @@ -1,7 +1,7 @@ #ifndef _GVERTEX_H_ #define _GVERTEX_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index 920be8b36e448c397929bb46adef592ad0a4d3e0..e69a7371878a47fe82d968e96cce0706e43d6325 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,6 +1,6 @@ -// $Id: Geo.cpp,v 1.64 2006-11-27 17:45:07 geuzaine Exp $ +// $Id: Geo.cpp,v 1.65 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/Geo.h b/Geo/Geo.h index 4dde96800c498ffd3e8bb48d011b0b138cc7666b..a691ce42dbb8bca446ae79c596a4a2a01c85cd88 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -1,7 +1,7 @@ #ifndef _GEO_H_ #define _GEO_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GeoExtractContour.cpp b/Geo/GeoExtractContour.cpp index b18d96b4504e5d12ab6b557ad35747c97357e309..94eb3cec9fb681c9d00a7881db1e0721ab9dbca3 100644 --- a/Geo/GeoExtractContour.cpp +++ b/Geo/GeoExtractContour.cpp @@ -1,6 +1,6 @@ -// $Id: GeoExtractContour.cpp,v 1.1 2006-11-25 16:52:43 geuzaine Exp $ +// $Id: GeoExtractContour.cpp,v 1.2 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GeoExtractContour.h b/Geo/GeoExtractContour.h index 2b0e89c60216124faa4fb990d2c082273d43ba59..74cf6a29b5d3e021e0db14d99db171621c63ea6d 100644 --- a/Geo/GeoExtractContour.h +++ b/Geo/GeoExtractContour.h @@ -1,7 +1,7 @@ #ifndef _GEO_EXTRACT_CONTOUR_H_ #define _GEO_EXTRACT_CONTOUR_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index 88c652180eed0d9a0258597d0ecea995b2916edd..4bff12d24621cae0c921e3568114ce059f375969 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,6 +1,6 @@ -// $Id: GeoInterpolation.cpp,v 1.4 2006-11-25 23:06:06 geuzaine Exp $ +// $Id: GeoInterpolation.cpp,v 1.5 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GeoInterpolation.h b/Geo/GeoInterpolation.h index 9b88643fc58b5ac1b12b1234631c664b3d50e7ad..76d50db8fc7f7eb6f30a37cf14584738d2756ff9 100644 --- a/Geo/GeoInterpolation.h +++ b/Geo/GeoInterpolation.h @@ -1,7 +1,7 @@ #ifndef _GEO_INTERPOLATION_H_ #define _GEO_INTERPOLATION_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GeoStringInterface.cpp b/Geo/GeoStringInterface.cpp index ff238b56ba04dc552eef58843d697a4abcc65d24..69515dfe57d6be00b2ed708cc095d02acf8a5363 100644 --- a/Geo/GeoStringInterface.cpp +++ b/Geo/GeoStringInterface.cpp @@ -1,6 +1,6 @@ -// $Id: GeoStringInterface.cpp,v 1.1 2006-11-25 16:52:43 geuzaine Exp $ +// $Id: GeoStringInterface.cpp,v 1.2 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GeoStringInterface.h b/Geo/GeoStringInterface.h index 6ed594299c925496f9432190c4a99ad6f2fbb1aa..3b2757a901413789fe67a4a1897eafa1890e2bbe 100644 --- a/Geo/GeoStringInterface.h +++ b/Geo/GeoStringInterface.h @@ -1,7 +1,7 @@ #ifndef _GEO_STRING_INTERFACE_H_ #define _GEO_STRING_INTERFACE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GeoUtils.cpp b/Geo/GeoUtils.cpp index 127298645007d4d334833862dbaafeba3de494dd..4779bace2b81dfca87891cf136e546833c77d19a 100644 --- a/Geo/GeoUtils.cpp +++ b/Geo/GeoUtils.cpp @@ -1,6 +1,6 @@ -// $Id: GeoUtils.cpp,v 1.17 2006-11-25 20:08:39 geuzaine Exp $ +// $Id: GeoUtils.cpp,v 1.18 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/GeoUtils.h b/Geo/GeoUtils.h index 63cd211ee37f49ab2e3b1924752a5b17c581260e..5a2473c8996397c1a1c8959ecc0cd6bbaa91ba47 100644 --- a/Geo/GeoUtils.h +++ b/Geo/GeoUtils.h @@ -1,7 +1,7 @@ #ifndef _GEO_UTILS_H_ #define _GEO_UTILS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/MEdge.h b/Geo/MEdge.h index 344f81304e045ed7e51dffd6f566998d688db9a7..0b32e425abb6f96ae32f3d2a1571a1866f800846 100644 --- a/Geo/MEdge.h +++ b/Geo/MEdge.h @@ -1,7 +1,7 @@ #ifndef _MEDGE_H_ #define _MEDGE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp index d1d436d4cd92ca8538180c91da7a6bdc65b3ca4d..cb0c703c4956da41a28bcf390dfe935759f2f588 100644 --- a/Geo/MElement.cpp +++ b/Geo/MElement.cpp @@ -1,6 +1,6 @@ -// $Id: MElement.cpp,v 1.23 2006-11-25 02:47:39 geuzaine Exp $ +// $Id: MElement.cpp,v 1.24 2006-11-27 22:22:13 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/MElement.h b/Geo/MElement.h index 54e33f287d94c341ac94c8094a42a20977fcf946..b14436311948d13e4deb1d9d5dfde5cbf9babf76 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -1,7 +1,7 @@ #ifndef _MELEMENT_H_ #define _MELEMENT_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/MFace.h b/Geo/MFace.h index 35a4397295f07c89b796c81a1850d1df78dbc5a3..4b5d8626192cfb8bfd858db57ce783e599796741 100644 --- a/Geo/MFace.h +++ b/Geo/MFace.h @@ -1,7 +1,7 @@ #ifndef _MFACE_H_ #define _MFACE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/MRep.h b/Geo/MRep.h index ae203ce4d697166078487534b26742acfdc99020..5385faec16c78e35c439702402c09c86fbe37175 100644 --- a/Geo/MRep.h +++ b/Geo/MRep.h @@ -1,7 +1,7 @@ #ifndef _MREP_H_ #define _MREP_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/MVertex.cpp b/Geo/MVertex.cpp index 369c395d065114cb1fb417653b11d96d7ee1490a..44ef6dd0cdc8b76b64d0051590f195baa2035311 100644 --- a/Geo/MVertex.cpp +++ b/Geo/MVertex.cpp @@ -1,6 +1,6 @@ -// $Id: MVertex.cpp,v 1.9 2006-09-03 07:44:10 geuzaine Exp $ +// $Id: MVertex.cpp,v 1.10 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/MVertex.h b/Geo/MVertex.h index 72880a4232fb42d4a93a745d1092ad464df00597..7b841bd447a0b5b5fbc4760ca23bc44841755504 100644 --- a/Geo/MVertex.h +++ b/Geo/MVertex.h @@ -1,7 +1,7 @@ #ifndef _MVERTEX_H_ #define _MVERTEX_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/Makefile b/Geo/Makefile index f8ff8d4a6b672fbe8ab3c69a62e9b7f25d35010e..990462527007862ac89b6b4e4dfdb5490a9f48a2 100644 --- a/Geo/Makefile +++ b/Geo/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.117 2006-11-25 23:06:06 geuzaine Exp $ +# $Id: Makefile,v 1.118 2006-11-27 22:22:14 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCEdge.cpp b/Geo/OCCEdge.cpp index 86a4ddd02b645ef3cfd25da2042df350e3cc9e30..a9800195c25b61221c25b20686f8b2a3b2b4dc64 100644 --- a/Geo/OCCEdge.cpp +++ b/Geo/OCCEdge.cpp @@ -1,6 +1,6 @@ -// $Id: OCCEdge.cpp,v 1.12 2006-11-25 17:07:45 geuzaine Exp $ +// $Id: OCCEdge.cpp,v 1.13 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCEdge.h b/Geo/OCCEdge.h index 725299aa1b39e65e6b155617cb4702e4cbac4b7e..15e68292cabe06fcf219393338c07828d72d29a4 100644 --- a/Geo/OCCEdge.h +++ b/Geo/OCCEdge.h @@ -1,7 +1,7 @@ #ifndef _OCC_EDGE_H_ #define _OCC_EDGE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCFace.cpp b/Geo/OCCFace.cpp index a80802a30564544a0cf6b9297bd955169924e619..e0cd6bcff34ce0516651160c92b3c5bd8c511956 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -1,6 +1,6 @@ -// $Id: OCCFace.cpp,v 1.14 2006-11-25 18:03:49 geuzaine Exp $ +// $Id: OCCFace.cpp,v 1.15 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCFace.h b/Geo/OCCFace.h index 5819e34bad90dee2431e4996381d2aeea24832df..1a3d746fef8085db2ac3ca69e19f9666c5e05081 100644 --- a/Geo/OCCFace.h +++ b/Geo/OCCFace.h @@ -1,7 +1,7 @@ #ifndef _OCC_FACE_H_ #define _OCC_FACE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCIncludes.h b/Geo/OCCIncludes.h index 1b73aae6741ec622e64b5dbb8261a9193db5b66e..7557292f0403565f880aaaeb8efbefeb919fe3a3 100644 --- a/Geo/OCCIncludes.h +++ b/Geo/OCCIncludes.h @@ -1,7 +1,7 @@ #ifndef _OCC_INCLUDES_ #define _OCC_INCLUDES_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCRegion.cpp b/Geo/OCCRegion.cpp index f5ffe7d7568089539ce34a1f53f73f2ed659d2c6..99b73dffcf476ee1afd873436eeb8f4a2f227cfe 100644 --- a/Geo/OCCRegion.cpp +++ b/Geo/OCCRegion.cpp @@ -1,6 +1,6 @@ -// $Id: OCCRegion.cpp,v 1.3 2006-11-16 18:48:00 geuzaine Exp $ +// $Id: OCCRegion.cpp,v 1.4 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCRegion.h b/Geo/OCCRegion.h index 0af7d0883a0af57ee0009c65cf449ccbe8608546..e6216057f787e3459e4a2d99e15d42743ba68bce 100644 --- a/Geo/OCCRegion.h +++ b/Geo/OCCRegion.h @@ -1,7 +1,7 @@ #ifndef _OCC_REGION_H_ #define _OCC_REGION_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCVertex.cpp b/Geo/OCCVertex.cpp index d5ec0f4f5f94e2f0382075a3f1e9fec908a7844f..cc7ab2f5aacc3caf67d0d0e8c407881edf142728 100644 --- a/Geo/OCCVertex.cpp +++ b/Geo/OCCVertex.cpp @@ -1,6 +1,6 @@ -// $Id: OCCVertex.cpp,v 1.7 2006-11-23 16:23:13 remacle Exp $ +// $Id: OCCVertex.cpp,v 1.8 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/OCCVertex.h b/Geo/OCCVertex.h index cefdb979631687ef4a4369dabf12918387388cbc..8672e6d209c96963794e8c744e1ab520649fd2d8 100644 --- a/Geo/OCCVertex.h +++ b/Geo/OCCVertex.h @@ -1,7 +1,7 @@ #ifndef _OCC_VERTEX_H_ #define _OCC_VERTEX_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/Pair.h b/Geo/Pair.h index a2f17dec5a5679d542d571b1d3f0207e5ec78361..f5f6288b599cbf9cfa3e463002a5801d66a30150 100644 --- a/Geo/Pair.h +++ b/Geo/Pair.h @@ -1,7 +1,7 @@ #ifndef _PAIR_H_ #define _PAIR_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/Range.h b/Geo/Range.h index 60f7477d943155713cf6ea51d26c4d757b016426..96c90dd30378682a79500b92a077f1a28ad1dabe 100644 --- a/Geo/Range.h +++ b/Geo/Range.h @@ -1,7 +1,7 @@ #ifndef _RANGE_H_ #define _RANGE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/SBoundingBox3d.cpp b/Geo/SBoundingBox3d.cpp index f0831aac045ebdfa7b25c7340129b643ae0ae091..d716982f9e2c6de0813a4658bc2adb8d14f39c1c 100644 --- a/Geo/SBoundingBox3d.cpp +++ b/Geo/SBoundingBox3d.cpp @@ -1,6 +1,6 @@ -// $Id: SBoundingBox3d.cpp,v 1.3 2006-08-15 06:26:52 geuzaine Exp $ +// $Id: SBoundingBox3d.cpp,v 1.4 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/SBoundingBox3d.h b/Geo/SBoundingBox3d.h index b058ca0877cc1da98c37eeef717ebc7b8ce20b11..05640c62efec485c19ee8def80673943cb7259e4 100644 --- a/Geo/SBoundingBox3d.h +++ b/Geo/SBoundingBox3d.h @@ -1,7 +1,7 @@ #ifndef _SBOUNDING_BOX_3D_H_ #define _SBOUNDING_BOX_3D_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/SPoint2.h b/Geo/SPoint2.h index a65e047ed0f35831613fc9486dee40a03300dbe3..4de02d550e8011c79744c831ec31253c1ef224d5 100644 --- a/Geo/SPoint2.h +++ b/Geo/SPoint2.h @@ -1,7 +1,7 @@ #ifndef _SPOINT2_H_ #define _SPOINT2_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/SPoint3.h b/Geo/SPoint3.h index eddfda836c8609ce38cb6f4c1d801e4cb256fab3..8de312ed774eb0163c18a995b419730372121555 100644 --- a/Geo/SPoint3.h +++ b/Geo/SPoint3.h @@ -1,7 +1,7 @@ #ifndef _SPOINT3_H_ #define _SPOINT3_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/SVector3.cpp b/Geo/SVector3.cpp index d25b4322324f164b080bdfa9e40697b8088b679a..b2c8846fdbffe404ec52f1300833655ebbe16c79 100644 --- a/Geo/SVector3.cpp +++ b/Geo/SVector3.cpp @@ -1,6 +1,6 @@ -// $Id: SVector3.cpp,v 1.4 2006-08-26 15:13:22 remacle Exp $ +// $Id: SVector3.cpp,v 1.5 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/SVector3.h b/Geo/SVector3.h index 9789905990f3c331b28e9b091e541eb5ab59036f..e632026ff3def17e69b1b32496d82584e2c7760c 100644 --- a/Geo/SVector3.h +++ b/Geo/SVector3.h @@ -1,7 +1,7 @@ #ifndef _SVECTOR3_H_ #define _SVECTOR3_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/gmshEdge.cpp b/Geo/gmshEdge.cpp index 4fd610c71068dc920a5ae9b465770dddb4a64f71..96df0e76e9892ae17e4b6538b77e52304be0f219 100644 --- a/Geo/gmshEdge.cpp +++ b/Geo/gmshEdge.cpp @@ -1,6 +1,6 @@ -// $Id: gmshEdge.cpp,v 1.20 2006-11-27 01:33:27 geuzaine Exp $ +// $Id: gmshEdge.cpp,v 1.21 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/gmshEdge.h b/Geo/gmshEdge.h index 4ec754043b5f4eedb7376b4ad4c48dfcbff31f5b..e2ed7df911bf7aa95834f877c7de0b7d58ed9d0c 100644 --- a/Geo/gmshEdge.h +++ b/Geo/gmshEdge.h @@ -1,7 +1,7 @@ #ifndef _GMSH_EDGE_H_ #define _GMSH_EDGE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/gmshFace.cpp b/Geo/gmshFace.cpp index eb9ef8159253d2fa0e75ee916e05b8dbc3997dba..2ccd2a563aa5942e34ed80d78375c80158aa200c 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -1,6 +1,6 @@ -// $Id: gmshFace.cpp,v 1.24 2006-11-26 04:36:46 geuzaine Exp $ +// $Id: gmshFace.cpp,v 1.25 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h index 774a1161e796f8aaa078181207ebe00b04aa19d8..21e29c6bef277e1a6b3a8bd9ca9d1f4175e1a2f8 100644 --- a/Geo/gmshFace.h +++ b/Geo/gmshFace.h @@ -1,7 +1,7 @@ #ifndef _GMSH_FACE_H_ #define _GMSH_FACE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/gmshRegion.cpp b/Geo/gmshRegion.cpp index d29ab45453df72a1b590b079c2e685c4cd96d091..ff05fa2b67dc83ebb96fd5f0ba8cb57ddec155c6 100644 --- a/Geo/gmshRegion.cpp +++ b/Geo/gmshRegion.cpp @@ -1,6 +1,6 @@ -// $Id: gmshRegion.cpp,v 1.9 2006-11-27 01:33:27 geuzaine Exp $ +// $Id: gmshRegion.cpp,v 1.10 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/gmshRegion.h b/Geo/gmshRegion.h index e4603e66e1fec7a46016a86b4bdd5e0220b64204..d351f105a864a3b9e16906327472e8747823efbe 100644 --- a/Geo/gmshRegion.h +++ b/Geo/gmshRegion.h @@ -1,7 +1,7 @@ #ifndef _GMSH_REGION_H_ #define _GMSH_REGION_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Geo/gmshVertex.h b/Geo/gmshVertex.h index a81022ccac4555fa6e8caef65e25f7392eb3974e..cc89b2b0650156c2260c880f2cc763b4a31cea73 100644 --- a/Geo/gmshVertex.h +++ b/Geo/gmshVertex.h @@ -1,7 +1,7 @@ #ifndef _GMSH_VERTEX_H_ #define _GMSH_VERTEX_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Draw.cpp b/Graphics/Draw.cpp index 38dd2ac885533b6dc59ccb3c7d7547394a9339df..f6f564b9616c9dec32cdaae36a3bbb143ad2e39e 100644 --- a/Graphics/Draw.cpp +++ b/Graphics/Draw.cpp @@ -1,6 +1,6 @@ -// $Id: Draw.cpp,v 1.108 2006-11-25 16:52:43 geuzaine Exp $ +// $Id: Draw.cpp,v 1.109 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Draw.h b/Graphics/Draw.h index d76055fb8f267b04805fd17d4209892ce3009797..011ce437eb54a007208a790ed443afdb2c9d8ca5 100644 --- a/Graphics/Draw.h +++ b/Graphics/Draw.h @@ -1,7 +1,7 @@ #ifndef _DRAW_H_ #define _DRAW_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Entity.cpp b/Graphics/Entity.cpp index 9fc27e1ec2f05ad9a438733976dc64f13da565ca..d5147543336b68b45579d0cfdc18e291ff7b2390 100644 --- a/Graphics/Entity.cpp +++ b/Graphics/Entity.cpp @@ -1,6 +1,6 @@ -// $Id: Entity.cpp,v 1.70 2006-08-28 02:56:27 geuzaine Exp $ +// $Id: Entity.cpp,v 1.71 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Geom.cpp b/Graphics/Geom.cpp index b2b48d3db15fd151e3e4c2acb96c49155044e1a8..78314d6f47e7d9613382ec4e2e088f59fa50b55b 100644 --- a/Graphics/Geom.cpp +++ b/Graphics/Geom.cpp @@ -1,6 +1,6 @@ -// $Id: Geom.cpp,v 1.123 2006-11-22 02:39:18 geuzaine Exp $ +// $Id: Geom.cpp,v 1.124 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Graph2D.cpp b/Graphics/Graph2D.cpp index 0307f507a8e63e63fe5bdf776357e12b46ec923e..ea4b5a7b39babe638bf6066ffcfd9f8e8b023dc8 100644 --- a/Graphics/Graph2D.cpp +++ b/Graphics/Graph2D.cpp @@ -1,6 +1,6 @@ -// $Id: Graph2D.cpp,v 1.57 2006-08-07 22:02:30 geuzaine Exp $ +// $Id: Graph2D.cpp,v 1.58 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Iso.cpp b/Graphics/Iso.cpp index 3a0c56d5d4bba692e376f1e265103733ee662388..2c16aa4542b7964698da8398fcd8fae84110240c 100644 --- a/Graphics/Iso.cpp +++ b/Graphics/Iso.cpp @@ -1,6 +1,6 @@ -// $Id: Iso.cpp,v 1.38 2006-08-15 02:17:26 geuzaine Exp $ +// $Id: Iso.cpp,v 1.39 2006-11-27 22:22:14 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Iso.h b/Graphics/Iso.h index cb1a351389aaf23f16a7e76833e5748ee6f09724..2fda616f9575142b192d235e4e00fb28dc3f1c6a 100644 --- a/Graphics/Iso.h +++ b/Graphics/Iso.h @@ -1,7 +1,7 @@ #ifndef _ISO_H_ #define _ISO_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Makefile b/Graphics/Makefile index 53eaf7c1a6d2a0fd983f90fa514fc46844dae7c5..5819d155e1a346a05f616e9b85f3fc47b8e1741f 100644 --- a/Graphics/Makefile +++ b/Graphics/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.108 2006-11-25 16:52:43 geuzaine Exp $ +# $Id: Makefile,v 1.109 2006-11-27 22:22:15 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Graphics/Mesh.cpp b/Graphics/Mesh.cpp index 4d9c1116bfbe5796524b9387e29be9b3c30919df..c5353815776255d7cb41fb355dbd7ed5d1320866 100644 --- a/Graphics/Mesh.cpp +++ b/Graphics/Mesh.cpp @@ -1,6 +1,6 @@ -// $Id: Mesh.cpp,v 1.189 2006-11-14 17:04:55 geuzaine Exp $ +// $Id: Mesh.cpp,v 1.190 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Post.cpp b/Graphics/Post.cpp index 4c7d65b5533bc935d858097bfab67591a7b26b56..df850a32a87ac461ee635ca8ec4513cad93d9d5d 100644 --- a/Graphics/Post.cpp +++ b/Graphics/Post.cpp @@ -1,6 +1,6 @@ -// $Id: Post.cpp,v 1.112 2006-08-22 15:34:34 geuzaine Exp $ +// $Id: Post.cpp,v 1.113 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/PostElement.cpp b/Graphics/PostElement.cpp index 61457d7f69fba23b5ac993f998b052728a8310ef..807f7e215464b8d89477b94bd8e7ebc4315c3bc1 100644 --- a/Graphics/PostElement.cpp +++ b/Graphics/PostElement.cpp @@ -1,6 +1,6 @@ -// $Id: PostElement.cpp,v 1.76 2006-08-15 02:17:26 geuzaine Exp $ +// $Id: PostElement.cpp,v 1.77 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/ReadImg.cpp b/Graphics/ReadImg.cpp index edb531ca6e24827554bf4f4c3cdf23e5df94961f..753d35f0b6dbe0de1af3c12ccc7d92295657666a 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,6 +1,6 @@ -// $Id: ReadImg.cpp,v 1.16 2006-08-07 19:08:12 geuzaine Exp $ +// $Id: ReadImg.cpp,v 1.17 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/ReadImg.h b/Graphics/ReadImg.h index c5d8769891144b2acafab11ee0a5006602c88b0a..a643576ba8d7bc9e6f2fcb8e80e550b00260dc8c 100644 --- a/Graphics/ReadImg.h +++ b/Graphics/ReadImg.h @@ -1,7 +1,7 @@ #ifndef _READ_IMG_ #define _READ_IMG_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/Scale.cpp b/Graphics/Scale.cpp index 4d28a4ef2a9a3ddf5b733bb9cf2b9050e28fb530..202ab925aa57cb394096ec9541e96efba48d1ecf 100644 --- a/Graphics/Scale.cpp +++ b/Graphics/Scale.cpp @@ -1,6 +1,6 @@ -// $Id: Scale.cpp,v 1.63 2006-08-07 22:02:30 geuzaine Exp $ +// $Id: Scale.cpp,v 1.64 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Graphics/SelectBuffer.cpp b/Graphics/SelectBuffer.cpp index f9ee69633151aef038b21a2d1acc7cc7b3db4c35..0842b6d06dac435601189a55783ae213e01be378 100644 --- a/Graphics/SelectBuffer.cpp +++ b/Graphics/SelectBuffer.cpp @@ -1,6 +1,6 @@ -// $Id: SelectBuffer.cpp,v 1.9 2006-11-04 15:12:50 geuzaine Exp $ +// $Id: SelectBuffer.cpp,v 1.10 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Makefile b/Makefile index 2d2ad2b2327bdec9cfcc603325d08caa34a502ba..ff79eab3666ee0f004b7dfbbe710caf732f20b96 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.421 2006-08-04 14:28:01 geuzaine Exp $ +# $Id: Makefile,v 1.422 2006-11-27 22:22:06 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -222,7 +222,7 @@ package-mac: " <key>CFBundleIconFile</key><string>Gmsh.icns</string>\n"\ " <key>CFBundleSignature</key><string>GMSH</string>\n"\ " <key>CFBundleGetInfoString</key><string>Gmsh ${GMSH_VERSION},"\ - "Copyright (C) 1997-2006 C. Geuzaine and J.-F. Remacle</string>\n"\ + "Copyright (C) 1997-2007 C. Geuzaine and J.-F. Remacle</string>\n"\ " <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>\n"\ " <key>CFBundleDocumentTypes</key>\n"\ " <array>\n"\ diff --git a/Mesh/BDS.cpp b/Mesh/BDS.cpp index 40c6b7d2040cb620db792469cb991b00e720bf82..d84e854c40d49959a239772c8c7f423555623696 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,6 +1,6 @@ -// $Id: BDS.cpp,v 1.66 2006-11-22 13:57:25 remacle Exp $ +// $Id: BDS.cpp,v 1.67 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/BDS.h b/Mesh/BDS.h index bf5aa84721f43588de2a695eec4f98566f334dd4..e62e5b48f1e44e8e15d0961fcfaff6603cbb1ce9 100644 --- a/Mesh/BDS.h +++ b/Mesh/BDS.h @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/BackgroundMesh.cpp b/Mesh/BackgroundMesh.cpp index 7b069a08ac55df73c31921b48289d6b5c66c23a8..4fbda521c72c24cbf7c4ebc50effa2de82bc6c28 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,6 +1,6 @@ -// $Id: BackgroundMesh.cpp,v 1.2 2006-11-25 16:52:43 geuzaine Exp $ +// $Id: BackgroundMesh.cpp,v 1.3 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/BackgroundMesh.h b/Mesh/BackgroundMesh.h index d51d2594038a9c25755526683215d8fa256d9c12..c0dc5924d72860d2ece2996bd8f1a9ef659d04af 100644 --- a/Mesh/BackgroundMesh.h +++ b/Mesh/BackgroundMesh.h @@ -1,7 +1,7 @@ #ifndef _BACKGROUND_MESH_H_ #define _BACKGROUND_MESH_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/DivideAndConquer.cpp b/Mesh/DivideAndConquer.cpp index 34234b4330efc9a46be6ee72b59e927844b1c17a..6484e5ee3a3933e6a4478298d2706de3f2244e5e 100644 --- a/Mesh/DivideAndConquer.cpp +++ b/Mesh/DivideAndConquer.cpp @@ -1,6 +1,6 @@ -// $Id: DivideAndConquer.cpp,v 1.3 2006-11-25 21:33:25 geuzaine Exp $ +// $Id: DivideAndConquer.cpp,v 1.4 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/DivideAndConquer.h b/Mesh/DivideAndConquer.h index b4f4f29558a8126a960f77d93f20b0ba967b133d..e2c4055cbc81d28c38ccad0b1b9325f2cbb8a0c1 100644 --- a/Mesh/DivideAndConquer.h +++ b/Mesh/DivideAndConquer.h @@ -1,7 +1,7 @@ #ifndef _DIVIDE_AND_CONQUER_H_ #define _DIVIDE_AND_CONQUER_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index 8643feafd66d35604eb943e3dcac311f0199365c..6ee6df3b9ff096cc9fd2a518cde4f42de4db6b79 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,6 +1,6 @@ -// $Id: Generator.cpp,v 1.107 2006-11-27 18:14:03 geuzaine Exp $ +// $Id: Generator.cpp,v 1.108 2006-11-27 22:22:16 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/Generator.h b/Mesh/Generator.h index 3a8291cc0f9c6e55dd2e763e7ba90889650521ef..0faf6a651adf3324d22a91954721eb4656ae809b 100644 --- a/Mesh/Generator.h +++ b/Mesh/Generator.h @@ -1,7 +1,7 @@ #ifndef _GENERATOR_H_ #define _GENERATOR_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/Makefile b/Mesh/Makefile index 25943295009d6ede2dbf4431e00bbf0fcdf41c26..5bec3cc9971a7f6d95fc9567e1e843f25f58ee30 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.150 2006-11-27 17:45:07 geuzaine Exp $ +# $Id: Makefile,v 1.151 2006-11-27 22:22:16 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Mesh/SecondOrder.cpp b/Mesh/SecondOrder.cpp index e3c1a28319fa403a6c9bcf80889d24281843e18f..73e3af890e984198d4cd2503467020ea4caf0362 100644 --- a/Mesh/SecondOrder.cpp +++ b/Mesh/SecondOrder.cpp @@ -1,6 +1,6 @@ -// $Id: SecondOrder.cpp,v 1.47 2006-09-08 04:52:54 geuzaine Exp $ +// $Id: SecondOrder.cpp,v 1.48 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/SecondOrder.h b/Mesh/SecondOrder.h index 5f249e888b28ed002ae940a1814b5afb1a504b6b..13451ed7cacf6d75a8775ac4efa60f67ea88ff45 100644 --- a/Mesh/SecondOrder.h +++ b/Mesh/SecondOrder.h @@ -1,7 +1,7 @@ #ifndef _SECOND_ORDER_H_ #define _SECOND_ORDER_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp index cc2ed927dee82a57cae50d5751ffd96946448b81..a07e8b69e97575ff06426517e4efeeae25d962b7 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -1,6 +1,6 @@ -// $Id: meshGEdge.cpp,v 1.20 2006-11-27 01:33:28 geuzaine Exp $ +// $Id: meshGEdge.cpp,v 1.21 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGEdge.h b/Mesh/meshGEdge.h index 03bce0c693822b7c6c7003b7f39cab71cf6d0bee..48eb8d843be2e1409506872231749b222829607a 100644 --- a/Mesh/meshGEdge.h +++ b/Mesh/meshGEdge.h @@ -1,7 +1,7 @@ #ifndef _MESH_GEDGE_H_ #define _MESH_GEDGE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGEdgeExtruded.cpp b/Mesh/meshGEdgeExtruded.cpp index c4d8cccb1f59157a297b65a02f47a00f0a397e6f..9fb967856982e67cc673da48f7a9d984cd42ee2e 100644 --- a/Mesh/meshGEdgeExtruded.cpp +++ b/Mesh/meshGEdgeExtruded.cpp @@ -1,6 +1,6 @@ -// $Id: meshGEdgeExtruded.cpp,v 1.4 2006-11-27 17:45:07 geuzaine Exp $ +// $Id: meshGEdgeExtruded.cpp,v 1.5 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index 76ddc0ad9a73863b4da359d673195350f4143462..c4e0ee25b13c2cce40ce0059155856666d5122dd 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,6 +1,6 @@ -// $Id: meshGFace.cpp,v 1.32 2006-11-26 04:36:46 geuzaine Exp $ +// $Id: meshGFace.cpp,v 1.33 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGFace.h b/Mesh/meshGFace.h index 192723ace1ff54e4d510790d043692f0538cd49a..0892a9fdf89c75a7512cea99cf43c43bb367d125 100644 --- a/Mesh/meshGFace.h +++ b/Mesh/meshGFace.h @@ -1,7 +1,7 @@ #ifndef _MESH_GFACE_H_ #define _MESH_GFACE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGFaceExtruded.cpp b/Mesh/meshGFaceExtruded.cpp index 167bdb920cde01e9f40b3b6186da5ec953fe697c..ad89af3553cf7dca83d7f33e58885120590e58e3 100644 --- a/Mesh/meshGFaceExtruded.cpp +++ b/Mesh/meshGFaceExtruded.cpp @@ -1,6 +1,6 @@ -// $Id: meshGFaceExtruded.cpp,v 1.9 2006-11-27 17:45:07 geuzaine Exp $ +// $Id: meshGFaceExtruded.cpp,v 1.10 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGFaceTransfinite.cpp b/Mesh/meshGFaceTransfinite.cpp index 5abfb6f3e553132d4fa42eceecb74ee2b024f04b..f5c517261991dc555f39dbc72de23bfaa3560722 100644 --- a/Mesh/meshGFaceTransfinite.cpp +++ b/Mesh/meshGFaceTransfinite.cpp @@ -1,6 +1,6 @@ -// $Id: meshGFaceTransfinite.cpp,v 1.6 2006-11-26 19:30:23 geuzaine Exp $ +// $Id: meshGFaceTransfinite.cpp,v 1.7 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp index 11c107dbeaea164e5f49167e7b814809a503bcd4..866952c437bebb70bfca452228b662ea373d2669 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -1,6 +1,6 @@ -// $Id: meshGRegion.cpp,v 1.15 2006-11-27 17:45:07 geuzaine Exp $ +// $Id: meshGRegion.cpp,v 1.16 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGRegion.h b/Mesh/meshGRegion.h index 100c50cdc8889f7c3cbb4a50f8c652649110f8ac..e90739ea7a31321888b50a291d027bd4cbf21833 100644 --- a/Mesh/meshGRegion.h +++ b/Mesh/meshGRegion.h @@ -1,7 +1,7 @@ #ifndef _MESH_GREGION_H_ #define _MESH_GREGION_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGRegionDelaunayInsertion.cpp b/Mesh/meshGRegionDelaunayInsertion.cpp index 66eb8407424ba39b6f854716eaf5d750d161bfcb..311c92f4adab3f29b452c87acfc5cae0e48676e5 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,6 +1,6 @@ -// $Id: meshGRegionDelaunayInsertion.cpp,v 1.5 2006-11-26 01:03:17 geuzaine Exp $ +// $Id: meshGRegionDelaunayInsertion.cpp,v 1.6 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGRegionDelaunayInsertion.h b/Mesh/meshGRegionDelaunayInsertion.h index 25ebefdccaa57b885258a9afb5fe9f64e2d75f07..24a1e821c6a724468e8967ffd33d5947e1299723 100644 --- a/Mesh/meshGRegionDelaunayInsertion.h +++ b/Mesh/meshGRegionDelaunayInsertion.h @@ -1,7 +1,7 @@ #ifndef _DELAUNAYINSERTION_H_ #define _DELAUNAYINSERTION_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Mesh/meshGRegionExtruded.cpp b/Mesh/meshGRegionExtruded.cpp index 6e4d0dd562fc7fd0164a8c791b31d31d7d496c90..193df35b8f7e8879cca6f0a3286b3422e0df5163 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,6 +1,6 @@ -// $Id: meshGRegionExtruded.cpp,v 1.2 2006-11-27 18:46:22 geuzaine Exp $ +// $Id: meshGRegionExtruded.cpp,v 1.3 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Numeric/EigSolve.cpp b/Numeric/EigSolve.cpp index f04c0bffb9ecc34729686a44e7194bbf6c9f24cc..2cf7b3e42dba675763e726e94cedf22bb14cc477 100644 --- a/Numeric/EigSolve.cpp +++ b/Numeric/EigSolve.cpp @@ -1,6 +1,6 @@ -// $Id: EigSolve.cpp,v 1.6 2006-01-06 00:34:26 geuzaine Exp $ +// $Id: EigSolve.cpp,v 1.7 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Numeric/EigSolve.h b/Numeric/EigSolve.h index a392aab6f727feb39dfb608d39cb4efa575a555d..9c35c075794db4702c592de921b91f31265c620d 100644 --- a/Numeric/EigSolve.h +++ b/Numeric/EigSolve.h @@ -1,7 +1,7 @@ #ifndef _EIGSOLVE_H_ #define _EIGSOLVE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Numeric/Makefile b/Numeric/Makefile index bf7728a9b49c9d241781059fba2518f92e5144c2..a9debd0b7e4bc0b90112477e91e10dcde075da19 100644 --- a/Numeric/Makefile +++ b/Numeric/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.31 2006-11-14 15:21:04 geuzaine Exp $ +# $Id: Makefile,v 1.32 2006-11-27 22:22:17 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Numeric/Numeric.cpp b/Numeric/Numeric.cpp index 43dc210da40dcbefe24221b2ad1f580c2e42a569..2316304da01137324c88bd23e001ff7ac4ec4359 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,6 +1,6 @@ -// $Id: Numeric.cpp,v 1.29 2006-11-25 18:03:49 geuzaine Exp $ +// $Id: Numeric.cpp,v 1.30 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Numeric/Numeric.h b/Numeric/Numeric.h index 27309d5125d2c502977a9b35a11d03db6a7ff881..675a0eea5e6783235587ec2d86a002f9d51b9804 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -1,7 +1,7 @@ #ifndef _NUMERIC_H_ #define _NUMERIC_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Numeric/gsl_brent.cpp b/Numeric/gsl_brent.cpp index 15272980608293167a0ac973c5089233ca939ce3..801229dc21564437255b8daefd4eef4812f41b9c 100644 --- a/Numeric/gsl_brent.cpp +++ b/Numeric/gsl_brent.cpp @@ -1,6 +1,6 @@ -// $Id: gsl_brent.cpp,v 1.14 2006-09-10 15:34:12 geuzaine Exp $ +// $Id: gsl_brent.cpp,v 1.15 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Numeric/gsl_newt.cpp b/Numeric/gsl_newt.cpp index 64798a5555d30017bb6bff4016c906f1554cc386..51c2d8a2d42dae35e9d3bbad89d589a5a8de5b44 100644 --- a/Numeric/gsl_newt.cpp +++ b/Numeric/gsl_newt.cpp @@ -1,6 +1,6 @@ -// $Id: gsl_newt.cpp,v 1.14 2006-01-06 00:34:27 geuzaine Exp $ +// $Id: gsl_newt.cpp,v 1.15 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parallel/Makefile b/Parallel/Makefile index c6b66f9706f268e6b42561517a7be3730990e70a..8bb72df3074c19ad432d713dbe9ecb2ad34ffe92 100644 --- a/Parallel/Makefile +++ b/Parallel/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.34 2006-11-14 15:21:04 geuzaine Exp $ +# $Id: Makefile,v 1.35 2006-11-27 22:22:17 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Parallel/ParUtil.cpp b/Parallel/ParUtil.cpp index bd01f1160220a3236c29c5ec19ee414fa603edaf..b3592bcb5853eaf02cb8cfaaab7f98c9c884cfa2 100644 --- a/Parallel/ParUtil.cpp +++ b/Parallel/ParUtil.cpp @@ -1,6 +1,6 @@ -// $Id: ParUtil.cpp,v 1.16 2006-02-26 16:26:09 geuzaine Exp $ +// $Id: ParUtil.cpp,v 1.17 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parallel/ParUtil.h b/Parallel/ParUtil.h index c1b11fa56ebc51c6828f1f72ee595e0714ba72b1..0b05cf27219e46b7dcb8fb4aef5e0e4820c5c4ad 100644 --- a/Parallel/ParUtil.h +++ b/Parallel/ParUtil.h @@ -1,7 +1,7 @@ #ifndef _H_ParUtil #define _H_ParUtil -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/CreateFile.cpp b/Parser/CreateFile.cpp index 62923bf3c8df4efea69bd1ecb55836a5d36d5f20..b52a0c4f4fd1ecf6d21f26e23a5e351e30a91f62 100644 --- a/Parser/CreateFile.cpp +++ b/Parser/CreateFile.cpp @@ -1,6 +1,6 @@ -// $Id: CreateFile.cpp,v 1.10 2006-11-21 08:00:30 guzik Exp $ +// $Id: CreateFile.cpp,v 1.11 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/CreateFile.h b/Parser/CreateFile.h index d052e53108cd094eb3de373e1e011fa1ad8ea081..c52b5ac2d0f0afb4bd0f9a83170d3b587368d32e 100644 --- a/Parser/CreateFile.h +++ b/Parser/CreateFile.h @@ -1,7 +1,7 @@ #ifndef _CREATE_FILE_H_ #define _CREATE_FILE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/FunctionManager.cpp b/Parser/FunctionManager.cpp index 1f54c2ae90af3f4da93a4af2e938d8413ef1cd7f..ca81d6904acad7c8f3de3765b29809b1f548be16 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,6 +1,6 @@ -// $Id: FunctionManager.cpp,v 1.24 2006-08-19 01:12:40 geuzaine Exp $ +// $Id: FunctionManager.cpp,v 1.25 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 496df7a5faf91907dbf7fc2078239dae4dedc221..a75d51e6e0fce6482bb76f4109667f2dcd7e5ddd 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -1,7 +1,7 @@ #ifndef _FUNCTION_MANAGER_H_ #define _FUNCTION_MANAGER_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index 2b76b55c953ee57535ee33f226e4435a729d0481..4819a0df20f04ecc21d188b688d45c5f67585794 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,7 +1,7 @@ %{ -// $Id: Gmsh.l,v 1.80 2006-11-25 16:52:44 geuzaine Exp $ +// $Id: Gmsh.l,v 1.81 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index fba61ab6c803099f62b0978aad574c096bc6b168..0a17f70e9580484b3a6de881735cae7d5736b32f 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -126,9 +126,9 @@ #line 1 "Gmsh.y" -// $Id: Gmsh.tab.cpp,v 1.283 2006-11-27 19:22:57 geuzaine Exp $ +// $Id: Gmsh.tab.cpp,v 1.284 2006-11-27 22:22:17 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index b49f1b260e748c32c2b0a39528e67414668bec6b..541d5212e2af9413ec266cbde0fbaceb64c7ddc9 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,7 +1,7 @@ %{ -// $Id: Gmsh.y,v 1.243 2006-11-27 19:23:03 geuzaine Exp $ +// $Id: Gmsh.y,v 1.244 2006-11-27 22:22:31 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 8c76c1a429d184fd0d2171713fd4ac5dd28e49ea..920d59a70225830c2e9d8167f38f88eefac6478b 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.282 2006-11-27 19:23:03 geuzaine Exp $ + * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.283 2006-11-27 22:22:31 geuzaine Exp $ */ #define FLEX_SCANNER @@ -727,9 +727,9 @@ char *yytext; #line 1 "Gmsh.l" #define INITIAL 0 #line 2 "Gmsh.l" -// $Id: Gmsh.yy.cpp,v 1.282 2006-11-27 19:23:03 geuzaine Exp $ +// $Id: Gmsh.yy.cpp,v 1.283 2006-11-27 22:22:31 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/Makefile b/Parser/Makefile index abc90c1bd1d06fada533774a3033ab5a5f31872a..d6872191cbb06546efa08165ece86628bc51a9ea 100644 --- a/Parser/Makefile +++ b/Parser/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.110 2006-11-25 20:08:40 geuzaine Exp $ +# $Id: Makefile,v 1.111 2006-11-27 22:22:31 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Parser/OpenFile.cpp b/Parser/OpenFile.cpp index 1552fa38720d16d9d0bf208605b1a1619346915e..8119e662869addb6c811925dcdc867b878b71e89 100644 --- a/Parser/OpenFile.cpp +++ b/Parser/OpenFile.cpp @@ -1,6 +1,6 @@ -// $Id: OpenFile.cpp,v 1.131 2006-11-25 20:08:40 geuzaine Exp $ +// $Id: OpenFile.cpp,v 1.132 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/OpenFile.h b/Parser/OpenFile.h index ff91f0092b17fe23ff8b569ef5bc5214b2ff1289..dc7aa76b5b446324d86104729438c4aefc5f6819 100644 --- a/Parser/OpenFile.h +++ b/Parser/OpenFile.h @@ -1,7 +1,7 @@ #ifndef _OPENFILE_H_ #define _OPENFILE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Parser/Parser.h b/Parser/Parser.h index 3f8b12384251cf86b668a204524ce7f4d795298b..0200bb923705767719cb385b85bd53ec793cb74f 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -1,7 +1,7 @@ #ifndef _PARSER_H_ #define _PARSER_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp index 6c3484a7ce75dd5b1ce6bc9d8497bee9dc862fd8..fdbda221e21a8659a21c356ca22c2488981e0ed5 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,6 +1,6 @@ -// $Id: Annotate.cpp,v 1.14 2006-01-06 00:34:32 geuzaine Exp $ +// $Id: Annotate.cpp,v 1.15 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Annotate.h b/Plugin/Annotate.h index 3186ec6961711ea7cf864cf20baa7c94d63dcf82..8f51cde3821c144a23143526552fd0f3a2527211 100644 --- a/Plugin/Annotate.h +++ b/Plugin/Annotate.h @@ -1,7 +1,7 @@ #ifndef _ANNOTATE_H_ #define _ANNOTATE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Curl.cpp b/Plugin/Curl.cpp index ea879c9f9aae4503f0e98e363b3c7cbbe5fb5cab..84ffaa282e52c048b6f996eeaf73cc94b968946f 100644 --- a/Plugin/Curl.cpp +++ b/Plugin/Curl.cpp @@ -1,6 +1,6 @@ -// $Id: Curl.cpp,v 1.2 2006-01-06 00:34:32 geuzaine Exp $ +// $Id: Curl.cpp,v 1.3 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Curl.h b/Plugin/Curl.h index 326d55800758df56d78108856201ba3d737fc562..14c2e2069b47a05f3ef9b4b382c15b6505f59aa2 100644 --- a/Plugin/Curl.h +++ b/Plugin/Curl.h @@ -1,7 +1,7 @@ #ifndef _CURL_H_ #define _CURL_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutGrid.cpp b/Plugin/CutGrid.cpp index 91e14bd311d0a7f4dbbc66930b0ec8d4e7358d8b..8aaaefef1688b814b6987359c95bd878c43c8999 100644 --- a/Plugin/CutGrid.cpp +++ b/Plugin/CutGrid.cpp @@ -1,6 +1,6 @@ -// $Id: CutGrid.cpp,v 1.18 2006-01-06 00:34:32 geuzaine Exp $ +// $Id: CutGrid.cpp,v 1.19 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutGrid.h b/Plugin/CutGrid.h index b9878f7f88d257c1926b8e4b6a749ca1ae43fb05..10b95522c0a8fb9bf7bfaf978d68bc8c3e9ba634 100644 --- a/Plugin/CutGrid.h +++ b/Plugin/CutGrid.h @@ -1,7 +1,7 @@ #ifndef _CUT_GRID_H_ #define _CUT_GRID_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutMap.cpp b/Plugin/CutMap.cpp index 3440a4ad3fd27abb2e0a1b87011b51c30ad03214..b5f0ab934279b6648abf9c0ec77e539af7fb7d43 100644 --- a/Plugin/CutMap.cpp +++ b/Plugin/CutMap.cpp @@ -1,6 +1,6 @@ -// $Id: CutMap.cpp,v 1.50 2006-01-06 00:34:32 geuzaine Exp $ +// $Id: CutMap.cpp,v 1.51 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutMap.h b/Plugin/CutMap.h index 48e0a07a6592b21f9a8037e5498883b653dffd36..e45f2d5dc5b037b701ee71fb8e9149c4723017da 100644 --- a/Plugin/CutMap.h +++ b/Plugin/CutMap.h @@ -1,7 +1,7 @@ #ifndef _CUT_MAP_H_ #define _CUT_MAP_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutParametric.cpp b/Plugin/CutParametric.cpp index 8bf3a78efc247a257aea6f612664aba81b6a02ff..0d4704d0d74863ecc1617ea8c1a843ea680b3924 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,6 +1,6 @@ -// $Id: CutParametric.cpp,v 1.17 2006-08-16 05:25:22 geuzaine Exp $ +// $Id: CutParametric.cpp,v 1.18 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutParametric.h b/Plugin/CutParametric.h index 21dca61817b5c1e163c61dda0848d930bf89359a..3a8f0056971d57dbdf14880ddd6285352c568dd5 100644 --- a/Plugin/CutParametric.h +++ b/Plugin/CutParametric.h @@ -1,7 +1,7 @@ #ifndef _CUT_PARAMETRIC_H_ #define _CUT_PARAMETRIC_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp index 4a4ab9893a47de5f67698dcb7006a22b9402e5df..ae81ac9e5fbb247227e67f399040b48deca75d4e 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,6 +1,6 @@ -// $Id: CutPlane.cpp,v 1.49 2006-01-06 00:34:32 geuzaine Exp $ +// $Id: CutPlane.cpp,v 1.50 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutPlane.h b/Plugin/CutPlane.h index 0b8cecf237b047f09b42cb1c838d4a62bf6efd41..676c0eb9854b38d204713ab7cfd89501b92e889a 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -1,7 +1,7 @@ #ifndef _CUT_PLANE_H_ #define _CUT_PLANE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp index f8686692aa256a4afbc5aa4e67a17d56ce78cbba..bec911e4bec832d61dbf468b0085bd179c45382c 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,6 +1,6 @@ -// $Id: CutSphere.cpp,v 1.45 2006-01-06 00:34:32 geuzaine Exp $ +// $Id: CutSphere.cpp,v 1.46 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/CutSphere.h b/Plugin/CutSphere.h index de6ef9cbf57dc9335de745fbcf9b996f47132ea7..235e7fa0d3a0fbbb1ab4cc59754c662ca20f878c 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -1,7 +1,7 @@ #ifndef _CUT_SPHERE_H_ #define _CUT_SPHERE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/DecomposeInSimplex.cpp b/Plugin/DecomposeInSimplex.cpp index 6d5428a9e75f99f99d9d8c446e40af29a0ddad82..92cc9ed9bac45cb0480d3fced75984d6592be559 100644 --- a/Plugin/DecomposeInSimplex.cpp +++ b/Plugin/DecomposeInSimplex.cpp @@ -1,6 +1,6 @@ -// $Id: DecomposeInSimplex.cpp,v 1.20 2006-01-06 00:34:32 geuzaine Exp $ +// $Id: DecomposeInSimplex.cpp,v 1.21 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/DecomposeInSimplex.h b/Plugin/DecomposeInSimplex.h index 18e82e5aad4298285f5e58e575da990f00de713c..881024d2f50fced1ca9835cb9dd35cf31244bfa6 100644 --- a/Plugin/DecomposeInSimplex.h +++ b/Plugin/DecomposeInSimplex.h @@ -1,7 +1,7 @@ #ifndef _DECOMPOSE_IN_SIMPLEX_H_ #define _DECOMPOSE_IN_SIMPLEX_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Divergence.cpp b/Plugin/Divergence.cpp index 090341dc12a1071de9a7fe0089a798d6d052c531..e83a6ab219c2b7f95cbc19eba634c28bdeab2a6e 100644 --- a/Plugin/Divergence.cpp +++ b/Plugin/Divergence.cpp @@ -1,6 +1,6 @@ -// $Id: Divergence.cpp,v 1.2 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Divergence.cpp,v 1.3 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Divergence.h b/Plugin/Divergence.h index 2c88e5c314c96d35124303d70c1d6d5bcaf2591c..2fbbe64c44cdb68e3fe457cefa9329cf211508d6 100644 --- a/Plugin/Divergence.h +++ b/Plugin/Divergence.h @@ -1,7 +1,7 @@ #ifndef _DIVERGENCE_H_ #define _DIVERGENCE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Eigenvalues.cpp b/Plugin/Eigenvalues.cpp index 87cad1dc1366917b9a2e76abf0f4ede153159ad4..4bda10ddafc7bcf573a8b7331a80d0e817c626a4 100644 --- a/Plugin/Eigenvalues.cpp +++ b/Plugin/Eigenvalues.cpp @@ -1,6 +1,6 @@ -// $Id: Eigenvalues.cpp,v 1.2 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Eigenvalues.cpp,v 1.3 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Eigenvalues.h b/Plugin/Eigenvalues.h index 957f7b62993d8333066ca251cba9f8c8fd710e07..bf9dc90f13004f392c41d22bc98160f872fd002f 100644 --- a/Plugin/Eigenvalues.h +++ b/Plugin/Eigenvalues.h @@ -1,7 +1,7 @@ #ifndef _EIGENVALUES_H_ #define _EIGENVALUES_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Eigenvectors.cpp b/Plugin/Eigenvectors.cpp index 1cb6dec19c36f2677ee31ca3369d3169a4561e32..d41d615218e4d031e9981d95d8c1db0738266ddb 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,6 +1,6 @@ -// $Id: Eigenvectors.cpp,v 1.6 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Eigenvectors.cpp,v 1.7 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Eigenvectors.h b/Plugin/Eigenvectors.h index 05c34b4695e05597e0f24b60ab3ecb843df13a46..b6a6275ef0245107ce63b81743985b4f25b14942 100644 --- a/Plugin/Eigenvectors.h +++ b/Plugin/Eigenvectors.h @@ -1,7 +1,7 @@ #ifndef _EIGENVECTORS_H_ #define _EIGENVECTORS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Evaluate.cpp b/Plugin/Evaluate.cpp index 191dfbe3ce46ad7b8e51f64ddfe0c3e9feee5e6b..aa124a80ae35aaf1574fb090de0e746771357bdc 100644 --- a/Plugin/Evaluate.cpp +++ b/Plugin/Evaluate.cpp @@ -1,6 +1,6 @@ -// $Id: Evaluate.cpp,v 1.27 2006-05-15 13:18:35 geuzaine Exp $ +// $Id: Evaluate.cpp,v 1.28 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Evaluate.h b/Plugin/Evaluate.h index 4ac7b09333f6d305466bae272946e4c0d050e36f..95923321050bf24f4de49b306335cfc6b14ab527 100644 --- a/Plugin/Evaluate.h +++ b/Plugin/Evaluate.h @@ -1,7 +1,7 @@ #ifndef _EVALUATE_H_ #define _EVALUATE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Extract.cpp b/Plugin/Extract.cpp index 91b64ec4722978f47b96014c42719ec5a9c30fbc..c7dc7e80c00d12e09e50e5e7b0f1d1a967f116c5 100644 --- a/Plugin/Extract.cpp +++ b/Plugin/Extract.cpp @@ -1,6 +1,6 @@ -// $Id: Extract.cpp,v 1.21 2006-03-17 15:12:14 geuzaine Exp $ +// $Id: Extract.cpp,v 1.22 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Extract.h b/Plugin/Extract.h index a06eb125b3ab1188006d3b3510fc5d7e2774341f..714fb164262c4fd10a246b2c9bb14fb7ae834cdb 100644 --- a/Plugin/Extract.h +++ b/Plugin/Extract.h @@ -1,7 +1,7 @@ #ifndef _EXTRACT_H_ #define _EXTRACT_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/ExtractEdges.cpp b/Plugin/ExtractEdges.cpp index a64f745ccbd9adb1b0d170cadbee1e0f73815b3b..b997086501422e4c7aed82eb7fe65e7817d2bf30 100644 --- a/Plugin/ExtractEdges.cpp +++ b/Plugin/ExtractEdges.cpp @@ -1,6 +1,6 @@ -// $Id: ExtractEdges.cpp,v 1.3 2006-08-29 10:39:54 remacle Exp $ +// $Id: ExtractEdges.cpp,v 1.4 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/ExtractEdges.h b/Plugin/ExtractEdges.h index 00057c3a8268358ac9cb14f2442bc53fae36ce86..b7fa7f92e02c919a5090f1bc21549544ff5d1a77 100644 --- a/Plugin/ExtractEdges.h +++ b/Plugin/ExtractEdges.h @@ -1,7 +1,7 @@ #ifndef _EXTRACT_EDGES_H_ #define _EXTRACT_EDGES_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/ExtractElements.cpp b/Plugin/ExtractElements.cpp index 47f2bf9ecbcd2bdcec03605edeaaa5b2b8cfb216..31235f9ef81de2d4ed40746410f4454469b3ad9e 100644 --- a/Plugin/ExtractElements.cpp +++ b/Plugin/ExtractElements.cpp @@ -1,6 +1,6 @@ -// $Id: ExtractElements.cpp,v 1.6 2006-07-24 14:05:50 geuzaine Exp $ +// $Id: ExtractElements.cpp,v 1.7 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/ExtractElements.h b/Plugin/ExtractElements.h index ce2d82c9aed1e8ca26360da5a5a7915c9e16ead1..5deef20cbef4013897a14cf8bc9676f2bd389f70 100644 --- a/Plugin/ExtractElements.h +++ b/Plugin/ExtractElements.h @@ -1,7 +1,7 @@ #ifndef _EXTRACT_ELEMENTS_H_ #define _EXTRACT_ELEMENTS_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Gradient.cpp b/Plugin/Gradient.cpp index 7ab6afa2d0d90b4722171d60795338b75177da76..fbef55761de260fdba15bbb6757e2a9d6c60bb34 100644 --- a/Plugin/Gradient.cpp +++ b/Plugin/Gradient.cpp @@ -1,6 +1,6 @@ -// $Id: Gradient.cpp,v 1.6 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Gradient.cpp,v 1.7 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Gradient.h b/Plugin/Gradient.h index 0a0aafd53fd4feac19c85ecaaa3d393b304bda4b..420933e7f54713bc28691a81a2f445313977d354 100644 --- a/Plugin/Gradient.h +++ b/Plugin/Gradient.h @@ -1,7 +1,7 @@ #ifndef _GRADIENT_H_ #define _GRADIENT_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/HarmonicToTime.cpp b/Plugin/HarmonicToTime.cpp index 0f95c586d477febea7b261042dd1a1d1d726e54e..702da6655b39c22599af085d2710a94fd770e439 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,6 +1,6 @@ -// $Id: HarmonicToTime.cpp,v 1.8 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: HarmonicToTime.cpp,v 1.9 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/HarmonicToTime.h b/Plugin/HarmonicToTime.h index 57920d335bfbf56d211910f6cdaed75812bac128..79650a415ca5faf7e48cdf83739815c5c90c092b 100644 --- a/Plugin/HarmonicToTime.h +++ b/Plugin/HarmonicToTime.h @@ -1,7 +1,7 @@ #ifndef _HARMONIC_TO_TIME_H_ #define _HARMONIC_TO_TIME_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Integrate.cpp b/Plugin/Integrate.cpp index 9a7c5043d879a82d3740d419442eeeb00f9fd331..b5e4ea9b7dc9a142c9cc874ebb1f1da87b0b0068 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,6 +1,6 @@ -// $Id: Integrate.cpp,v 1.18 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Integrate.cpp,v 1.19 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Integrate.h b/Plugin/Integrate.h index 3093be293558f6cafb33c18c4fa30f64529a34c0..c2d75392a7481616ec4e30756f83152ecee3e053 100644 --- a/Plugin/Integrate.h +++ b/Plugin/Integrate.h @@ -1,7 +1,7 @@ #ifndef _INTEGRATE_H_ #define _INTEGRATE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Lambda2.cpp b/Plugin/Lambda2.cpp index f6cdce68b1785dbce81263a72a5c1422ab8a12e7..5efec69ece35f1be2f47f5c5baf2d6fc72790c0b 100644 --- a/Plugin/Lambda2.cpp +++ b/Plugin/Lambda2.cpp @@ -1,6 +1,6 @@ -// $Id: Lambda2.cpp,v 1.10 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Lambda2.cpp,v 1.11 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Lambda2.h b/Plugin/Lambda2.h index 29799d97421ae8c11448f2dd6d41310dae606d8e..0961e7f17de80384da7945ab6fe371b6c0235eac 100644 --- a/Plugin/Lambda2.h +++ b/Plugin/Lambda2.h @@ -1,7 +1,7 @@ #ifndef _LAMBDA2_H_ #define _LAMBDA2_H -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Levelset.cpp b/Plugin/Levelset.cpp index 4885d6d742a96892c410097a7a6c75680198c2bf..0cbaedc121d11bf2fe932c9187698ae7546aafaa 100644 --- a/Plugin/Levelset.cpp +++ b/Plugin/Levelset.cpp @@ -1,6 +1,6 @@ -// $Id: Levelset.cpp,v 1.29 2006-08-19 01:12:40 geuzaine Exp $ +// $Id: Levelset.cpp,v 1.30 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Levelset.h b/Plugin/Levelset.h index eb1bcb9c33c1d9ce9b8f79f230e8b7424b5276da..bbc7db7aab1f64c88479fcc05d3f664cfd0a6369 100644 --- a/Plugin/Levelset.h +++ b/Plugin/Levelset.h @@ -1,7 +1,7 @@ #ifndef _LEVELSET_H_ #define _LEVELSET_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Makefile b/Plugin/Makefile index 537ed2d427b6bff244c0330fb4e5e88bf4dda62f..c36dd379ec123878250ccf537225d07693303022 100644 --- a/Plugin/Makefile +++ b/Plugin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.116 2006-11-25 18:03:49 geuzaine Exp $ +# $Id: Makefile,v 1.117 2006-11-27 22:22:32 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Plugin/ModulusPhase.cpp b/Plugin/ModulusPhase.cpp index 4293de5b867fad7647ed20908c239d4f1a8baff4..a7436f6df761fc233a287e2013b1ef1ddc98623d 100644 --- a/Plugin/ModulusPhase.cpp +++ b/Plugin/ModulusPhase.cpp @@ -1,6 +1,6 @@ -// $Id: ModulusPhase.cpp,v 1.3 2006-02-15 04:47:35 geuzaine Exp $ +// $Id: ModulusPhase.cpp,v 1.4 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/ModulusPhase.h b/Plugin/ModulusPhase.h index e8ce466e72a9c00377dd19ca804fc76478b3a929..16d53ae4422803f4dcd235f95bd5f79cf0a2c3e6 100644 --- a/Plugin/ModulusPhase.h +++ b/Plugin/ModulusPhase.h @@ -1,7 +1,7 @@ #ifndef _MODULUS_PHASE_H_ #define _MODULUS_PHASE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp index ec8bd9c544cec6abe403815da4cdabb07e94617c..168912b007da1d75a15af9ac7ea0d233ed2298e9 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,6 +1,6 @@ -// $Id: Plugin.cpp,v 1.84 2006-08-19 01:12:40 geuzaine Exp $ +// $Id: Plugin.cpp,v 1.85 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index e23455ebe9056fa3f8694e95a26cec3df0b9867e..c795b21ed10869f9ab38c6747da687979dc4d919 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -1,7 +1,7 @@ #ifndef _PLUGIN_H_ #define _PLUGIN_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/PluginManager.h b/Plugin/PluginManager.h index 208584a820067105167ea3a2aa0fd8e661ccbf9f..5e2a440b05af080d966d33737f8e6a9b4e91deb0 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -1,7 +1,7 @@ #ifndef _PLUGIN_MANAGER_H_ #define _PLUGIN_MANAGER_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Probe.cpp b/Plugin/Probe.cpp index a357a7b5a2b705f9fb48034ac99e1a27adeebc89..5ab5b3eb9a59393400a9a0e2008b6117550e6069 100644 --- a/Plugin/Probe.cpp +++ b/Plugin/Probe.cpp @@ -1,6 +1,6 @@ -// $Id: Probe.cpp,v 1.12 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Probe.cpp,v 1.13 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Probe.h b/Plugin/Probe.h index e9313ba2ca6ab9c272a078107fe11864bd9d1817..ffeef2137b11ced0bf66c09c197a9c1de6e5cec0 100644 --- a/Plugin/Probe.h +++ b/Plugin/Probe.h @@ -1,7 +1,7 @@ #ifndef _PROBE_H_ #define _PROBE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Remove.cpp b/Plugin/Remove.cpp index 04d248173f51b9bb697d4cc1f8525185d028571f..3ac72b052ed65e666075e85b1b0cbc359ad237f0 100644 --- a/Plugin/Remove.cpp +++ b/Plugin/Remove.cpp @@ -1,6 +1,6 @@ -// $Id: Remove.cpp,v 1.7 2006-02-15 04:47:35 geuzaine Exp $ +// $Id: Remove.cpp,v 1.8 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Remove.h b/Plugin/Remove.h index 952adc6cfa41f9070951416f51aa681efc6fa9e3..5de37771d391e98c70496770199e927afef9a1b6 100644 --- a/Plugin/Remove.h +++ b/Plugin/Remove.h @@ -1,7 +1,7 @@ #ifndef _REMOVE_H_ #define _REMOVE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Skin.cpp b/Plugin/Skin.cpp index 6db2a1bca7e59cc2c577e716115a1dec32dbb0e8..8f45ca9ce2744ecd5d29ff175e663bddd314d26f 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,6 +1,6 @@ -// $Id: Skin.cpp,v 1.31 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Skin.cpp,v 1.32 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Skin.h b/Plugin/Skin.h index f21ef4c709874f3d7f0e934cd5b83c9a83767eb9..890800f3c3c3fcae3d13686fd63963c6df2c28c7 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -1,7 +1,7 @@ #ifndef _SKIN_H_ #define _SKIN_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Smooth.cpp b/Plugin/Smooth.cpp index 42f4aa98884aeb9ecb7ec549cce0dbdfd9efd00b..219bce99c2b6833281077078733a9eefea35a372 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,6 +1,6 @@ -// $Id: Smooth.cpp,v 1.22 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Smooth.cpp,v 1.23 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h index 275db89fa72b2c192ae3f109078dd7a2fe50c711..16910c109d44ecb8c50e62c72373d3c596d1938b 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -1,7 +1,7 @@ #ifndef _SMOOTH_H_ #define _SMOOTH_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/StreamLines.cpp b/Plugin/StreamLines.cpp index 0bded3e5668011fb53430fb8a1ba8d473b07c0e7..f4726ea79af13293eaffb224acf058a9af8264b2 100644 --- a/Plugin/StreamLines.cpp +++ b/Plugin/StreamLines.cpp @@ -1,6 +1,6 @@ -// $Id: StreamLines.cpp,v 1.23 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: StreamLines.cpp,v 1.24 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/StreamLines.h b/Plugin/StreamLines.h index c27bc06037267e748265674a69b92eb4bf37f93b..97f8c30a32c7b0520c413448da14149cc6092652 100644 --- a/Plugin/StreamLines.h +++ b/Plugin/StreamLines.h @@ -1,7 +1,7 @@ #ifndef _STREAM_LINES_H_ #define _STREAM_LINES_H -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index 409c3417148696dfab84a1557aef5524d02c813c..8219e96c8b33811ac41d00a147f768c11610129f 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,6 +1,6 @@ -// $Id: Transform.cpp,v 1.31 2006-01-06 00:34:33 geuzaine Exp $ +// $Id: Transform.cpp,v 1.32 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Transform.h b/Plugin/Transform.h index 45fd5756630065ae5dec0668c32b07f5d8052cbe..2e9b3478992a978484154e21858883f23fbda541 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -1,7 +1,7 @@ #ifndef _TRANSFORM_H_ #define _TRANSFORM_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Triangulate.cpp b/Plugin/Triangulate.cpp index 0016526292ceee062bb5dd36ebd18f6011d41c84..dc9057aee424c8e269c7c789ba011d13eae3cd38 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,6 +1,6 @@ -// $Id: Triangulate.cpp,v 1.32 2006-11-25 18:03:49 geuzaine Exp $ +// $Id: Triangulate.cpp,v 1.33 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Triangulate.h b/Plugin/Triangulate.h index d02c9ef65814f79664779dd6a56c323fb992e5f8..2e87a7b8e36caec7c765d339761da805857c1c82 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -1,7 +1,7 @@ #ifndef _TRIANGULATE_H_ #define _TRIANGULATE_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Warp.cpp b/Plugin/Warp.cpp index 4b4b4dd79eebdf9b73d0015ecbc7b653eef6ee21..2e579a8b2397f7d1db913eac6332f0f947037ca1 100644 --- a/Plugin/Warp.cpp +++ b/Plugin/Warp.cpp @@ -1,6 +1,6 @@ -// $Id: Warp.cpp,v 1.4 2006-04-22 10:03:14 geuzaine Exp $ +// $Id: Warp.cpp,v 1.5 2006-11-27 22:22:32 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Plugin/Warp.h b/Plugin/Warp.h index 7f61c7dd34266731aaaaeb1e15c5c570475c3040..aff1f3a5b8cecd8fc010c370f8a54cb0a22e8108 100644 --- a/Plugin/Warp.h +++ b/Plugin/Warp.h @@ -1,7 +1,7 @@ #ifndef _WARP_H_ #define _WARP_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/bin/Makefile b/bin/Makefile index 2e37d1275ffa0fcae6627f7e01e086f6e426bc1f..2956d0866d24e9db1b908681e14ddcab75885b7e 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.7 2006-01-06 00:34:33 geuzaine Exp $ +# $Id: Makefile,v 1.8 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/configure.in b/configure.in index 25fa758ce03d9917fa8ec19026ed6b3d413a97ae..3e5b5291411c2c81f41fc19e8043539aeb3b11b9 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ -dnl $Id: configure.in,v 1.114 2006-11-26 16:24:04 geuzaine Exp $ +dnl $Id: configure.in,v 1.115 2006-11-27 22:22:06 geuzaine Exp $ dnl -dnl Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +dnl Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/contrib/ANN/Makefile b/contrib/ANN/Makefile index 2bdcf974945d306bb7b6bb2479b47610c3dde471..79fa314f86129f4b4f6e0ee2439794a007baa705 100644 --- a/contrib/ANN/Makefile +++ b/contrib/ANN/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.13 2006-11-14 15:21:04 geuzaine Exp $ +# $Id: Makefile,v 1.14 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/MathEval/Makefile b/contrib/MathEval/Makefile index 10eef8070907346dac409e7118ea1842cfa015f2..2e2382b8c95a23a9dfe9e503d81dcfdbff1f9359 100644 --- a/contrib/MathEval/Makefile +++ b/contrib/MathEval/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.12 2006-11-14 15:21:04 geuzaine Exp $ +# $Id: Makefile,v 1.13 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/Metis/Makefile b/contrib/Metis/Makefile index e4ee624cac1955a279c51d4c1a17593a005b3703..f228e0f886676eb84c7623b2bf67b31e8ec2d0cd 100644 --- a/contrib/Metis/Makefile +++ b/contrib/Metis/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.12 2006-11-14 15:21:04 geuzaine Exp $ +# $Id: Makefile,v 1.13 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/NR/Makefile b/contrib/NR/Makefile index 04fe67078a10bf6c917b32d3b8da4ed488ebab96..3ce6dae6c7955199753489beb1c1c18d90cd050e 100644 --- a/contrib/NR/Makefile +++ b/contrib/NR/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 2006-01-06 00:34:33 geuzaine Exp $ +# $Id: Makefile,v 1.4 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/Netgen/Makefile b/contrib/Netgen/Makefile index b5395d831328f380afe84c35424d1939a084ff1e..10bc2883930db1ea2fc2e692ad633e2388e2dd0c 100644 --- a/contrib/Netgen/Makefile +++ b/contrib/Netgen/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.13 2006-11-14 15:21:05 geuzaine Exp $ +# $Id: Makefile,v 1.14 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/Tetgen/Makefile b/contrib/Tetgen/Makefile index b66143feb270aeeff39cdae84d89190b7c35f363..aa47d160517e5bcf8269a0c899efa74409576572 100644 --- a/contrib/Tetgen/Makefile +++ b/contrib/Tetgen/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 2006-01-06 00:34:33 geuzaine Exp $ +# $Id: Makefile,v 1.3 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/Triangle/Makefile b/contrib/Triangle/Makefile index e8080092a2868d845f2ddc2b6d114b9820814323..6e5fe03e1aa12671cf5c6d9c915a615db9aa8ba2 100644 --- a/contrib/Triangle/Makefile +++ b/contrib/Triangle/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 2006-02-24 22:07:08 geuzaine Exp $ +# $Id: Makefile,v 1.4 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/CREDITS b/doc/CREDITS index 80a81e16e0c31b46a29097475f3daaabf4ad8e3b..63865f1b0a99b545e52e6a0eb073a14f079d581f 100644 --- a/doc/CREDITS +++ b/doc/CREDITS @@ -1,6 +1,6 @@ -$Id: CREDITS,v 1.38 2006-11-21 12:03:08 geuzaine Exp $ +$Id: CREDITS,v 1.39 2006-11-27 22:22:33 geuzaine Exp $ - Gmsh is copyright (C) 1997-2006 + Gmsh is copyright (C) 1997-2007 Christophe Geuzaine <christophe.geuzaine at case.edu> diff --git a/doc/Makefile b/doc/Makefile index 2ac7f65c573e8e426bd88438ea5452b359d34d3e..d2580ce5d38ed59b51799d99408dfba9e89b441f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.14 2006-01-06 00:34:34 geuzaine Exp $ +# $Id: Makefile,v 1.15 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/VERSIONS b/doc/VERSIONS index 77af1c872ec80c05fcd857e5fb727a909e9c5e52..13657550366339dbf65c6eb558f1e0d6d0400cb7 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.367 2006-11-27 05:20:03 geuzaine Exp $ +$Id: VERSIONS,v 1.368 2006-11-27 22:22:33 geuzaine Exp $ 2.0: new geometry and mesh databases, with support for STEP and IGES input via OpenCascade; complete rewrite of geometry and mesh drawing @@ -8,11 +8,9 @@ Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support for incomplete second order elements; new 2D mesh algorithm; removed anisotropic algorithm (as well as attractors); removed explicit region number specification in extrusions; option changes in the graphical -interface are now applied instantenously; lots of other improvements -all over the place. - -1.66: added support for offscreen rendering using OSMesa; added -support for SVG output; +interface are now applied instantenously; added support for offscreen +rendering using OSMesa; added support for SVG output; lots of other +improvements all over the place. 1.65 (May 15, 2006): new Plugin(ExtractEdges); fixed compilation errors with gcc4.1; replaced Plugin(DisplacementRaise) and diff --git a/doc/gmsh.html b/doc/gmsh.html index 57f1c2d2f26dd574b1b89a27d4d1bf4d8925c485..c3bbaa734200558fad324f03e4a12b7ec563f4bb 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -148,7 +148,7 @@ questions or bug reports. <h2><a name="Licensing"></a>Licensing</h2> -Gmsh is copyright (C) 1997-2006 by C. Geuzaine and J.-F. Remacle and +Gmsh is copyright (C) 1997-2007 by C. Geuzaine and J.-F. Remacle and is distributed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License (GPL)</a>. diff --git a/doc/texinfo/Makefile b/doc/texinfo/Makefile index 598e3f7a03254c0bc143a91efbad87f1b88a4b59..fdd23b999dd8aa7fff03a4a819557f46c865327d 100644 --- a/doc/texinfo/Makefile +++ b/doc/texinfo/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.11 2006-01-06 00:34:34 geuzaine Exp $ +# $Id: Makefile,v 1.12 2006-11-27 22:22:33 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index e691ae4a24fbb313f49a04189d66116309f5d8cc..29617eef4b8f82abf6ed5e57a46667615c4c0408 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -1,7 +1,7 @@ \input texinfo.tex @c -*-texinfo-*- -@c $Id: gmsh.texi,v 1.219 2006-11-27 19:23:04 geuzaine Exp $ +@c $Id: gmsh.texi,v 1.220 2006-11-27 22:22:33 geuzaine Exp $ @c -@c Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +@c Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle @c @c This program is free software; you can redistribute it and/or modify @c it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ @c %**start of header @setfilename gmsh.info @set GMSH-VERSION 2.0 -@set COPYRIGHT @copyright{} 1997-2006 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle +@set COPYRIGHT @copyright{} 1997-2007 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @c @settitle Gmsh @value{GMSH-VERSION} @footnotestyle separate diff --git a/doc/texinfo/opt_solver.texi b/doc/texinfo/opt_solver.texi index bf2796855a4dc125a870301bb6f02c2cdd5eb2ff..63cb1f34a1dd38622d53c0653efb33cdc7ac1d24 100644 --- a/doc/texinfo/opt_solver.texi +++ b/doc/texinfo/opt_solver.texi @@ -18,7 +18,7 @@ Saved in: @code{General.OptionsFileName} Help string for solver 0@* Default value: @code{"A General environment for the treatment of Discrete Problems. -Copyright (C) 1997-2006 +Copyright (C) 1997-2007 Patrick Dular and Christophe Geuzaine. Visit http://www.geuz.org/getdp/ for more info"}@* Saved in: @code{General.OptionsFileName} diff --git a/lib/Makefile b/lib/Makefile index e8c1e63f1bc1bbee6c5a00849a0f4a3aa387a071..a4911b07a7d8ed3168d57222a8cea3a3aa3f3608 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.9 2006-01-06 00:34:34 geuzaine Exp $ +# $Id: Makefile,v 1.10 2006-11-27 22:22:34 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/utils/commercial/License.cpp b/utils/commercial/License.cpp index e73a981cb2183036fcd4b92c49ab8680b919535f..fa45897e18c7351f11f3949ed5d16ec49dd3cde1 100644 --- a/utils/commercial/License.cpp +++ b/utils/commercial/License.cpp @@ -1,6 +1,6 @@ -// $Id: License.cpp,v 1.7 2006-01-06 00:34:34 geuzaine Exp $ +// $Id: License.cpp,v 1.8 2006-11-27 22:22:34 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // Please report all bugs and problems to <gmsh@geuz.org>. diff --git a/utils/misc/Makefile b/utils/misc/Makefile index 6dcbbacb0cee0ccecd39c1a9efec81447b2fb331..e7e5a60f31251d46ee0cd4f58e10884b0ed038e8 100644 --- a/utils/misc/Makefile +++ b/utils/misc/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 2006-01-06 00:34:34 geuzaine Exp $ +# $Id: Makefile,v 1.4 2006-11-27 22:22:34 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/utils/misc/mshsort.cpp b/utils/misc/mshsort.cpp index f8caffcdfb9ced4d223d0875f51a5f4ac77a0e4f..c90453f3fea5ac405b0523ff11cf614fe1c49348 100644 --- a/utils/misc/mshsort.cpp +++ b/utils/misc/mshsort.cpp @@ -1,6 +1,6 @@ -// $Id: mshsort.cpp,v 1.8 2006-01-06 00:34:34 geuzaine Exp $ +// $Id: mshsort.cpp,v 1.9 2006-11-27 22:22:34 geuzaine Exp $ // -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/utils/misc/replace.bash b/utils/misc/replace.bash index 39b2dff4623ad032ea7cfb56afa6ed7989c134fc..ba9b23ad35fe7e22fc01ab0f8e5104516aba6329 100644 --- a/utils/misc/replace.bash +++ b/utils/misc/replace.bash @@ -2,7 +2,7 @@ for A in $* do -sed "s|1997-2005|1997-2006|g" $A > $A.XXX +sed "s|1997-2006|1997-2007|g" $A > $A.XXX echo modif $A rm -f $A mv -f $A.XXX $A diff --git a/utils/solvers/c++/GmshClient.h b/utils/solvers/c++/GmshClient.h index 9c0b0ae1eee8fda5c3b0521535a04b8c08a6b0f1..b21fb96ef682dd00b77cab5ad2c118044d08c50a 100644 --- a/utils/solvers/c++/GmshClient.h +++ b/utils/solvers/c++/GmshClient.h @@ -1,7 +1,7 @@ #ifndef _GMSH_CLIENT_H_ #define _GMSH_CLIENT_H_ -// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/utils/solvers/c/GmshClient.c b/utils/solvers/c/GmshClient.c index 54aa3d93443eb661d96bc3f69f236cf258462831..2fc1df385271b2b0bad021d99a15c01008020ceb 100644 --- a/utils/solvers/c/GmshClient.c +++ b/utils/solvers/c/GmshClient.c @@ -1,6 +1,6 @@ -/* $Id: GmshClient.c,v 1.6 2006-02-25 19:07:50 geuzaine Exp $ */ +/* $Id: GmshClient.c,v 1.7 2006-11-27 22:22:34 geuzaine Exp $ */ /* - * Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle + * Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/utils/solvers/c/GmshClient.h b/utils/solvers/c/GmshClient.h index b3239ba2cf5991b7575ebaa7a491aed2a2c1fd49..f496e44eebaf9877e64cb461c096abe6915f39cf 100644 --- a/utils/solvers/c/GmshClient.h +++ b/utils/solvers/c/GmshClient.h @@ -2,7 +2,7 @@ #define _GMSH_CLIENT_H_ /* - * Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle + * Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/variables.in b/variables.in index 57f008fa79d04dd4b4f86bdc6209f9e5af083d44..ac425b1e79998ed39dd12e52969206736829e453 100644 --- a/variables.in +++ b/variables.in @@ -1,6 +1,6 @@ -# $Id: variables.in,v 1.13 2006-02-24 22:07:05 geuzaine Exp $ +# $Id: variables.in,v 1.14 2006-11-27 22:22:06 geuzaine Exp $ # -# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle +# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by