diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ab25ccd3e6d2a4a96d5e1b9619a26e4573488be..b5d51e2be5fe9ad95e94a42fd5116ed18b08ff05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. cmake_minimum_required(VERSION 2.8 FATAL_ERROR) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index f32d9a202edd46c3cd519428084f433b804c9262..5d6ba8fb63ccf9cd7a5e3e73a22fc7f12d819e97 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_PROJECT_NAME "Gmsh") set(CTEST_DROP_METHOD "http") diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt index 889c8b550378457dabc2f767010a66f943b2aefc..d6277d210116f9314db66f10fbb67b9ce4773108 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Gmsh.cpp diff --git a/Common/Colors.h b/Common/Colors.h index 91a6f20b4e9efc3fa37b6a07781d92703048d6e6..97743556a8827794ca12a63bb7adadeb4cbeb3e4 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _COLORS_H_ #define _COLORS_H_ diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index b5d07587e4537340ac55372592f23e9a0f8bdcc1..af8e1ce0ac0198b0c01dfa0b17381a88a808e82e 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> #include <string.h> @@ -820,7 +820,7 @@ void GetOptions(int argc, char *argv[]) } else if(!strcmp(argv[i] + 1, "help") || !strcmp(argv[i] + 1, "-help")) { fprintf(stderr, "Gmsh, a 3D mesh generator with pre- and post-processing facilities\n"); - fprintf(stderr, "Copyright (C) 1997-2012 Christophe Geuzaine and Jean-Francois Remacle\n"); + fprintf(stderr, "Copyright (C) 1997-2013 Christophe Geuzaine and Jean-Francois Remacle\n"); PrintUsage(argv[0]); Msg::Exit(0); } diff --git a/Common/CommandLine.h b/Common/CommandLine.h index 45ef599f2cfe23d33e5723889064250e46aae532..89fcf3f22ee4c2ae8c38fafa0b62228a8a8feb84 100644 --- a/Common/CommandLine.h +++ b/Common/CommandLine.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _COMMAND_LINE_H_ #define _COMMAND_LINE_H_ diff --git a/Common/Context.cpp b/Common/Context.cpp index 0d687f912f2e466203ba505d06ecd8461274ea3c..787c4b6a4a7524f393377053f4b9c3399583520d 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Common/Context.h b/Common/Context.h index 073366432efc2cf2e448c5c8bcc3f6cf9148d63e..3ae6656c3a57981fe329553635347e053952a5a4 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CONTEXT_H_ #define _CONTEXT_H_ diff --git a/Common/CreateFile.cpp b/Common/CreateFile.cpp index ce3cae778ccf56b9f1c9fba4e5faf5739e02b57e..e7235ae57d5744aa7ef07da982fd0dde3ce7dcd4 100644 --- a/Common/CreateFile.cpp +++ b/Common/CreateFile.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Common/CreateFile.h b/Common/CreateFile.h index 420f48010b8ace02682898490a06a37ade6ed6da..df878cc10a0756f454d4ddf088482112e0d7c621 100644 --- a/Common/CreateFile.h +++ b/Common/CreateFile.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CREATE_FILE_H_ #define _CREATE_FILE_H_ diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 39c21206aaf554fdbd4cb054578abac4e6ee9df7..618389725db67f7f4e6206cedd3f8f00f4410413 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DEFAULT_OPTIONS_H_ #define _DEFAULT_OPTIONS_H_ diff --git a/Common/Gmsh.cpp b/Common/Gmsh.cpp index 6ff89e50e2b76cd63c7517c2d90517d98c74cf74..f24a5a429c80c16804893dd6369a1ee7e5503623 100644 --- a/Common/Gmsh.cpp +++ b/Common/Gmsh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> #include <time.h> diff --git a/Common/Gmsh.h b/Common/Gmsh.h index b4b344afa60daa198e88ec8c99fc23dfb08b8d6c..40301090aa98752855c7f1843775e08c3ba786f0 100644 --- a/Common/Gmsh.h +++ b/Common/Gmsh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_H_ #define _GMSH_H_ diff --git a/Common/GmshConfig.h.in b/Common/GmshConfig.h.in index b29c6dab91aee92580331f49a5a9dbd65b3fd2be..2fb100b29c36ed37ea9dd9ecb67ddb60ed11e277 100644 --- a/Common/GmshConfig.h.in +++ b/Common/GmshConfig.h.in @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_CONFIG_H_ #define _GMSH_CONFIG_H_ diff --git a/Common/GmshDefines.h b/Common/GmshDefines.h index 21a22b81e358f0e8a9fe0ae2665237b0f6a92caf..ced91825444cce09182caf052ab7222571e5d044 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_DEFINES_H_ #define _GMSH_DEFINES_H_ diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index edc43e008e5c58bbeb761a2c9451ff790a0de2a1..8279b40196c6a8c9987440b791b35231659742c0 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <stdio.h> diff --git a/Common/GmshMessage.h b/Common/GmshMessage.h index 38b18916e20cfd5ccf4cd2a5bc8d8feb7b98a1ec..a5b8f7a33764cbf1d3a98e5e4b401ec5dabf5896 100644 --- a/Common/GmshMessage.h +++ b/Common/GmshMessage.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_MESSAGE_H_ #define _GMSH_MESSAGE_H_ diff --git a/Common/GmshRemote.cpp b/Common/GmshRemote.cpp index 27684383f947950f9d9141dffddf76c55c54d38b..154e1636ec1c7c6f2e1008cb0b693243c4999cf6 100644 --- a/Common/GmshRemote.cpp +++ b/Common/GmshRemote.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include "GmshConfig.h" diff --git a/Common/GmshRemote.h b/Common/GmshRemote.h index 8c367a1611cfa2a94804a61daa10dd3ba06d79ac..532f2131b7ff14c0aa25b27aff7d5fb3b9419200 100644 --- a/Common/GmshRemote.h +++ b/Common/GmshRemote.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_REMOTE_H_ #define _GMSH_REMOTE_H_ diff --git a/Common/GmshSocket.h b/Common/GmshSocket.h index 71b848b08959ba2ce1f5d0c5d46011b7bd9711dc..b153c9898391c1e2d75e551c9d5ca7c85bba77ba 100644 --- a/Common/GmshSocket.h +++ b/Common/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation @@ -22,7 +22,7 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to <gmsh@geuz.org>. +// Please report all bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_SOCKET_H_ #define _GMSH_SOCKET_H_ diff --git a/Common/GmshVersion.h.in b/Common/GmshVersion.h.in index c548f9ebe6a62a6bb871c02153a360fa3d0e6fca..32461d0832ae056d02b23651a58437943cf6a6ec 100644 --- a/Common/GmshVersion.h.in +++ b/Common/GmshVersion.h.in @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_VERSION_H_ #define _GMSH_VERSION_H_ diff --git a/Common/Hash.h b/Common/Hash.h index b27852e68773a1cf7f540ad65851d428084096cc..eb473bc5c90b1101644c110475698dcc5cffb46d 100644 --- a/Common/Hash.h +++ b/Common/Hash.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _HASH_H_ #define _HASH_H_ diff --git a/Common/HashMap.h b/Common/HashMap.h index 25e14f67a2654686b09b25a8d7c0d4cb4f9a9d88..a07c9111ec1508a23f4c435a567b41e0ec8939ef 100644 --- a/Common/HashMap.h +++ b/Common/HashMap.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _HASH_MAP_H_ #define _HASH_MAP_H_ diff --git a/Common/ListUtils.cpp b/Common/ListUtils.cpp index f2261e7d040bbfdad0f87bb246a2b2c5bc342002..dbfb01819fede6dbe134e225c6b1017319b8c5b0 100644 --- a/Common/ListUtils.cpp +++ b/Common/ListUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Marc Ume diff --git a/Common/ListUtils.h b/Common/ListUtils.h index e8760082edac0329ec2d9afda84e8b201a7d063f..5e3dac09997ef90c80712d98377a942a6d571c31 100644 --- a/Common/ListUtils.h +++ b/Common/ListUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LIST_UTILS_H_ #define _LIST_UTILS_H_ diff --git a/Common/Main.cpp b/Common/Main.cpp index d03871a27b74081d7a0b1ee95eec9249847d2429..cc1992f28e3c915eaa7ddefff677540e29febe72 100644 --- a/Common/Main.cpp +++ b/Common/Main.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "Gmsh.h" diff --git a/Common/MallocUtils.cpp b/Common/MallocUtils.cpp index aac69b800d2dbef3e45ee85a82f8d71f9fadfa67..534e349f7948ed3cc9cf89aef291267fa84414da 100644 --- a/Common/MallocUtils.cpp +++ b/Common/MallocUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #include <stdlib.h> diff --git a/Common/MallocUtils.h b/Common/MallocUtils.h index f5716331d220c7365592b6d808fb9bf679aa997f..81906806bbacb874caa21f6b826b4f42afe7bd12 100644 --- a/Common/MallocUtils.h +++ b/Common/MallocUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MALLOC_UTILS_H_ #define _MALLOC_UTILS_H_ diff --git a/Common/OS.cpp b/Common/OS.cpp index 21feb1913912b6312e1c0d427ac66dbdcd04abb3..02b85acf76b3b36fb371deca00f79abeb7ab8327 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // This file contains a bunch of functions that depend on OS-dependent // features and/or system calls diff --git a/Common/OS.h b/Common/OS.h index b3f1ca696cb71b63e5e673fd4aa4d72ec339c9bb..bd4d39d7d348e1e7abc44517f1105a786199b310 100644 --- a/Common/OS.h +++ b/Common/OS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OS_H_ #define _OS_H_ diff --git a/Common/Octree.cpp b/Common/Octree.cpp index d7bb82c5ef2433ea10a807685b134dd6bc33b8f0..2751c8924cf603ce3d0b7bb9b1a8a40daf8378b7 100644 --- a/Common/Octree.cpp +++ b/Common/Octree.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <stdio.h> diff --git a/Common/Octree.h b/Common/Octree.h index a0f81fc19eedabdec54fd6e381e30658de47de8b..f69c97a83ea51c893782d6438a3389d1f4c39e12 100644 --- a/Common/Octree.h +++ b/Common/Octree.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OCTREE_H_ #define _OCTREE_H_ diff --git a/Common/OctreeInternals.cpp b/Common/OctreeInternals.cpp index 75c9efc6a0295be08779be4aff76b6871afa2237..8305e99770c1b4cf38e792e75f430500538891e1 100644 --- a/Common/OctreeInternals.cpp +++ b/Common/OctreeInternals.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <list> #include <stdio.h> diff --git a/Common/OctreeInternals.h b/Common/OctreeInternals.h index e4876ba5165e1c2e1dbfe2c4ce9f588e292bdafd..bdfa72c8b93f0d2a454e0c94e142de08a65f21b5 100644 --- a/Common/OctreeInternals.h +++ b/Common/OctreeInternals.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OCTREE_INTERNALS_H_ #define _OCTREE_INTERNALS_H_ diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp index 5f773190d64e7a7406e6867a615fedac4c22c775..03d243f9220e2eec5dc7516198e6b4fa14b58dcb 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include <string.h> diff --git a/Common/OpenFile.h b/Common/OpenFile.h index e0060625a09a748688bb302f8972bef840a8c12f..2dc95dd1897325ecf2fbe6e5d1dd7882eccb6eda 100644 --- a/Common/OpenFile.h +++ b/Common/OpenFile.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OPENFILE_H_ #define _OPENFILE_H_ diff --git a/Common/Options.cpp b/Common/Options.cpp index 771d2e9d8d177f4fb5177553b855309741919f77..6ad32f4cedd8861db3751d29f05bc2f7b08ae399 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <stdlib.h> diff --git a/Common/Options.h b/Common/Options.h index 8af7aa0d5b7f947fb5c7420732c3da5c4b6040a7..5db08178a7b1a884aa361bc132f84f70070807e0 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OPTIONS_H_ #define _OPTIONS_H_ diff --git a/Common/SmoothData.cpp b/Common/SmoothData.cpp index 5f8cae0a641fa8053674af10893451e4bb504180..3ca7e75cb7c6edeef05739614be087cf8cabbb09 100644 --- a/Common/SmoothData.cpp +++ b/Common/SmoothData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #include "SmoothData.h" diff --git a/Common/SmoothData.h b/Common/SmoothData.h index 308eeda937494ac554ea1c1586c5245891199269..864f1bd5192352879eb77e00facc66a6458492ff 100644 --- a/Common/SmoothData.h +++ b/Common/SmoothData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SMOOTH_DATA_H_ #define _SMOOTH_DATA_H_ diff --git a/Common/StringUtils.cpp b/Common/StringUtils.cpp index 5d1413f6aef7e2e6b4827af488e56908c8278889..46d3ceee51e2115dc9c892d4438b189f9def9143 100644 --- a/Common/StringUtils.cpp +++ b/Common/StringUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #if defined(__CYGWIN__) diff --git a/Common/StringUtils.h b/Common/StringUtils.h index 0e76c2fc178b73aab38d97e5bc491eae19531549..d81e99a225d75d9596b543983158f8d4103c83dc 100644 --- a/Common/StringUtils.h +++ b/Common/StringUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _STRING_UTILS_H_ #define _STRING_UTILS_H_ diff --git a/Common/TreeUtils.cpp b/Common/TreeUtils.cpp index ddf7db4e8c7b5eb11fce77cc7ca7b38f178fe57e..7e2841eb9dd655c1bf7a8f21a76de1e620e36267 100644 --- a/Common/TreeUtils.cpp +++ b/Common/TreeUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Marc Ume diff --git a/Common/TreeUtils.h b/Common/TreeUtils.h index e303116549f539759f058d3c06df67f16d2a5778..9b0fe4f7c33f561f468ae3daa424077054110a47 100644 --- a/Common/TreeUtils.h +++ b/Common/TreeUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _TREE_UTILS_H_ #define _TREE_UTILS_H_ diff --git a/Common/VertexArray.cpp b/Common/VertexArray.cpp index 789a44900868f7dda4f46571ba1509c606ad632a..538ad6387329f10c1c09f199f4ee6dd473401463 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <algorithm> diff --git a/Common/VertexArray.h b/Common/VertexArray.h index a33a1693a2556750ae96e55453e6a3abcb5836dc..2ff312791b4b3789061e9ebcdf307c986e69ddc1 100644 --- a/Common/VertexArray.h +++ b/Common/VertexArray.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _VERTEX_ARRAY_H_ #define _VERTEX_ARRAY_H_ diff --git a/Common/gmshPopplerWrapper.cpp b/Common/gmshPopplerWrapper.cpp index f9129329ca7479c77a388b35a8200b7d43b727d5..46a0e566bf780c5b0226f222a3a284a52f7d22f2 100644 --- a/Common/gmshPopplerWrapper.cpp +++ b/Common/gmshPopplerWrapper.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "gmshPopplerWrapper.h" diff --git a/Common/gmshPopplerWrapper.h b/Common/gmshPopplerWrapper.h index 04e789a3ba4eeeb8b4ce93567ae50028ce07d61b..7fef0a9e745a977781afbc9ba03bd16ad49b6af2 100644 --- a/Common/gmshPopplerWrapper.h +++ b/Common/gmshPopplerWrapper.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSHPOPPLERWRAPPER_PDF_H_ #define _GMSHPOPPLERWRAPPER_PDF_H_ diff --git a/Common/onelab.h b/Common/onelab.h index 969fb629600c16ff92e6bdd87cdb9339ed11af93..2160cf9513589b80353e9b45df3081d0fa0671ea 100644 --- a/Common/onelab.h +++ b/Common/onelab.h @@ -22,7 +22,7 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to <gmsh@geuz.org>. +// Please report all bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ONELAB_H_ #define _ONELAB_H_ @@ -356,6 +356,7 @@ namespace onelab{ std::string toChar() const { std::ostringstream sstream; + sstream.precision(16); sstream << parameter::toChar() << _value << charSep() << _min << charSep() << _max << charSep() << _step << charSep() << _index << charSep() diff --git a/Common/onelabUtils.cpp b/Common/onelabUtils.cpp index 0da3058b9a91ab4667a41473445c372ae700ea8c..7413762fa9fa4d39506b5d3008ae2c4e049398ca 100644 --- a/Common/onelabUtils.cpp +++ b/Common/onelabUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" diff --git a/Common/onelabUtils.h b/Common/onelabUtils.h index ec7605c95df502d484560c94b5370c2220b8a7be..84374194890e5edf74d13a2bea50f87eb6a8a377 100644 --- a/Common/onelabUtils.h +++ b/Common/onelabUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ONELAB_UTILS_H_ #define _ONELAB_UTILS_H_ diff --git a/Fltk/CMakeLists.txt b/Fltk/CMakeLists.txt index 11d813af2b320e9696c935da2acbb57ddff9b1a7..d7732c275bf4cd5b0309dced95f61f2f481452aa 100644 --- a/Fltk/CMakeLists.txt +++ b/Fltk/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC FlGui.cpp diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index 59ce16091d83c55874b93643504383ea352b1daf..644eee4e9d3e81540f539fab6d9730af62b55c84 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/FlGui.h b/Fltk/FlGui.h index 17d937f0a70bd0db668d5c25d913f60acc4d3bfd..a8034c05e2165588a9ab8203bdeadc0a3d63fc55 100644 --- a/Fltk/FlGui.h +++ b/Fltk/FlGui.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FL_GUI_H_ #define _FL_GUI_H_ diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index a43340122cdeac21108e5e9e434e5787967243e7..31342221b124ac77ae752365e01a192d71bdea12 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> #include "Gmsh.h" diff --git a/Fltk/aboutWindow.cpp b/Fltk/aboutWindow.cpp index b7ced55dcabc15e81850bda13db6ed06bfbcc6f2..3d62179d3e48687905d8c4e1c0c93b6c2b284900 100644 --- a/Fltk/aboutWindow.cpp +++ b/Fltk/aboutWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include <FL/Fl_Help_View.H> @@ -36,7 +36,7 @@ aboutWindow::aboutWindow() o->box(FL_FLAT_BOX); std::ostringstream sstream; sstream << "<center><h3>Gmsh</h3><br>version " << GetGmshVersion() - << "<p>Copyright (C) 1997-2012" + << "<p>Copyright (C) 1997-2013" << "<br>Christophe Geuzaine and Jean-Francois Remacle" << "<p><a href=\"http://geuz.org/gmsh/doc/CREDITS.txt\">Credits</a> " << "and <a href=\"http://geuz.org/gmsh/doc/LICENSE.txt\">licensing " diff --git a/Fltk/aboutWindow.h b/Fltk/aboutWindow.h index ffe8eb516854b5a2458201021812b498a7c46c74..29898e616afa15ff3d2d1a8fa745f8e6850d55c8 100644 --- a/Fltk/aboutWindow.h +++ b/Fltk/aboutWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ABOUT_WINDOW_H_ #define _ABOUT_WINDOW_H_ diff --git a/Fltk/classificationEditor.cpp b/Fltk/classificationEditor.cpp index c869db84d06c71287e3fe2b485249d2532556edb..b26b9f726d7cbaa004e470eb14608c920b5ba806 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <FL/Fl_Tabs.H> #include <FL/Fl_Box.H> diff --git a/Fltk/classificationEditor.h b/Fltk/classificationEditor.h index a585d3b57dd199aa7b0955904c0bdebc867b1733..edddae83ea67f95f2cde086475bae6e55a78f3c3 100644 --- a/Fltk/classificationEditor.h +++ b/Fltk/classificationEditor.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CLASSIFICATION_EDITOR_H_ #define _CLASSIFICATION_EDITOR_H_ diff --git a/Fltk/clippingWindow.cpp b/Fltk/clippingWindow.cpp index 546065bebe4bf3ee6497758413683fcfffd2faec..98a7e5f5ae3447a1b961ad5644cceafd9c39ce47 100644 --- a/Fltk/clippingWindow.cpp +++ b/Fltk/clippingWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <FL/Fl_Tabs.H> #include <FL/Fl_Return_Button.H> diff --git a/Fltk/clippingWindow.h b/Fltk/clippingWindow.h index e399f228bc3645e5ff7261ebc3ae50959c7eca43..9ee3892553761492c36e7434b74b25abfe08b073 100644 --- a/Fltk/clippingWindow.h +++ b/Fltk/clippingWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CLIPPING_WINDOW_H_ #define _CLIPPING_WINDOW_H_ diff --git a/Fltk/colorbarWindow.cpp b/Fltk/colorbarWindow.cpp index 05813b94911b72036c84b41cdd237c7f5b71aff3..d1a83b9821f3cc8f38128ad4c69f46aced56816b 100644 --- a/Fltk/colorbarWindow.cpp +++ b/Fltk/colorbarWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // This class was inspired by the colorbar widget provided in Vis5d, a // program for visualizing five dimensional gridded data sets diff --git a/Fltk/colorbarWindow.h b/Fltk/colorbarWindow.h index da005f659778b78fbec10135ab91eec615a340bd..a6463db01ee616166b84d15a20d5db5dc4ea9feb 100644 --- a/Fltk/colorbarWindow.h +++ b/Fltk/colorbarWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _COLORBAR_WINDOW_H #define _COLORBAR_WINDOW_H diff --git a/Fltk/contextWindow.cpp b/Fltk/contextWindow.cpp index ffe0fae0caae7e84f3ef9d48ed0d30ac904c6a93..7970d7f2c971eb2bf1eeca43ec6aee10856af016 100644 --- a/Fltk/contextWindow.cpp +++ b/Fltk/contextWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <FL/Fl_Tabs.H> #include <FL/Fl_Return_Button.H> diff --git a/Fltk/contextWindow.h b/Fltk/contextWindow.h index d43820522b178c906308f0d9c514e0272b114992..f0cdac86aaaa5cc7ecce37b008db7e9de5c51c75 100644 --- a/Fltk/contextWindow.h +++ b/Fltk/contextWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CONTEXT_WINDOW_H_ #define _CONTEXT_WINDOW_H_ diff --git a/Fltk/drawContextFltk.h b/Fltk/drawContextFltk.h index 7f96bb8f63d246233aa9b0249f00aa7fab464f48..d3bd00be3ef15ff3f8c5a1cc401bb1b5f370d1ff 100644 --- a/Fltk/drawContextFltk.h +++ b/Fltk/drawContextFltk.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DRAW_CONTEXT_FLTK_H_ #define _DRAW_CONTEXT_FLTK_H_ diff --git a/Fltk/extraDialogs.cpp b/Fltk/extraDialogs.cpp index abea5dfdfb6d66ba36767822dec3cb8140ce4c8a..d51920f4a14417b981d05b30a05774751e4b93eb 100644 --- a/Fltk/extraDialogs.cpp +++ b/Fltk/extraDialogs.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Stephen Guzik diff --git a/Fltk/extraDialogs.h b/Fltk/extraDialogs.h index ad911d4233a97f2f6f8c82a1a3cc9fd98f392ec4..46976ba4f3da5c9733aff38dbf5312289064eeee 100644 --- a/Fltk/extraDialogs.h +++ b/Fltk/extraDialogs.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _EXTRA_DIALOGS_H_ #define _EXTRA_DIALOGS_H_ diff --git a/Fltk/fieldWindow.cpp b/Fltk/fieldWindow.cpp index 599ebef27a1c7c4bc01358856a7972c4e73a781e..aa41cb17b8aa71406d1c7de4ff04a65ddef1c390 100644 --- a/Fltk/fieldWindow.cpp +++ b/Fltk/fieldWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Jonathan Lambrechts diff --git a/Fltk/fieldWindow.h b/Fltk/fieldWindow.h index 345ff6848fd375f237e6e1c473ed15df00126273..fd2954b0392d48aa82f3dde3712924804452a935 100644 --- a/Fltk/fieldWindow.h +++ b/Fltk/fieldWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FIELD_WINDOW_H_ #define _FIELD_WINDOW_H_ diff --git a/Fltk/fileDialogs.cpp b/Fltk/fileDialogs.cpp index b7dbc331ded7ebef063405b92f1e425a48327658..f8545b0bbd8c6d7cd98af697b3b2d69935eb9059 100644 --- a/Fltk/fileDialogs.cpp +++ b/Fltk/fileDialogs.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Stephen Guzik diff --git a/Fltk/fileDialogs.h b/Fltk/fileDialogs.h index 9c8602068f044008fcd29a28887a7d853994d5c3..9b1b929f5d8841480e6664c6077f77f277a48313 100644 --- a/Fltk/fileDialogs.h +++ b/Fltk/fileDialogs.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FILE_DIALOGS_H_ #define _FILE_DIALOGS_H_ diff --git a/Fltk/graphicWindow.cpp b/Fltk/graphicWindow.cpp index 86f3af91c1e8670adf4894ff47fc4f8e110cec4a..6449971ab719f893e3569cdf6d7a7a10dbe7bd68 100644 --- a/Fltk/graphicWindow.cpp +++ b/Fltk/graphicWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshDefines.h" diff --git a/Fltk/graphicWindow.h b/Fltk/graphicWindow.h index 13b8279fcac77dfb7e0d2f7b4c1fa62f94261288..b8488c30f002ff2eee929eb50424fc5dbcd4f852 100644 --- a/Fltk/graphicWindow.h +++ b/Fltk/graphicWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GRAPHIC_WINDOW_H_ #define _GRAPHIC_WINDOW_H_ diff --git a/Fltk/highOrderToolsWindow.cpp b/Fltk/highOrderToolsWindow.cpp index 81f51c50a27ad0e0c838c2c34b84a621fc54ca5b..236d257873219ddbd1142411b601e44dfe5086d5 100644 --- a/Fltk/highOrderToolsWindow.cpp +++ b/Fltk/highOrderToolsWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/highOrderToolsWindow.h b/Fltk/highOrderToolsWindow.h index aefe04641df52de877f8dfaee35779b6ff70f86b..eedf7d24d9653d081b3249f59381432370423ce0 100644 --- a/Fltk/highOrderToolsWindow.h +++ b/Fltk/highOrderToolsWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _HIGHORDERTOOLS_WINDOW_H_ #define _HIGHORDERTOOLS_WINDOW_H_ diff --git a/Fltk/inputRange.h b/Fltk/inputRange.h index 960c7eb3b6dd39c6898138a7681b0f95350aa197..d391749d1447a0678acf57697c76c229d137e506 100644 --- a/Fltk/inputRange.h +++ b/Fltk/inputRange.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _INPUT_RANGE_H_ #define _INPUT_RANGE_H_ diff --git a/Fltk/inputRegion.cpp b/Fltk/inputRegion.cpp index b1208fb23e0068a60e7d313c7c862e90c92bae23..774f6a658fe63f008f52e1f9fdc18f0786c3e98b 100644 --- a/Fltk/inputRegion.cpp +++ b/Fltk/inputRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> #include <stdio.h> diff --git a/Fltk/inputRegion.h b/Fltk/inputRegion.h index a676a2c8efc0ba0d83f94bc16e5103d654d6bc70..010ea056250e4892cf58558be35a76c8f63c2e42 100644 --- a/Fltk/inputRegion.h +++ b/Fltk/inputRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _INPUT_REGION_H_ #define _INPUT_REGION_H_ diff --git a/Fltk/mainWindow.h b/Fltk/mainWindow.h index 56597f6df0aeea662ed93a88346012e028459820..d4983386196dbae44e7d08ee4a66a0c4a9e10f8f 100644 --- a/Fltk/mainWindow.h +++ b/Fltk/mainWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MAIN_WINDOW_H #define _MAIN_WINDOW_H diff --git a/Fltk/manipWindow.cpp b/Fltk/manipWindow.cpp index d11444d01970258bbf52184588f54cef6b7c161b..f20a6736fee6bb203e00feeebf149714e5907629 100644 --- a/Fltk/manipWindow.cpp +++ b/Fltk/manipWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <FL/Fl_Box.H> #include <FL/Fl_Return_Button.H> diff --git a/Fltk/manipWindow.h b/Fltk/manipWindow.h index 30cacdab2d1f5092bce5011195a8a79da3d566ca..07843d344dd1034338dd9a0f0f8343e122a5884d 100644 --- a/Fltk/manipWindow.h +++ b/Fltk/manipWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MANIP_WINDOW_H_ #define _MANIP_WINDOW_H_ diff --git a/Fltk/onelabGroup.cpp b/Fltk/onelabGroup.cpp index fcde0082ff155d246b318720aa4675cabbe9f60c..2d6fab09b473adb2e4e5a746988e688b543c574f 100644 --- a/Fltk/onelabGroup.cpp +++ b/Fltk/onelabGroup.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <FL/Fl.H> #include "GmshConfig.h" diff --git a/Fltk/onelabGroup.h b/Fltk/onelabGroup.h index 401beec1a580ba6a0d9a81c26329e987b7e6e0d8..ee53ade34b7b338da26b25ee22f63093a52cf215 100644 --- a/Fltk/onelabGroup.h +++ b/Fltk/onelabGroup.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ONELAB_GROUP_H_ #define _ONELAB_GROUP_H_ diff --git a/Fltk/openglWindow.cpp b/Fltk/openglWindow.cpp index ac5a43ae1b4b9a19512828e7cd56ce3998f7ed9e..6e48e01b739d1aa2ed1f9e0b8001a2b6096a4005 100644 --- a/Fltk/openglWindow.cpp +++ b/Fltk/openglWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #include <string.h> diff --git a/Fltk/openglWindow.h b/Fltk/openglWindow.h index 6d18f53b4d9470be94e6916a70ebc472aad1560d..5c831990962f61b26140c2b4c1aa8ee43f5d0f24 100644 --- a/Fltk/openglWindow.h +++ b/Fltk/openglWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OPENGL_WINDOW_H_ #define _OPENGL_WINDOW_H_ diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index 023c4be79f83087aa45308e9385616a91590e134..a20ee501d6f2da9a02fa4145642e1c9a984ee750 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/optionWindow.h b/Fltk/optionWindow.h index db3e209931786babe8093ed875cd0c34a2204309..54d3da023cd85811a1017dc940ec95626dc167c3 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OPTION_WINDOW_H_ #define _OPTION_WINDOW_H_ diff --git a/Fltk/outputRange.h b/Fltk/outputRange.h index 89399483213b66c9d15b5af9a2b4914332c36da0..c973551065f9d0ac32f09b79a67629c090f81864 100644 --- a/Fltk/outputRange.h +++ b/Fltk/outputRange.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OUTPUT_RANGE_H_ #define _OUTPUT_RANGE_H_ diff --git a/Fltk/paletteWindow.h b/Fltk/paletteWindow.h index a6accad9157934aebf025805325fd54576813680..4262fd405acfc15a04ccace61cbbb9982b4886d0 100644 --- a/Fltk/paletteWindow.h +++ b/Fltk/paletteWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PALETTE_WINDOW_H #define _PALETTE_WINDOW_H diff --git a/Fltk/partitionDialog.cpp b/Fltk/partitionDialog.cpp index 86dfd5b5b7b969565e609a6be9ddada6242797a5..516d6f892337904beb94f1dcd1d293b9142ed596 100644 --- a/Fltk/partitionDialog.cpp +++ b/Fltk/partitionDialog.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Stephen Guzik diff --git a/Fltk/partitionDialog.h b/Fltk/partitionDialog.h index df12d2e52b169e8e5caca4b240f61af5069402cb..571c0327a122cd6f94bd571f7f5ee336f74745ab 100644 --- a/Fltk/partitionDialog.h +++ b/Fltk/partitionDialog.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PARTITION_DIALOG_H_ #define _PARTITION_DIALOG_H_ diff --git a/Fltk/pluginWindow.cpp b/Fltk/pluginWindow.cpp index b45d8abcd399230190e53685e0e2b3fdc8490cde..7225fedf1368ae76976bab461252d604295ce2b9 100644 --- a/Fltk/pluginWindow.cpp +++ b/Fltk/pluginWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/pluginWindow.h b/Fltk/pluginWindow.h index 4e5838f82052d5592eaa46a4fff0024d91d2c4df..90c7c04dfd4a4b648b85b89d84d422329ae7c783 100644 --- a/Fltk/pluginWindow.h +++ b/Fltk/pluginWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PLUGIN_WINDOW_H_ #define _PLUGIN_WINDOW_H_ diff --git a/Fltk/projectionEditor.cpp b/Fltk/projectionEditor.cpp index 80c2290a680ec6367ffb2a5865c3bb39cd3d4501..6a36897f19de95eec16afb18eae37197456a898c 100644 --- a/Fltk/projectionEditor.cpp +++ b/Fltk/projectionEditor.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <FL/fl_draw.H> diff --git a/Fltk/projectionEditor.h b/Fltk/projectionEditor.h index 4008b7e7ef37458c353f3e357564a89fbcbae2ed..877f8130b7e5036fb4c5710763087d934440a55e 100644 --- a/Fltk/projectionEditor.h +++ b/Fltk/projectionEditor.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PROJECTION_EDITOR_H_ #define _PROJECTION_EDITOR_H_ diff --git a/Fltk/spherePositionWidget.h b/Fltk/spherePositionWidget.h index c0e3a29ec49efd27e810838a09b562c9fb307d47..36e59c0c6f25eb00b51fe2e79b215df64dd756cd 100644 --- a/Fltk/spherePositionWidget.h +++ b/Fltk/spherePositionWidget.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SPHERE_POSITION_WIDGET_H_ #define _SPHERE_POSITION_WIDGET_H_ diff --git a/Fltk/statisticsWindow.cpp b/Fltk/statisticsWindow.cpp index 3a51010b72d0835ad88b58147e6d567db820ef2e..a4d37393c9cef25d7fd08bde4d0bc2473e974c34 100644 --- a/Fltk/statisticsWindow.cpp +++ b/Fltk/statisticsWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <FL/Fl_Tabs.H> #include <FL/Fl_Box.H> diff --git a/Fltk/statisticsWindow.h b/Fltk/statisticsWindow.h index 88646dd9adf16f51503cdb3dac1987ac65cc7d86..6f9f30176d0e29fa4d477329077edb8ceae40921 100644 --- a/Fltk/statisticsWindow.h +++ b/Fltk/statisticsWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _STATISTICS_WINDOW_H_ #define _STATISTICS_WINDOW_H_ diff --git a/Fltk/viewButton.cpp b/Fltk/viewButton.cpp index d4c1303424568da55001925ec5f040cda90dee9f..2bf10258563df8f63acdb2e0d881bd656915b7f6 100644 --- a/Fltk/viewButton.cpp +++ b/Fltk/viewButton.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <FL/fl_ask.H> #include "FlGui.h" diff --git a/Fltk/viewButton.h b/Fltk/viewButton.h index 1e94733a48f2c5ba4c1bfb2efcc83f86848ee10c..d47443c60b31bcca096e3d1abd5602e0d22781ec 100644 --- a/Fltk/viewButton.h +++ b/Fltk/viewButton.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _VIEW_BUTTON_H_ #define _VIEW_BUTTON_H_ diff --git a/Fltk/visibilityWindow.cpp b/Fltk/visibilityWindow.cpp index 646abb165b295f7be21ea548981d7785479c56b9..eee5d58593586ca00d5a97fba5d57143aa75b695 100644 --- a/Fltk/visibilityWindow.cpp +++ b/Fltk/visibilityWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/visibilityWindow.h b/Fltk/visibilityWindow.h index a282df49a00486deace7044b37b0b605cb932efe..dacbb6c0144949eb38e505e80f9bea9f6caeb84a 100644 --- a/Fltk/visibilityWindow.h +++ b/Fltk/visibilityWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _VISIBILITY_WINDOW_H_ #define _VISIBILITY_WINDOW_H_ diff --git a/FunctionSpace/CMakeLists.txt b/FunctionSpace/CMakeLists.txt index e3989a7211af6b8a8671efa4a90f395e29bbde6b..932379819d86c8546ce7e61bb4d3c4731c7455fb 100644 --- a/FunctionSpace/CMakeLists.txt +++ b/FunctionSpace/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Polynomial.cpp diff --git a/Geo/ACISEdge.cpp b/Geo/ACISEdge.cpp index 5d929271732ab705126a017716ea0b213b23b940..eddd93b99f02ba9bfb9199558f31af32f6ef02eb 100644 --- a/Geo/ACISEdge.cpp +++ b/Geo/ACISEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <limits> #include "GmshConfig.h" diff --git a/Geo/ACISEdge.h b/Geo/ACISEdge.h index 2a0a04b7dc29101aef5802e7f5e02ad0755a2f4b..10514d41e6463f8da21ca1b01ecf524788eee317 100644 --- a/Geo/ACISEdge.h +++ b/Geo/ACISEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ACIS_EDGE_H_ #define _ACIS_EDGE_H_ diff --git a/Geo/ACISFace.cpp b/Geo/ACISFace.cpp index bbdc84c5f1bebc7375b2a377e76b3776a99518c6..ef39511e0446ee6912a758f8e3504cc801b84f7a 100644 --- a/Geo/ACISFace.cpp +++ b/Geo/ACISFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/ACISFace.h b/Geo/ACISFace.h index 1081bd291e79b0a3e904c84027e5e112b8fb2fe9..cd85d024731eb97365281d302e549528a07068bd 100644 --- a/Geo/ACISFace.h +++ b/Geo/ACISFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ACIS_FACE_H_ #define _ACIS_FACE_H_ diff --git a/Geo/ACISVertex.cpp b/Geo/ACISVertex.cpp index 2890b2dcd6a260b9488402cc24a5d275dbbd8d05..366bd832ef5f235b6da19e4c45467d7000d5cfc8 100644 --- a/Geo/ACISVertex.cpp +++ b/Geo/ACISVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "ACISVertex.h" #include "MPoint.h" @@ -9,7 +9,7 @@ #if defined(HAVE_ACIS) #include <point.hxx> -ACISVertex::ACISVertex(GModel *m, int num, VERTEX *v) +ACISVertex::ACISVertex(GModel *m, int num, VERTEX *v) : GVertex(m, num), _v(v) { APOINT *p = _v->geometry(); diff --git a/Geo/ACISVertex.h b/Geo/ACISVertex.h index 259b49744736911078b4953f8d9cda03d7ef1f69..1e7da6046bfc38fd7ccae5805abec3186c953116 100644 --- a/Geo/ACISVertex.h +++ b/Geo/ACISVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ACIS_VERTEX_H_ #define _ACIS_VERTEX_H_ diff --git a/Geo/CGNSOptions.h b/Geo/CGNSOptions.h index 242756fff4272d34d60332c4104f6da702af995d..3f865c94f9e70f06d1d82588e2d7182024ba664b 100644 --- a/Geo/CGNSOptions.h +++ b/Geo/CGNSOptions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // CGNSOptions.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/CMakeLists.txt b/Geo/CMakeLists.txt index 087d6bcc53b81051cb02d337bd95189a4bc0f1ef..f25793869653877d2a0f4ea425c1badfdd41c7f2 100644 --- a/Geo/CMakeLists.txt +++ b/Geo/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC intersectCurveSurface.cpp diff --git a/Geo/Cell.cpp b/Geo/Cell.cpp index 322071f57f0fe5dfb2210ad64a13e4fb9229260e..3b7895cbdd6e69e70de950ae538f42119208fb43 100644 --- a/Geo/Cell.cpp +++ b/Geo/Cell.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/Cell.h b/Geo/Cell.h index a9b351287915372a01ddd3167d82e0f76f2f6039..62d4fd6f8b0da76ec977eb9f5f8b084c00aa56c3 100644 --- a/Geo/Cell.h +++ b/Geo/Cell.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/CellComplex.cpp b/Geo/CellComplex.cpp index 87b9526a47cbaec00c0434ada0d352a253cc783a..394b3a98fc6e980be89caf63934dc4781f0df418 100644 --- a/Geo/CellComplex.cpp +++ b/Geo/CellComplex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/CellComplex.h b/Geo/CellComplex.h index e75c8c3d65ce4b0ab83605e0e4b2b29d715a1057..64a2aa41e5e38314548a567ca09b4dee990553c8 100644 --- a/Geo/CellComplex.h +++ b/Geo/CellComplex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/Chain.cpp b/Geo/Chain.cpp index 9aab03d5f447be30cb4f9705c40283788db11257..16221db165c113727bb2e91b60d24f3b4560a7dc 100644 --- a/Geo/Chain.cpp +++ b/Geo/Chain.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/Chain.h b/Geo/Chain.h index a8413c2a4687a3e0f09b9897a9f8bba034bf57a1..dc995eb12e0c0ae28d511d69c7707d9b5760991e 100644 --- a/Geo/Chain.h +++ b/Geo/Chain.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/ChainComplex.cpp b/Geo/ChainComplex.cpp index fabbf3b36f9a901345eb639c99ebdcf585c5b89f..eba01b7e33c7e2f38ab184a68b0aa21b3db615af 100644 --- a/Geo/ChainComplex.cpp +++ b/Geo/ChainComplex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/ChainComplex.h b/Geo/ChainComplex.h index 5a1b46540e7486ff3c0f3c016b80bc0ebfc83d3a..04ad96fb82323dc0ec3760bf37d9a89e969c7def 100644 --- a/Geo/ChainComplex.h +++ b/Geo/ChainComplex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/Curvature.cpp b/Geo/Curvature.cpp index 7032e02fb52f92760cf26d2b97ea5bc81d0df001..16be519156e55fc7f0070cd042b9c8d442073943 100644 --- a/Geo/Curvature.cpp +++ b/Geo/Curvature.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Curvature.h" #include "MElement.h" diff --git a/Geo/Curvature.h b/Geo/Curvature.h index acfbdb6476998a646e52edf68a6b19415ba3551e..afdba8576fcb21edc17b56279f9c479d87fe4a35 100644 --- a/Geo/Curvature.h +++ b/Geo/Curvature.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CURVATUREL_H_ #define _CURVATURE_H_ diff --git a/Geo/CustomContainer.h b/Geo/CustomContainer.h index 7feae1dffa179d94d51debc9008cd52fadc2194d..30f3552f195f2d601d5e430dbe6b8abd10803942 100644 --- a/Geo/CustomContainer.h +++ b/Geo/CustomContainer.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // CustomContainer.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/ExtrudeParams.cpp b/Geo/ExtrudeParams.cpp index 715fac91c1fd48bbd68e88986d3bbf49587a32a7..deb9899b04c6911611604fb5b910112bd4aa15bc 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshMessage.h" #include "Geo.h" diff --git a/Geo/ExtrudeParams.h b/Geo/ExtrudeParams.h index 00039cd1d1d580b4010c9e2d2af3ab77366765db..e02f5ca8b4564785353f2d47883df594c333915a 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _EXTRUDE_PARAMS_H_ #define _EXTRUDE_PARAMS_H_ diff --git a/Geo/GEdge.cpp b/Geo/GEdge.cpp index 7869568f55446c83ba782f9923de9ea3333a5941..940d6e59ca1f1e87d712d37027ccaefb9968c605 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include <algorithm> diff --git a/Geo/GEdge.h b/Geo/GEdge.h index e86c44c509bd2d5db3e390ef4bd71deda34d0f86..e99d5cdbdfd569a84d19b2d94eb27289d8fbdb16 100644 --- a/Geo/GEdge.h +++ b/Geo/GEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GEDGE_H_ #define _GEDGE_H_ diff --git a/Geo/GEdgeCompound.cpp b/Geo/GEdgeCompound.cpp index bd70e94b536f2041442a242e440fa9aed08f2148..63a1aad70838ba979207647186fd4f72cec026dd 100644 --- a/Geo/GEdgeCompound.cpp +++ b/Geo/GEdgeCompound.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Emilie Marchandise diff --git a/Geo/GEdgeCompound.h b/Geo/GEdgeCompound.h index 9562588528b6d9473604a20dfbc28699cb986d7d..325acf10ae182447d4dfb6560108584a6619f6f3 100644 --- a/Geo/GEdgeCompound.h +++ b/Geo/GEdgeCompound.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GEDGE_COMPOUND_H_ #define _GEDGE_COMPOUND_H_ diff --git a/Geo/GEdgeLoop.cpp b/Geo/GEdgeLoop.cpp index 2d530f8c6cf38675afec687b0911281530e5fea3..1b65f0a322ee2714bca5c09b5cf4da5301894689 100644 --- a/Geo/GEdgeLoop.cpp +++ b/Geo/GEdgeLoop.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <algorithm> #include <functional> diff --git a/Geo/GEdgeLoop.h b/Geo/GEdgeLoop.h index 9c76f019d96c146979a1e08d54f3f7206c8b2a9a..90256f25fcb604b9eb859896577e25f11187d407 100644 --- a/Geo/GEdgeLoop.h +++ b/Geo/GEdgeLoop.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GEDGE_LOOP_H_ #define _GEDGE_LOOP_H_ diff --git a/Geo/GEntity.cpp b/Geo/GEntity.cpp index b9889dd9191e6b99b5e7c833d77c8523aa9b12e6..19c2f63cc5502f7014ab7f23557e235678c021f9 100644 --- a/Geo/GEntity.cpp +++ b/Geo/GEntity.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include "GModel.h" diff --git a/Geo/GEntity.h b/Geo/GEntity.h index aa0b0a186dc13470b9356c19bf9a53dbd98915f2..21bd3b03b2cae5a8036109a688c93f2d42a273b7 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GENTITY_H_ #define _GENTITY_H_ diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp index 14650d5c8faaf3b4a40126b9b6e25a6fb669a71c..ef02713b92f7bcdce224b93ba9bd8557a7b50fba 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include "GmshConfig.h" diff --git a/Geo/GFace.h b/Geo/GFace.h index bc2470cadbc5434ab1e3f30e4a3284ea25b606e2..40c7d66ba97d6ad95c043621e3b022a9c91719b1 100644 --- a/Geo/GFace.h +++ b/Geo/GFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GFACE_H_ #define _GFACE_H_ diff --git a/Geo/GFaceCompound.cpp b/Geo/GFaceCompound.cpp index 337a8768d4bb88a5c3948084312a006edd84f753..8d725c49c28f39e05b48d3d4cc1f2da1f2240b28 100644 --- a/Geo/GFaceCompound.cpp +++ b/Geo/GFaceCompound.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Emilie Marchandise diff --git a/Geo/GFaceCompound.h b/Geo/GFaceCompound.h index 9af54a7dbb8a9d6c2eeb491926d377757fffb7b3..77301d85fca9fb5449f7a76da4a4645347795cf3 100644 --- a/Geo/GFaceCompound.h +++ b/Geo/GFaceCompound.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GFACE_COMPOUND_H_ #define _GFACE_COMPOUND_H_ diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 3861232d2c7e72d8f0e9cf81b9bf53704a57d613..731cd693700776731f8504b0889192f2d38c2e82 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <limits> #include <stdlib.h> diff --git a/Geo/GModel.h b/Geo/GModel.h index 495677bfc0fc7e2671af098620aef38c1f3cab6b..f718f0d333c1731e7be8ec29c70ee511923b3baf 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMODEL_H_ #define _GMODEL_H_ diff --git a/Geo/GModelFactory.cpp b/Geo/GModelFactory.cpp index 088a2b87f6fd2369080e207e18ffa07eb63b9f29..d6403dcdc04b36c6c7ce641c02a7ff7e3e092184 100644 --- a/Geo/GModelFactory.cpp +++ b/Geo/GModelFactory.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "GModelFactory.h" diff --git a/Geo/GModelFactory.h b/Geo/GModelFactory.h index 3379f622cf5c5bbc960d68e3f6db4ad7408801a2..57f2659742c904c44f6ede28147d2389f4e070cf 100644 --- a/Geo/GModelFactory.h +++ b/Geo/GModelFactory.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMODEL_FACTORY_H_ #define _GMODEL_FACTORY_H_ diff --git a/Geo/GModelIO_ACIS.cpp b/Geo/GModelIO_ACIS.cpp index 404ed79c95f300bd8c4bc56d6f8f94a0e1917d44..6deca8fbdfeb7b3053f44d65882edcc546265956 100644 --- a/Geo/GModelIO_ACIS.cpp +++ b/Geo/GModelIO_ACIS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GModel.h" diff --git a/Geo/GModelIO_BDF.cpp b/Geo/GModelIO_BDF.cpp index 32cf58e3cc490dd1b6c9182bd6e3a180f475c2be..e1c0a54d1a4107dcef42c073a097d22a12a76cbc 100644 --- a/Geo/GModelIO_BDF.cpp +++ b/Geo/GModelIO_BDF.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_CGNS.cpp b/Geo/GModelIO_CGNS.cpp index 8952556a28b2b5058de493e237ddcb8c93b30c7a..71a677f1949212518df9bb4d5e2fe7e38ffea940 100644 --- a/Geo/GModelIO_CGNS.cpp +++ b/Geo/GModelIO_CGNS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // GModelIO_CGNS.cpp - Copyright (C) 2008-2012 S. Guzik, B. Gorissen, C. Geuzaine, J.-F. Remacle diff --git a/Geo/GModelIO_DIFF.cpp b/Geo/GModelIO_DIFF.cpp index 556e589be561496314f14acbe98eec7238addd33..cde45f6842accbf2f83d7dd97370598be67e7f47 100644 --- a/Geo/GModelIO_DIFF.cpp +++ b/Geo/GModelIO_DIFF.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_Fourier.cpp b/Geo/GModelIO_Fourier.cpp index 4685293d085ea3ba2e21ff307bcfba1ac47406c5..987213200f5a243137119443c3f859e1090e6f37 100644 --- a/Geo/GModelIO_Fourier.cpp +++ b/Geo/GModelIO_Fourier.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> #include "GmshConfig.h" diff --git a/Geo/GModelIO_Fourier.h b/Geo/GModelIO_Fourier.h index 89f185b5a656dd48b01826c873a191dbdfb1325f..7c699a01e984e84551d0c7854a9f0ab773706afd 100644 --- a/Geo/GModelIO_Fourier.h +++ b/Geo/GModelIO_Fourier.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMODEL_IO_FOURIER_H_ #define _GMODEL_IO_FOURIER_H_ diff --git a/Geo/GModelIO_GEO.cpp b/Geo/GModelIO_GEO.cpp index ce473afa70a85dca54d87c08af1f619de3fd1f6f..c0e895ae7f73c2729e84aa0db19c5fefaa6af979 100644 --- a/Geo/GModelIO_GEO.cpp +++ b/Geo/GModelIO_GEO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include <stdlib.h> diff --git a/Geo/GModelIO_GEOM.cpp b/Geo/GModelIO_GEOM.cpp index 04c4d5a974a2bc88b28635543992986469184fe0..509880cc6e3a20ad4a5b31e026fe39f22e89355f 100644 --- a/Geo/GModelIO_GEOM.cpp +++ b/Geo/GModelIO_GEOM.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "MTriangle.h" diff --git a/Geo/GModelIO_INP.cpp b/Geo/GModelIO_INP.cpp index ff74c9fba2fa6ec852286ec5a1d9430cebe514bc..57cda32ccd5537cdc1195e6448c8ecb0b27afb72 100644 --- a/Geo/GModelIO_INP.cpp +++ b/Geo/GModelIO_INP.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "MPoint.h" diff --git a/Geo/GModelIO_IR3.cpp b/Geo/GModelIO_IR3.cpp index 92e6819c4cc7d93024b9b6f2964ae8b31f0289ed..4b5b3ebb827cb76bf82e0a39ad2d950c59b5c269 100644 --- a/Geo/GModelIO_IR3.cpp +++ b/Geo/GModelIO_IR3.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "MElement.h" diff --git a/Geo/GModelIO_MAIL.cpp b/Geo/GModelIO_MAIL.cpp index be4fc398f3fd2ce4163636967a1b17909e583db7..b6a2041639b4b95aa09b503107fd00342ac57134 100644 --- a/Geo/GModelIO_MAIL.cpp +++ b/Geo/GModelIO_MAIL.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "MTriangle.h" diff --git a/Geo/GModelIO_MED.cpp b/Geo/GModelIO_MED.cpp index 1f77c05b10a327e14ff0d38177b7711a30363eac..d9902f78171d0d757e52b36b52ee6e77f68f5560 100644 --- a/Geo/GModelIO_MED.cpp +++ b/Geo/GModelIO_MED.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> #include "GmshConfig.h" diff --git a/Geo/GModelIO_MESH.cpp b/Geo/GModelIO_MESH.cpp index da85f3d35153370a57be9ddcce703c33c570506b..6e1a70bb002793a133881449d91079e48fe4f618 100644 --- a/Geo/GModelIO_MESH.cpp +++ b/Geo/GModelIO_MESH.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_MSH.cpp b/Geo/GModelIO_MSH.cpp index 12ff06525119f545af5129dce852578b8671708f..1cdad7135538fbd558a09357bdc0d9490a9ff6be 100644 --- a/Geo/GModelIO_MSH.cpp +++ b/Geo/GModelIO_MSH.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "GmshMessage.h" diff --git a/Geo/GModelIO_MSH2.cpp b/Geo/GModelIO_MSH2.cpp index 086deb26453f8427ef9771840216e6f44720da0e..4ef614e613e55ff2d03ab8ea3bc3f5b52dfb968f 100644 --- a/Geo/GModelIO_MSH2.cpp +++ b/Geo/GModelIO_MSH2.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp index 8bfbc5710f7beecade6f72ff310c0052d81a42be..649411929ce9bb9b31303c51f62677c30c1b7ac1 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index 5e2fcc3db0f6e4fc336f0037cc1bb7c78cfc3447..ace5d5cea2925283cf4627600d10f838125f3175 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMODELIO_OCC_H_ #define _GMODELIO_OCC_H_ diff --git a/Geo/GModelIO_P3D.cpp b/Geo/GModelIO_P3D.cpp index e2fcfd3d49af7032d923d672bda2c9da4f9ef75f..15d0c315969e506104fac9d058fa3558bf4c0a4f 100644 --- a/Geo/GModelIO_P3D.cpp +++ b/Geo/GModelIO_P3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "MQuadrangle.h" diff --git a/Geo/GModelIO_PLY.cpp b/Geo/GModelIO_PLY.cpp index 3a6983a4cb7e1d745f0a68bb985a44d20fa23bb8..8702f549c42f3bcdcfcd5b9c452205f24af3dadc 100644 --- a/Geo/GModelIO_PLY.cpp +++ b/Geo/GModelIO_PLY.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_POS.cpp b/Geo/GModelIO_POS.cpp index f2803c85189d0a02d6531e68b22d911ab1393bb2..ff69ea80a1d72d873d37b0dec681a53676726180 100644 --- a/Geo/GModelIO_POS.cpp +++ b/Geo/GModelIO_POS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #include "GModel.h" diff --git a/Geo/GModelIO_STL.cpp b/Geo/GModelIO_STL.cpp index 4e3a4f48b27598edfc1fa6a824852ce91d3b0618..44b3fe740288015fc9e2a7f0c38e9333aa99a4c2 100644 --- a/Geo/GModelIO_STL.cpp +++ b/Geo/GModelIO_STL.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #include "GModel.h" diff --git a/Geo/GModelIO_UNV.cpp b/Geo/GModelIO_UNV.cpp index 1b651354dc4277944b09d0c84f8c70ac22c7f287..2692affd4c8f3675739378136f3a65ff0c642868 100644 --- a/Geo/GModelIO_UNV.cpp +++ b/Geo/GModelIO_UNV.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_VRML.cpp b/Geo/GModelIO_VRML.cpp index f055736167bbc1cce04c8c7ba5d71596e2e6a604..99a7c9716e22976f0c1131e140cb380676aad341 100644 --- a/Geo/GModelIO_VRML.cpp +++ b/Geo/GModelIO_VRML.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_VTK.cpp b/Geo/GModelIO_VTK.cpp index 131620279ba04abc36140e6f91108fbd99d9e2aa..2d1b9f1324e60d6c49065968e4ce7d55c3c55723 100644 --- a/Geo/GModelIO_VTK.cpp +++ b/Geo/GModelIO_VTK.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "MPoint.h" diff --git a/Geo/GModelVertexArrays.cpp b/Geo/GModelVertexArrays.cpp index 52b3cf1d9e6038de1b1e637640aca2990ecf554c..9b27846206655e19b475c760eda0c6b366b6c9e7 100644 --- a/Geo/GModelVertexArrays.cpp +++ b/Geo/GModelVertexArrays.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <math.h> #include "GmshMessage.h" diff --git a/Geo/GPoint.cpp b/Geo/GPoint.cpp index 2f4e8272c0ea5a5a38eb698e3531b74e7e22c090..4774096e7f55f5c0366254fcb0983d6bfaca5cea 100644 --- a/Geo/GPoint.cpp +++ b/Geo/GPoint.cpp @@ -1,5 +1,5 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GPoint.h b/Geo/GPoint.h index 2c857fcb2a5b841a4fe4bb7914340408b82204ae..cd743cacd14d5f3cd9e954416b70dc39f3cf5501 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GPOINT_H_ #define _GPOINT_H_ diff --git a/Geo/GRbf.cpp b/Geo/GRbf.cpp index 80eecff8438d474bd9118e6ff9896ea5e0d1b18e..f9c424244be8c4eedeb629df5e23030b92b6e899 100644 --- a/Geo/GRbf.cpp +++ b/Geo/GRbf.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Cecile Piret diff --git a/Geo/GRbf.h b/Geo/GRbf.h index 0bbf0b1753f5956e4e6e26ab7e5956b9c7cfe3df..cda79f9c77cd8af2551b0e554bf5879e58cb1629 100644 --- a/Geo/GRbf.h +++ b/Geo/GRbf.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by FIXME diff --git a/Geo/GRegion.cpp b/Geo/GRegion.cpp index ba668a3a2e6821ab5f11eb013c3cf07b71ac926e..9a976d6a52f2ac251c328553edbb1339275f43fe 100644 --- a/Geo/GRegion.cpp +++ b/Geo/GRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include "GModel.h" diff --git a/Geo/GRegion.h b/Geo/GRegion.h index 7f87c3a3fe6b51793d588d10b367aabc15dee9b0..c54c3fbe047307f1ba07b97004c9b2e772c73317 100644 --- a/Geo/GRegion.h +++ b/Geo/GRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GREGION_H_ #define _GREGION_H_ diff --git a/Geo/GRegionCompound.cpp b/Geo/GRegionCompound.cpp index d77d2df50b94b06e2f4a70eb5639b55b0e487a25..b0f27ab4205e86beb4b402dff290764c116a6d8f 100644 --- a/Geo/GRegionCompound.cpp +++ b/Geo/GRegionCompound.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Emilie Marchandise diff --git a/Geo/GRegionCompound.h b/Geo/GRegionCompound.h index d4ec1c626c6c61509d814a7e6a16815b3984f396..18db62549b28c8d6368cb0153f6b524faa29e44e 100644 --- a/Geo/GRegionCompound.h +++ b/Geo/GRegionCompound.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GREGION_COMPOUND_H_ #define _GREGION_COMPOUND_H_ diff --git a/Geo/GVertex.cpp b/Geo/GVertex.cpp index f980cf0096c288b69e8e43d63edb768d66594471..614839ef883d2acfa266f92669cb74ebd03561c7 100644 --- a/Geo/GVertex.cpp +++ b/Geo/GVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include <algorithm> diff --git a/Geo/GVertex.h b/Geo/GVertex.h index 9a78a7b50b5a91dd51908a140328525547d351c4..5332fa4db8428dc992da40bcc6aa69a99b34d24a 100644 --- a/Geo/GVertex.h +++ b/Geo/GVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GVERTEX_H_ #define _GVERTEX_H_ diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index ab0c97c2aca8ca8fda1e717695cf044648f25afe..778615feb26019ffea869e84ab07b8f6737dc23f 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <string.h> diff --git a/Geo/Geo.h b/Geo/Geo.h index 2fb9b59f3995dedfd8e29f2e6c91f77c3d5d5d1c..0eb6f9962ac73e32c518b639bb8dbadc9ef13c84 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GEO_H_ #define _GEO_H_ diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index 576aab7d91e74c4b3fad3f6966895f55838319fe..a2cdc1f0b7f7168a7b7b6132c9e7b8a2cb4f06e3 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshMessage.h" #include "Geo.h" diff --git a/Geo/GeoInterpolation.h b/Geo/GeoInterpolation.h index 5c7e837765d551a0fa405e79a2e43cb3d4d2fc8e..50730aaeb781af15f94e27d9619f632b5616799e 100644 --- a/Geo/GeoInterpolation.h +++ b/Geo/GeoInterpolation.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GEO_INTERPOLATION_H_ #define _GEO_INTERPOLATION_H_ diff --git a/Geo/GeoStringInterface.cpp b/Geo/GeoStringInterface.cpp index 49d6db5819c78c9c9d1a69290b323459657f801e..b171589ecb5b9efb3757a89c3ff117ef02281779 100644 --- a/Geo/GeoStringInterface.cpp +++ b/Geo/GeoStringInterface.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <sstream> diff --git a/Geo/GeoStringInterface.h b/Geo/GeoStringInterface.h index 25a49d1983d8e8d07b66a1c2a93ca8055f9c26d8..651ebede675fd34754c21234bf8c2c1bf9bf26f3 100644 --- a/Geo/GeoStringInterface.h +++ b/Geo/GeoStringInterface.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GEO_STRING_INTERFACE_H_ #define _GEO_STRING_INTERFACE_H_ diff --git a/Geo/GeomMeshMatcher.cpp b/Geo/GeomMeshMatcher.cpp index 20c5b5e828309bef02079360c3955b26d55c58a1..84c08b4995b8be7cbac8cd0a808de28ac4496a6d 100644 --- a/Geo/GeomMeshMatcher.cpp +++ b/Geo/GeomMeshMatcher.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Bastien Gorissen diff --git a/Geo/GeomMeshMatcher.h b/Geo/GeomMeshMatcher.h index 02a41c57e18cb871dadbd49d05cc2011ca066b42..dd2d1872db9504115e78658877ef51e1f2dc3f6b 100644 --- a/Geo/GeomMeshMatcher.h +++ b/Geo/GeomMeshMatcher.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Bastien Gorissen diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index 6ec9f1e218e4e7aeff96db8360dfc28ae43d9938..acd72f12fce7db75ba4b59bd350bba499c74e7b2 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/Homology.h b/Geo/Homology.h index 99241b0292ff22dddbe0f367bb160a18d4b8f86f..bf29c543a103a9f87704fecac0727ae11d3ce1d5 100644 --- a/Geo/Homology.h +++ b/Geo/Homology.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Geo/MEdge.cpp b/Geo/MEdge.cpp index 89b0b4196e5c43062ca167e64d056786ba6f2ed6..127bedbec5bc32aa649092feb31d8125a3606b9d 100644 --- a/Geo/MEdge.cpp +++ b/Geo/MEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "MEdge.h" #include "Numeric.h" diff --git a/Geo/MEdge.h b/Geo/MEdge.h index 284e16cface447687b00af39093e4c19c7165cd2..94e31eed599d1837b8391ac0db5176fbf29a641c 100644 --- a/Geo/MEdge.h +++ b/Geo/MEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MEDGE_H_ #define _MEDGE_H_ diff --git a/Geo/MEdgeHash.h b/Geo/MEdgeHash.h index cfe2f29953712ed689dcd427e3634c81adf2d969..bc15c8e29036de1a0d63653be408fd493102c83c 100644 --- a/Geo/MEdgeHash.h +++ b/Geo/MEdgeHash.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MEDGE_HASH_H_ #define _MEDGE_HASH_H_ diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp index 75acc04a63d7e807aeacb933a44fb6acd9516f99..9f03c226d9626acb95aaa25f1e3399b46f900515 100644 --- a/Geo/MElement.cpp +++ b/Geo/MElement.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <math.h> diff --git a/Geo/MElement.h b/Geo/MElement.h index 2910bd893fc543ab4e410929f8441b400c8e482d..8fce868dfadaf305e58ea58a272d657262469ccc 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MELEMENT_H_ #define _MELEMENT_H_ diff --git a/Geo/MElementCut.cpp b/Geo/MElementCut.cpp index fed554a09f950d58c55e9f539d970a276671bfdb..3ff0d570b852ed5d3dc17069529cb8be19427a2e 100644 --- a/Geo/MElementCut.cpp +++ b/Geo/MElementCut.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/MElementCut.h b/Geo/MElementCut.h index fa143ddfb4d71e1a28abe70ad531ff8603a63211..73e03e27bdd53610532a87f3e5879f34bc06e945 100644 --- a/Geo/MElementCut.h +++ b/Geo/MElementCut.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/MElementOctree.cpp b/Geo/MElementOctree.cpp index beca98ee8991334d85046ba73823eceee87ba5ce..ac433331dab9b548adc79a3502d9f809e418f6e8 100644 --- a/Geo/MElementOctree.cpp +++ b/Geo/MElementOctree.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "MElement.h" diff --git a/Geo/MElementOctree.h b/Geo/MElementOctree.h index f93ce0299ab5ef62c4b5caeb89513c9beaed0ae8..4775828ee80662d5c2f4c1c398ebc09e65dae7c3 100644 --- a/Geo/MElementOctree.h +++ b/Geo/MElementOctree.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MELEMENT_OCTREE_ #define _MELEMENT_OCTREE_ diff --git a/Geo/MFace.cpp b/Geo/MFace.cpp index 57d76d95bc085521f77982de72bfbe6f41c5af13..99b1b39640a5a11b9ef18590e81714768873956a 100644 --- a/Geo/MFace.cpp +++ b/Geo/MFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <vector> #include <algorithm> diff --git a/Geo/MFace.h b/Geo/MFace.h index 66dfbfc19f63660975a256673877f0061099c1aa..94569447d5d650241112d6026271f783cf49544c 100644 --- a/Geo/MFace.h +++ b/Geo/MFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MFACE_H_ #define _MFACE_H_ diff --git a/Geo/MFaceHash.h b/Geo/MFaceHash.h index bdf74e3731f219fd43a6553c808602feadf26600..03bf2414da03bc5b34a5ccbff52838e0eec21109 100644 --- a/Geo/MFaceHash.h +++ b/Geo/MFaceHash.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MFACE_HASH_H_ #define _MFACE_HASH_H_ diff --git a/Geo/MHexahedron.cpp b/Geo/MHexahedron.cpp index 86d2cddd81c6380b1e5e37311f8e230462e616fc..1534335bea6929bcbe9ec91200d8e60ed21e28cb 100644 --- a/Geo/MHexahedron.cpp +++ b/Geo/MHexahedron.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <limits> #include "MHexahedron.h" #include "Numeric.h" diff --git a/Geo/MHexahedron.h b/Geo/MHexahedron.h index 3b7790646e329b9217d9189461d784715e95695e..1d4ba71992828fcab7c128dde32d994793bdd2ed 100644 --- a/Geo/MHexahedron.h +++ b/Geo/MHexahedron.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MHEXAHEDRON_H_ #define _MHEXAHEDRON_H_ diff --git a/Geo/MLine.cpp b/Geo/MLine.cpp index 52d949135342946cfddef890c1fa71e8aa915a86..91d940459530d5e6a6f88d1a82a95bf3d28601d0 100644 --- a/Geo/MLine.cpp +++ b/Geo/MLine.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshDefines.h" #include "MLine.h" diff --git a/Geo/MLine.h b/Geo/MLine.h index fa08c266d237a95d128b6187f59535cb8de3aca4..568528919e5667c41dee7b32fddad410df1dbc0f 100644 --- a/Geo/MLine.h +++ b/Geo/MLine.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MLINE_H_ #define _MLINE_H_ diff --git a/Geo/MPoint.h b/Geo/MPoint.h index 101cbd6b084f4aae58fb08a5db1107c70c24a1b6..8c8a43f89c343a029e6c5c2c718da41f26bdb6e9 100644 --- a/Geo/MPoint.h +++ b/Geo/MPoint.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MPOINT_H_ #define _MPOINT_H_ diff --git a/Geo/MPrism.cpp b/Geo/MPrism.cpp index e3907a44f438b8fbedb2e6ac496273ed0e6d3c96..18a16f4536f844a9530416305ad924b37126a197 100644 --- a/Geo/MPrism.cpp +++ b/Geo/MPrism.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "MPrism.h" #include "Numeric.h" diff --git a/Geo/MPrism.h b/Geo/MPrism.h index 0026378137f2bd81d413a895d6fa43884e91c8c4..fd668d2b13d0f45d6873a065a2db6b3e39694175 100644 --- a/Geo/MPrism.h +++ b/Geo/MPrism.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MPRISM_H_ #define _MPRISM_H_ diff --git a/Geo/MPyramid.cpp b/Geo/MPyramid.cpp index b8b1ab8373ed42df18bef44668f9a2832885c7d0..f6e3c41307385d07a0dcc5f37443598f632e70cb 100644 --- a/Geo/MPyramid.cpp +++ b/Geo/MPyramid.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "MPyramid.h" #include "Numeric.h" diff --git a/Geo/MPyramid.h b/Geo/MPyramid.h index e732321c6932c9914021838c2185f67da792af0e..c2d7c049959265721f46ba13e79e3361f0f1b979 100644 --- a/Geo/MPyramid.h +++ b/Geo/MPyramid.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MPYRAMID_H_ #define _MPYRAMID_H_ diff --git a/Geo/MQuadrangle.cpp b/Geo/MQuadrangle.cpp index cac071cbb16b5119d8924d684601f0019fe34c3e..92d70237321295ba7ba2100c71892751db477221 100644 --- a/Geo/MQuadrangle.cpp +++ b/Geo/MQuadrangle.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "MQuadrangle.h" diff --git a/Geo/MQuadrangle.h b/Geo/MQuadrangle.h index 1036738ad38fc01da64f9a33a058608d1dc3e6c9..e4502d62e8c675171542c9181a3ba16058a32b4b 100644 --- a/Geo/MQuadrangle.h +++ b/Geo/MQuadrangle.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MQUADRANGLE_H_ #define _MQUADRANGLE_H_ diff --git a/Geo/MSubElement.cpp b/Geo/MSubElement.cpp index ee6c98cd3ca99adb4e1179d597fe8fe87bb9ab8d..54d0478e674de24460552cb03316cdd0a4629f62 100644 --- a/Geo/MSubElement.cpp +++ b/Geo/MSubElement.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Frederic Duboeuf diff --git a/Geo/MSubElement.h b/Geo/MSubElement.h index 33ebf67efc401fefeeaa455e83e6fffe26910f3e..25e46064b1f77f0ac9ebfd912c296017792536ef 100644 --- a/Geo/MSubElement.h +++ b/Geo/MSubElement.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Frederic Duboeuf diff --git a/Geo/MTetrahedron.cpp b/Geo/MTetrahedron.cpp index 614fd85bf17b161b2c3a93f17654291d713f7310..f9adeda896a71e03a467b64aba56e54ba4970206 100644 --- a/Geo/MTetrahedron.cpp +++ b/Geo/MTetrahedron.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "MTetrahedron.h" diff --git a/Geo/MTetrahedron.h b/Geo/MTetrahedron.h index 5eb4f6b89e796b4f4239c7f5900fda6f82f64629..d5d88250ce944745e8e7f9adeda30568ecaeb21a 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MTETRAHEDRON_H_ #define _MTETRAHEDRON_H_ diff --git a/Geo/MTriangle.cpp b/Geo/MTriangle.cpp index 6b7929109870528515c841b672b6757b0f72344e..bc6c87c4bfc6e3a0f0f4a5b650733eb41b447b57 100644 --- a/Geo/MTriangle.cpp +++ b/Geo/MTriangle.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "MTriangle.h" diff --git a/Geo/MTriangle.h b/Geo/MTriangle.h index 49cf7ecfeda33547d0fcc8a50742a98aa67ccf92..15ec802c85f093fd291d3f67d236af0fa0d12fbf 100644 --- a/Geo/MTriangle.h +++ b/Geo/MTriangle.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MTRIANGLE_H_ #define _MTRIANGLE_H_ diff --git a/Geo/MVertex.cpp b/Geo/MVertex.cpp index 59fc756234ea619e1d59adee607e34895d0971fa..f273d7714209b79d59c53b242f49fb44d954e541 100644 --- a/Geo/MVertex.cpp +++ b/Geo/MVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <math.h> diff --git a/Geo/MVertex.h b/Geo/MVertex.h index 1f506d7160da90b2c98e6f3f56aec0ec9b0d9209..5bebf92a6f0ebce146a5bf525ba65ca01c71288b 100644 --- a/Geo/MVertex.h +++ b/Geo/MVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MVERTEX_H_ #define _MVERTEX_H_ diff --git a/Geo/MVertexBoundaryLayerData.cpp b/Geo/MVertexBoundaryLayerData.cpp index 2623e34e37f9dc4c12d777154261ca672702c142..255a8a85c150d4fcc5801ce56e55ceba2b41a7b4 100644 --- a/Geo/MVertexBoundaryLayerData.cpp +++ b/Geo/MVertexBoundaryLayerData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "MVertexBoundaryLayerData.h" diff --git a/Geo/MVertexBoundaryLayerData.h b/Geo/MVertexBoundaryLayerData.h index 78c2fc27dc5dd0d899658a5eb37f37a417248c4d..d001ec7075f6c34c87bf2a8b752a7a877e258410 100644 --- a/Geo/MVertexBoundaryLayerData.h +++ b/Geo/MVertexBoundaryLayerData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MVERTEXBOUNDARYLAYERDATA_H_ #define _MVERTEXBOUNDARYLAYERDATA_H_ diff --git a/Geo/MVertexPositionSet.h b/Geo/MVertexPositionSet.h index f48192ec982f8fe95d377fed73d220880affa739..f10b2b4213e7c44ce0d9233e7db46e6e48a49967 100644 --- a/Geo/MVertexPositionSet.h +++ b/Geo/MVertexPositionSet.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MVERTEX_POSITION_SET_ #define _MVERTEX_POSITION_SET_ diff --git a/Geo/MZone.cpp b/Geo/MZone.cpp index e2499c5117dcdaaa090a7fe683110e55d4a638ea..58780962ad2ab6cbec4fb3383e0310354074eba3 100644 --- a/Geo/MZone.cpp +++ b/Geo/MZone.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // MZone.cpp - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/MZone.h b/Geo/MZone.h index b501f611aed009de569e2bf39729a736c533df31..e25fd357f8a9b094ddb5361174bf37dd10e6de8e 100644 --- a/Geo/MZone.h +++ b/Geo/MZone.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // MZone.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/MZoneBoundary.cpp b/Geo/MZoneBoundary.cpp index c1d19ee559496426f6450404f146be5ca9a4bb1b..1f0279bbb45f556ba62ee55f0636029972878b1e 100644 --- a/Geo/MZoneBoundary.cpp +++ b/Geo/MZoneBoundary.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // MZoneBoundary.cpp - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/MZoneBoundary.h b/Geo/MZoneBoundary.h index 11361bf867cdfd980e86b0c94a46fa439f68b2e6..3a40922b57fa722c4ce92de2df6c28178dca71c5 100644 --- a/Geo/MZoneBoundary.h +++ b/Geo/MZoneBoundary.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // MZoneBoundary.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/OCCEdge.cpp b/Geo/OCCEdge.cpp index e6c6f9e6fd0454ea2c75f61a6e95eef09bcbf73e..6f57503fd2f6665dafc805733390259cad6c4038 100644 --- a/Geo/OCCEdge.cpp +++ b/Geo/OCCEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <limits> #include "GmshConfig.h" diff --git a/Geo/OCCEdge.h b/Geo/OCCEdge.h index 99efe6eefd6c2c2fa9ede0e938bdf689f8aa3283..76c63c679adaea8df5c5d9c8b46979f0bcade73b 100644 --- a/Geo/OCCEdge.h +++ b/Geo/OCCEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OCC_EDGE_H_ #define _OCC_EDGE_H_ diff --git a/Geo/OCCFace.cpp b/Geo/OCCFace.cpp index a6dc23b0f542fe84cd28c9ec84d8b31279377ec8..1023a145196f9809f058ab8a48bdf2b36623c749 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/OCCFace.h b/Geo/OCCFace.h index 0628159b1978cb01c21650384a803183c6d0f198..6d1a1ea9233d1e043fdc1a305cf381484eb4191e 100644 --- a/Geo/OCCFace.h +++ b/Geo/OCCFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OCC_FACE_H_ #define _OCC_FACE_H_ diff --git a/Geo/OCCIncludes.h b/Geo/OCCIncludes.h index 51928a340cada14297e8f3aa68d0c8dac94661c0..6ebfc3f348e7b80e787701f276394ff66002f2e5 100644 --- a/Geo/OCCIncludes.h +++ b/Geo/OCCIncludes.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OCC_INCLUDES_ #define _OCC_INCLUDES_ diff --git a/Geo/OCCRegion.cpp b/Geo/OCCRegion.cpp index 65deb4942f08e78a9dc0ab0f9666bead2cd04090..897e84a5b6272929986aaf17108a63b7f5de9134 100644 --- a/Geo/OCCRegion.cpp +++ b/Geo/OCCRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/OCCRegion.h b/Geo/OCCRegion.h index 14dfe84e5007c6ef354714163112837a85475ad9..27049bd63cfc250ca5b8df38d31951a936ccafb2 100644 --- a/Geo/OCCRegion.h +++ b/Geo/OCCRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OCC_REGION_H_ #define _OCC_REGION_H_ diff --git a/Geo/OCCVertex.cpp b/Geo/OCCVertex.cpp index 706d7998a760fadb01660b0e9b3e1bf7343f6385..adc42ba13da4df78e6ad0c20706e02255aad24b6 100644 --- a/Geo/OCCVertex.cpp +++ b/Geo/OCCVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GModel.h" diff --git a/Geo/OCCVertex.h b/Geo/OCCVertex.h index af48efdb3f713b3f2f5a93255cdf8f4c70376a70..d0143aa2c26a37d1d8aa6635c987302f711812a0 100644 --- a/Geo/OCCVertex.h +++ b/Geo/OCCVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OCC_VERTEX_H_ #define _OCC_VERTEX_H_ diff --git a/Geo/OCC_Connect.cpp b/Geo/OCC_Connect.cpp index 9faee0b73704054408975c440ac5f63874b0bda6..e1af53c942990981b6cbc7c6579b512425a086f4 100644 --- a/Geo/OCC_Connect.cpp +++ b/Geo/OCC_Connect.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Mark van Doesburg, Technolution B.V. diff --git a/Geo/OCC_Connect.h b/Geo/OCC_Connect.h index 71c00d533d0c5ccf7a48b8a3c550ff3e594bf591..2acba6bbe383f4cb8143dd09f7d5d941aeb1e585 100644 --- a/Geo/OCC_Connect.h +++ b/Geo/OCC_Connect.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Mark van Doesburg, Technolution B.V. diff --git a/Geo/Pair.h b/Geo/Pair.h index 7b3eb82b3e92471ce4c22513c2607e227dea6117..acef809afdd2709c68057e65d7ae74fe8909729c 100644 --- a/Geo/Pair.h +++ b/Geo/Pair.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PAIR_H_ #define _PAIR_H_ diff --git a/Geo/Range.h b/Geo/Range.h index 95eb200d2bbca8a12475f44befe1ad9d15b61f5e..bab118de6a895f2b4f413c4e2e3918923cb452f0 100644 --- a/Geo/Range.h +++ b/Geo/Range.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _RANGE_H_ #define _RANGE_H_ diff --git a/Geo/SBoundingBox3d.h b/Geo/SBoundingBox3d.h index b95d32d83481bf5df8d5e15c5f1ff040a25a45cf..d62df9060e6508cba28e8977751a9fa79c402da5 100644 --- a/Geo/SBoundingBox3d.h +++ b/Geo/SBoundingBox3d.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SBOUNDING_BOX_3D_H_ #define _SBOUNDING_BOX_3D_H_ diff --git a/Geo/SOrientedBoundingBox.cpp b/Geo/SOrientedBoundingBox.cpp index 0538ef1861073616808c355c40601386b54a5886..b233df0f8fb003e3239b9aaf51addb0cadc5eb5b 100644 --- a/Geo/SOrientedBoundingBox.cpp +++ b/Geo/SOrientedBoundingBox.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Bastien Gorissen diff --git a/Geo/SOrientedBoundingBox.h b/Geo/SOrientedBoundingBox.h index f505d6ebb0bf1080f62e005ce532cc0c1e89b4ea..0e99573d7bd8ff0930760a18a010593924b81dd2 100644 --- a/Geo/SOrientedBoundingBox.h +++ b/Geo/SOrientedBoundingBox.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Bastien Gorissen diff --git a/Geo/SPoint2.h b/Geo/SPoint2.h index 18af3d2b55edce709ee3831abee5dae97e068a8d..bcf192f533f9cfcf22f5c7e57f8164acf7d89ef8 100644 --- a/Geo/SPoint2.h +++ b/Geo/SPoint2.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SPOINT2_H_ #define _SPOINT2_H_ diff --git a/Geo/SPoint3.h b/Geo/SPoint3.h index 5b8acc870518547f88454b6d5d88a1d8d3071218..26b6bee2b31b695828e5861a646807e91267f434 100644 --- a/Geo/SPoint3.h +++ b/Geo/SPoint3.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SPOINT3_H_ #define _SPOINT3_H_ diff --git a/Geo/STensor3.cpp b/Geo/STensor3.cpp index ecfdb186914400ff970a82d48bb0d904c80a1ebc..47a6da59ca73bbebc643789067ebeaa2aa318062 100644 --- a/Geo/STensor3.cpp +++ b/Geo/STensor3.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // compute the largest inscribed ellipsoid... #include "STensor3.h" diff --git a/Geo/STensor3.h b/Geo/STensor3.h index be344b5b1b695fabe01e9c632554182c2fcdb25e..2ef74c6f4d62325b4f83290793f81f9f81dd5e57 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _STENSOR3_H_ #define _STENSOR3_H_ diff --git a/Geo/SVector3.h b/Geo/SVector3.h index 645058a3849be89edd3e532cfeda283c796c9830..e42e2f9cc7d34d8407c0d862f02c4f83c9e92001 100644 --- a/Geo/SVector3.h +++ b/Geo/SVector3.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SVECTOR3_H_ #define _SVECTOR3_H_ diff --git a/Geo/discreteEdge.cpp b/Geo/discreteEdge.cpp index a4a57fc38520bfc82a8eaf741349901e741e4ff0..c79bd36304258270cd7edd6daeaa81e5d1991d45 100644 --- a/Geo/discreteEdge.cpp +++ b/Geo/discreteEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <vector> #include <list> diff --git a/Geo/discreteEdge.h b/Geo/discreteEdge.h index 67fc1f7573700bec095a68843d9bb7c1a7e1425b..7050b0feaf5e3d7ad92e73f6c1f73bd552c4bf20 100644 --- a/Geo/discreteEdge.h +++ b/Geo/discreteEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DISCRETE_EDGE_H_ #define _DISCRETE_EDGE_H_ diff --git a/Geo/discreteFace.cpp b/Geo/discreteFace.cpp index 562265fcc1e0c06d7596108b740ab67c76737882..306565acea1ac0133c567bb3aba41ec17228e625 100644 --- a/Geo/discreteFace.cpp +++ b/Geo/discreteFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "GmshConfig.h" diff --git a/Geo/discreteFace.h b/Geo/discreteFace.h index 9020079fad24923201f727d8e9aabda85ec4267a..1c78ea183b73f31d71ecd40fa7154250e47b2cdf 100644 --- a/Geo/discreteFace.h +++ b/Geo/discreteFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DISCRETE_FACE_H_ #define _DISCRETE_FACE_H_ diff --git a/Geo/discreteRegion.cpp b/Geo/discreteRegion.cpp index e6a09981e6355445418230a4abb58b7e68c8b045..f09ff8029c3038f115bc73d10952175733cb84ae 100644 --- a/Geo/discreteRegion.cpp +++ b/Geo/discreteRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "discreteRegion.h" diff --git a/Geo/discreteRegion.h b/Geo/discreteRegion.h index b0cf47562c33a58a278d4b553a1d513722673a1e..f2b1d058ac69fd65dc1dfc2803da18e8a3dce42b 100644 --- a/Geo/discreteRegion.h +++ b/Geo/discreteRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DISCRETE_REGION_H_ #define _DISCRETE_REGION_H_ diff --git a/Geo/discreteVertex.h b/Geo/discreteVertex.h index a509e78614ad853af0745c07e7268db01b5d5fe8..ada55cfff032b7a0efec0436a30e59268423958e 100644 --- a/Geo/discreteVertex.h +++ b/Geo/discreteVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DISCRETE_VERTEX_H_ #define _DISCRETE_VERTEX_H_ diff --git a/Geo/findLinks.cpp b/Geo/findLinks.cpp index a13c1432f7704630bce25af101ee9fe907441824..590f80454b06bae5664c63efa28c52baf3517a22 100644 --- a/Geo/findLinks.cpp +++ b/Geo/findLinks.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "GmshMessage.h" diff --git a/Geo/findLinks.h b/Geo/findLinks.h index 3e353b5be8e4e0679a9bc06435c792fb13a80378..8270f118ae168207a929993fa184cbc220b628c4 100644 --- a/Geo/findLinks.h +++ b/Geo/findLinks.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FIND_LINKS_H_ #define _FIND_LINKS_H_ diff --git a/Geo/fourierEdge.cpp b/Geo/fourierEdge.cpp index fd7e30cdee28b69c5408e4a64c217f2606c72c6d..0aa307913ccaaa94ca8c639c596736f8e53db45d 100644 --- a/Geo/fourierEdge.cpp +++ b/Geo/fourierEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "fourierEdge.h" diff --git a/Geo/fourierEdge.h b/Geo/fourierEdge.h index 0a75e76f041fa55ae92de61233668c81b7c9b920..298c908b3541f5a509ad51c337a4658098e57543 100644 --- a/Geo/fourierEdge.h +++ b/Geo/fourierEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FOURIER_EDGE_H_ #define _FOURIER_EDGE_H_ diff --git a/Geo/fourierFace.cpp b/Geo/fourierFace.cpp index 3e789264b2c2140721bedf7355186b3489e56771..24b6a7e7d7bdf5b5cb7f2826b02698a03dd9f80b 100644 --- a/Geo/fourierFace.cpp +++ b/Geo/fourierFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <list> #include "GmshConfig.h" diff --git a/Geo/fourierFace.h b/Geo/fourierFace.h index 64db52099a1834ca3b8c769f330afc6fcc17a1cd..d3ba1f61675a9e3d497862494186270ea7beecc9 100644 --- a/Geo/fourierFace.h +++ b/Geo/fourierFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FOURIER_FACE_H_ #define _FOURIER_FACE_H_ diff --git a/Geo/fourierProjectionFace.cpp b/Geo/fourierProjectionFace.cpp index 64c3916e7c22372f38b8ceeec0363d1f5f6ca4f0..cc16a1a4f6d7a0cf1b9e0651722ff7508867e36d 100644 --- a/Geo/fourierProjectionFace.cpp +++ b/Geo/fourierProjectionFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/fourierProjectionFace.h b/Geo/fourierProjectionFace.h index 0713bd8c1998c3ad35f3a6832710693ed1e76cf3..d8b304a9516c831f2b562b64814643ac240008bf 100644 --- a/Geo/fourierProjectionFace.h +++ b/Geo/fourierProjectionFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FOURIER_PROJECTION_FACE_H_ #define _FOURIER_PROJECTION_FACE_H_ diff --git a/Geo/fourierVertex.h b/Geo/fourierVertex.h index a3649005508bab4dec0ea9f785efc55aacc28887..1862e25f502956e37430d0b6c8834b5d3bf75bd1 100644 --- a/Geo/fourierVertex.h +++ b/Geo/fourierVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FOURIER_VERTEX_H_ #define _FOURIER_VERTEX_H_ diff --git a/Geo/gmshEdge.cpp b/Geo/gmshEdge.cpp index 52e14541da639684d743fa1cc631c1133193268d..69b29c8e1780bdf202086ad241ae437d10482e38 100644 --- a/Geo/gmshEdge.cpp +++ b/Geo/gmshEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include "GModel.h" diff --git a/Geo/gmshEdge.h b/Geo/gmshEdge.h index 791c0864e8094bff199590cc8512bb959f7d9e3e..95c50074f4832c94baa8ce955dd99c4e46f5211a 100644 --- a/Geo/gmshEdge.h +++ b/Geo/gmshEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_EDGE_H_ #define _GMSH_EDGE_H_ diff --git a/Geo/gmshFace.cpp b/Geo/gmshFace.cpp index db4c8a3977d3e2c482ce41aef007fb11f227dfd9..22b32a04d6f5dd59fac3c1abcd017de249e9b8a7 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "GModel.h" diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h index b70242b3ef0c5398058098fe5b41653347cff5b9..2621c8f3766c2fbfc468090eb1fd7fd318fe3215 100644 --- a/Geo/gmshFace.h +++ b/Geo/gmshFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_FACE_H_ #define _GMSH_FACE_H_ diff --git a/Geo/gmshLevelset.cpp b/Geo/gmshLevelset.cpp index 3cf149554a9eae9835008c788d6d66b4d82643f8..a7dbd96eaf55305cc7f463767dbd3a9cf477a445 100644 --- a/Geo/gmshLevelset.cpp +++ b/Geo/gmshLevelset.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/gmshLevelset.h b/Geo/gmshLevelset.h index 5f4ce2116e63e84c1cee31349b6758f86af6ad46..476992e55f52e6b161a35426485e0c4a9d6faa7c 100644 --- a/Geo/gmshLevelset.h +++ b/Geo/gmshLevelset.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/gmshRegion.cpp b/Geo/gmshRegion.cpp index 8ce695cebb520a97643e079f60d921425f143b54..564a00eb66d3e8c87a984fee6ebec1be1088d4ec 100644 --- a/Geo/gmshRegion.cpp +++ b/Geo/gmshRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "GModel.h" diff --git a/Geo/gmshRegion.h b/Geo/gmshRegion.h index 425e7015e048f7813871f1a10d21db8d1cf575e9..cdd9169582bc13d9488bb8a16e0e215822bcca9b 100644 --- a/Geo/gmshRegion.h +++ b/Geo/gmshRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_REGION_H_ #define _GMSH_REGION_H_ diff --git a/Geo/gmshSurface.cpp b/Geo/gmshSurface.cpp index 239d9422401c233bdc62644506e2159dfcd6c5fb..35a7472ff087badb31d26de89bfe6f9c5fc7a589 100644 --- a/Geo/gmshSurface.cpp +++ b/Geo/gmshSurface.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/gmshSurface.h b/Geo/gmshSurface.h index e79068f4a660aaf12812ddf82e393efb8d7b6002..c9333ab4035ca6edcf394682896ec0c11b3dceed 100644 --- a/Geo/gmshSurface.h +++ b/Geo/gmshSurface.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_SURFACE_H_ #define _GMSH_SURFACE_H_ diff --git a/Geo/gmshVertex.cpp b/Geo/gmshVertex.cpp index 8aa47ebbb691711071f3dd5f793e9f8350e78e11..eb268d05a6858cb1b6f4296c6ea525644f3ebae3 100644 --- a/Geo/gmshVertex.cpp +++ b/Geo/gmshVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GFace.h" #include "GEdge.h" diff --git a/Geo/gmshVertex.h b/Geo/gmshVertex.h index f1549fdbd8ba2ac964527fdc6265d27cd394f861..cd5f716fd9a81e97fed481f07a6453ba26601c88 100644 --- a/Geo/gmshVertex.h +++ b/Geo/gmshVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_VERTEX_H_ #define _GMSH_VERTEX_H_ diff --git a/Geo/intersectCurveSurface.h b/Geo/intersectCurveSurface.h index d55306d2796f8f46d3884892659bf84a7c376bc2..b3c14a7375b868c34cd1aee890db7333bd2c7ba7 100644 --- a/Geo/intersectCurveSurface.h +++ b/Geo/intersectCurveSurface.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _INTERSECT_CURVE_SURFACE_ #define _INTERSECT_CURVE_SURFACE_ diff --git a/Geo/partitionEdge.h b/Geo/partitionEdge.h index d78af1d483ce717643043841a07d34af0e34b4fb..890ece0cf70b5092e1976daf7bd5670245c5c18a 100644 --- a/Geo/partitionEdge.h +++ b/Geo/partitionEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PARTITION_EDGE_H_ #define _PARTITION_EDGE_H_ diff --git a/Geo/partitionFace.h b/Geo/partitionFace.h index c619d236385f77bb59de6437d14f0dc959f170ed..2d9ef148944487e4447ab04a3ab4aaecdd74e35b 100644 --- a/Geo/partitionFace.h +++ b/Geo/partitionFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PARTITION_FACE_H_ #define _PARTITION_FACE_H_ diff --git a/Geo/partitionVertex.h b/Geo/partitionVertex.h index fbbb42619e0fcbaceba5b1d259dd384bdf649783..19107c1cab35746fb0359de10d54f6df57e48aea 100644 --- a/Geo/partitionVertex.h +++ b/Geo/partitionVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PARTITION_VERTEX_H_ #define _PARTITION_VERTEX_H_ diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt index 1bf985ab60b4c57df67898e8b7051189be448065..197ebdcc1ed8c86fba5d9a3786e6e7775212399c 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Camera.cpp diff --git a/Graphics/Camera.cpp b/Graphics/Camera.cpp index 2b6b6a23c5ea8fb563b9bc66161d95fbc4fc16cd..a7e32310db7f0692ad6ede7f6cf7495883b734df 100644 --- a/Graphics/Camera.cpp +++ b/Graphics/Camera.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Gilles Marckmann <gilles.marckmann@ec-nantes.fr> diff --git a/Graphics/Camera.h b/Graphics/Camera.h index 68c63c65c96200e972f751894cca351a551a231f..a1b4c5714b8b71b42e24da51b5e67904283ef7de 100644 --- a/Graphics/Camera.h +++ b/Graphics/Camera.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Gilles Marckmann <gilles.marckmann@ec-nantes.fr> diff --git a/Graphics/PixelBuffer.h b/Graphics/PixelBuffer.h index badb443eefa6858c3573b7cba05f2d977c96c8ce..2ff9a20462a25bda65d767fbeee524ada9eeed31 100644 --- a/Graphics/PixelBuffer.h +++ b/Graphics/PixelBuffer.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PIXEL_BUFFER_H_ #define _PIXEL_BUFFER_H_ diff --git a/Graphics/ReadImg.cpp b/Graphics/ReadImg.cpp index dbd0756dc2638d73768de7570b794d3dc081b05d..deeeccea6180c74cedb64829ba5af7cf54b2e652 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include "ReadImg.h" diff --git a/Graphics/ReadImg.h b/Graphics/ReadImg.h index d547291a6ffc5308b0c5a27d9d8d66dd37735b8b..30f5496ba0f7a978b8dd09bc2d7a40a57b41550f 100644 --- a/Graphics/ReadImg.h +++ b/Graphics/ReadImg.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _READ_IMG_ #define _READ_IMG_ diff --git a/Graphics/drawAxes.cpp b/Graphics/drawAxes.cpp index 8c00e711a0b95755e61f3560da22d6f78c688bc8..49ff583f1c043804d4320e8915970b7fe63335cc 100644 --- a/Graphics/drawAxes.cpp +++ b/Graphics/drawAxes.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> #include <iostream> diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index b477adf578ab944df721dfed8b9a7c718d5f84a0..41500f4df6ac3698154c3946555981031ba0cad2 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> #include <stdio.h> diff --git a/Graphics/drawContext.h b/Graphics/drawContext.h index 254ba004ee2c177e5e151a0dce3671b2472e5604..b3f8db7fd1ae4a0265a7937e7037fee528b503d2 100644 --- a/Graphics/drawContext.h +++ b/Graphics/drawContext.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DRAW_CONTEXT_H_ #define _DRAW_CONTEXT_H_ diff --git a/Graphics/drawGeom.cpp b/Graphics/drawGeom.cpp index 17397227ec98d38160b13b52819c06871d944429..5478579caa225f61780eaf4c2256b7bee12d5519 100644 --- a/Graphics/drawGeom.cpp +++ b/Graphics/drawGeom.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include "drawContext.h" diff --git a/Graphics/drawGlyph.cpp b/Graphics/drawGlyph.cpp index 4ecbb0207de030715440fe44bcf9ed0959a1351d..8dc90abf2681a29e4551d679de4354d331749467 100644 --- a/Graphics/drawGlyph.cpp +++ b/Graphics/drawGlyph.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include "drawContext.h" diff --git a/Graphics/drawGraph2d.cpp b/Graphics/drawGraph2d.cpp index d982647a2330164d42abb4444f76b8cd117bb679..b6579b81ce453ea6b5a387d844b5e282a9eac5a4 100644 --- a/Graphics/drawGraph2d.cpp +++ b/Graphics/drawGraph2d.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "drawContext.h" #include "PView.h" diff --git a/Graphics/drawMesh.cpp b/Graphics/drawMesh.cpp index c8ea23ca421c87dbc727996431c86af2c30934e4..8d682dbe8065deebe764cc09f0d858bde03cecad 100644 --- a/Graphics/drawMesh.cpp +++ b/Graphics/drawMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <math.h> #include "drawContext.h" diff --git a/Graphics/drawPost.cpp b/Graphics/drawPost.cpp index 1b72eb3ec2578bff3ff59d7b53ae31f09d331503..08d19d862d8c59b1f068395ee89be836d09320f9 100644 --- a/Graphics/drawPost.cpp +++ b/Graphics/drawPost.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <math.h> #include <algorithm> diff --git a/Graphics/drawScales.cpp b/Graphics/drawScales.cpp index 17a6b7932ff205909e14ae5ce3da9bd4bcb20054..ecc4f44b3bc9f5b222ff9ed22f33afc01162e6f1 100644 --- a/Graphics/drawScales.cpp +++ b/Graphics/drawScales.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "drawContext.h" #include "PView.h" diff --git a/Graphics/gl2gif.cpp b/Graphics/gl2gif.cpp index 9b9d30a88297e43aba710e3b351b4a4f6c62f37f..4242c4cd956bc9416005061940c6c68b5b132a80 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. /* * Warning: This code is really a dirty hack. It SHOULD be cleaned diff --git a/Graphics/gl2gif.h b/Graphics/gl2gif.h index 491c58b240b59fafef5cc7b18f15807a78e15e8a..94a3c0c50deca59854e045b373cf1b25d183f53d 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GL2GIF_H_ #define _GL2GIF_H_ diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index b3b4532f8ce30110b0279b360b36b39698ee31ba..0868060a46c0e27b88ab312b1a00fc6a68149059 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "gl2jpeg.h" diff --git a/Graphics/gl2jpeg.h b/Graphics/gl2jpeg.h index e5b2a2fbbc08a08b7ef94edb9461f363468438f8..a9806aefc18570a25d1a321e033276cc65a09874 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GL2JPEG_H_ #define _GL2JPEG_H_ diff --git a/Graphics/gl2png.cpp b/Graphics/gl2png.cpp index ae1560afc82ec1ddd045ef163baae071d638f1fc..989d93b406d49517d00dc65cf423fbc706affb73 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "gl2png.h" diff --git a/Graphics/gl2png.h b/Graphics/gl2png.h index e4d0fb39c1c91a76473ea2a3c1f00845a398c69b..a67fc92ea66f9efebdec43a8cd107b4ed736c869 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GL2PNG_H_ #define _GL2PNG_H_ diff --git a/Graphics/gl2ppm.cpp b/Graphics/gl2ppm.cpp index 34c5c104135add7aae60e4be3ba857c8125d3ef7..5f601caa4cf7a0aa4ca462664bdd727276737568 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "gl2ppm.h" diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index 3508e34eb749a4e64b053a879031ddf38fe4c61a..dd2a87144d39493122080985ad13cfa97fd44efe 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GL2PPM_H_ #define _GL2PPM_H_ diff --git a/Graphics/gl2yuv.cpp b/Graphics/gl2yuv.cpp index 3e80ae3a7f0f854c01740c8066ecdac901079bcb..5d228dedb12b5eb7d43d805df478c5832f851d1a 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. /* * This code is based on the rgbtoycc.c code from the MPEG-1 Video diff --git a/Graphics/gl2yuv.h b/Graphics/gl2yuv.h index 9b69fb2da3b3737076699ae39b923c5109fb5c18..cf676f86542d5fb282adbb77e37269f077636ff9 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GL2YUV_H_ #define _GL2YUV_H_ diff --git a/Mesh/BDS.cpp b/Mesh/BDS.cpp index 183a7f1fc56ae283d6f52b0ffda44c4e9a71e263..72a54accbc001bd8934bb3a8d55c7cd5fab9a54c 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stack> #include <math.h> diff --git a/Mesh/BDS.h b/Mesh/BDS.h index fc36789be57c00b9a45ad7548c2827603b94575c..6a3fd7a3fb4039dffdf851ceb2c29ab3b1fb29fe 100644 --- a/Mesh/BDS.h +++ b/Mesh/BDS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _BDS_H_ #define _BDS_H_ diff --git a/Mesh/BackgroundMesh.cpp b/Mesh/BackgroundMesh.cpp index ab795046e6c675807dca3022eb76cf7fcb839a0d..e6ed5405035d89d41d7bfae931061cace31c9b0c 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshMessage.h" #include "BackgroundMesh.h" diff --git a/Mesh/BackgroundMesh.h b/Mesh/BackgroundMesh.h index ad73401b2a37ee33e1f771b4e99852ff56148e8e..c8e01529a1798b438fd25694d454d287a1fe70ee 100644 --- a/Mesh/BackgroundMesh.h +++ b/Mesh/BackgroundMesh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _BACKGROUND_MESH_H_ #define _BACKGROUND_MESH_H_ diff --git a/Mesh/BoundaryLayers.cpp b/Mesh/BoundaryLayers.cpp index 85a9cd350be968dd386dbc9e0ba76a73a7ac0f40..6459d2f6856b9f4f8b52562878a3129258025980 100644 --- a/Mesh/BoundaryLayers.cpp +++ b/Mesh/BoundaryLayers.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "MLine.h" diff --git a/Mesh/BoundaryLayers.h b/Mesh/BoundaryLayers.h index c3de6b3efb867d950046a80ebe9526658a4243e3..b57d560ee6dc313adb49e0c3950d3ff016a6af76 100644 --- a/Mesh/BoundaryLayers.h +++ b/Mesh/BoundaryLayers.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _BOUNDARY_LAYERS_H_ #define _BOUNDARY_LAYERS_H_ diff --git a/Mesh/CMakeLists.txt b/Mesh/CMakeLists.txt index 4eca4a6a8034c9ddd2298f62dc933f0013c5adbc..b50d4d34d6e3ce92e6ac0eedd31fcee179cc0210 100644 --- a/Mesh/CMakeLists.txt +++ b/Mesh/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Generator.cpp diff --git a/Mesh/CenterlineField.cpp b/Mesh/CenterlineField.cpp index 88818f58a7b7f838efc5420ebfb656f1b9f34f06..5d35b3f0203e2afec5e05004a997906c8ac1b2f6 100644 --- a/Mesh/CenterlineField.cpp +++ b/Mesh/CenterlineField.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Emilie Marchandise diff --git a/Mesh/CenterlineField.h b/Mesh/CenterlineField.h index cd1b6834c1cb52b77db996a0265011e86f851433..e39d644a8490895a4de7323d16dfbc2c4c778f52 100644 --- a/Mesh/CenterlineField.h +++ b/Mesh/CenterlineField.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Emilie Marchandise diff --git a/Mesh/DivideAndConquer.cpp b/Mesh/DivideAndConquer.cpp index e5f74ff9ad639d62ed7867ffad92c2dc7748c78f..f7f52a6dec8c6363e5a86d4535494a02c3649c08 100644 --- a/Mesh/DivideAndConquer.cpp +++ b/Mesh/DivideAndConquer.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // Triangulation using a divide and conquer algorithm // diff --git a/Mesh/DivideAndConquer.h b/Mesh/DivideAndConquer.h index 30fc2ecb3e53360f4af51e3cdedb969e0e3a8dfb..f7cd848b36c0df72d5536b11de84447fa2ea7f1b 100644 --- a/Mesh/DivideAndConquer.h +++ b/Mesh/DivideAndConquer.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DIVIDE_AND_CONQUER_H_ #define _DIVIDE_AND_CONQUER_H_ diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp index acd71be9d3998923e3aea2c2ae42c2814f457e78..20289b0b80fe0a9cf4bc7de12ea206cd877aa398 100644 --- a/Mesh/Field.cpp +++ b/Mesh/Field.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Jonathan Lambrechts diff --git a/Mesh/Field.h b/Mesh/Field.h index 70cae7a1c34e50e898899661cb849b5f09023fd0..4ebfe745f7e18d83f42d6ffce941028e6bb824bc 100644 --- a/Mesh/Field.h +++ b/Mesh/Field.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FIELD_H_ #define _FIELD_H_ diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index ab3af32f089b0b816e7375cb52bcdb436e29b471..9fa874b9bb3213a64f13cbad13ce360d2428bae3 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "GmshConfig.h" diff --git a/Mesh/Generator.h b/Mesh/Generator.h index 711603fd813a4c404451bd731f719f4ad853fb06..bde1d44636c069cf711b30d603c264b9b09eb807 100644 --- a/Mesh/Generator.h +++ b/Mesh/Generator.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GENERATOR_H_ #define _GENERATOR_H_ diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp index 90779ab0fa7bdc4761470507c066b6c08c85966b..f4111dfe5517f18c9933521dfa4a85234cc26a43 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Koen Hillewaert diff --git a/Mesh/HighOrder.h b/Mesh/HighOrder.h index cd19ea3e2d131cac7c05e6caf2be5f52deb2d7a9..70ad88bcf0cdbe96836587fc0d95a2af509eb30f 100644 --- a/Mesh/HighOrder.h +++ b/Mesh/HighOrder.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _HIGH_ORDER_H_ #define _HIGH_ORDER_H_ diff --git a/Mesh/Levy3D.cpp b/Mesh/Levy3D.cpp index c8498acdbe7528b138079dc352422cedaf8f30b0..143f713ee209d8bfa843af4eedb9f0f9ce27345b 100644 --- a/Mesh/Levy3D.cpp +++ b/Mesh/Levy3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/Levy3D.h b/Mesh/Levy3D.h index c47a019f6dd8d89230b9bf7bcdd2c95398995ae1..c2720166431ff984e2493390e34940788fdc787c 100644 --- a/Mesh/Levy3D.h +++ b/Mesh/Levy3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/QuadTriExtruded2D.cpp b/Mesh/QuadTriExtruded2D.cpp index 1f609d88c836223d518bfeb7d011ae2cf3ae064a..ae76ee3eddf637f545a5d4ad3fff85248cbc3008 100644 --- a/Mesh/QuadTriExtruded2D.cpp +++ b/Mesh/QuadTriExtruded2D.cpp @@ -13,11 +13,11 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all -Gmsh bugs and problems to <gmsh@geuz.org>. +Gmsh bugs and problems to the public mailing list <gmsh@geuz.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2, diff --git a/Mesh/QuadTriExtruded2D.h b/Mesh/QuadTriExtruded2D.h index 9e8c5ac6e9248840a69bcfeaf3f2ed87d5da001d..131a21bde372658afeb5890584d303de120604ae 100644 --- a/Mesh/QuadTriExtruded2D.h +++ b/Mesh/QuadTriExtruded2D.h @@ -13,11 +13,11 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all -Gmsh bugs and problems to <gmsh@geuz.org>. +Gmsh bugs and problems to the public mailing list <gmsh@geuz.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2, diff --git a/Mesh/QuadTriExtruded3D.cpp b/Mesh/QuadTriExtruded3D.cpp index 0bbb51d9703da5002d616efa50499729069e7edb..f5b6982e79a1851b21851652547a258c62a50660 100644 --- a/Mesh/QuadTriExtruded3D.cpp +++ b/Mesh/QuadTriExtruded3D.cpp @@ -13,11 +13,11 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all -Gmsh bugs and problems to <gmsh@geuz.org>. +Gmsh bugs and problems to the public mailing list <gmsh@geuz.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2, diff --git a/Mesh/QuadTriExtruded3D.h b/Mesh/QuadTriExtruded3D.h index 7aa0a70c1066b24fa07f6c2678ec6a8c0007f7ac..4b7e1ea73f3c66d910c1107ab158d23750a7df87 100644 --- a/Mesh/QuadTriExtruded3D.h +++ b/Mesh/QuadTriExtruded3D.h @@ -13,11 +13,11 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all -Gmsh bugs and problems to <gmsh@geuz.org>. +Gmsh bugs and problems to the public mailing list <gmsh@geuz.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2, diff --git a/Mesh/QuadTriTransfinite3D.cpp b/Mesh/QuadTriTransfinite3D.cpp index 291c5cc9d1aa579eafdd5f8ef10f71c16cfb474a..b27a2216225c32e6e87bf97b6416bddcb6ae6592 100644 --- a/Mesh/QuadTriTransfinite3D.cpp +++ b/Mesh/QuadTriTransfinite3D.cpp @@ -13,11 +13,11 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all -Gmsh bugs and problems to <gmsh@geuz.org>. +Gmsh bugs and problems to the public mailing list <gmsh@geuz.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2, diff --git a/Mesh/QuadTriTransfinite3D.h b/Mesh/QuadTriTransfinite3D.h index 2fd3d2aa2cc9110444a88a9fcd880d2b49789141..bd6c37f75c34e6d6b97e44fa7636a4eb54076618 100644 --- a/Mesh/QuadTriTransfinite3D.h +++ b/Mesh/QuadTriTransfinite3D.h @@ -13,11 +13,11 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all -Gmsh bugs and problems to <gmsh@geuz.org>. +Gmsh bugs and problems to the public mailing list <gmsh@geuz.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2, diff --git a/Mesh/QuadTriUtils.cpp b/Mesh/QuadTriUtils.cpp index 391307de9168979f5ba711aeb18e57c028484f6c..91b9f72db1b504bd5037875af9d42c82502b17fc 100644 --- a/Mesh/QuadTriUtils.cpp +++ b/Mesh/QuadTriUtils.cpp @@ -13,11 +13,11 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all -Gmsh bugs and problems to <gmsh@geuz.org>. +Gmsh bugs and problems to the public mailing list <gmsh@geuz.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2, diff --git a/Mesh/QuadTriUtils.h b/Mesh/QuadTriUtils.h index 8e1e0aad6206367f44cea47cb12126eb4a50bd15..b7a139ad369aa3102de9220089f0ed5dc459e8ed 100644 --- a/Mesh/QuadTriUtils.h +++ b/Mesh/QuadTriUtils.h @@ -13,11 +13,11 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all -Gmsh bugs and problems to <gmsh@geuz.org>. +Gmsh bugs and problems to the public mailing list <gmsh@geuz.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2, diff --git a/Mesh/Voronoi3D.cpp b/Mesh/Voronoi3D.cpp index 6c9ae4865cc6d1c50e4260cd56e6770bb6b0292f..f08a3e079e8b7fa878f4e29a0a29929642d41c42 100644 --- a/Mesh/Voronoi3D.cpp +++ b/Mesh/Voronoi3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/Voronoi3D.h b/Mesh/Voronoi3D.h index 8c2fe7941fea4b939a6aa25cf882f29011da6de5..8a4aa934e950a521f3f53b1b908e928cd4f9ec11 100644 --- a/Mesh/Voronoi3D.h +++ b/Mesh/Voronoi3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/directions3D.cpp b/Mesh/directions3D.cpp index 790661e4949e5b3064b2f5569aaa70d5324ff808..0a88eb33496462ab93e0dabe11c01d776399588e 100644 --- a/Mesh/directions3D.cpp +++ b/Mesh/directions3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/directions3D.h b/Mesh/directions3D.h index c47b171dae99c36f103648b278bb68137fb6066d..7664978ddcf682f30f43fc9380fb53258ed88c1e 100644 --- a/Mesh/directions3D.h +++ b/Mesh/directions3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier @@ -96,4 +96,4 @@ class Nearest_point{ static void print_segment(SPoint3,SPoint3,std::ofstream&); static GRegion* test(); static void clear(); -}; \ No newline at end of file +}; diff --git a/Mesh/highOrderSmoother.cpp b/Mesh/highOrderSmoother.cpp index 0aab5c7f70555a856718c746cd748f55739cb6f0..b4be724d61516e358c935902c9c21a9aabd0ee92 100644 --- a/Mesh/highOrderSmoother.cpp +++ b/Mesh/highOrderSmoother.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Koen Hillewaert diff --git a/Mesh/highOrderSmoother.h b/Mesh/highOrderSmoother.h index 72ea0769f8df260ddce3563a789031d6e884103c..bedd568dc3d3bb859ae19306b6fec55e0aa9e49f 100644 --- a/Mesh/highOrderSmoother.h +++ b/Mesh/highOrderSmoother.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _HIGH_ORDER_SMOOTHER_H_ #define _HIGH_ORDER_SMOOTHER_H_ diff --git a/Mesh/highOrderTools.cpp b/Mesh/highOrderTools.cpp index b2d2cb06af000d66646449d7e74eaf6bc9f78a66..f65f5edda0b060b4afdc182c8ed3b034b2641b48 100644 --- a/Mesh/highOrderTools.cpp +++ b/Mesh/highOrderTools.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Koen Hillewaert diff --git a/Mesh/highOrderTools.h b/Mesh/highOrderTools.h index ebc0c054ddb142400d651c861345fa65013bedf3..a8b7ff208eb9cebb4ad0310705945f6a51413002 100644 --- a/Mesh/highOrderTools.h +++ b/Mesh/highOrderTools.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _HIGH_ORDER_TOOLS_H_ #define _HIGH_ORDER_TOOLS_H_ diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp index 67d643116f1a9d575f47aa4d1b9f630a1d89b7b0..14614042d8b56a5cead75668b462ae78781866c3 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GModel.h" diff --git a/Mesh/meshGEdge.h b/Mesh/meshGEdge.h index cc06afd51f9459515b9d81ee77e133e30c5b75de..f079d11d4aff46db171ff6f4c68676fb13793088 100644 --- a/Mesh/meshGEdge.h +++ b/Mesh/meshGEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GEDGE_H_ #define _MESH_GEDGE_H_ diff --git a/Mesh/meshGEdgeExtruded.cpp b/Mesh/meshGEdgeExtruded.cpp index 01246c4b124e89673dbee984f5e6a9c0672fc180..07fe62c9fff69df4e81b21a9372f5b1751b1dbd1 100644 --- a/Mesh/meshGEdgeExtruded.cpp +++ b/Mesh/meshGEdgeExtruded.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <set> #include "GModel.h" diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index 6464db45aacc3b861e296bceea2bc685015cea7c..a877511ec008769c9fe000d1b43db1fd7c42c51f 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include <stdlib.h> diff --git a/Mesh/meshGFace.h b/Mesh/meshGFace.h index e939d2d6d553ad936936734cbca7371dbbc81a0d..e33a94fb5dc2aab8b180ed8eb5b44215638537f0 100644 --- a/Mesh/meshGFace.h +++ b/Mesh/meshGFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GFACE_H_ #define _MESH_GFACE_H_ diff --git a/Mesh/meshGFaceBDS.cpp b/Mesh/meshGFaceBDS.cpp index 939f624db1cc99570383c8305f332c0fcc3d6cde..0f41aea38b87db37b4b781236d9d48ccbabd9d54 100644 --- a/Mesh/meshGFaceBDS.cpp +++ b/Mesh/meshGFaceBDS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "GmshMessage.h" diff --git a/Mesh/meshGFaceBDS.h b/Mesh/meshGFaceBDS.h index 4a0568188a17178b942baa8a1f603110e16391eb..a82c843e133471c502cd188c9760c5d303e9d15c 100644 --- a/Mesh/meshGFaceBDS.h +++ b/Mesh/meshGFaceBDS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GFACE_BDS_H_ #define _MESH_GFACE_BDS_H_ diff --git a/Mesh/meshGFaceBamg.cpp b/Mesh/meshGFaceBamg.cpp index deb1c1fc13996b4e3d34eb67faa7c6d88271e15e..e3cd21babcb9a30f19c1d6af5be9d092f1ae87b5 100644 --- a/Mesh/meshGFaceBamg.cpp +++ b/Mesh/meshGFaceBamg.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <iostream> #include "meshGFaceBamg.h" diff --git a/Mesh/meshGFaceBamg.h b/Mesh/meshGFaceBamg.h index 58d6bea1ed2ec4b9d0dd435b48ce020e72fe7de4..6cb7f52f81af885b94bca778674449d7f13842c6 100644 --- a/Mesh/meshGFaceBamg.h +++ b/Mesh/meshGFaceBamg.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESHGFACE_BAMG_ #define _MESHGFACE_BAMG_ diff --git a/Mesh/meshGFaceBoundaryLayers.cpp b/Mesh/meshGFaceBoundaryLayers.cpp index 2ad482e13f83778d9f57d0bc1733af1deca9343e..cd61a6d25d6f72b94a45ea064bb3c2d9c92b38b9 100644 --- a/Mesh/meshGFaceBoundaryLayers.cpp +++ b/Mesh/meshGFaceBoundaryLayers.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GModel.h" #include "GFace.h" diff --git a/Mesh/meshGFaceBoundaryLayers.h b/Mesh/meshGFaceBoundaryLayers.h index 53c9108c5ab8fe23ba052c29714762085b0a9e35..2679271d18e6c21bdb4dd8bf0b6fa17b2a6244b7 100644 --- a/Mesh/meshGFaceBoundaryLayers.h +++ b/Mesh/meshGFaceBoundaryLayers.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESHGFACE_BNDRYLR_ #define _MESHGFACE_BNDRYLR_ diff --git a/Mesh/meshGFaceDelaunayInsertion.cpp b/Mesh/meshGFaceDelaunayInsertion.cpp index 1dda4be66b8f083b16a4eccbcf5e9937c8db5b0c..b603d895b8989f37333ba84c91968f7ef4a2bdf5 100644 --- a/Mesh/meshGFaceDelaunayInsertion.cpp +++ b/Mesh/meshGFaceDelaunayInsertion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <set> #include <map> diff --git a/Mesh/meshGFaceDelaunayInsertion.h b/Mesh/meshGFaceDelaunayInsertion.h index 5c8a4663e7260abf50bbd78ddb46fee96e2c6ed9..449cb68678b953c9c8ad58961e8bc0fdc6ba9d86 100644 --- a/Mesh/meshGFaceDelaunayInsertion.h +++ b/Mesh/meshGFaceDelaunayInsertion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GFACE_DELAUNAY_INSERTIONFACE_H_ #define _MESH_GFACE_DELAUNAY_INSERTIONFACE_H_ diff --git a/Mesh/meshGFaceElliptic.cpp b/Mesh/meshGFaceElliptic.cpp index 6ff27d4f17d2dae212f069d2fae8e43942d8f6ca..432eac724b847edd717606698cd58f536767223c 100644 --- a/Mesh/meshGFaceElliptic.cpp +++ b/Mesh/meshGFaceElliptic.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stack> #include "GmshConfig.h" diff --git a/Mesh/meshGFaceElliptic.h b/Mesh/meshGFaceElliptic.h index 47a5ea5ae55349ae3dd939f5607f0fb4ff864e31..a1c1ef467cb0a902fecf5fd6c3396b8d86e278c6 100644 --- a/Mesh/meshGFaceElliptic.h +++ b/Mesh/meshGFaceElliptic.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GFACE_ELLIPTIC_H_ #define _MESH_GFACE_ELLIPTIC_H_ diff --git a/Mesh/meshGFaceExtruded.cpp b/Mesh/meshGFaceExtruded.cpp index a7ed6446bd45e7b87948355d5b914a45088e8a3b..b76f14543c8cb7d16cf686821e6fa255909d2cb0 100644 --- a/Mesh/meshGFaceExtruded.cpp +++ b/Mesh/meshGFaceExtruded.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <set> #include "GModel.h" diff --git a/Mesh/meshGFaceLloyd.cpp b/Mesh/meshGFaceLloyd.cpp index 5136feb56b7e218e75975a4edaabbb49b29d40ed..e825705e77294284bcd5b42541e75f37279172ba 100644 --- a/Mesh/meshGFaceLloyd.cpp +++ b/Mesh/meshGFaceLloyd.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/meshGFaceLloyd.h b/Mesh/meshGFaceLloyd.h index 9caf0160423eeb7128da10c5721e3c973ff5eeb5..761bff73fdf08b854377ec0fba5125f1cc4e1750 100644 --- a/Mesh/meshGFaceLloyd.h +++ b/Mesh/meshGFaceLloyd.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/meshGFaceOptimize.cpp b/Mesh/meshGFaceOptimize.cpp index b3b0e9008b98fcc7fdb20bd44d03da09b99f181e..e95852fd4f08600dfddfec191a233b125406f79b 100644 --- a/Mesh/meshGFaceOptimize.cpp +++ b/Mesh/meshGFaceOptimize.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stack> #include "GmshConfig.h" diff --git a/Mesh/meshGFaceOptimize.h b/Mesh/meshGFaceOptimize.h index f5151ed17eedc189ec47ef1e9b4f3ef19442a831..010607dddb2856a1e029bf057f3ed8e0cde4c89a 100644 --- a/Mesh/meshGFaceOptimize.h +++ b/Mesh/meshGFaceOptimize.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GFACE_OPTIMIZE_H_ #define _MESH_GFACE_OPTIMIZE_H_ diff --git a/Mesh/meshGFaceQuadrilateralize.cpp b/Mesh/meshGFaceQuadrilateralize.cpp index 056483310813b0af7a1cccbe6d282c7617572f1e..89f848f77ca67363bb99a28ccca3a2b18aac03fa 100644 --- a/Mesh/meshGFaceQuadrilateralize.cpp +++ b/Mesh/meshGFaceQuadrilateralize.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "meshGFaceQuadrilateralize.h" #include "GmshMessage.h" diff --git a/Mesh/meshGFaceQuadrilateralize.h b/Mesh/meshGFaceQuadrilateralize.h index d87bd877c6897d32d1aa55a7fda5b17d9cc67a9d..2fff9f14acaa3318552f4145f447ffebed64cda1 100644 --- a/Mesh/meshGFaceQuadrilateralize.h +++ b/Mesh/meshGFaceQuadrilateralize.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GFACE_QUADRILATERALIZE_ #define _MESH_GFACE_QUADRILATERALIZE_ diff --git a/Mesh/meshGFaceTransfinite.cpp b/Mesh/meshGFaceTransfinite.cpp index fbb84bfeddc9af7bd366efe5b157fc8a205cae10..9777737090c3c64ddff9783af2acee31b2a04c98 100644 --- a/Mesh/meshGFaceTransfinite.cpp +++ b/Mesh/meshGFaceTransfinite.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <map> #include "meshGFace.h" diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp index 8a544bf960301ec99ec0cfe8d2cd75b386bc4471..9daf2407ff399cf46b97c156432809524c438aba 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <vector> diff --git a/Mesh/meshGRegion.h b/Mesh/meshGRegion.h index 84acb4724b19923c34864403e2141bdc3dee079d..07b40797991df9b6abc480b46ca6e2431204de50 100644 --- a/Mesh/meshGRegion.h +++ b/Mesh/meshGRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GREGION_H_ #define _MESH_GREGION_H_ diff --git a/Mesh/meshGRegionBoundaryLayers.cpp b/Mesh/meshGRegionBoundaryLayers.cpp index ca92d5156c40cdc95778b98bc0cb8815cca3beac..315b74d70ee8366dbef239c0e512819dd866280e 100644 --- a/Mesh/meshGRegionBoundaryLayers.cpp +++ b/Mesh/meshGRegionBoundaryLayers.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "meshGFaceBoundaryLayers.h" #include "GModel.h" diff --git a/Mesh/meshGRegionCarveHole.cpp b/Mesh/meshGRegionCarveHole.cpp index 519902d06be80899be09cf4057e0cd947469a115..b551f0a708e4c08fca143707ab546ac715c1e685 100644 --- a/Mesh/meshGRegionCarveHole.cpp +++ b/Mesh/meshGRegionCarveHole.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <set> #include "GmshConfig.h" diff --git a/Mesh/meshGRegionDelaunayInsertion.cpp b/Mesh/meshGRegionDelaunayInsertion.cpp index 7ba8d7827f1d09899576ed1de29d07dbdc8f37f9..603923906ceb168c3bf0b365afd702b27e2bf4d6 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <set> #include <map> diff --git a/Mesh/meshGRegionDelaunayInsertion.h b/Mesh/meshGRegionDelaunayInsertion.h index b0f66d6cf80705965efef9bc9318dbb43ea8644d..f74c034334a1ae3515047386d59c5e60d0cbd1fa 100644 --- a/Mesh/meshGRegionDelaunayInsertion.h +++ b/Mesh/meshGRegionDelaunayInsertion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GREGION_DELAUNAY_INSERTION_H_ #define _MESH_GREGION_DELAUNAY_INSERTION_H_ diff --git a/Mesh/meshGRegionExtruded.cpp b/Mesh/meshGRegionExtruded.cpp index c56da129fdbc2b084354717466f308deb90e6f5b..ce996065140cb4384cb76f3d4ef4de23cf6092e6 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <set> #include "GModel.h" diff --git a/Mesh/meshGRegionLocalMeshMod.cpp b/Mesh/meshGRegionLocalMeshMod.cpp index 56a3c2dd8cf21fa67ebf60b4ea06e54de34eae96..cffb76838abe9f92af5794be2f63390c69b4a8ca 100644 --- a/Mesh/meshGRegionLocalMeshMod.cpp +++ b/Mesh/meshGRegionLocalMeshMod.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "meshGRegionLocalMeshMod.h" #include "GEntity.h" diff --git a/Mesh/meshGRegionLocalMeshMod.h b/Mesh/meshGRegionLocalMeshMod.h index 0ee69e15d80b3ce025708d7888136f6f5a234295..e8583771d2a2634c665a225cf91a048cc6ec84f3 100644 --- a/Mesh/meshGRegionLocalMeshMod.h +++ b/Mesh/meshGRegionLocalMeshMod.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_GREGION_LOCAL_MESH_MOD_H_ #define _MESH_GREGION_LOCAL_MESH_MOD_H_ diff --git a/Mesh/meshGRegionMMG3D.cpp b/Mesh/meshGRegionMMG3D.cpp index 4ae56efedea1c5a3fd769f51a9dcfe1f099f07c7..ae68aee27bba86c29f0999c3ce2529223ee8b605 100644 --- a/Mesh/meshGRegionMMG3D.cpp +++ b/Mesh/meshGRegionMMG3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Mesh/meshGRegionMMG3D.h b/Mesh/meshGRegionMMG3D.h index 6bfaf499d382be80b6879d3486048bdf6d529ad5..e4efed43b9cd04d2fc37c8391983c647b1419681 100644 --- a/Mesh/meshGRegionMMG3D.h +++ b/Mesh/meshGRegionMMG3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESHGREGIONMMG3D_H_ #define _MESHGREGIONMMG3D_H_ diff --git a/Mesh/meshGRegionTransfinite.cpp b/Mesh/meshGRegionTransfinite.cpp index 0cab3cf5290c9f9f8f58f2a26bdc46587347300d..88fa8e03fcfcdf11f20f2e9b6a65eff9ef592cc4 100644 --- a/Mesh/meshGRegionTransfinite.cpp +++ b/Mesh/meshGRegionTransfinite.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Trevor S. Strickler diff --git a/Mesh/meshMetric.cpp b/Mesh/meshMetric.cpp index 0c17258625b48e08501545f9095b2375f0b489b6..716d41cedd344a1ce1f5cbc10d71f220fad63193 100644 --- a/Mesh/meshMetric.cpp +++ b/Mesh/meshMetric.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "meshMetric.h" #include "meshGFaceOptimize.h" diff --git a/Mesh/meshMetric.h b/Mesh/meshMetric.h index 3b0d014ac10487239fa017a544e0b133e13195ac..5bf50e131249f625539818eba489695230940fc7 100644 --- a/Mesh/meshMetric.h +++ b/Mesh/meshMetric.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_METRIC_H_ #define _MESH_METRIC_H_ diff --git a/Mesh/meshPartition.cpp b/Mesh/meshPartition.cpp index 7e89fb4abe0acbb5914607d8b84b1e6e75bf2084..1b846a31046e5af0771d601b5ccb757456cd84cc 100644 --- a/Mesh/meshPartition.cpp +++ b/Mesh/meshPartition.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Partition.cpp - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Mesh/meshPartition.h b/Mesh/meshPartition.h index 56954fa5f6edad3d0128e33c6f693f2538fb8c96..ef0f2a8409e5dfa9ee77f2157eb467118827832e 100644 --- a/Mesh/meshPartition.h +++ b/Mesh/meshPartition.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_PARTITION_H_ #define _MESH_PARTITION_H_ diff --git a/Mesh/meshPartitionObjects.h b/Mesh/meshPartitionObjects.h index ac8e1dfdbcc053534fa05e45d40c67068471f780..4fcfa57b6d21b8cf18e76eeaef2b58be15e80213 100644 --- a/Mesh/meshPartitionObjects.h +++ b/Mesh/meshPartitionObjects.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_PARTITION_OBJECTS_H_ #define _MESH_PARTITION_OBJECTS_H_ diff --git a/Mesh/meshPartitionOptions.h b/Mesh/meshPartitionOptions.h index 318234c5dfee78af0d4d159fb4d1246c8de76761..61b3484594d4058a751a71d9cd3208ff709d1521 100644 --- a/Mesh/meshPartitionOptions.h +++ b/Mesh/meshPartitionOptions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MESH_PARTITION_OPTIONS_H_ #define _MESH_PARTITION_OPTIONS_H_ diff --git a/Mesh/meshRefine.cpp b/Mesh/meshRefine.cpp index 0fdb2d2d076848a9a923d8a41f38d835cec8a4c6..9fc79a34b82868bde54c329882244b8855e736aa 100644 --- a/Mesh/meshRefine.cpp +++ b/Mesh/meshRefine.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Brian Helenbrook diff --git a/Mesh/multiscalePartition.cpp b/Mesh/multiscalePartition.cpp index a34440a5d06d9fcb4f30af247b812f84f9a9b659..77200bd1c001430177eab417af7de14c0ebd6f9c 100644 --- a/Mesh/multiscalePartition.cpp +++ b/Mesh/multiscalePartition.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Emilie Marchandise diff --git a/Mesh/multiscalePartition.h b/Mesh/multiscalePartition.h index 791c477fb4860113871122162800fee9044c542b..455889f71b549b1a5444be0aecb3c4798be8d67b 100644 --- a/Mesh/multiscalePartition.h +++ b/Mesh/multiscalePartition.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Emilie Marchandise diff --git a/Mesh/periodical.cpp b/Mesh/periodical.cpp index 398433ce2afcaf746e1717ba6f0b22505c0b933b..e0a76b91b59ec5900f903b71d8fc62eedc057489 100644 --- a/Mesh/periodical.cpp +++ b/Mesh/periodical.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier Maxime Melchior diff --git a/Mesh/periodical.h b/Mesh/periodical.h index 81edc47900371330794edc1a0ec13442ea5d3054..031580e09dce280280d6a381a1f2b0e64fa110b4 100644 --- a/Mesh/periodical.h +++ b/Mesh/periodical.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier Maxime Melchior diff --git a/Mesh/qualityMeasures.cpp b/Mesh/qualityMeasures.cpp index 3a6e4a5f9a77f64f779728bb8c1c6089954d7312..580a2a8549620fefa859e07416ae93b8656b8158 100644 --- a/Mesh/qualityMeasures.cpp +++ b/Mesh/qualityMeasures.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "qualityMeasures.h" #include "BDS.h" diff --git a/Mesh/qualityMeasures.h b/Mesh/qualityMeasures.h index ce740497283661a9ce16c850ec89dca16b6e1fd5..0019422474e9146ee230a381021275f1b87e845d 100644 --- a/Mesh/qualityMeasures.h +++ b/Mesh/qualityMeasures.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _QUALITY_MEASURES_H_ #define _QUALITY_MEASURES_H_ diff --git a/Mesh/simple3D.cpp b/Mesh/simple3D.cpp index 2789acc2151ccf02e0de83ee63d492b12adb5781..f33328a26e7b93a908ed82c00d96efd130399493 100644 --- a/Mesh/simple3D.cpp +++ b/Mesh/simple3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier @@ -696,4 +696,4 @@ void Filler::print_node(Node* node,std::ofstream& file){ /*********static declarations*********/ -std::vector<MVertex*> Filler::new_vertices; \ No newline at end of file +std::vector<MVertex*> Filler::new_vertices; diff --git a/Mesh/simple3D.h b/Mesh/simple3D.h index db3a3158063579e67a6762c3089b13b3c54b3352..f615d450d381004b0fe5e5e005bf3f8ea76a60e4 100644 --- a/Mesh/simple3D.h +++ b/Mesh/simple3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/surfaceFiller.h b/Mesh/surfaceFiller.h index 9354629babaa3ff9e9b456e6118d4477b9653330..d4c7b9fdf31e58f222f83619c53998ef53986a6b 100644 --- a/Mesh/surfaceFiller.h +++ b/Mesh/surfaceFiller.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // #include "STensor3.h" diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index 78879841136520448524f94365b413468e6295e0..9d50fd335ed7676cd39871a03622f987dce6752b 100755 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Mesh/yamakawa.h b/Mesh/yamakawa.h index 6775221e5ebf3e8f5ff18110953a7bbfa84133a9..8fa5f13c2d03ae93a142f98ca04e496a0d008ebb 100755 --- a/Mesh/yamakawa.h +++ b/Mesh/yamakawa.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Tristan Carrier diff --git a/Numeric/BasisFactory.cpp b/Numeric/BasisFactory.cpp index ce341f915630702a417446451451f3d436fa4dbd..814522b1c3968143df5df0b96b27221b2d756042 100644 --- a/Numeric/BasisFactory.cpp +++ b/Numeric/BasisFactory.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-B-> Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshDefines.h" #include "GmshMessage.h" diff --git a/Numeric/BasisFactory.h b/Numeric/BasisFactory.h index 883c80f2c3d8bcb3dbad80ee7c42c567897e4e6d..7932c3eae36b1fbfdc0017ae8b0d3b1ce441808f 100644 --- a/Numeric/BasisFactory.h +++ b/Numeric/BasisFactory.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef BASISFACTORY_H #define BASISFACTORY_H diff --git a/Numeric/BergotBasis.cpp b/Numeric/BergotBasis.cpp index 52ac4fa1d93ef9ccf2fbaec1840edf36f158a75b..993f547ad7c2b34095217265b131419c4c3db187 100644 --- a/Numeric/BergotBasis.cpp +++ b/Numeric/BergotBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <cmath> #include "BergotBasis.h" diff --git a/Numeric/BergotBasis.h b/Numeric/BergotBasis.h index 95dacaf44036590871acc8a43a32e4c2d3c1a647..7fb7569ccce564ac0903fca377e40b4d3e81bff9 100644 --- a/Numeric/BergotBasis.h +++ b/Numeric/BergotBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef BERGOTBASIS_H #define BERGOTBASIS_H diff --git a/Numeric/CMakeLists.txt b/Numeric/CMakeLists.txt index 86fce5eec93587866eef0dc19042151dc44279eb..0931e656452fa2b07ab2e42cf05a6cedc55ab4b4 100644 --- a/Numeric/CMakeLists.txt +++ b/Numeric/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Numeric.cpp diff --git a/Numeric/GaussIntegration.cpp b/Numeric/GaussIntegration.cpp index 69be54233b4b6b81ebbb854114430873a046e796..e95cd9c8aaf73b80d834347a806e3e3a699b87b7 100644 --- a/Numeric/GaussIntegration.cpp +++ b/Numeric/GaussIntegration.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GaussIntegration.h" #include "GmshDefines.h" diff --git a/Numeric/GaussIntegration.h b/Numeric/GaussIntegration.h index 54f6f06bfa77959e957ef341d38bd231008c8268..81ec6ab3ca78cd4f54df9dbc1c69bf6ccbbb460e 100644 --- a/Numeric/GaussIntegration.h +++ b/Numeric/GaussIntegration.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GAUSS_INTEGRATION_H_ #define _GAUSS_INTEGRATION_H_ diff --git a/Numeric/GaussJacobi1D.cpp b/Numeric/GaussJacobi1D.cpp index 5bad8a1e831a45369e9daa6f5f46cb60c73dc424..b4473281531bb90ad5ac5c652c9f5240a369ff8c 100644 --- a/Numeric/GaussJacobi1D.cpp +++ b/Numeric/GaussJacobi1D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // code to generate this file (using alglib) : #if 0 diff --git a/Numeric/GaussJacobi1D.h b/Numeric/GaussJacobi1D.h index 84a639999a416ff7673073ec4d9cd71d9f6d405a..09cf5d6743adc769dc2d1ad0287380cc9ae400db 100644 --- a/Numeric/GaussJacobi1D.h +++ b/Numeric/GaussJacobi1D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GAUSS_JACOBI_1D_H_ #define _GAUSS_JACOBI_1D_H_ diff --git a/Numeric/GaussLegendre1D.h b/Numeric/GaussLegendre1D.h index efd37ea54dbb7fd9c3d1d27f4010bb2c085766d5..bfbb78e663091ae0c4a7ee514de9777378d8109f 100644 --- a/Numeric/GaussLegendre1D.h +++ b/Numeric/GaussLegendre1D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. /* 1 point rule points */ static double _GL_pt1[1]={ diff --git a/Numeric/GaussLegendreSimplex.cpp b/Numeric/GaussLegendreSimplex.cpp index aed4ec194efc4ea98a308f75dd7c9ead6f88da6e..1276109cf2c7fdb5ff5f410eef920128cde1f67f 100644 --- a/Numeric/GaussLegendreSimplex.cpp +++ b/Numeric/GaussLegendreSimplex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <math.h> #include "GaussIntegration.h" diff --git a/Numeric/GaussQuadratureHex.cpp b/Numeric/GaussQuadratureHex.cpp index eca21e75ab4a3e74b71e72ee05f89cfda8e2b285..4695d6f70d643a89abcdda2e2cd805dc06e1cb4f 100644 --- a/Numeric/GaussQuadratureHex.cpp +++ b/Numeric/GaussQuadratureHex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/GaussQuadratureLin.cpp b/Numeric/GaussQuadratureLin.cpp index e340e57c6e59410a8eddb6743d157cc7fd69df7a..d15be162a340592207b942ae223872fdc5d61845 100644 --- a/Numeric/GaussQuadratureLin.cpp +++ b/Numeric/GaussQuadratureLin.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/GaussQuadraturePri.cpp b/Numeric/GaussQuadraturePri.cpp index 384db8d031d90f90136fd16c34c1cad1b576417e..829a3a3dad0d3e2430cf1d350c6ea46eebb60b9c 100644 --- a/Numeric/GaussQuadraturePri.cpp +++ b/Numeric/GaussQuadraturePri.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshMessage.h" #include "GaussIntegration.h" diff --git a/Numeric/GaussQuadraturePyr.cpp b/Numeric/GaussQuadraturePyr.cpp index 30c4bda94b476496f230bc4a600b329844c96189..16c82cd7dd1cab7de33d3f105bd44bfe581cf637 100644 --- a/Numeric/GaussQuadraturePyr.cpp +++ b/Numeric/GaussQuadraturePyr.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshMessage.h" #include "GaussIntegration.h" diff --git a/Numeric/GaussQuadratureQuad.cpp b/Numeric/GaussQuadratureQuad.cpp index 43df0193b4637a44d1fca3fbb511d4354a8591cf..2547de254bf0146d7b56e7caeec9bb4c8337dc0e 100644 --- a/Numeric/GaussQuadratureQuad.cpp +++ b/Numeric/GaussQuadratureQuad.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/GaussQuadratureTet.cpp b/Numeric/GaussQuadratureTet.cpp index e3b0965b52121b26a991baf24aa0c169ed6405ed..df9dfcf598a1a78fee1942fb2d6e1914ef42be6c 100644 --- a/Numeric/GaussQuadratureTet.cpp +++ b/Numeric/GaussQuadratureTet.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/GaussQuadratureTri.cpp b/Numeric/GaussQuadratureTri.cpp index 70e5321d3023cc83c30ae72667cd92a3fd98feb4..80e0f3351c99e0368055b4ce7a04ebb300112ee0 100644 --- a/Numeric/GaussQuadratureTri.cpp +++ b/Numeric/GaussQuadratureTri.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/Iso.cpp b/Numeric/Iso.cpp index f02d03d2269f187e0ee54d31983bcd20d0c98b94..f75930aff624708358b0587c526c10e1c2199523 100644 --- a/Numeric/Iso.cpp +++ b/Numeric/Iso.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Numeric.h" diff --git a/Numeric/Iso.h b/Numeric/Iso.h index 8adcee22efab92638442e4fb5a218acaaaca4ffc..36e9c859d554f18db120811db8ef6f5e84b24468 100644 --- a/Numeric/Iso.h +++ b/Numeric/Iso.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ISO_H_ #define _ISO_H_ diff --git a/Numeric/JacobianBasis.cpp b/Numeric/JacobianBasis.cpp index 95f49ec23a58b35e57fefa3aac89ea48109c0434..4c8f420a9ca1f9fa9b0a4d89bdaeda7905a8f6e5 100644 --- a/Numeric/JacobianBasis.cpp +++ b/Numeric/JacobianBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshDefines.h" #include "GmshMessage.h" diff --git a/Numeric/JacobianBasis.h b/Numeric/JacobianBasis.h index c24fc3e5c9b207d8e39bcc284a5b1aa713b04dc1..c8da26ec32b2b7e5e3ccc41eb13fda8ef237e415 100644 --- a/Numeric/JacobianBasis.h +++ b/Numeric/JacobianBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _JACOBIAN_BASIS_H_ #define _JACOBIAN_BASIS_H_ diff --git a/Numeric/Numeric.cpp b/Numeric/Numeric.cpp index 363d175b7e9b27cb3a04a9dec316c1a49290c800..5a4aabbc9dc716ac9a352f4df37859888abdb075 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Numeric/Numeric.h b/Numeric/Numeric.h index 85ba4cdabc550d00ff5d0cbe3303ce0e16d5cf14..678bd2aa60404803e944f0a031d9586b50bb113b 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _NUMERIC_H_ #define _NUMERIC_H_ diff --git a/Numeric/cartesian.h b/Numeric/cartesian.h index 0b691f9a5170070e90dc014b761621f57de4e82d..f479fc61d073b488a0ff35291725b3ee9aa78691 100644 --- a/Numeric/cartesian.h +++ b/Numeric/cartesian.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CARTESIAN_H_ #define _CARTESIAN_H_ diff --git a/Numeric/fullMatrix.cpp b/Numeric/fullMatrix.cpp index 7c16cddc1c021f4a659ad0d14b543a7ae5768f63..e38d74d480ca5e87601a471d3a71146ea3003a91 100644 --- a/Numeric/fullMatrix.cpp +++ b/Numeric/fullMatrix.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <complex> #include <string.h> diff --git a/Numeric/fullMatrix.h b/Numeric/fullMatrix.h index 4741dc2c982423908f08ff2aebf21a110bbda079..ba86a159a4e64f46e80a173b51cd21d712b1018f 100644 --- a/Numeric/fullMatrix.h +++ b/Numeric/fullMatrix.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FULL_MATRIX_H_ #define _FULL_MATRIX_H_ diff --git a/Numeric/jacobiPolynomials.cpp b/Numeric/jacobiPolynomials.cpp index a8693fe5cedad3b9545ccd370e7217cbe9d494e6..9f3c5e78091d8c601b192e6506f699df9f663e6f 100644 --- a/Numeric/jacobiPolynomials.cpp +++ b/Numeric/jacobiPolynomials.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "jacobiPolynomials.h" #include <cmath> diff --git a/Numeric/jacobiPolynomials.h b/Numeric/jacobiPolynomials.h index 0b9919cc5f5afd01b2ea1cfda53c93a8d1fe5bb2..9d83f5077f16886f3f7d8c9412cdbffd5d0daa91 100644 --- a/Numeric/jacobiPolynomials.h +++ b/Numeric/jacobiPolynomials.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef JACOBIPOLYNOMIALS_H #define JACOBIPOLYNOMIALS_H diff --git a/Numeric/legendrePolynomials.cpp b/Numeric/legendrePolynomials.cpp index e5cc0cf48be4c63da9d6d5cfd04dbe02ffe63b77..89d25c20d65a70b9499b4e7123e0225704e1b48f 100644 --- a/Numeric/legendrePolynomials.cpp +++ b/Numeric/legendrePolynomials.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "legendrePolynomials.h" diff --git a/Numeric/legendrePolynomials.h b/Numeric/legendrePolynomials.h index a7d9a497c1fe7dad03e4e106138b06805c933e03..f7fd118ddf0ad5fd037ba139adc182f751fdf49d 100644 --- a/Numeric/legendrePolynomials.h +++ b/Numeric/legendrePolynomials.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef LEGENDREPOLYNOMIALS_H #define LEGENDREPOLYNOMIALS_H diff --git a/Numeric/mathEvaluator.cpp b/Numeric/mathEvaluator.cpp index dba1e3dbb780cf6d13ed521bbc615ae1eb229be7..56c767333a73571b1650b9b9069f695fda3858eb 100644 --- a/Numeric/mathEvaluator.cpp +++ b/Numeric/mathEvaluator.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "mathEvaluator.h" diff --git a/Numeric/mathEvaluator.h b/Numeric/mathEvaluator.h index 905909b00987c8920cdd57798c6b98bcb5494d58..48e8f57abb2c79883ea691128d56067d1eb9805a 100644 --- a/Numeric/mathEvaluator.h +++ b/Numeric/mathEvaluator.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MATH_EVALUATOR_H_ #define _MATH_EVALUATOR_H_ diff --git a/Numeric/nodalBasis.cpp b/Numeric/nodalBasis.cpp index 6896be21c9ede3c45b5fe300880b359814240f00..81675224b72a588548824ce3d46c8cb596916904 100644 --- a/Numeric/nodalBasis.cpp +++ b/Numeric/nodalBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <limits> #include "nodalBasis.h" diff --git a/Numeric/nodalBasis.h b/Numeric/nodalBasis.h index 83250db0e0e8cbef87344983818c27371ca91120..5bc687fdcb205a9705b7f630336b79c03ba57c4f 100644 --- a/Numeric/nodalBasis.h +++ b/Numeric/nodalBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef NODALBASIS_H #define NODALBASIS_H diff --git a/Numeric/pointsGenerators.cpp b/Numeric/pointsGenerators.cpp index aa14897fe739f2f96beef6a1b861183f8753ca36..2c36b2adf081f07a9ba4a68db2f145be0c8ac46d 100644 --- a/Numeric/pointsGenerators.cpp +++ b/Numeric/pointsGenerators.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "pointsGenerators.h" diff --git a/Numeric/pointsGenerators.h b/Numeric/pointsGenerators.h index f01d3a283f627a350241658dbcb07bab941104f3..583b874d153963621979010cc8493117b9d6d5f3 100644 --- a/Numeric/pointsGenerators.h +++ b/Numeric/pointsGenerators.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef POINTSGENERATORS_H #define POINTSGENERATORS_H diff --git a/Numeric/polynomialBasis.cpp b/Numeric/polynomialBasis.cpp index b50a8e78938e9cbcddc4213737fa047867da7c60..d33cf242d9f83bfd74a755b1a11fd8ffe434c1bc 100644 --- a/Numeric/polynomialBasis.cpp +++ b/Numeric/polynomialBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Koen Hillewaert diff --git a/Numeric/polynomialBasis.h b/Numeric/polynomialBasis.h index 0222972faa4c76414f74bfd7a60ed8f813ebed9d..4516507d35b6ad11c9f1c3ca450f63ef55bbf9d5 100644 --- a/Numeric/polynomialBasis.h +++ b/Numeric/polynomialBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _POLYNOMIAL_BASIS_H_ #define _POLYNOMIAL_BASIS_H_ diff --git a/Numeric/pyramidalBasis.cpp b/Numeric/pyramidalBasis.cpp index c8b9f8e7537c652bca5e503e35a3dda1bb7e5d6d..f7baa6508c4e696f7c11625a3802b952651dfcc0 100644 --- a/Numeric/pyramidalBasis.cpp +++ b/Numeric/pyramidalBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "pyramidalBasis.h" #include "pointsGenerators.h" diff --git a/Numeric/pyramidalBasis.h b/Numeric/pyramidalBasis.h index a4cf260705392c2e6f6c47816caf0a5362fec0eb..d04f309b501c94b613c5f32d7fa6408a466982f4 100644 --- a/Numeric/pyramidalBasis.h +++ b/Numeric/pyramidalBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef PYRAMIDALBASIS_H #define PYRAMIDALBASIS_H diff --git a/Numeric/robustPredicates.h b/Numeric/robustPredicates.h index 68aa625d469a4ef21714c5cc72e9aa301b50202c..ec2d60250fbce76f4d25951365773f81f4b32feb 100644 --- a/Numeric/robustPredicates.h +++ b/Numeric/robustPredicates.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ROBUST_PREDICATES_H_ #define _ROBUST_PREDICATES_H_ diff --git a/Numeric/simpleFunction.h b/Numeric/simpleFunction.h index 4b56eb33c22c19d1023a0b30bfa9e2db8e20a11d..931fa46fd0632cb14bc5e779ed332025ba7d8ce6 100644 --- a/Numeric/simpleFunction.h +++ b/Numeric/simpleFunction.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SIMPLE_FUNCTION_H_ #define _SIMPLE_FUNCTION_H_ diff --git a/Parser/CMakeLists.txt b/Parser/CMakeLists.txt index 5c3d04b8a5db325d09282d0953750805be5437eb..65b0c0f69254d6c90835ef3fa01f19697c7d1835 100644 --- a/Parser/CMakeLists.txt +++ b/Parser/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Gmsh.tab.cpp diff --git a/Parser/FunctionManager.cpp b/Parser/FunctionManager.cpp index 41c10317443cf9feb37cce96e271a334203ef247..dd4ef0ebb97a980faa4cc9471311457ed8c0c50b 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <map> #include <stdio.h> diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index ee42a60bb5182397ca314d99bddd88f3ab9ceac1..8eb904db4a0aaa6f48b071f03c7c3d30515e7edb 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FUNCTION_MANAGER_H_ #define _FUNCTION_MANAGER_H_ diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index d9e33d88ffe4cf02b3f5a35c8adfbcd3ec65a685..5646e23c9e68d2d65ab7dce40ff8edf8d2efd853 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,8 +1,8 @@ %{ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #include <stdlib.h> diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index 781cc74d2632b46ae0a65114f15ecb1da388bbac..f712cf1b089a4dd74870ae74957a70a9570b16ae 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -73,10 +73,10 @@ /* Line 336 of yacc.c */ #line 1 "Gmsh.y" -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <stdarg.h> diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index dd2108fc7e7bf78cd0f89e3ee4bd8278ea4da770..d5ed725f82761047dbdb337ef8b268b84ae0003e 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,8 +1,8 @@ %{ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <stdarg.h> diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index ab042b47bdb7e311973d581e5b1cc4a2753957ab..7699932331097ffa0cd3688b005cdc6900b44e92 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -917,10 +917,10 @@ int gmsh_yy_flex_debug = 0; char *gmsh_yytext; #line 1 "Gmsh.l" #line 2 "Gmsh.l" -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #include <stdlib.h> diff --git a/Parser/Parser.h b/Parser/Parser.h index 0cba561017a06bef2c3b797b0dc245cc9cb35b82..9a9dc7a50a0a691f3f18bd02a575a035c6a9526d 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PARSER_H_ #define _PARSER_H_ diff --git a/Plugin/AnalyseCurvedMesh.cpp b/Plugin/AnalyseCurvedMesh.cpp index 042302bf231536614660f006abcf9c43fa10ed01..05e5653bde94f347bd9309de974aef7b76530fe5 100644 --- a/Plugin/AnalyseCurvedMesh.cpp +++ b/Plugin/AnalyseCurvedMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Gmsh.h" #include "GModel.h" diff --git a/Plugin/AnalyseCurvedMesh.h b/Plugin/AnalyseCurvedMesh.h index 73b933f2344d22da7e896b2a94addb73172a93a3..5f8ed131251eab1b13f519718e3170a1526f85d2 100644 --- a/Plugin/AnalyseCurvedMesh.h +++ b/Plugin/AnalyseCurvedMesh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ANALYSECURVEDMESH_H_ #define _ANALYSECURVEDMESH_H_ diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp index 971692846097089a2cf9057a0b2f9e0be0c7fedd..55bd2dc7a713192b69cb819ff2b97093ff05d161 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <vector> #include "GmshConfig.h" diff --git a/Plugin/Annotate.h b/Plugin/Annotate.h index e4965d179fc6329ec5a41d01f8f13e6691cff6f9..76bec9bd34d6eb650b240b679aa242b22b9879e7 100644 --- a/Plugin/Annotate.h +++ b/Plugin/Annotate.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ANNOTATE_H_ #define _ANNOTATE_H_ diff --git a/Plugin/Bubbles.cpp b/Plugin/Bubbles.cpp index cc5170d2d858c89e6ddb5d8812d12ff07f55b050..419f9313f46dbc7b3445c31861c9ee5826357e1c 100644 --- a/Plugin/Bubbles.cpp +++ b/Plugin/Bubbles.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "Gmsh.h" diff --git a/Plugin/Bubbles.h b/Plugin/Bubbles.h index 354709c4512b1bcf8ccbf34c49cf07270df192e0..40750efcf034fde646e17ee92f76174e7322ed67 100644 --- a/Plugin/Bubbles.h +++ b/Plugin/Bubbles.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _BUBBLES_H_ #define _BUBBLES_H_ diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt index 0a644d4774eaf4e9200cfd619026299192407b9c..eb589809df07a0fbfdff9ea07bcc567659626691 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Plugin.cpp PluginManager.cpp diff --git a/Plugin/Curl.cpp b/Plugin/Curl.cpp index e10c5e3fda8510ec45535950f8aa02da0e7e017a..0eaf5087fa5480b64497b8dba9b402782d3636a1 100644 --- a/Plugin/Curl.cpp +++ b/Plugin/Curl.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Curl.h" #include "shapeFunctions.h" diff --git a/Plugin/Curl.h b/Plugin/Curl.h index 977ff0bc510c78da1704b138906bdf40c59ef253..d2574738fdd710d8331085ebfbd47b190a4f000a 100644 --- a/Plugin/Curl.h +++ b/Plugin/Curl.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CURL_H_ #define _CURL_H_ diff --git a/Plugin/CutBox.cpp b/Plugin/CutBox.cpp index 72718750ac444b84ceb0e457aa44a21815b68682..47b249bf8f979f5c3bc33fb2f67cb99ee01dd482 100644 --- a/Plugin/CutBox.cpp +++ b/Plugin/CutBox.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "OctreePost.h" diff --git a/Plugin/CutBox.h b/Plugin/CutBox.h index ac62370f53449ef5cb917bb395089312f27d3300..15475e5edc16ec64a6362d404a9d9ac38fdd951c 100644 --- a/Plugin/CutBox.h +++ b/Plugin/CutBox.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CUT_BOX_H_ #define _CUT_BOX_H_ diff --git a/Plugin/CutGrid.cpp b/Plugin/CutGrid.cpp index c5ed72774f8510eab5460a2741078e356bb7d7cb..f5d0d021bd24e1b6589360302f5a615e4cd08434 100644 --- a/Plugin/CutGrid.cpp +++ b/Plugin/CutGrid.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "OctreePost.h" diff --git a/Plugin/CutGrid.h b/Plugin/CutGrid.h index 9673ce5c934c9ca21c580c50fa2bb376cb660b05..84e5599bceedde3b28d645cdc655a90e2a2f519a 100644 --- a/Plugin/CutGrid.h +++ b/Plugin/CutGrid.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CUT_GRID_H_ #define _CUT_GRID_H_ diff --git a/Plugin/CutMesh.cpp b/Plugin/CutMesh.cpp index cf53af11d54713b4c5e0550e6ad26c665e9db2a0..3ccb922c0850016a31dcf11447ac00139a0a83eb 100644 --- a/Plugin/CutMesh.cpp +++ b/Plugin/CutMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "CutMesh.h" #include "GModel.h" diff --git a/Plugin/CutMesh.h b/Plugin/CutMesh.h index 17243ea2d564eb54a8760e0811d8a79c8507d5b7..194b770e430cd20c527509b06baff5f39e224460 100644 --- a/Plugin/CutMesh.h +++ b/Plugin/CutMesh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CUTMESH_H_ #define _CUTMESH_H_ diff --git a/Plugin/CutParametric.cpp b/Plugin/CutParametric.cpp index b159611a99d8e86e4bf6a1a2f0a40ed791076354..65817b89d009af354df19cccbc539df28a9bfbd1 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <math.h> #include "GmshConfig.h" diff --git a/Plugin/CutParametric.h b/Plugin/CutParametric.h index 12495014a41a9fabd137c679c773983f9fd9998c..2b4d7aa1b902c25419c3aa783890d6e3b98fc7a1 100644 --- a/Plugin/CutParametric.h +++ b/Plugin/CutParametric.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CUT_PARAMETRIC_H_ #define _CUT_PARAMETRIC_H_ diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp index e841b7e39da0e2f209beefa510faf53a3ac3de6f..d718a011523aebe7a7344138b72cd322180c7149 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "CutPlane.h" diff --git a/Plugin/CutPlane.h b/Plugin/CutPlane.h index 178df9b44c430d39ec91a4534f9311becd61cb9e..6d7502056b73176665843de7cedaf7d990e64f77 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CUT_PLANE_H_ #define _CUT_PLANE_H_ diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp index 2dcc050d0613effc49d4be3e3a06a56f3cf0850c..3f8b9c83adefd9ccb712bfbdfd79c218c257ef15 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include "GmshConfig.h" diff --git a/Plugin/CutSphere.h b/Plugin/CutSphere.h index 24cb318746ca714b85cda868f40d385ea72e9492..74b99e847d739e88935dd36c3ca11d5ca57f3902 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CUT_SPHERE_H_ #define _CUT_SPHERE_H_ diff --git a/Plugin/DiscretizationError.cpp b/Plugin/DiscretizationError.cpp index 98ea3a13881ed2b06d992e4e0064ae2772fb210a..8b9aec3ed669ffa539cd6e128ec2ba2c73304e7d 100644 --- a/Plugin/DiscretizationError.cpp +++ b/Plugin/DiscretizationError.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "DiscretizationError.h" #include "Numeric.h" diff --git a/Plugin/DiscretizationError.h b/Plugin/DiscretizationError.h index 254c8b09bf801d3f65a3c1c3d1b86ba7734b09c3..13a1fd66c9bf10edfd7d94c6f89365494bfb4a2a 100644 --- a/Plugin/DiscretizationError.h +++ b/Plugin/DiscretizationError.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DISCRETIZATION_ERROR_H_ #define _DISCRETIZATION_ERROR_H_ diff --git a/Plugin/Distance.cpp b/Plugin/Distance.cpp index 40342e57d243f226d4251a57b42fc6970272740a..9eea7c6a96fede61b339fa2111db9e287bdcf8f0 100644 --- a/Plugin/Distance.cpp +++ b/Plugin/Distance.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "Gmsh.h" diff --git a/Plugin/Distance.h b/Plugin/Distance.h index 0a8f18a72c836ceed339052a05814bba8b8c9415..eea1e6de431cf33c5cbb7b1b713be04e98289466 100644 --- a/Plugin/Distance.h +++ b/Plugin/Distance.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DISTANCE_H_ #define _DISTANCE_H_ diff --git a/Plugin/Divergence.cpp b/Plugin/Divergence.cpp index 77719944946854e8bc58732f42c7b13296ec0d3c..c88cac0edeb7bc4f42d40d70ffa127bd3660ecb4 100644 --- a/Plugin/Divergence.cpp +++ b/Plugin/Divergence.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Divergence.h" #include "shapeFunctions.h" diff --git a/Plugin/Divergence.h b/Plugin/Divergence.h index 737916986cc822c57a41d3e345b473de7e575c32..7e4890da852efd7c71ae5dd04525acd7f2770706 100644 --- a/Plugin/Divergence.h +++ b/Plugin/Divergence.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DIVERGENCE_H_ #define _DIVERGENCE_H_ diff --git a/Plugin/Eigenvalues.cpp b/Plugin/Eigenvalues.cpp index f65f9859b7eb71b6b994d9fc14a09e151f2690f0..c674ff50434df8a867ca466c211af3f4a621941f 100644 --- a/Plugin/Eigenvalues.cpp +++ b/Plugin/Eigenvalues.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Eigenvalues.h" #include "Numeric.h" diff --git a/Plugin/Eigenvalues.h b/Plugin/Eigenvalues.h index b70642f9844a34e03c657c29af5694165f39cbed..59cad9136c995b810acf27efd00ac787260b69fd 100644 --- a/Plugin/Eigenvalues.h +++ b/Plugin/Eigenvalues.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _EIGENVALUES_H_ #define _EIGENVALUES_H_ diff --git a/Plugin/Eigenvectors.cpp b/Plugin/Eigenvectors.cpp index 4172e427e1bcb18128fcf205c1afcec5fb3afe3e..7269a67887e380b662d5a97b0377c77435cef164 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Eigenvectors.h" #include "Numeric.h" diff --git a/Plugin/Eigenvectors.h b/Plugin/Eigenvectors.h index d71c09a55b1138a3e756b9094c8d99cbe52ace57..1636c079add5386fb6247bfcef57c582f400c62b 100644 --- a/Plugin/Eigenvectors.h +++ b/Plugin/Eigenvectors.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _EIGENVECTORS_H_ #define _EIGENVECTORS_H_ diff --git a/Plugin/ExtractEdges.cpp b/Plugin/ExtractEdges.cpp index 4d091c6998f2f85dc769c6346d4afbf9ed546e9c..1515902131a749700c151ac51427db50d9fecf31 100644 --- a/Plugin/ExtractEdges.cpp +++ b/Plugin/ExtractEdges.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GModel.h" diff --git a/Plugin/ExtractEdges.h b/Plugin/ExtractEdges.h index 1c3cb04a3631ee08a41d36428d23fbaa3db0d063..328fddf8683a3c87ef959990cdfd0577cd6e0dc6 100644 --- a/Plugin/ExtractEdges.h +++ b/Plugin/ExtractEdges.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _EXTRACT_EDGES_H_ #define _EXTRACT_EDGES_H_ diff --git a/Plugin/ExtractElements.cpp b/Plugin/ExtractElements.cpp index 110b6e336e4e88eeb02f943a2d07d6e7aec3bb87..db64abe7105df184a41ee81ef50a9acdd69093be 100644 --- a/Plugin/ExtractElements.cpp +++ b/Plugin/ExtractElements.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "ExtractElements.h" #include "Numeric.h" diff --git a/Plugin/ExtractElements.h b/Plugin/ExtractElements.h index dc04de38fb71aa1527b077613a90aa5ba695ca6d..2bd558eb18704e508abf4289a3067679ed6ba6b3 100644 --- a/Plugin/ExtractElements.h +++ b/Plugin/ExtractElements.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _EXTRACT_ELEMENTS_H_ #define _EXTRACT_ELEMENTS_H_ diff --git a/Plugin/FieldFromAmplitudePhase.cpp b/Plugin/FieldFromAmplitudePhase.cpp index b24a95b07a624f64d488afda51b6eaa18cc2e73d..ed522d322d3b922770ddded568ea2357e4c81269 100644 --- a/Plugin/FieldFromAmplitudePhase.cpp +++ b/Plugin/FieldFromAmplitudePhase.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "Gmsh.h" diff --git a/Plugin/FieldFromAmplitudePhase.h b/Plugin/FieldFromAmplitudePhase.h index 4fe4765807fdb63614af16dce7e5670bb99d9727..0b30f8cf977581d340cb56d5786c1bd32c612fce 100644 --- a/Plugin/FieldFromAmplitudePhase.h +++ b/Plugin/FieldFromAmplitudePhase.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FIELD_FROM_AMPLITUDE_PHASE_H_ #define _FIELD_FROM_AMPLITUDE_PHASE_H_ diff --git a/Plugin/GSHHS.h b/Plugin/GSHHS.h index f8acb3ff9b5a6cb4c0e667de4ca1041cab67a2de..1768f55335e1dad7fee501fd3f1c18bc6ba8ee9c 100644 --- a/Plugin/GSHHS.h +++ b/Plugin/GSHHS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GSHHS_H_ #define _GSHHS_H_ diff --git a/Plugin/Gradient.cpp b/Plugin/Gradient.cpp index a9fe9077a574b58492d73ba3f428f1dedb54d4de..6c563064dcf60e5f01f90161f0799fae6419c0f7 100644 --- a/Plugin/Gradient.cpp +++ b/Plugin/Gradient.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Gradient.h" #include "shapeFunctions.h" diff --git a/Plugin/Gradient.h b/Plugin/Gradient.h index e0826a3ae4537a26c7efefe9131aa069a42379a0..65bb7ada263772f684bfa09385db0e71aaf67632 100644 --- a/Plugin/Gradient.h +++ b/Plugin/Gradient.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GRADIENT_H_ #define _GRADIENT_H_ diff --git a/Plugin/HarmonicToTime.cpp b/Plugin/HarmonicToTime.cpp index fa5cfb8f736ef7f28e7640c6285d7df378c563c5..009b07d6d8ed6de50dee1a49fc2203651564bbd2 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "HarmonicToTime.h" #include "GmshDefines.h" diff --git a/Plugin/HarmonicToTime.h b/Plugin/HarmonicToTime.h index b1eac11695475f54bdcf8fc4cf5e2d32eb2e19ed..67056d891100c245e5b92d2b6a0a3dbec5d373f2 100644 --- a/Plugin/HarmonicToTime.h +++ b/Plugin/HarmonicToTime.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _HARMONIC_TO_TIME_H_ #define _HARMONIC_TO_TIME_H_ diff --git a/Plugin/HomologyComputation.cpp b/Plugin/HomologyComputation.cpp index 24dbb8e7db03fe3f87d1c334fdd5f45336065661..5cde0ceb8883d8b7723abdc4e3a386825676dfe8 100644 --- a/Plugin/HomologyComputation.cpp +++ b/Plugin/HomologyComputation.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Plugin/HomologyComputation.h b/Plugin/HomologyComputation.h index ce9668ea77c6e6a0a998ba2bd52425dd59ba50b4..fd0311a4d234afb07fce48bee3379bc6e508a775 100644 --- a/Plugin/HomologyComputation.h +++ b/Plugin/HomologyComputation.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Plugin/HomologyPostProcessing.cpp b/Plugin/HomologyPostProcessing.cpp index 72dc4f1095a65a2a9fddab839698ebe27086a8e5..3848aeeb0ebd5525be4fa6ae76e557bb768fb809 100644 --- a/Plugin/HomologyPostProcessing.cpp +++ b/Plugin/HomologyPostProcessing.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Plugin/HomologyPostProcessing.h b/Plugin/HomologyPostProcessing.h index 6c585196fcde0143620f5590d604990d3f4f4a42..b24e0723715c5ce24c8057c0f4006d41e0f15f9f 100644 --- a/Plugin/HomologyPostProcessing.h +++ b/Plugin/HomologyPostProcessing.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. diff --git a/Plugin/Integrate.cpp b/Plugin/Integrate.cpp index 17491eae4d350fcbaaf4d47f4395e8f373ca0aa6..7c1e6bece8eb3ede35ca9e2ed0bca7b96485aa85 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Integrate.h" #include "shapeFunctions.h" diff --git a/Plugin/Integrate.h b/Plugin/Integrate.h index 12b7609752f582dcc1f588d0c6a01ceade436d55..705ce0a58b61a0640a672bcb21cb6dc4f819e2fe 100644 --- a/Plugin/Integrate.h +++ b/Plugin/Integrate.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _INTEGRATE_H_ #define _INTEGRATE_H_ diff --git a/Plugin/Isosurface.cpp b/Plugin/Isosurface.cpp index 611f1ef46ba5ae96acd9ad19c9ae04b18161a0b7..44e176d799b71b5a6dbfedaa635be5ee29aab698 100644 --- a/Plugin/Isosurface.cpp +++ b/Plugin/Isosurface.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Isosurface.h" #include "Context.h" diff --git a/Plugin/Isosurface.h b/Plugin/Isosurface.h index bd9700503262c65981bf7a52622065cc674166f3..6389be9a0db77b66c4f797e9c7713bec9ded6762 100644 --- a/Plugin/Isosurface.h +++ b/Plugin/Isosurface.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ISOSURFACE_H_ #define _ISOSURFACE_H_ diff --git a/Plugin/Lambda2.cpp b/Plugin/Lambda2.cpp index c18136685679f3f8d482656190b5ab1e5921d179..0e38ca6b8ee490035228cd65b198a874beae97c0 100644 --- a/Plugin/Lambda2.cpp +++ b/Plugin/Lambda2.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Lambda2.h" #include "Numeric.h" diff --git a/Plugin/Lambda2.h b/Plugin/Lambda2.h index a7817b413aecaa9f52fbbda1ef2ee70d217e1fc9..3ab437e349a8ec0dedc37957c96561eaf053e153 100644 --- a/Plugin/Lambda2.h +++ b/Plugin/Lambda2.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LAMBDA2_H_ #define _LAMBDA2_H diff --git a/Plugin/Levelset.cpp b/Plugin/Levelset.cpp index f385206b52a8c46aca762b113475951b80762e7f..f84f264c4784db99a27274529e3201d5d6038dcd 100644 --- a/Plugin/Levelset.cpp +++ b/Plugin/Levelset.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Levelset.h" #include "MakeSimplex.h" diff --git a/Plugin/Levelset.h b/Plugin/Levelset.h index 35876005c1b05c1de53aae426b763d2ef6680db1..07e55cc3be406c03b3a955a832001924be8a6485 100644 --- a/Plugin/Levelset.h +++ b/Plugin/Levelset.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LEVELSET_H_ #define _LEVELSET_H_ diff --git a/Plugin/LongitudeLatitude.cpp b/Plugin/LongitudeLatitude.cpp index 0b45a540ce793d073612c75ad1902f8ee6056ff8..f909ac0a030dfcef06e998720f9fc2cceace0a75 100644 --- a/Plugin/LongitudeLatitude.cpp +++ b/Plugin/LongitudeLatitude.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "LongitudeLatitude.h" #include "OpenFile.h" diff --git a/Plugin/LongitudeLatitude.h b/Plugin/LongitudeLatitude.h index 9e5bc1819380e2cca95d03939fc9ae06de838279..8de9403c1d87810370acdf4be81bf373876b63a2 100644 --- a/Plugin/LongitudeLatitude.h +++ b/Plugin/LongitudeLatitude.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LONGITUDELATITUDE_H_ #define _LONGITUDELATITUDE_H_ diff --git a/Plugin/MakeSimplex.cpp b/Plugin/MakeSimplex.cpp index 52dccdb11e12da1037320b2c2a07bbea2a6f1871..5e31716e5effb95df3c2c0e1aa4e7174e3c9672d 100644 --- a/Plugin/MakeSimplex.cpp +++ b/Plugin/MakeSimplex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "MakeSimplex.h" diff --git a/Plugin/MakeSimplex.h b/Plugin/MakeSimplex.h index 0f07193a02ae0541612081575a45aeb5fc96ac18..38a0991acab1c82879928726c31b491cbd15c40b 100644 --- a/Plugin/MakeSimplex.h +++ b/Plugin/MakeSimplex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MAKE_SIMPLEX_H_ #define _MAKE_SIMPLEX_H_ diff --git a/Plugin/MathEval.cpp b/Plugin/MathEval.cpp index 548c06542a8a97a21984614cb9209fa5c4693050..c667419b4a6b9786b080d85fc43cc8e5b251c25c 100644 --- a/Plugin/MathEval.cpp +++ b/Plugin/MathEval.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshDefines.h" diff --git a/Plugin/MathEval.h b/Plugin/MathEval.h index 7c653645b0aeb25affc48e3cc6f6dc4722347d54..6b56b281f6e8a6c4027d4304dde27d29bce10b5f 100644 --- a/Plugin/MathEval.h +++ b/Plugin/MathEval.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MATH_EVAL_H_ #define _MATH_EVAL_H_ diff --git a/Plugin/MinMax.cpp b/Plugin/MinMax.cpp index 95e43e71b69bd8db864cd4663f2c89775438352d..dc3e386010af6235eac8edf0fe1eb556c4cb35a0 100644 --- a/Plugin/MinMax.cpp +++ b/Plugin/MinMax.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "MinMax.h" #include "PViewOptions.h" diff --git a/Plugin/MinMax.h b/Plugin/MinMax.h index eed5a871aafe7b0fe6de4129cbb6d9929486bf70..d01bf3d73883485d226cac32d86540444c330d76 100644 --- a/Plugin/MinMax.h +++ b/Plugin/MinMax.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MIN_MAX_H_ #define _MIN_MAX_H_ diff --git a/Plugin/ModifyComponent.cpp b/Plugin/ModifyComponent.cpp index faa42ccb669746fdea49151fc166b90d54151114..0b583a4f864c93dac2f1e937cdf6a6b5c617d401 100644 --- a/Plugin/ModifyComponent.cpp +++ b/Plugin/ModifyComponent.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <vector> #include "GmshConfig.h" diff --git a/Plugin/ModifyComponent.h b/Plugin/ModifyComponent.h index 4aa968fb5757415f2e5353bb07575afc6603c8c2..597cb9ec19891424e7f2558f530d40838a1ecfbd 100644 --- a/Plugin/ModifyComponent.h +++ b/Plugin/ModifyComponent.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MODIFY_COMPONENT_H_ #define _MODIFY_COMPONENT_H_ diff --git a/Plugin/ModulusPhase.cpp b/Plugin/ModulusPhase.cpp index 45cc464d27d467dec1677f5b20f26632766925fe..4a6f217fa4d3028b3d02f2226362a464ca386413 100644 --- a/Plugin/ModulusPhase.cpp +++ b/Plugin/ModulusPhase.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "ModulusPhase.h" diff --git a/Plugin/ModulusPhase.h b/Plugin/ModulusPhase.h index b43165b2e5e85176f7831eff289b23013c920afe..ec2c699b3373e2b27def023564653645a99eb38b 100644 --- a/Plugin/ModulusPhase.h +++ b/Plugin/ModulusPhase.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MODULUS_PHASE_H_ #define _MODULUS_PHASE_H_ diff --git a/Plugin/NearToFarField.cpp b/Plugin/NearToFarField.cpp index 69e7b62ecb16893fd66021a1daaa7bdbfc79460d..8dd3f9741bb758b834a996f5c8abf9d17e9c83ba 100644 --- a/Plugin/NearToFarField.cpp +++ b/Plugin/NearToFarField.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Ruth Sabariego diff --git a/Plugin/NearToFarField.h b/Plugin/NearToFarField.h index b4269266a9742a85beae67be821ce8ea324d5c3b..d80379ce9ea5f55238547cd65ea41094ec41bc09 100644 --- a/Plugin/NearToFarField.h +++ b/Plugin/NearToFarField.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _NEARTOFARFIELD_H_ #define _NEARTOFARFIELD_H_ diff --git a/Plugin/NearestNeighbor.cpp b/Plugin/NearestNeighbor.cpp index 566555024182b10d55342a0ef62f1738bb7e9435..bbe7414bddd75cde9beeda7a476f7c5daefe3b57 100644 --- a/Plugin/NearestNeighbor.cpp +++ b/Plugin/NearestNeighbor.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "NearestNeighbor.h" diff --git a/Plugin/NearestNeighbor.h b/Plugin/NearestNeighbor.h index 35668c172b171ffc63b52306bf0c9bc91c084553..769975e3b0f0e5f1da158f83c78b51d42547ebbe 100644 --- a/Plugin/NearestNeighbor.h +++ b/Plugin/NearestNeighbor.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _NEAREST_NEIGHBOR_H_ #define _NEAREST_NEIGHBOR_H_ diff --git a/Plugin/NewView.cpp b/Plugin/NewView.cpp index a0106a955eff0d59babbd5c69526c9c7147d40bd..d2714fdf7c9e09dbd28bf2b02fcf179558ecb3ad 100644 --- a/Plugin/NewView.cpp +++ b/Plugin/NewView.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Ruth Sabariego & Francois Henrotte diff --git a/Plugin/NewView.h b/Plugin/NewView.h index 33f76db808fab8c3c85e94255a793dbde047b7d3..0ca09c2148be97da126783bd6153d76f6e86071a 100644 --- a/Plugin/NewView.h +++ b/Plugin/NewView.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _NEWVIEW_H_ #define _NEWVIEW_H_ diff --git a/Plugin/Particles.cpp b/Plugin/Particles.cpp index bfaaf94339960a045b116a3f0179555a46cb7e5e..10ee964fda0820e378b85984d9ee3a3d1a3bce59 100644 --- a/Plugin/Particles.cpp +++ b/Plugin/Particles.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <math.h> #include "GmshConfig.h" diff --git a/Plugin/Particles.h b/Plugin/Particles.h index 619013b242a57e45eeb7a26ed763817190ebda62..e3b156aabe9aa7274233f4725690108e69e5cf56 100644 --- a/Plugin/Particles.h +++ b/Plugin/Particles.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PARTICLES_H_ #define _PARTICLES_H diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp index 38a84d59721838cc6e758a0e0adf241680880ec7..71e8fae95ac4bbba07eeb4f1b940f6f3ac1442c0 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <sstream> #include <stdio.h> diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index fc756470a5eb3ed4b5588c5ae9ced5d1b2ba64a3..e48d4a3243f32a2ae6f1a3a837f525cadae32eed 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PLUGIN_H_ #define _PLUGIN_H_ diff --git a/Plugin/PluginManager.cpp b/Plugin/PluginManager.cpp index 7fb7e1eef8357629d1d182d0bddc2354b765e31f..ca6b701bed96e83848a9a56f151b166824f3a5cb 100644 --- a/Plugin/PluginManager.cpp +++ b/Plugin/PluginManager.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <map> #include <stdlib.h> diff --git a/Plugin/PluginManager.h b/Plugin/PluginManager.h index 9d977ae8d93feb6cd140b3b5b7c08592d1ecf8b0..8a56b845fcdf9189fb1db917163dc52889a2c4fa 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PLUGIN_MANAGER_H_ #define _PLUGIN_MANAGER_H_ diff --git a/Plugin/Probe.cpp b/Plugin/Probe.cpp index 0363996bb235a7f5afe7ae9e6fa417f0f878c899..fb6984ddf6e204109fda976138de19f8ef1a6850 100644 --- a/Plugin/Probe.cpp +++ b/Plugin/Probe.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "Probe.h" diff --git a/Plugin/Probe.h b/Plugin/Probe.h index 323fe14bac7b8b386e5ac1727b4784d218f6662e..d165995ce277cb09ebe88c0f6e4fc1e1700c41d3 100644 --- a/Plugin/Probe.h +++ b/Plugin/Probe.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PROBE_H_ #define _PROBE_H_ diff --git a/Plugin/Remove.cpp b/Plugin/Remove.cpp index 6a3e270e1167ec17ebd6d6395494f80e8bdfbd22..6e063b3f943a3f5ebbe4337bb32b542c93d748a8 100644 --- a/Plugin/Remove.cpp +++ b/Plugin/Remove.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Remove.h" diff --git a/Plugin/Remove.h b/Plugin/Remove.h index 886c644717d6fd8119445a9162ad47e5318042ae..f71c60ad31a950955e500c3b21fafde6ccadc0fa 100644 --- a/Plugin/Remove.h +++ b/Plugin/Remove.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _REMOVE_H_ #define _REMOVE_H_ diff --git a/Plugin/Scal2Vec.cpp b/Plugin/Scal2Vec.cpp index a4ccd6bdf60d2bf76b78abdd1c4d0e5b682cd8da..cee391c56e0bcce76222fc7e498114633cb5e67e 100644 --- a/Plugin/Scal2Vec.cpp +++ b/Plugin/Scal2Vec.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Scal2Vec.h" #include "PViewOptions.h" diff --git a/Plugin/Scal2Vec.h b/Plugin/Scal2Vec.h index c586a4794e9f36a6417e762d448c13704e0f184d..f4252ba003daec15a807130d1f8a751581077525 100644 --- a/Plugin/Scal2Vec.h +++ b/Plugin/Scal2Vec.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SCAL2VEC_H_ #define _SCAL2VEC_H_ diff --git a/Plugin/Skin.cpp b/Plugin/Skin.cpp index 4534b9e1c2390fbe91f73aae57a654160cef0929..8303a95a43e6bbc766cc2fdacf5eb4b499572051 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <set> #include "Skin.h" diff --git a/Plugin/Skin.h b/Plugin/Skin.h index 91313d32f72837692b0aadbdaf59a925b0462546..0baf3fc2a12ba26b62ae578f964c435e27fff047 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SKIN_H_ #define _SKIN_H_ diff --git a/Plugin/Smooth.cpp b/Plugin/Smooth.cpp index ec1f36d1740ec36d9d077d213100a654a0427402..3c3403088d00efa27a4c2802e8bed3048627a1ab 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Smooth.h" diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h index 74a49108dcf8b3d149fe3776ac163b34076462c3..4f5aa61be26dfaab7fd40026c31c8aa5677fa3d1 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SMOOTH_H_ #define _SMOOTH_H_ diff --git a/Plugin/SphericalRaise.cpp b/Plugin/SphericalRaise.cpp index 5bc10d5a32b23972a65b0d5a53a55bfd5f042596..965e5360117fc49cfd239701d1c720f2de5e5db1 100644 --- a/Plugin/SphericalRaise.cpp +++ b/Plugin/SphericalRaise.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "SphericalRaise.h" #include "Numeric.h" diff --git a/Plugin/SphericalRaise.h b/Plugin/SphericalRaise.h index b8c617cec7b593b71a934150d6d1fccfc8f894a5..31bcbe3e160aacf976d18c559266584f3663a902 100644 --- a/Plugin/SphericalRaise.h +++ b/Plugin/SphericalRaise.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SPHERICAL_RAISE_H_ #define _SPHERICAL_RAISE_H_ diff --git a/Plugin/StreamLines.cpp b/Plugin/StreamLines.cpp index 476c05b1f825b2215b75a8ca122d102262af8baf..8b7a7dd165e64826a1472f10fac30788ddcf3655 100644 --- a/Plugin/StreamLines.cpp +++ b/Plugin/StreamLines.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <math.h> #include "GmshConfig.h" diff --git a/Plugin/StreamLines.h b/Plugin/StreamLines.h index a2baf1a5a4579e6ec73d3998410e8d05ff531d08..6cc7246737094df9fe7965ad972420297a2f8cb3 100644 --- a/Plugin/StreamLines.h +++ b/Plugin/StreamLines.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _STREAM_LINES_H_ #define _STREAM_LINES_H diff --git a/Plugin/Tetrahedralize.cpp b/Plugin/Tetrahedralize.cpp index b93ca5e7c11317657366c45cea53d76a6e7007d6..0301afb9cf0ff289762d58e5aa3ef602e17784cb 100644 --- a/Plugin/Tetrahedralize.cpp +++ b/Plugin/Tetrahedralize.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <vector> #include "GmshConfig.h" diff --git a/Plugin/Tetrahedralize.h b/Plugin/Tetrahedralize.h index df09fed572a272d37b129732880f396d1c043cbd..66731135746087b50f02efcf75500ad43094290e 100644 --- a/Plugin/Tetrahedralize.h +++ b/Plugin/Tetrahedralize.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _TETRAHEDRALIZE_H_ #define _TETRAHEDRALIZE_H_ diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index 2a90c2087525a43ca5172b42b86572691c971fd6..6f5c1fd3cdc6c38f1f2589ff17d4cb0e6f23e7b9 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Transform.h" diff --git a/Plugin/Transform.h b/Plugin/Transform.h index af7fa31af5a4cbcbe75d06bfd681d14198560a5b..be628726ce412b0c6ea6564baf3da01d04239bd9 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _TRANSFORM_H_ #define _TRANSFORM_H_ diff --git a/Plugin/Triangulate.cpp b/Plugin/Triangulate.cpp index 0583ed92d563cf8a3ebf6eccf28dd2888b81602c..136c6afd70d378173d3ddb2ba19c4b9de0084c8b 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <vector> #include <stdlib.h> diff --git a/Plugin/Triangulate.h b/Plugin/Triangulate.h index b2e2922141ab11af8da70939d73b304c7263938e..fa5aef09c35c0cdc4946456e72fd14bd870ac9cd 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _TRIANGULATE_H_ #define _TRIANGULATE_H_ diff --git a/Plugin/Warp.cpp b/Plugin/Warp.cpp index 89f92c81b4e4c8176091810b69d9d26ed851c9f0..46ec517bc7ba2f564eb67e5b97e39a140c3c9d97 100644 --- a/Plugin/Warp.cpp +++ b/Plugin/Warp.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Warp.h" #include "SmoothData.h" diff --git a/Plugin/Warp.h b/Plugin/Warp.h index 41b7b7363c06252d352292e0803b8e2c7cecb0ae..b8f70f46031d327f00af9a8f0dac16756196c74f 100644 --- a/Plugin/Warp.h +++ b/Plugin/Warp.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _WARP_H_ #define _WARP_H_ diff --git a/Post/CMakeLists.txt b/Post/CMakeLists.txt index 1a7248d9a1105bd73a4cf6bfbd27ac4960d55518..64522c83296f028fd31749cff933e4df50a7975f 100644 --- a/Post/CMakeLists.txt +++ b/Post/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC PView.cpp PViewIO.cpp PViewVertexArrays.cpp diff --git a/Post/ColorTable.cpp b/Post/ColorTable.cpp index 77774e5465dfafad81ccfbf102529df141575baa..15a5029895d4d230f97fd07a121e359e7cad490c 100644 --- a/Post/ColorTable.cpp +++ b/Post/ColorTable.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // David Colignon diff --git a/Post/ColorTable.h b/Post/ColorTable.h index 0e47b7c481fa56cca871839979d7d550e9a54a74..a6a26ad012355e102a6a3238c374f189e4326450 100644 --- a/Post/ColorTable.h +++ b/Post/ColorTable.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _COLORTABLE_H_ #define _COLORTABLE_H_ diff --git a/Post/OctreePost.cpp b/Post/OctreePost.cpp index a5b73fad4b15ea342a59aadc317c76ad1ce832e0..003182c8d8a83e81fa5b9641169a220521f7a23d 100644 --- a/Post/OctreePost.cpp +++ b/Post/OctreePost.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "Octree.h" #include "OctreePost.h" diff --git a/Post/OctreePost.h b/Post/OctreePost.h index 14bd3e664cf7c14389e5aead7298689f76d85e1c..7e9993f5a946aac5af074bd23165f9a76894387c 100644 --- a/Post/OctreePost.h +++ b/Post/OctreePost.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OCTREE_POST_H_ #define _OCTREE_POST_H_ diff --git a/Post/PView.cpp b/Post/PView.cpp index 39cbbb645d3a36fca281bbb68f741797325ffcf0..a1920dab2be4b55b1a57d4ec660648cad9b77651 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <algorithm> diff --git a/Post/PView.h b/Post/PView.h index 5cb61a56f281865cec2bd5f58acf7d19084409e9..f744b1481dcffa91bcd722ccb3684bf00e1bf44c 100644 --- a/Post/PView.h +++ b/Post/PView.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PVIEW_H_ #define _PVIEW_H_ diff --git a/Post/PViewAsSimpleFunction.cpp b/Post/PViewAsSimpleFunction.cpp index c4d34f4ce60cd3fb499a801cc4cae9f880382318..fa42fbaa654124d890ae5b6e0da0d8c58b090f93 100644 --- a/Post/PViewAsSimpleFunction.cpp +++ b/Post/PViewAsSimpleFunction.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "PView.h" #include "PViewData.h" diff --git a/Post/PViewAsSimpleFunction.h b/Post/PViewAsSimpleFunction.h index a5a0ca4385cea93e80ad8ddaa859769f09507861..75b72b6617c8764aaa13cbb33d456fa461bc92d7 100644 --- a/Post/PViewAsSimpleFunction.h +++ b/Post/PViewAsSimpleFunction.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PVIEW_AS_SIMPLEFUNCTION_H #define _PVIEW_AS_SIMPLEFUNCTION_H diff --git a/Post/PViewData.cpp b/Post/PViewData.cpp index cb56866aa3fab8d59878ba4ae20b5a88372e370b..ddadfae85e8e6918be37ab880519a11badfcdc32 100644 --- a/Post/PViewData.cpp +++ b/Post/PViewData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "PViewData.h" #include "adaptiveData.h" diff --git a/Post/PViewData.h b/Post/PViewData.h index 6f72791de3b8fe58fe650dc9eb82e3396549cf4d..dcd09da39b3290caeb1f9c4b3180d1346830af56 100644 --- a/Post/PViewData.h +++ b/Post/PViewData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PVIEW_DATA_H_ #define _PVIEW_DATA_H_ diff --git a/Post/PViewDataGModel.cpp b/Post/PViewDataGModel.cpp index b54f7b204b307d9bc41d02a50f77c0d270dfc1ee..1c9a9be207c79ef0a215223775c9f3d3f16b182a 100644 --- a/Post/PViewDataGModel.cpp +++ b/Post/PViewDataGModel.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "PViewDataGModel.h" #include "MPoint.h" diff --git a/Post/PViewDataGModel.h b/Post/PViewDataGModel.h index b95cfb3e030d7f68d9e044c03685bc20dacc1410..08d21619196f409c4eba49dd8c2fd10db86cd3d1 100644 --- a/Post/PViewDataGModel.h +++ b/Post/PViewDataGModel.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PVIEW_DATA_GMODEL_H_ #define _PVIEW_DATA_GMODEL_H_ diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp index 5c4c4784f9ab8bd317f9dde3ed7df541093c926e..275b21cfe66433c87f9a51c8802fcbca582f83bf 100644 --- a/Post/PViewDataGModelIO.cpp +++ b/Post/PViewDataGModelIO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Post/PViewDataIO.cpp b/Post/PViewDataIO.cpp index 3048fb72813b5a53d706fff50a0a1c2d06730bc9..6f0b87e42ba5d71ebfaebaad6e10f71f9155030c 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdio.h> #include <string.h> diff --git a/Post/PViewDataList.cpp b/Post/PViewDataList.cpp index 7ccd38e5a604ba133b66836ce8f8531e0b3c2977..33f9f28815c859ae530ace6aabf2cc1a10ba573b 100644 --- a/Post/PViewDataList.cpp +++ b/Post/PViewDataList.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "PViewDataList.h" #include "GmshMessage.h" diff --git a/Post/PViewDataList.h b/Post/PViewDataList.h index cfb9f0a121a51d7859b2c6a9f7aadc6b96b0fc4f..c2d03c134c1ececdd86a098f53bdfe476a90b0e9 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -1,8 +1,8 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PVIEW_DATA_LIST_H_ #define _PVIEW_DATA_LIST_H_ diff --git a/Post/PViewDataListIO.cpp b/Post/PViewDataListIO.cpp index 3d2c4b99278acf8a960324d8bf1c41205591aed5..f765b86df48f653b9cfe14c9a271c3378ff0713a 100644 --- a/Post/PViewDataListIO.cpp +++ b/Post/PViewDataListIO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include <set> diff --git a/Post/PViewDataRemote.h b/Post/PViewDataRemote.h index e2028df070f071e68bb2d5ad5e04c64d8b63cae8..8e7a14eca0e5f57a8a5586548ef1d4454a83056c 100644 --- a/Post/PViewDataRemote.h +++ b/Post/PViewDataRemote.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PVIEW_DATA_REMOTE_H_ #define _PVIEW_DATA_REMOTE_H_ diff --git a/Post/PViewFactory.cpp b/Post/PViewFactory.cpp index 6fedf92945688b7c5dd0c715db4cf92b6b4dade0..a74169e0934608db3227761316179aaa74b9b1b7 100644 --- a/Post/PViewFactory.cpp +++ b/Post/PViewFactory.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "PViewFactory.h" #include "GModel.h" diff --git a/Post/PViewFactory.h b/Post/PViewFactory.h index 5a0a520e840cdb49bb1b83b0370ad4f4c7061dcb..018e7fa7e826462d7e7ef08168f1ae40be3a41c3 100644 --- a/Post/PViewFactory.h +++ b/Post/PViewFactory.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PVIEW_FACTORY_H_ #define _PVIEW_FACTORY_H_ diff --git a/Post/PViewIO.cpp b/Post/PViewIO.cpp index 8cb054ab732818e045962562e63aae30faf9f790..d765f7eac2ac0b0339230bb30ce8cbe6a9fc4417 100644 --- a/Post/PViewIO.cpp +++ b/Post/PViewIO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Post/PViewOptions.cpp b/Post/PViewOptions.cpp index a7bfa5d5b9230946942be40d8b2d22d6ef3295bb..01e97315b17bb2bfae6b2fcc7dffe4f79d6e045c 100644 --- a/Post/PViewOptions.cpp +++ b/Post/PViewOptions.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include "GmshConfig.h" diff --git a/Post/PViewOptions.h b/Post/PViewOptions.h index 4a67447b276d4446ed39caea1f4046e83dc6c688..e3de672298f785de64a85038781cbe91aa7f8d33 100644 --- a/Post/PViewOptions.h +++ b/Post/PViewOptions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _PVIEW_OPTIONS_H_ #define _PVIEW_OPTIONS_H_ diff --git a/Post/PViewVertexArrays.cpp b/Post/PViewVertexArrays.cpp index d40a862046d899d9d3be64bde0c02befa69f76eb..8ca41643374ff41e4cd0b784a238a910ce68e9f7 100644 --- a/Post/PViewVertexArrays.cpp +++ b/Post/PViewVertexArrays.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include "GmshMessage.h" diff --git a/Post/adaptiveData.cpp b/Post/adaptiveData.cpp index dbbb61dd0c249c9f08c0f6f79da2b8b81bf5c7af..6a047d72e386d273d2467da87cbdfd25bcaf6713 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <math.h> #include <list> diff --git a/Post/adaptiveData.h b/Post/adaptiveData.h index 82a0297c34d5f2b9d67a6ce358ce29e4bde80e64..37e25924622f08287eaee7fa5951216f6ded9ba2 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ADAPTIVE_DATA_H_ #define _ADAPTIVE_DATA_H_ diff --git a/Post/shapeFunctions.cpp b/Post/shapeFunctions.cpp index 06aa7c3d5469b8f6474832a7507a683787f5b17d..e648a7f91c505f31ea5707a8716952a0cb5212d9 100644 --- a/Post/shapeFunctions.cpp +++ b/Post/shapeFunctions.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "shapeFunctions.h" diff --git a/Post/shapeFunctions.h b/Post/shapeFunctions.h index 2d73c4d9d8bf428903d0e1bc5a23ce08e92d6300..2c35f3df29f9acd64b3add556fd37f041cbaff1b 100644 --- a/Post/shapeFunctions.h +++ b/Post/shapeFunctions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SHAPE_FUNCTIONS_H_ #define _SHAPE_FUNCTIONS_H_ diff --git a/Qt/CMakeLists.txt b/Qt/CMakeLists.txt index 37d013d2c0e327f572d73049dc60127523c9d0f3..7d4454ae63572c4f2b8e47074550d0f94433c658 100644 --- a/Qt/CMakeLists.txt +++ b/Qt/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC QGui.cpp diff --git a/Qt/GLWidget.cpp b/Qt/GLWidget.cpp index 82c880ab66525f8c53f7ac41126b6c13767da120..54e14a25dd6592f0a8286fa3f5e9d458c0f0e662 100644 --- a/Qt/GLWidget.cpp +++ b/Qt/GLWidget.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <QtGui> #include <QtOpenGL> diff --git a/Qt/GLWidget.h b/Qt/GLWidget.h index 0f5dd542e261a2f3dff6f6c2873563b48bf645fb..f48ecf5873ed0c24232d6ede1bcd72d07014d6b3 100644 --- a/Qt/GLWidget.h +++ b/Qt/GLWidget.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GLWIDGET_H_ #define _GLWIDGET_H_ diff --git a/Qt/Main.cpp b/Qt/Main.cpp index cba203aefa2f661bbe487df0840a6b98809584da..67113811cc12c877e23863b5cd9f500177526148 100644 --- a/Qt/Main.cpp +++ b/Qt/Main.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include "Gmsh.h" diff --git a/Qt/QGui.cpp b/Qt/QGui.cpp index 2c67809fe6ba501c1105eadc1137f0df9dea48de..a05f90ac232a625dd29b712386b01084d273467a 100644 --- a/Qt/QGui.cpp +++ b/Qt/QGui.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <QtGui> #include <QWidget> diff --git a/Qt/QGui.h b/Qt/QGui.h index c522d725e06a257738e63c7f9b01bad3b10596c9..41af21e85a36bcb46f3433d85d00e8de60889de0 100644 --- a/Qt/QGui.h +++ b/Qt/QGui.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _Q_GUI_H_ #define _Q_GUI_H_ diff --git a/Qt/graphicWindow.cpp b/Qt/graphicWindow.cpp index de1057bc5664f6dc2950a5c92eabb7d28fd06e18..799e28958d903b53bdc72b55dd1c721706e1acfa 100644 --- a/Qt/graphicWindow.cpp +++ b/Qt/graphicWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <QtGui> #include "GLWidget.h" diff --git a/Qt/graphicWindow.h b/Qt/graphicWindow.h index 3e05cd7de9a0b2adbc51aba9159ce1c636c1bc94..f0b1870d869f5375e37f1afcc9e4d139e8453f31 100644 --- a/Qt/graphicWindow.h +++ b/Qt/graphicWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GRAPHIC_WINDOW_H_ #define _GRAPHIC_WINDOW_H_ diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt index 99d5a8f86723ba98fe227effcd7b12c090be123c..6cd11d435202d9ce040027f8c351a41bf81b9e09 100644 --- a/Solver/CMakeLists.txt +++ b/Solver/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC linearSystem.cpp diff --git a/Solver/FuncGradDisc.h b/Solver/FuncGradDisc.h index c641e9aa90609e13cc3155ce9e30bec54ce7760e..316fb1137c5a5d687338c6c5de820f58fa4dc66e 100644 --- a/Solver/FuncGradDisc.h +++ b/Solver/FuncGradDisc.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Boris Sedji diff --git a/Solver/FuncHeaviside.h b/Solver/FuncHeaviside.h index 812ce983f58bb1c3743445e2eec19185b3800a94..3a746133a949ebcc64873832ee207d5c35b6422d 100644 --- a/Solver/FuncHeaviside.h +++ b/Solver/FuncHeaviside.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Boris Sedji diff --git a/Solver/SElement.cpp b/Solver/SElement.cpp index fc02f393e5e47b577e4e7a90833cb3b2c370ccf2..7f85843055c62ce7ca59ac302edf4639d74acef6 100644 --- a/Solver/SElement.cpp +++ b/Solver/SElement.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "SElement.h" diff --git a/Solver/SElement.h b/Solver/SElement.h index 33fcf2cffed8454197e965d341c58d9bb373e4f8..2e33f29c2a62d51817d17b492e8a41c47b537355 100644 --- a/Solver/SElement.h +++ b/Solver/SElement.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SELEMENT_H_ #define _SELEMENT_H_ diff --git a/Solver/STensor33.cpp b/Solver/STensor33.cpp index 1335b7329bbd616367028fcc361a75d74c75b090..58adba0516b132e981d11bb9adae88f74b553c74 100644 --- a/Solver/STensor33.cpp +++ b/Solver/STensor33.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor33.h b/Solver/STensor33.h index 0e32fc86abef15d43170206e5f16c996078fe4ff..6d0d8d6f12ac015d5dc0ebe990b22f54c5502c9f 100644 --- a/Solver/STensor33.h +++ b/Solver/STensor33.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor43.cpp b/Solver/STensor43.cpp index 65f85f0aa170f979306f9ca9bc0df09b3eb02733..67202099e3d29bf5fd173ef5a369ba113e3fffac 100644 --- a/Solver/STensor43.cpp +++ b/Solver/STensor43.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor43.h b/Solver/STensor43.h index 30563863025355147ebe9aa54eb3eefc597371db..570454f08d7f6ef93fab16751e95f73ab4e84254 100644 --- a/Solver/STensor43.h +++ b/Solver/STensor43.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor53.cpp b/Solver/STensor53.cpp index 57b5a8a6cc1c27418ece058a7bb9675d558b52bd..9dce2c76a7ab1e121e2cef79827724b2ae3f70b8 100644 --- a/Solver/STensor53.cpp +++ b/Solver/STensor53.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "STensor53.h" diff --git a/Solver/STensor53.h b/Solver/STensor53.h index 9e6d50c09bd23c3e504f18bedc5782bb2ceb7255..c1e64c5572d9e2b9d74b2c6f7c7bcac73ff65fe2 100644 --- a/Solver/STensor53.h +++ b/Solver/STensor53.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef STENSOR53_H_ #define STENSOR53_H_ diff --git a/Solver/STensor63.cpp b/Solver/STensor63.cpp index c9b1a14da601a22a3d53fe44913e344ee705e11f..767fa9b85094f3a02d1b12153c4cd247e25d5b19 100644 --- a/Solver/STensor63.cpp +++ b/Solver/STensor63.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "STensor63.h" diff --git a/Solver/STensor63.h b/Solver/STensor63.h index e64c838bce8108ac8d39cb4cc1d4e4c8e180b1f1..6cb052c40198deb506c1f74e5815e34e962e52e6 100644 --- a/Solver/STensor63.h +++ b/Solver/STensor63.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef STENSOR63_H_ #define STENSOR63_H_ diff --git a/Solver/crossConfTerm.h b/Solver/crossConfTerm.h index 2801681f5fd2ae076fe9d5de37ce87ffb970461c..6fef215d3c95294f8d11c6646149cf76f0c70be5 100644 --- a/Solver/crossConfTerm.h +++ b/Solver/crossConfTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _CROSS_CONF_TERM_H_ #define _CROSS_CONF_TERM_H_ diff --git a/Solver/diagBCTerm.h b/Solver/diagBCTerm.h index 37bd9d3c6390c363de4ed1bfa7eaf343313560bf..5d3b698d09befc95ff2d422303cda0a548e7fa7c 100644 --- a/Solver/diagBCTerm.h +++ b/Solver/diagBCTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DIAGBC_TERM_H_ #define _DIAGBC_TERM_H_ diff --git a/Solver/distanceTerm.h b/Solver/distanceTerm.h index 016cd4652fbe008258938c098756f895b662f2a6..60d901ff1e3c41c5c051061e7fcc8e1b04e99075 100644 --- a/Solver/distanceTerm.h +++ b/Solver/distanceTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DISTANCE_TERM_H_ #define _DISTANCE_TERM_H_ diff --git a/Solver/dofManager.cpp b/Solver/dofManager.cpp index 3cc1d1479b41af56a2652938f3de39bb17967f4c..cc7970aeb4ac32530affb1a532914d3ad5e7e5d0 100644 --- a/Solver/dofManager.cpp +++ b/Solver/dofManager.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <dofManager.h> #include "GmshConfig.h" diff --git a/Solver/dofManager.h b/Solver/dofManager.h index 9289979168cf9bc7b344f458e4bd93c756cbc14c..cc5ef998bf33b98e40f994a3ac909cda5eef585f 100644 --- a/Solver/dofManager.h +++ b/Solver/dofManager.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _DOF_MANAGER_H_ #define _DOF_MANAGER_H_ diff --git a/Solver/eigenSolver.cpp b/Solver/eigenSolver.cpp index f8a32b8ead21712b7fc1cf7c200db21f462058dd..9c41388d8d34f550573c57c55cfc233ec7591a68 100644 --- a/Solver/eigenSolver.cpp +++ b/Solver/eigenSolver.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "eigenSolver.h" #include "OS.h" diff --git a/Solver/eigenSolver.h b/Solver/eigenSolver.h index cdb915f197abced65808a18bdd991b5912977771..1610d8274a41b14578d7cf9047f5f6940f518bb4 100644 --- a/Solver/eigenSolver.h +++ b/Solver/eigenSolver.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _EIGEN_SOLVER_H_ #define _EIGEN_SOLVER_H_ diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp index 08e518475d76bdd447864275dce1294de07a2055..382994776ea55d09ab8c4e7621b6b9cfeffef458 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string.h> #include "GmshConfig.h" diff --git a/Solver/elasticitySolver.h b/Solver/elasticitySolver.h index 90a49b19bf43379526870707662a64437fd288f4..f830e78aafc055f88f9f59f5ac0d448c59a1af17 100644 --- a/Solver/elasticitySolver.h +++ b/Solver/elasticitySolver.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ELASTICITY_SOLVER_H_ #define _ELASTICITY_SOLVER_H_ diff --git a/Solver/elasticityTerm.cpp b/Solver/elasticityTerm.cpp index 2da814a1906e05ff4988f8f9e941096f85eac176..f48cfa9724f3e1dcc59aedea28567ce9db5c6d0c 100644 --- a/Solver/elasticityTerm.cpp +++ b/Solver/elasticityTerm.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "elasticityTerm.h" #include "Numeric.h" diff --git a/Solver/elasticityTerm.h b/Solver/elasticityTerm.h index 70ff32f9ed5cea46deb908b2b2e1b74f358549d2..c78be0453e3f8807eec3e8cd4b7bdb49112bb9d5 100644 --- a/Solver/elasticityTerm.h +++ b/Solver/elasticityTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ELASTICITY_TERM_H_ #define _ELASTICITY_TERM_H_ diff --git a/Solver/femTerm.h b/Solver/femTerm.h index 262a15aab2aa9417536c70bf45f9eb1cab1333cc..59b1d4e934cbbd3e30fad424d3dde5e4109210f1 100644 --- a/Solver/femTerm.h +++ b/Solver/femTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FEM_TERM_H_ #define _FEM_TERM_H_ diff --git a/Solver/filters.cpp b/Solver/filters.cpp index b3554d8755c1e3804504491156dbbdde897e8a23..9117d610acadd68b943d3fa745bb76bdaa0d1965 100644 --- a/Solver/filters.cpp +++ b/Solver/filters.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Boris Sedji diff --git a/Solver/filters.h b/Solver/filters.h index 8e2ec868a3b0aa83f639e40cb5f32d5cf64e1bf7..af49a4019480645ae5446cd7e62a37c17605e957 100644 --- a/Solver/filters.h +++ b/Solver/filters.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Boris Sedji diff --git a/Solver/functionSpace.cpp b/Solver/functionSpace.cpp index 1aee0820c722dd3d69cf2cc1114307e56613749b..acc38a327476d3c471e2c836139a671fcda5dc2e 100644 --- a/Solver/functionSpace.cpp +++ b/Solver/functionSpace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/functionSpace.h b/Solver/functionSpace.h index 48344e5e6e5b9476e89633e54c9a42c278483bc0..f27a850a3bd51c6f9cb02fdd41366667eca9cb98 100644 --- a/Solver/functionSpace.h +++ b/Solver/functionSpace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _FUNCTION_SPACE_H_ #define _FUNCTION_SPACE_H_ diff --git a/Solver/groupOfElements.cpp b/Solver/groupOfElements.cpp index 4d3a68d709d48530d312cea0fb6823a6684be156..e4732ea15c249e04a5e4f4dc3442f162b2f8d0df 100644 --- a/Solver/groupOfElements.cpp +++ b/Solver/groupOfElements.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "groupOfElements.h" #include "GModel.h" diff --git a/Solver/groupOfElements.h b/Solver/groupOfElements.h index 3a653f256d6f5896b346db3990f85b921e893534..90baf0633389b275fae0f69b449792adf4a58ce1 100644 --- a/Solver/groupOfElements.h +++ b/Solver/groupOfElements.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GROUPOFELEMENTS_H_ #define _GROUPOFELEMENTS_H_ diff --git a/Solver/helmholtzTerm.h b/Solver/helmholtzTerm.h index d88a74edf0d35f8083cbeae1378ec667f42ff8a9..5fa537f8ecbd953fc1003e54f8729cfcf185cb6b 100644 --- a/Solver/helmholtzTerm.h +++ b/Solver/helmholtzTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _HELMHOLTZ_TERM_H_ #define _HELMHOLTZ_TERM_H_ diff --git a/Solver/laplaceTerm.h b/Solver/laplaceTerm.h index e6e1891fdbf0e67d15ca5a598e3529a4b0fc8b89..1e0fb53d73cdbd81a6a917ff755559bf7d0b1752 100644 --- a/Solver/laplaceTerm.h +++ b/Solver/laplaceTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LAPLACE_TERM_H_ #define _LAPLACE_TERM_H_ diff --git a/Solver/linearSystem.cpp b/Solver/linearSystem.cpp index 57e0019c4e23066dd9f0fe2792dd520277b063a2..b9fa8177661f6a2cd5af6e1fa2ef11483114a4fc 100644 --- a/Solver/linearSystem.cpp +++ b/Solver/linearSystem.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "linearSystemFull.h" #include "linearSystemCSR.h" diff --git a/Solver/linearSystem.h b/Solver/linearSystem.h index e2845e6cf42814495db202803c63b7f08f7bcfba..ad9e493b129d1bbe87ddd98c7d0e1f4c84696f1c 100644 --- a/Solver/linearSystem.h +++ b/Solver/linearSystem.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LINEAR_SYSTEM_H_ #define _LINEAR_SYSTEM_H_ diff --git a/Solver/linearSystemCSR.cpp b/Solver/linearSystemCSR.cpp index 5e1a30cbf6b9502561c4703c25a96aab530e8e63..bd238e6079ef6c808fe33ac8696f316e33985ad8 100644 --- a/Solver/linearSystemCSR.cpp +++ b/Solver/linearSystemCSR.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <stdio.h> diff --git a/Solver/linearSystemCSR.h b/Solver/linearSystemCSR.h index b2b615fe723f8a4d572ccd8a49cad7679050d517..7bdd786215a97777f975e029e075426e50471aa1 100644 --- a/Solver/linearSystemCSR.h +++ b/Solver/linearSystemCSR.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LINEAR_SYSTEM_CSR_H_ #define _LINEAR_SYSTEM_CSR_H_ diff --git a/Solver/linearSystemFull.h b/Solver/linearSystemFull.h index 4e22516cf527600c90f2a10a979ae01f5d00457f..19e25ce6bae87a709a7eeba957862be246628808 100644 --- a/Solver/linearSystemFull.h +++ b/Solver/linearSystemFull.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LINEAR_SYSTEM_FULL_H_ #define _LINEAR_SYSTEM_FULL_H_ diff --git a/Solver/linearSystemGMM.h b/Solver/linearSystemGMM.h index 2c97a23c8423bb34684eba3b1be0758b6cfe8715..5f47c596a832787bd6a3e0c19c0122642d531bc2 100644 --- a/Solver/linearSystemGMM.h +++ b/Solver/linearSystemGMM.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LINEAR_SYSTEM_GMM_H_ #define _LINEAR_SYSTEM_GMM_H_ diff --git a/Solver/linearSystemPETSc.cpp b/Solver/linearSystemPETSc.cpp index f0904a3fedbdcd5cc617cd93d5d72e97f933d59b..0d241d368de423e0f21cbab2402dda5835316750 100644 --- a/Solver/linearSystemPETSc.cpp +++ b/Solver/linearSystemPETSc.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include "GmshConfig.h" #if defined(HAVE_PETSC) diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h index ad773c6c81182f2af7a7f6afe988777ac54fc80e..e1229bd6ec7323267f7e2631db5ade649d7b5b31 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _LINEAR_SYSTEM_PETSC_H_ #define _LINEAR_SYSTEM_PETSC_H_ diff --git a/Solver/materialLaw.h b/Solver/materialLaw.h index 6eeb6cc33f12d25d4576c86fed3690c7d3591364..382191c932de2bb3b9bc3bc97513353d3f36dd4f 100644 --- a/Solver/materialLaw.h +++ b/Solver/materialLaw.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/multiscaleLaplace.cpp b/Solver/multiscaleLaplace.cpp index eecb7b1eb054bb1bc66eb63536fc373c68a0ba07..18fd5496748a8b577a2ba3101339778eeacbc38b 100644 --- a/Solver/multiscaleLaplace.cpp +++ b/Solver/multiscaleLaplace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Emilie Marchandise diff --git a/Solver/multiscaleLaplace.h b/Solver/multiscaleLaplace.h index 751a839ca497fb27d5065065d351981fa54c519b..4b8d65c7e109cec19cdbe8112c74d54faf3d88ab 100644 --- a/Solver/multiscaleLaplace.h +++ b/Solver/multiscaleLaplace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _MULTISCALE_LAPLACE_H_ #define _MULTISCALE_LAPLACE_H_ diff --git a/Solver/orthogonalTerm.h b/Solver/orthogonalTerm.h index c82f730b9286538a1b59d35e968d41ec0b50d9a4..c54f9ed80e0ab9729e3c721448550f88536e7536 100644 --- a/Solver/orthogonalTerm.h +++ b/Solver/orthogonalTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ORTHOGONAL_TERM_H_ #define _ORTHOGONAL_TERM_H_ diff --git a/Solver/quadratureRules.h b/Solver/quadratureRules.h index 182deff1ad989a4fa44049ca2e94e34a55688fff..7dc761f9a9622c7a78e969b47d65526c4c176833 100644 --- a/Solver/quadratureRules.h +++ b/Solver/quadratureRules.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/solverAlgorithms.h b/Solver/solverAlgorithms.h index ea9abe904a2003d6a25baf1782d9bb312dec21f8..20f1cc8176a98771c26e0eb6c47aca38e0915ded 100644 --- a/Solver/solverAlgorithms.h +++ b/Solver/solverAlgorithms.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/solverField.h b/Solver/solverField.h index 1ee290cac2035ab0d02938841b09101c5f6c2a3e..ad3b935d35248beed2201be543a94364ad3a6659 100644 --- a/Solver/solverField.h +++ b/Solver/solverField.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/sparsityPattern.cpp b/Solver/sparsityPattern.cpp index 044b61e4f2089d8e881be4042634ef5021dd0781..248bd3aa9856494ef18d4312eda68e2423d166a4 100644 --- a/Solver/sparsityPattern.cpp +++ b/Solver/sparsityPattern.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Jonathan Lambrechts diff --git a/Solver/sparsityPattern.h b/Solver/sparsityPattern.h index 6254f91d656b33f2e51ca1b32436ee810209a564..497710aaab1ccf2180f61809a2906954c7f5c49d 100644 --- a/Solver/sparsityPattern.h +++ b/Solver/sparsityPattern.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _SPARSITY_PATTERN_H_ #define _SPARSITY_PATTERN_H_ diff --git a/Solver/terms.cpp b/Solver/terms.cpp index 4585da57e6edd920a2e00e66205e533cf35bbb6d..c1a945b3cd8f24798f300a170543c17a475ce703 100644 --- a/Solver/terms.cpp +++ b/Solver/terms.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/terms.h b/Solver/terms.h index 4a49a7c93613204b7b37507b86df1fd49be9fd14..6b72d802bcd21c7d4bb3b7b79e863b256ac7a1db 100644 --- a/Solver/terms.h +++ b/Solver/terms.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/Solver/terms.hpp b/Solver/terms.hpp index fda50e8a9fe4413da4f2e3a97e8977c9bd95ebd2..3f466ff9b20b3700ec02d03846f51377d3f5c740 100644 --- a/Solver/terms.hpp +++ b/Solver/terms.hpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // Eric Bechet diff --git a/contrib/ANN/CMakeLists.txt b/contrib/ANN/CMakeLists.txt index db4a17669dee2303d63f6cec4738c6c55a109626..da5ec91414d2c45c6567c73b78fc2a5bf86d09dc 100644 --- a/contrib/ANN/CMakeLists.txt +++ b/contrib/ANN/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC src/ANN.cpp diff --git a/contrib/Chaco/CMakeLists.txt b/contrib/Chaco/CMakeLists.txt index 3c72499af41346787fb94f61430a3eebf10f0baf..7caca39237cf3130f81283b2a4fd53232ff24338 100644 --- a/contrib/Chaco/CMakeLists.txt +++ b/contrib/Chaco/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC main/Gmsh_printf.cpp main/Gmsh_exit.cpp diff --git a/contrib/Chaco/main/Gmsh_exit.cpp b/contrib/Chaco/main/Gmsh_exit.cpp index eefa63932285987c86422390e7ee2d0148a97eb7..a150ff20c1524285d204fc83757243047d349bd1 100644 --- a/contrib/Chaco/main/Gmsh_exit.cpp +++ b/contrib/Chaco/main/Gmsh_exit.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdexcept> diff --git a/contrib/Chaco/main/Gmsh_exit.h b/contrib/Chaco/main/Gmsh_exit.h index 1f331ae2ee5ffffb9ba48dadd8b1cfbfd6ab3bad..431f5737b7a0542848d5b931e33fc4e08eb5fde7 100644 --- a/contrib/Chaco/main/Gmsh_exit.h +++ b/contrib/Chaco/main/Gmsh_exit.h @@ -1,7 +1,7 @@ /* Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle * * See the LICENSE.txt file for license information. Please report all - * bugs and problems to <gmsh@geuz.org>. + * bugs and problems to the public mailing list <gmsh@geuz.org>. */ #ifndef _GMSH_EXIT_H_ #define _GMSH_EXIT_H_ diff --git a/contrib/Chaco/main/Gmsh_printf.cpp b/contrib/Chaco/main/Gmsh_printf.cpp index 4ae2d6c75e348b41822f8491f2508c82bffe39d2..8f0a42decd616812fbe100b86ebcef9b8ed6c0e6 100644 --- a/contrib/Chaco/main/Gmsh_printf.cpp +++ b/contrib/Chaco/main/Gmsh_printf.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <cstdio> #include <cstring> diff --git a/contrib/Chaco/main/Gmsh_printf.h b/contrib/Chaco/main/Gmsh_printf.h index a5f2dddede4a96c548c89474d72b3900a4d426ae..8c85be8e38c012c9c03961f7f18d1b57610dfbb1 100644 --- a/contrib/Chaco/main/Gmsh_printf.h +++ b/contrib/Chaco/main/Gmsh_printf.h @@ -1,7 +1,7 @@ /* Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle * * See the LICENSE.txt file for license information. Please report all - * bugs and problems to <gmsh@geuz.org>. + * bugs and problems to the public mailing list <gmsh@geuz.org>. */ #ifndef _GMSH_PRINTF_H_ #define _GMSH_PRINTF_H_ diff --git a/contrib/DiscreteIntegration/CMakeLists.txt b/contrib/DiscreteIntegration/CMakeLists.txt index cc80cc941376a90cd39ea407705f20e2a01b34d3..e142156cbd48d62f8d54d9d013df87df06c8fe6d 100644 --- a/contrib/DiscreteIntegration/CMakeLists.txt +++ b/contrib/DiscreteIntegration/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Integration3D.cpp diff --git a/contrib/HighOrderMeshOptimizer/CMakeLists.txt b/contrib/HighOrderMeshOptimizer/CMakeLists.txt index 31963a192265dadb4c534c86254aa28de27512b2..6494efaef68843971eae56fc9bf19c1fd2f7037d 100644 --- a/contrib/HighOrderMeshOptimizer/CMakeLists.txt +++ b/contrib/HighOrderMeshOptimizer/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC OptHomMesh.cpp diff --git a/contrib/MathEx/CMakeLists.txt b/contrib/MathEx/CMakeLists.txt index 33fd0bdc862535ad52a8fdd80be7ef0af48d1661..0ce6441d0bb1c054cdf46b3113248a9aa86d910a 100644 --- a/contrib/MathEx/CMakeLists.txt +++ b/contrib/MathEx/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC mathex.cpp diff --git a/contrib/Metis/CMakeLists.txt b/contrib/Metis/CMakeLists.txt index e778ba4990fe6135372e1d20560036f83e913433..e40b4290c38a43c6d4fe77af5f8f0d3d66e3e0af 100644 --- a/contrib/Metis/CMakeLists.txt +++ b/contrib/Metis/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC balance.c diff --git a/contrib/Netgen/CMakeLists.txt b/contrib/Netgen/CMakeLists.txt index 2efd582276df7c2ba11addb5f02cb5d1914740bf..21e6c43d774a1a99f56312a47bb942ec56486c56 100644 --- a/contrib/Netgen/CMakeLists.txt +++ b/contrib/Netgen/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(gen libsrc/general) set(lin libsrc/linalg) diff --git a/contrib/Salome/CMakeLists.txt b/contrib/Salome/CMakeLists.txt index f8295c64236366bd689c5109a0a8a944684ac819..1fae02cdc9ace42ae4bef137203beaa371f024e1 100644 --- a/contrib/Salome/CMakeLists.txt +++ b/contrib/Salome/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Partition_Inter2d.cxx diff --git a/contrib/Tetgen1.4/CMakeLists.txt b/contrib/Tetgen1.4/CMakeLists.txt index a8435d0935fc0ecf8802549de397dfad1fa19559..84697aa3e68c7021ba6004b55f0f969574a8dfc5 100644 --- a/contrib/Tetgen1.4/CMakeLists.txt +++ b/contrib/Tetgen1.4/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC tetgen.cxx diff --git a/contrib/Tetgen1.5/CMakeLists.txt b/contrib/Tetgen1.5/CMakeLists.txt index c228a2f0d95cdb8c512832d609b92bae0e508af7..6deb3c719d38b789340d2fe8cce4d0ee5519a313 100644 --- a/contrib/Tetgen1.5/CMakeLists.txt +++ b/contrib/Tetgen1.5/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC tetgen.cxx diff --git a/contrib/bamg/CMakeLists.txt b/contrib/bamg/CMakeLists.txt index 4a598534036f4f6cebf48973b052a5f79659ba09..884e6ac09b79d621737f02f4e775fdc4390cf84b 100644 --- a/contrib/bamg/CMakeLists.txt +++ b/contrib/bamg/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC Mesh2d.cpp diff --git a/contrib/blossom/CMakeLists.txt b/contrib/blossom/CMakeLists.txt index d29ab61c677e1af7c12f578056278d7d80c93deb..b71e34e59cb3253f3288322be9d59257ec92c5b7 100644 --- a/contrib/blossom/CMakeLists.txt +++ b/contrib/blossom/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC # concorde97/BIGGUY/bg_test.c diff --git a/contrib/kbipack/CMakeLists.txt b/contrib/kbipack/CMakeLists.txt index 8c9397e29df9f7892ef3aaf77b8703f17692b288..35945e3ac84aa7baad2463b008c3b7ce703a6082 100644 --- a/contrib/kbipack/CMakeLists.txt +++ b/contrib/kbipack/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC gmp_normal_form.cpp diff --git a/contrib/mmg3d/CMakeLists.txt b/contrib/mmg3d/CMakeLists.txt index 44864600e393846d8a04cd27ec2c3bf456466c18..adbd929f29117e659a61251620438547874addef 100644 --- a/contrib/mmg3d/CMakeLists.txt +++ b/contrib/mmg3d/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC ./build/sources/mmg3d.c diff --git a/contrib/mpeg_encode/CMakeLists.txt b/contrib/mpeg_encode/CMakeLists.txt index c3e21b7184115fb237e053bba7e45ca1c903a745..50f43428ec65c186e5a4b3cc8f972bbab108b951 100644 --- a/contrib/mpeg_encode/CMakeLists.txt +++ b/contrib/mpeg_encode/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC bframe.cpp diff --git a/contrib/onelab/CMakeLists.txt b/contrib/onelab/CMakeLists.txt index a1953f75f3d805091bf305cad14aad86e4455f91..f454099608f1e7c3f811bebe9c5c0778c9b1d75a 100644 --- a/contrib/onelab/CMakeLists.txt +++ b/contrib/onelab/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SRC OnelabClients.cpp diff --git a/contrib/onelab/OnelabClients.h b/contrib/onelab/OnelabClients.h index e5428f6d5a549bf1ade308afda881cabc8d262bc..9775d37e84b9fca30b4fff833a49bd747f3ce2ed 100644 --- a/contrib/onelab/OnelabClients.h +++ b/contrib/onelab/OnelabClients.h @@ -1,7 +1,7 @@ // ONELAB - Copyright (C) 2010-2012 C. Geuzaine, F. Henrotte // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ONELAB_CLIENTS_H_ #define _ONELAB_CLIENTS_H_ diff --git a/contrib/onelab/OnelabMessage.cpp b/contrib/onelab/OnelabMessage.cpp index d1fa7a08a2d8ec93172c33158ba53de9c8eed943..e2774d0194cc296b9ff6ebf88bf2968dfed56787 100644 --- a/contrib/onelab/OnelabMessage.cpp +++ b/contrib/onelab/OnelabMessage.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <stdlib.h> #include <stdio.h> diff --git a/contrib/onelab/OnelabMessage.h b/contrib/onelab/OnelabMessage.h index 5219dc3cd8884f2806c68475a9e749597bf8328b..d94612e7a298f2b1b91fe0cfd5c1fa21d487dc77 100644 --- a/contrib/onelab/OnelabMessage.h +++ b/contrib/onelab/OnelabMessage.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2012 C. Geuzaine, F. Henrotte // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ONELAB_MESSAGE_H_ #define _ONELAB_MESSAGE_H_ diff --git a/contrib/onelab/metamodel.h b/contrib/onelab/metamodel.h index 54bff8a70b8d499cee225472e0d17dcecd26488b..27e1e87d390d74d0c5711cda05d9f43f8fcba6bf 100644 --- a/contrib/onelab/metamodel.h +++ b/contrib/onelab/metamodel.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2012 C. Geuzaine, F. Henrotte // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #include <string> diff --git a/contrib/onelab/myOS.cpp b/contrib/onelab/myOS.cpp index a2b8ffb5d26ef0335a83dd5adc8c96b6a34efdfa..2401c70da3a0b2998f07ab3c9e2399d44feb41d9 100644 --- a/contrib/onelab/myOS.cpp +++ b/contrib/onelab/myOS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // This file contains a bunch of functions that depend on OS-dependent // features and/or system calls diff --git a/contrib/onelab/myOS.h b/contrib/onelab/myOS.h index 54665fe40d860519334218160f6a64f10d0d115b..16a6099b0720aab2e6017f1b201e1749d9963474 100644 --- a/contrib/onelab/myOS.h +++ b/contrib/onelab/myOS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _OS_H_ #define _OS_H_ diff --git a/doc/CREDITS.txt b/doc/CREDITS.txt index fa33a42c2415b189642c27af4b42a80956a4bc2c..86df8115450ae9c3678554d361e36de367591857 100644 --- a/doc/CREDITS.txt +++ b/doc/CREDITS.txt @@ -1,4 +1,4 @@ - Gmsh is copyright (C) 1997-2012 + Gmsh is copyright (C) 1997-2013 Christophe Geuzaine <cgeuzaine at ulg.ac.be> diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 7ec374ace31d8dff158781fde8b9fb2a13b22279..dc755c3b1e17b17a335f8d6a341e9da254b8ab79 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -1,8 +1,8 @@ \input texinfo.tex @c -*-texinfo-*- -@c Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +@c Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle @c @c See the LICENSE.txt file for license information. Please report all -@c bugs and problems to <gmsh@geuz.org>. +@c bugs and problems to the public mailing list <gmsh@geuz.org>. @c @c ========================================================================= @c @@ -22,7 +22,7 @@ @c %**start of header @setfilename gmsh.info @set GMSH-VERSION 2.6 -@set COPYRIGHT @copyright{} 1997-2012 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle +@set COPYRIGHT @copyright{} 1997-2013 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @settitle Gmsh @value{GMSH-VERSION} @footnotestyle separate @setchapternewpage odd diff --git a/utils/api_demos/mainHomology.cpp b/utils/api_demos/mainHomology.cpp index b72116311828c09eb7d58d6b44936b7d291eb724..c6b324e27fd432b3a330077a208b584686f9d7f9 100644 --- a/utils/api_demos/mainHomology.cpp +++ b/utils/api_demos/mainHomology.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributed by Matti Pellikka <matti.pellikka@tut.fi>. // diff --git a/utils/converters/autocad/dxf2geo.cpp b/utils/converters/autocad/dxf2geo.cpp index 6a87693d875844b61badd8ae520aaed51db3fce7..5794f271eb675faca4fdb8715dd3366ba7861739 100644 --- a/utils/converters/autocad/dxf2geo.cpp +++ b/utils/converters/autocad/dxf2geo.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@geuz.org>. +// bugs and problems to the public mailing list <gmsh@geuz.org>. // // Contributor(s): // David Colignon diff --git a/utils/misc/gmsh_app.plist b/utils/misc/gmsh_app.plist index 66d66688554c19117ab2e8bd8f6890f3360ae9d8..6bd3849576acf2dc68bd5a8d8a63d4dc25e4bcbd 100644 --- a/utils/misc/gmsh_app.plist +++ b/utils/misc/gmsh_app.plist @@ -9,7 +9,7 @@ <key>CFBundleShortVersionString</key><string>GMSH_VERSION</string> <key>CFBundleIconFile</key><string>Gmsh.icns</string> <key>CFBundleSignature</key><string>GMSH</string> - <key>CFBundleGetInfoString</key><string>Gmsh GMSH_VERSION, Copyright 1997-2012 C. Geuzaine and J.-F. Remacle</string> + <key>CFBundleGetInfoString</key><string>Gmsh GMSH_VERSION, Copyright 1997-2013 C. Geuzaine and J.-F. Remacle</string> <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string> <key>NSHighResolutionCapable</key><true/> <key>CFBundleDocumentTypes</key> diff --git a/utils/misc/update_copyright.sh b/utils/misc/update_copyright.sh index 70a7e0ed14f05fe58feab394d2344f0ba401e95b..cfa07142840492aad428f56e73b3917082c55b7a 100755 --- a/utils/misc/update_copyright.sh +++ b/utils/misc/update_copyright.sh @@ -1,12 +1,12 @@ #!/bin/sh - -files=`find ../.. -not -path "*.svn*" -and -not -path "*lib*" -and -not -path "*bin*" -and -not -name "update_copyright.sh" -print0 | xargs -0 grep 'Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle' -sl` +files=`find ../.. -not -path "*.svn*" -and -not -path "*lib*" -and -not -path "*bin*" -and -not -name "update_copyright.sh" -print0 | xargs -0 grep 'Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle' -sl` #echo $files for file in $files do -sed "s|(C) 1997-2011 C|(C) 1997-2012 C|g" $file > $file.tmp +sed "s|(C) 1997-2012 C|(C) 1997-2013 C|g" $file > $file.tmp echo modified $file rm -f $file mv $file.tmp $file diff --git a/utils/nightly/gmsh.ctest b/utils/nightly/gmsh.ctest index b18f1bd392befcf6644f6b55feb45e016e4c7bff..976c74a3043eaec0c7fa9e43bceca41d9d0b62e0 100644 --- a/utils/nightly/gmsh.ctest +++ b/utils/nightly/gmsh.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. # this is the common ctest script used by all gmsh nightly (and experimental) # builds, on all architectures diff --git a/utils/nightly/gmsh_linux.ctest b/utils/nightly/gmsh_linux.ctest index 98298b23a8ff4def9cc21af2805c088b2ad03c08..ca3954c95861d2d707988ef3e4efcb982d8618f8 100644 --- a/utils/nightly/gmsh_linux.ctest +++ b/utils/nightly/gmsh_linux.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_CMAKE_COMMAND "/usr/bin/cmake") diff --git a/utils/nightly/gmsh_linux64.ctest b/utils/nightly/gmsh_linux64.ctest index 9ac617947af694985e33f4ac33c639710bf7f058..233da33b6dd96e41a9486ca3affa72e470e9485b 100644 --- a/utils/nightly/gmsh_linux64.ctest +++ b/utils/nightly/gmsh_linux64.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_CMAKE_COMMAND "/usr/bin/cmake") diff --git a/utils/nightly/gmsh_linux64_nightly.ctest b/utils/nightly/gmsh_linux64_nightly.ctest index 5eeb004ee1ea3fab0adeafd9b16ebac0ca9ee568..7a40d1fcf3a3428cdb812a6a247451d8d74f9500 100644 --- a/utils/nightly/gmsh_linux64_nightly.ctest +++ b/utils/nightly/gmsh_linux64_nightly.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC") set(CDASH_MODEL "Nightly") diff --git a/utils/nightly/gmsh_linux_nightly.ctest b/utils/nightly/gmsh_linux_nightly.ctest index 0bc6d9988a0d80e834a2e110356203003d25e404..0c6330ffd81187bf2a7d065fa387b14507fc563b 100644 --- a/utils/nightly/gmsh_linux_nightly.ctest +++ b/utils/nightly/gmsh_linux_nightly.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC") set(CDASH_MODEL "Nightly") diff --git a/utils/nightly/gmsh_mac.ctest b/utils/nightly/gmsh_mac.ctest index 225706e84617f0c99c19c468ac2eeaf00b7e0197..5a72259dc6923a940378bbd2a8733680bfc426af 100644 --- a/utils/nightly/gmsh_mac.ctest +++ b/utils/nightly/gmsh_mac.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_CMAKE_COMMAND "/usr/local/bin/cmake") diff --git a/utils/nightly/gmsh_mac_nightly.ctest b/utils/nightly/gmsh_mac_nightly.ctest index c499c4a422915a82334ea6bc2ce87dbc6b12648a..6469ca8d05ac5de2187c5791d92ea156f3aa23d7 100644 --- a/utils/nightly/gmsh_mac_nightly.ctest +++ b/utils/nightly/gmsh_mac_nightly.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC") set(CDASH_MODEL "Nightly") diff --git a/utils/nightly/gmsh_win.ctest b/utils/nightly/gmsh_win.ctest index 4beed5b843e3bd19c83de09fea61025772ddb4f5..e3adac18f646726400f0ec662dd0c4595a4ba27d 100644 --- a/utils/nightly/gmsh_win.ctest +++ b/utils/nightly/gmsh_win.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_CMAKE_COMMAND "cmake") diff --git a/utils/nightly/gmsh_win64.ctest b/utils/nightly/gmsh_win64.ctest index 4ba5b1c38a0f55b91e3c042179bdafa1b57557cf..0225852759516af28036421b0b64a5f422853b0e 100644 --- a/utils/nightly/gmsh_win64.ctest +++ b/utils/nightly/gmsh_win64.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_CMAKE_COMMAND "cmake") diff --git a/utils/nightly/gmsh_win64_nightly.ctest b/utils/nightly/gmsh_win64_nightly.ctest index ca0432d30af2cf90042030a2d9fac801003a1b8a..a543477960c283552a42ebcff0ad0652a7a3fec3 100644 --- a/utils/nightly/gmsh_win64_nightly.ctest +++ b/utils/nightly/gmsh_win64_nightly.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC") set(CDASH_MODEL "Nightly") diff --git a/utils/nightly/gmsh_win_nightly.ctest b/utils/nightly/gmsh_win_nightly.ctest index a494d6daec128e137ba360dbf8972e5ba421be5a..fe08527f4acd85b00a749a3c819589b38b00ba61 100644 --- a/utils/nightly/gmsh_win_nightly.ctest +++ b/utils/nightly/gmsh_win_nightly.ctest @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(CTEST_NIGHTLY_START_TIME "22:00:00 UTC") set(CDASH_MODEL "Nightly") diff --git a/utils/solvers/c++/GmshSocket.h b/utils/solvers/c++/GmshSocket.h index 32fcd79077e36a6231c7f9986e91b4d8644d037c..78641b7f057a8708339642186cb36d3d902682f4 100644 --- a/utils/solvers/c++/GmshSocket.h +++ b/utils/solvers/c++/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation @@ -22,7 +22,7 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to <gmsh@geuz.org>. +// Please report all bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _GMSH_SOCKET_H_ #define _GMSH_SOCKET_H_ diff --git a/utils/solvers/c++/onelab.h b/utils/solvers/c++/onelab.h index 5c8065803a1b1557a0de19bfa3c3851d5b1b0603..2160cf9513589b80353e9b45df3081d0fa0671ea 100644 --- a/utils/solvers/c++/onelab.h +++ b/utils/solvers/c++/onelab.h @@ -22,7 +22,7 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to <gmsh@geuz.org>. +// Please report all bugs and problems to the public mailing list <gmsh@geuz.org>. #ifndef _ONELAB_H_ #define _ONELAB_H_ @@ -356,6 +356,7 @@ namespace onelab{ std::string toChar() const { std::ostringstream sstream; + sstream.precision(16); sstream << parameter::toChar() << _value << charSep() << _min << charSep() << _max << charSep() << _step << charSep() << _index << charSep() @@ -702,7 +703,7 @@ namespace onelab{ const std::string &client=""){ return _set(p, client, _functions); } bool get(std::vector<number> &ps, const std::string &name="", const std::string &client=""){ return _get(ps, name, client, _numbers); } - bool get(std::vector<string> &ps, const std::string &name="", + bool get(std::vector<onelab::string> &ps, const std::string &name="", const std::string &client=""){ return _get(ps, name, client, _strings); } bool get(std::vector<region> &ps, const std::string &name="", const std::string &client=""){ return _get(ps, name, client, _regions); } @@ -817,7 +818,7 @@ namespace onelab{ virtual bool set(const region &p) = 0; virtual bool set(const function &p) = 0; virtual bool get(std::vector<number> &ps, const std::string &name="") = 0; - virtual bool get(std::vector<string> &ps, const std::string &name="") = 0; + virtual bool get(std::vector<onelab::string> &ps, const std::string &name="") = 0; virtual bool get(std::vector<region> &ps, const std::string &name="") = 0; virtual bool get(std::vector<function> &ps, const std::string &name="") = 0; std::vector<std::string> toChar() @@ -938,6 +939,7 @@ namespace onelab{ } }; + // A local client, which lives in the same memory space as the server. class localClient : public client{ private: template <class T> bool _set(const T &p) @@ -966,7 +968,7 @@ namespace onelab{ virtual bool set(const region &p){ return _set(p); } virtual bool get(std::vector<number> &ps, const std::string &name=""){ return _get(ps, name); } - virtual bool get(std::vector<string> &ps, + virtual bool get(std::vector<onelab::string> &ps, const std::string &name=""){ return _get(ps, name); } virtual bool get(std::vector<function> &ps, const std::string &name=""){ return _get(ps, name); } @@ -974,6 +976,7 @@ namespace onelab{ const std::string &name=""){ return _get(ps, name); } }; + // The local part of a network client. class localNetworkClient : public localClient{ private: // executable of the client (including filesystem path, if necessary) @@ -1003,10 +1006,13 @@ namespace onelab{ void setPid(int pid){ _pid = pid; } GmshServer *getGmshServer(){ return _gmshServer; } void setGmshServer(GmshServer *server){ _gmshServer = server; } + #ifndef SWIG virtual bool run(); virtual bool kill(); + #endif }; + // The remote part of a network client. class remoteNetworkClient : public client{ private: // address (inet:port or unix socket) of the server @@ -1109,7 +1115,7 @@ namespace onelab{ virtual bool set(const region &p){ return _set(p); } virtual bool get(std::vector<number> &ps, const std::string &name=""){ return _get(ps, name); } - virtual bool get(std::vector<string> &ps, + virtual bool get(std::vector<onelab::string> &ps, const std::string &name=""){ return _get(ps, name); } virtual bool get(std::vector<function> &ps, const std::string &name=""){ return _get(ps, name); } diff --git a/utils/solvers/legacy/c/GmshClient.c b/utils/solvers/legacy/c/GmshClient.c index 471d6f4312cdb1350addde8208bfd98855ea9156..8e16f832fd8cab857fb8e0ed713ee1531a74a431 100644 --- a/utils/solvers/legacy/c/GmshClient.c +++ b/utils/solvers/legacy/c/GmshClient.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle + * Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -23,7 +23,7 @@ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * Please report all bugs and problems to <gmsh@geuz.org>. + * Please report all bugs and problems to the public mailing list <gmsh@geuz.org>. * * Contributor(s): * Christopher Stott diff --git a/utils/solvers/legacy/c/GmshClient.h b/utils/solvers/legacy/c/GmshClient.h index 8cfb8030f20e4f13a121c44c1b9163e05073e1e8..4212a99af243d62a3a2ced79ab50884470800daa 100644 --- a/utils/solvers/legacy/c/GmshClient.h +++ b/utils/solvers/legacy/c/GmshClient.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle + * Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -23,7 +23,7 @@ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * Please report all bugs and problems to <gmsh@geuz.org>. + * Please report all bugs and problems to the public mailing list <gmsh@geuz.org>. */ #ifndef _GMSH_CLIENT_H_ diff --git a/utils/solvers/legacy/c/solver.c b/utils/solvers/legacy/c/solver.c index 97cf1f890df8520b057eea4d73e3b92be0908835..73e3b4f04107ea7935619ba8aac8a2a54ec3089b 100644 --- a/utils/solvers/legacy/c/solver.c +++ b/utils/solvers/legacy/c/solver.c @@ -23,7 +23,7 @@ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * Please report all bugs and problems to <gmsh@geuz.org>. + * Please report all bugs and problems to the public mailing list <gmsh@geuz.org>. */ /* This file contains a dummy client solver for Gmsh. It does not diff --git a/wrappers/gmshpy/CMakeLists.txt b/wrappers/gmshpy/CMakeLists.txt index 7ec05980f52d0dcc8dc67f86a78a3230bf4706e7..131ba9f4973683babe881ca7efd02618d9173676 100644 --- a/wrappers/gmshpy/CMakeLists.txt +++ b/wrappers/gmshpy/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to <gmsh@geuz.org>. +# bugs and problems to the public mailing list <gmsh@geuz.org>. set(SWIG_MODULES gmshCommon