diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ad8c828a8338c5dbf8012f7553479f6bb7938ea..d5774abdaca41c89782c400af8b49f52e3092beb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt index b0c8624f9e3ff5739939ce4cdb4079e6086f942f..5ce071fdc2935f6d9ba47ad0dcd41e0c33a6d5e3 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Common/Colors.h b/Common/Colors.h index 69289ba3f8baa47ccace3024c27af91b5f3e53ce..f0babb7431399bde89feb400bdf9244f4fa25cbb 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index 662442f229fc99b79e840f13ca1a2682e82af25b..68fdd374905861c08b315c399e22a70c7838125d 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. @@ -537,7 +537,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-2009 Christophe Geuzaine and Jean-Francois Remacle\n"); + fprintf(stderr, "Copyright (C) 1997-2010 Christophe Geuzaine and Jean-Francois Remacle\n"); PrintUsage(argv[0]); Msg::Exit(0); } diff --git a/Common/CommandLine.h b/Common/CommandLine.h index 89a66118c33e2482293bd29ebcbd6089094fc58d..b2e08a3a2187fed41785245544bbc8f333f5a29d 100644 --- a/Common/CommandLine.h +++ b/Common/CommandLine.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/ConnectionManager.cpp b/Common/ConnectionManager.cpp index 2af24e7bfc27f5fdfd0d9ce80a3cf66b1107dff6..77372de68017f580bf0da596e0e96a5d3b5619a4 100644 --- a/Common/ConnectionManager.cpp +++ b/Common/ConnectionManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/ConnectionManager.h b/Common/ConnectionManager.h index 801cdeb16f05414110ad53b71e67013a9254514c..847af97cc609a214442878903fec31efd7ba36f2 100644 --- a/Common/ConnectionManager.h +++ b/Common/ConnectionManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Context.cpp b/Common/Context.cpp index 6287edd277f2f09d052b1029516f72b47237b978..26b21abfd51e1a6b4868d780ad728b6c253eec03 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Context.h b/Common/Context.h index 2f3faad624124f3cb0e08799769be3c042f4f171..85d3d73a783a8659e947f6a68a7015198a758c96 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/CreateFile.cpp b/Common/CreateFile.cpp index a58a7998916469a52001669b1c925ac488b53d91..f2f33a0ad9a34ccf05d2b080fb094beea32143a5 100644 --- a/Common/CreateFile.cpp +++ b/Common/CreateFile.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/CreateFile.h b/Common/CreateFile.h index c39a8d475ba33c506310c12031987d51f8c3b2b8..e7ee8054f8c9545416a7cae4d1731df2ad4d2418 100644 --- a/Common/CreateFile.h +++ b/Common/CreateFile.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 8036820d8122e54088ff5c537af264c5df089850..33c7041469aef37c5364ddd60bb9ff72e2170d29 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Gmsh.cpp b/Common/Gmsh.cpp index 5cfb1f00d25735fbf11f5d01345c64260393f248..e1b3993ee5650b6ae89f3af1f2717a11a6f102e8 100644 --- a/Common/Gmsh.cpp +++ b/Common/Gmsh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Gmsh.h b/Common/Gmsh.h index cb71d5da65d4d18c12e8593d0802b2ceb091a147..95922da33bad92c577e21a9362a0eb287c4ec42d 100644 --- a/Common/Gmsh.h +++ b/Common/Gmsh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/GmshConfig.h.in b/Common/GmshConfig.h.in index 55b80babe31f3410416433fa32238d4a5ff295f5..c3d81c281349b02f56212b40c4cd75abf425a113 100644 --- a/Common/GmshConfig.h.in +++ b/Common/GmshConfig.h.in @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/GmshDefines.h b/Common/GmshDefines.h index 4426632c904453b067cfd7da944252ae9f8cdefa..000efdbd6ddbafbf8b7ce82f89a60bdffe31bc52 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index 7a367f9ed176ed239b1ab7d1b75f958045d1b24a..774209bfcd3b3ce506b8cd5e6566498f3d22d808 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/GmshMessage.h b/Common/GmshMessage.h index b7eb13b3a11b2e99f4e16bda9e66464804501005..f92f91ee7b5ab32453ebeccab7019c94ccb9306a 100644 --- a/Common/GmshMessage.h +++ b/Common/GmshMessage.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/GmshRemote.cpp b/Common/GmshRemote.cpp index f068345ac36e45ccfcc57d0a1b759fb61cbad0a9..96776ac066dcbe9984b3cdd40f9500a133665644 100644 --- a/Common/GmshRemote.cpp +++ b/Common/GmshRemote.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/GmshRemote.h b/Common/GmshRemote.h index b441a76e50852a8009e370a8f01a84a76328b73f..73fdf3325b3ee15cb823c6676102fad8416408c3 100644 --- a/Common/GmshRemote.h +++ b/Common/GmshRemote.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/GmshSocket.h b/Common/GmshSocket.h index a112d4043e846ceff588e57c7f0fdec93b7cb628..0eb7ea62f7d4eb56d218e209e1d93e38f4b82bf5 100644 --- a/Common/GmshSocket.h +++ b/Common/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Common/GmshVersion.h.in b/Common/GmshVersion.h.in index b9436f611ce5f00049e95188c5403ce1c4e73f42..c3be2e2d7da14065b5e357e932b589171f95c6f5 100644 --- a/Common/GmshVersion.h.in +++ b/Common/GmshVersion.h.in @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Hash.h b/Common/Hash.h index 733b4b9bee326b5ba917e1e67521b43fbf54173a..d7008d73eab96955d139b735eee73fd18f7afadd 100644 --- a/Common/Hash.h +++ b/Common/Hash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/HashMap.h b/Common/HashMap.h index d7989787a499dd1bf4a629c862592ea2c8fda4e4..b5ce1a2576612c0b909ce185aefc3eae365a7798 100644 --- a/Common/HashMap.h +++ b/Common/HashMap.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/ListUtils.cpp b/Common/ListUtils.cpp index c90dbcec49b802816a21c557f8e9ef32294af82c..818f3ae569f7456fffea8b095649472434e60f54 100644 --- a/Common/ListUtils.cpp +++ b/Common/ListUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/ListUtils.h b/Common/ListUtils.h index b2005733f30cc1fccc5975831ff15d867298b077..2480e1c48062e2d57ed6c7fb25d260174daf9a1c 100644 --- a/Common/ListUtils.h +++ b/Common/ListUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Main.cpp b/Common/Main.cpp index 70f6b9bd68ae5f47f182f24cfc458b5a103782c1..2b3f5bfbcd1cd477b81dafca427cf209e05d376b 100644 --- a/Common/Main.cpp +++ b/Common/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/MallocUtils.cpp b/Common/MallocUtils.cpp index 7338708eeb31f88126347fea8b2a6a34370888ea..f4c09801a502c9a482f6afd55e827e77dba99ea6 100644 --- a/Common/MallocUtils.cpp +++ b/Common/MallocUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/MallocUtils.h b/Common/MallocUtils.h index c4e98bf610efc3b8a2b647b6eac06b0e7d4d11d8..63300f276fa28ff7dd50958e4be396dc74b1b23a 100644 --- a/Common/MallocUtils.h +++ b/Common/MallocUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/OS.cpp b/Common/OS.cpp index 708a9ac8819481880f484796f85c333305c978ab..e46b56f93158bbde3ed154209ac471d55d8c9665 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/OS.h b/Common/OS.h index d70bb523eedf73d8d10ecae789688cdc22c08753..578f1f44c59b59335cbefa4856a65652547d16fa 100644 --- a/Common/OS.h +++ b/Common/OS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Octree.cpp b/Common/Octree.cpp index 261650c0b2cec4803751ab0ad88b13202185f844..a880fd2da7755356fea590608ea2e3b13ea37476 100644 --- a/Common/Octree.cpp +++ b/Common/Octree.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Octree.h b/Common/Octree.h index 370223802e0e9cff0ec251ffef37ae75944c5541..d6281725e06c6e97c1d8693984d0e580ff42246a 100644 --- a/Common/Octree.h +++ b/Common/Octree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/OctreeInternals.cpp b/Common/OctreeInternals.cpp index 4e45e79ff5e203d56f43e20bb00ff9fc7efccae1..a12113f9a2f3d9151dc924765a42d45fffac83fc 100644 --- a/Common/OctreeInternals.cpp +++ b/Common/OctreeInternals.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/OctreeInternals.h b/Common/OctreeInternals.h index 11fb7d3bce433fac8dee76f835591b993e5db2df..8117aba03a75a7e514f033e7253a2165ce33e4cf 100644 --- a/Common/OctreeInternals.h +++ b/Common/OctreeInternals.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp index 0738122d9d7df5dcf7cb020cd51cf68033628c93..c5456a81abb65ed622373017f426cc0089a6fa34 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/OpenFile.h b/Common/OpenFile.h index c247f9f2d6e92f1c7c503fe5fdc7a6670293900d..d6b10c9e6000d8513011e759caf1ae731078df2d 100644 --- a/Common/OpenFile.h +++ b/Common/OpenFile.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Options.cpp b/Common/Options.cpp index 2f8e5b23dd8aa38b3d86c1375fa227f2a447b5ba..d338d15828ec7b2359d6c41fd64f4936cca7cc71 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/Options.h b/Common/Options.h index 15bd46530a67750d64f1c45003322d8bd4f504f1..5dc83d1049e5c401c05ed835447685cbb9df40a4 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/SmoothData.cpp b/Common/SmoothData.cpp index 45cc2b546d57bc68d89b2bc5b4822b9e1be7432b..0c11228e014133529b98552c5fdb691f3f3ce1e8 100644 --- a/Common/SmoothData.cpp +++ b/Common/SmoothData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/SmoothData.h b/Common/SmoothData.h index 77bba9454363d16ed66db5abcb8086bdb058e22f..80a28e13d5211b91b9b5aad71de5bcc5a3e4d653 100644 --- a/Common/SmoothData.h +++ b/Common/SmoothData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/StringUtils.cpp b/Common/StringUtils.cpp index 92252eae98cd9313054befc06ae6e3fc0e2d0aab..484032be852720f3d40f673e32a7e227ebb43ebf 100644 --- a/Common/StringUtils.cpp +++ b/Common/StringUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/StringUtils.h b/Common/StringUtils.h index 93328fdd40f5d1f6ec3f5d5d10609edecc129481..84699e5e2589eb5fd7e67340156532593fb18bea 100644 --- a/Common/StringUtils.h +++ b/Common/StringUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/TreeUtils.cpp b/Common/TreeUtils.cpp index 61fa6b44806d357477188779a30e8300cf14ceaf..22ecd64ada8e4e438a9c1071b4f43c4ad527374a 100644 --- a/Common/TreeUtils.cpp +++ b/Common/TreeUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/TreeUtils.h b/Common/TreeUtils.h index b3d83eee77c9dbe8faae8de86b04f13a2f0ae89d..ecdb609aa1dd433b50497197171c02fe2bffb8b9 100644 --- a/Common/TreeUtils.h +++ b/Common/TreeUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/VertexArray.cpp b/Common/VertexArray.cpp index 2256e5f3e48afc903f1268f8c99e5e3c47d58a4f..c45d601a0342da64c8406b89724ff37b77577136 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Common/VertexArray.h b/Common/VertexArray.h index 9e244a00a58609c3b221dc27519ecd8141922227..6703837e2d73aad8026fd33b7ce114c9f0048f8c 100644 --- a/Common/VertexArray.h +++ b/Common/VertexArray.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/CMakeLists.txt b/Fltk/CMakeLists.txt index 8655797dd3164dfb0521f26bd6fefd73dc3ed2ce..35d616bee9f6a67ca84e20029f0c7e27ad211ab0 100644 --- a/Fltk/CMakeLists.txt +++ b/Fltk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index 288717e2f0d532bf1a76f9994c4e1e53b2194ab9..75d623b51355a66debb6ce16c994a79612005717 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/FlGui.h b/Fltk/FlGui.h index df54a9b5fc274a4111393eaeed8e97e2ecdc6ebe..fa061f86abf5ef75b6ec10f90872a8b63ad27bc8 100644 --- a/Fltk/FlGui.h +++ b/Fltk/FlGui.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index da0cab3f91ddbca71602e33a03c39f21bcff3942..6b32ded4567cc34743c5571f021f51f52e651494 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/aboutWindow.cpp b/Fltk/aboutWindow.cpp index b575222f662570a011e79a93463ceac3a9993bfd..4a7aaec2833ca261e3f037c3dc4e7077184db2a4 100644 --- a/Fltk/aboutWindow.cpp +++ b/Fltk/aboutWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/aboutWindow.h b/Fltk/aboutWindow.h index 05fadd66ff0956738aef1e73d61b590673e96f1e..5fab0f09d86ccaa13baae55f97cf5abe9474508f 100644 --- a/Fltk/aboutWindow.h +++ b/Fltk/aboutWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/classificationEditor.cpp b/Fltk/classificationEditor.cpp index 746f5a306260b3ecb8d81e05f7be329cf3e50abc..94a9456fcfc800034d47e679a3921503d7499001 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/classificationEditor.h b/Fltk/classificationEditor.h index 8b51e09ee10bc4896f3efef233eb9a6aa8a533f9..55ba72a2db05307b27a9b1c281c2edb1b406e8b8 100644 --- a/Fltk/classificationEditor.h +++ b/Fltk/classificationEditor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/clippingWindow.cpp b/Fltk/clippingWindow.cpp index 09287125f01b84110bc2336f589096206af7145c..718bc67680c43ca0b88017e5c634dacf92bd18af 100644 --- a/Fltk/clippingWindow.cpp +++ b/Fltk/clippingWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/clippingWindow.h b/Fltk/clippingWindow.h index 5fe02f52d0ef691179fd739229d58d0fe79079ba..df527e3d44da09bc161f1c916f1e57fc146ed607 100644 --- a/Fltk/clippingWindow.h +++ b/Fltk/clippingWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/colorbarWindow.cpp b/Fltk/colorbarWindow.cpp index ea65962f84eea7cb13a4563d1f7aef8b716e8f65..8ddbac08c426e20973d3c158362e51ba1b910fe4 100644 --- a/Fltk/colorbarWindow.cpp +++ b/Fltk/colorbarWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/colorbarWindow.h b/Fltk/colorbarWindow.h index 5fecddfc4396c0458aaf4cbc6fccec366e452b47..23e20795791da71a89cfacc51718fd5bab23cc98 100644 --- a/Fltk/colorbarWindow.h +++ b/Fltk/colorbarWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/contextWindow.cpp b/Fltk/contextWindow.cpp index 1eb85a7754e8e47d66bdb57914fc6bf1df0c44a8..35a0dc84f63f276eedeec3f1bbe9d3f989b96966 100644 --- a/Fltk/contextWindow.cpp +++ b/Fltk/contextWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/contextWindow.h b/Fltk/contextWindow.h index ce51140304bdeeeb292582ce10a4e14278d35f2c..bbc8cafb79cfaff44a0ea157336764d95654965c 100644 --- a/Fltk/contextWindow.h +++ b/Fltk/contextWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/extraDialogs.cpp b/Fltk/extraDialogs.cpp index 33caed8d960912cd122f96cf6bac4c5f7c9d5659..fba6c27584b56d2c1877b7e0c711ec830709f96b 100644 --- a/Fltk/extraDialogs.cpp +++ b/Fltk/extraDialogs.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/extraDialogs.h b/Fltk/extraDialogs.h index bc3b5e9ec0146dac9b6c9dd66d028dde7b92f660..eb862c16116c0d549aee5fd8b2a1738fc846b187 100644 --- a/Fltk/extraDialogs.h +++ b/Fltk/extraDialogs.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/fieldWindow.cpp b/Fltk/fieldWindow.cpp index adec0197c5040a6d726e0c07ff5217ae8db74905..65225863faae182289687ec877e848bce26aab78 100644 --- a/Fltk/fieldWindow.cpp +++ b/Fltk/fieldWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/fieldWindow.h b/Fltk/fieldWindow.h index f850b5c95cba8d65e66a3d262031ab924f3d26a5..2e67c023e31aa9894a4ecabde4dcc91b4b2766b1 100644 --- a/Fltk/fieldWindow.h +++ b/Fltk/fieldWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/fileDialogs.cpp b/Fltk/fileDialogs.cpp index 77f4ebdff51cc7184c394da2f615b68ebc7825d3..d1d62cd1ae31c2832d3125bd7ef007cea6b0f1ff 100644 --- a/Fltk/fileDialogs.cpp +++ b/Fltk/fileDialogs.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/fileDialogs.h b/Fltk/fileDialogs.h index b8ccb0bb4244ca43dbb4bdef8c0214d8abd626cf..e1dab6f5e80720ae1b1952834ea9139d8cf6a26e 100644 --- a/Fltk/fileDialogs.h +++ b/Fltk/fileDialogs.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/graphicWindow.cpp b/Fltk/graphicWindow.cpp index 51053e3fda5bf6b8aaf8efdd6106e0803bb5d5cf..fa931cccb88508635e6aabc4dd9f1e5f7053d700 100644 --- a/Fltk/graphicWindow.cpp +++ b/Fltk/graphicWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/graphicWindow.h b/Fltk/graphicWindow.h index bcd71e47c3caedfb771b350cdd1c2a4bb2f7b92b..9661e247321a5fc9733db136c00ed786b91cd0d0 100644 --- a/Fltk/graphicWindow.h +++ b/Fltk/graphicWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/mainWindow.h b/Fltk/mainWindow.h index b663448066567bfc1b0285d0823de05e52ee72e2..d9aa044642e1410e1c2c40e694c5d853bd68ab6b 100644 --- a/Fltk/mainWindow.h +++ b/Fltk/mainWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/manipWindow.cpp b/Fltk/manipWindow.cpp index 0656a7808b99906e61574653ffb23bbb1d8987fc..44fb123ee42d5140cc2f6146d56a5f1a5d37973f 100644 --- a/Fltk/manipWindow.cpp +++ b/Fltk/manipWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/manipWindow.h b/Fltk/manipWindow.h index bdb387d9df35801fa0f4d88f9330bb82e6210bea..1a5a14063282d1a43b052c69e4694ffc860e4d76 100644 --- a/Fltk/manipWindow.h +++ b/Fltk/manipWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/menuWindow.cpp b/Fltk/menuWindow.cpp index 5040dacc5f96794d9b75f3695707eaf0c035dc17..23c3f4a4061307d27b1f1e79229a45886e512243 100644 --- a/Fltk/menuWindow.cpp +++ b/Fltk/menuWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/menuWindow.h b/Fltk/menuWindow.h index b91bf476d6b18058b1156bd7907efa77f7a2b036..ee45e68cc5ad15e11e014e74ee1f224e8a5ec9c1 100644 --- a/Fltk/menuWindow.h +++ b/Fltk/menuWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/messageWindow.cpp b/Fltk/messageWindow.cpp index 9eeaffe035dd9a633279c605b9319343dfc907cb..33d040f75195d20f679c7c45a7acda8baf7f378a 100644 --- a/Fltk/messageWindow.cpp +++ b/Fltk/messageWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/messageWindow.h b/Fltk/messageWindow.h index e1696c6614d0e8bcc862054529487de3b90bb3a9..a0ded889c7763df89361e8142ea95d7a4145d134 100644 --- a/Fltk/messageWindow.h +++ b/Fltk/messageWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/openglWindow.cpp b/Fltk/openglWindow.cpp index 0097e47b6d6315e651b225d2737a531d5ff447d5..03d586f3b3be0085df6c142c533ef1fda3a50092 100644 --- a/Fltk/openglWindow.cpp +++ b/Fltk/openglWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/openglWindow.h b/Fltk/openglWindow.h index af9c11c165a71e32b8375bdc311c6a7c4cf4a7ba..7c6bc0c74bbd8fb7627f4a3b6621a810ef26eaf1 100644 --- a/Fltk/openglWindow.h +++ b/Fltk/openglWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index c509d3ee8a4ac0b48bd60274e689b95a1ff75b47..20c11c8261fcc2032602ead3ab75abbb934be729 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/optionWindow.h b/Fltk/optionWindow.h index 2fb0a7622230888d19e9ae245b2dbaa51deb5149..4c279a1ce791c56bb7ea02625512ed9b403c59c5 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/paletteWindow.h b/Fltk/paletteWindow.h index ae87d6e1c8a6b4278077370ff8f0a70d9aecfabc..d214a05640540692fca6bf5362a542b0b52b2af9 100644 --- a/Fltk/paletteWindow.h +++ b/Fltk/paletteWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/partitionDialog.cpp b/Fltk/partitionDialog.cpp index cde182056be60861fa16fa25602c8905863f31c6..015d7a8014374589108b66d7dec5989d63e9409a 100644 --- a/Fltk/partitionDialog.cpp +++ b/Fltk/partitionDialog.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/partitionDialog.h b/Fltk/partitionDialog.h index c7cc8bbfb95b04673b05d13fa9204039c2f0450e..4850606d08215ceb865e52306dded9df4e2e09ad 100644 --- a/Fltk/partitionDialog.h +++ b/Fltk/partitionDialog.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/pluginWindow.cpp b/Fltk/pluginWindow.cpp index 040f0a3fc24999c89952df036257e5779944d5eb..f2431111dfa75f945108851475121eb90f652235 100644 --- a/Fltk/pluginWindow.cpp +++ b/Fltk/pluginWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/pluginWindow.h b/Fltk/pluginWindow.h index e6b2c6df2a7385b3de4cc9b90ac8c21443f06b2c..2ef0958b9a51ccbb923cc54ed7da87d1c3827557 100644 --- a/Fltk/pluginWindow.h +++ b/Fltk/pluginWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/popupButton.h b/Fltk/popupButton.h index c30e7a096c9e2e8b7e3e6bd7a570eeff857c104f..5dba70cd10544a1dda6915e79ee207b7f92dee42 100644 --- a/Fltk/popupButton.h +++ b/Fltk/popupButton.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/projectionEditor.cpp b/Fltk/projectionEditor.cpp index b1bdfdc5196eba42f35fb8e1d03c6ec5b0b88d97..5cd4c4a8a59e7f5e2098320bfd77121b56b074ca 100644 --- a/Fltk/projectionEditor.cpp +++ b/Fltk/projectionEditor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/projectionEditor.h b/Fltk/projectionEditor.h index 6c17c16346a9582cf96b96814a931ee945a917a5..11b6336ba096073c28ee97ab12152574819ef38f 100644 --- a/Fltk/projectionEditor.h +++ b/Fltk/projectionEditor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/solverWindow.cpp b/Fltk/solverWindow.cpp index dbaa815d5a1e5b96c1bfede89d5fc37ad4a4a5aa..a8348a460367b82d8aa2c4de4987d7835d7b55e5 100644 --- a/Fltk/solverWindow.cpp +++ b/Fltk/solverWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/solverWindow.h b/Fltk/solverWindow.h index 17334edd1c725f4d8610468bc49a3383ef36fbe0..31a3b279c1e6e8b59a43a366ebeb24355d015964 100644 --- a/Fltk/solverWindow.h +++ b/Fltk/solverWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/spherePositionWidget.h b/Fltk/spherePositionWidget.h index 6a99f5a6ed9f51b0746b3fdb8024bd32c7b22bf3..75a8cbf8f802f41f35eca9f116bd568be336b081 100644 --- a/Fltk/spherePositionWidget.h +++ b/Fltk/spherePositionWidget.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/statisticsWindow.cpp b/Fltk/statisticsWindow.cpp index 2b0fafc70b1d997f3d297c18617501c6559c38b4..e1a86fdaed0d34a2575eb607c8d5b49909925b03 100644 --- a/Fltk/statisticsWindow.cpp +++ b/Fltk/statisticsWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/statisticsWindow.h b/Fltk/statisticsWindow.h index 4b9e439019b845f2e42bd0c01202756854a0a663..23ddb209ae2ab907248b65efc3bedc173d3ece5a 100644 --- a/Fltk/statisticsWindow.h +++ b/Fltk/statisticsWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/visibilityWindow.cpp b/Fltk/visibilityWindow.cpp index 38fb2db8c3b5a8592108226d2f3bf73cfd398e04..41df59730c6371b975b32e1d45e68a5f86eca692 100644 --- a/Fltk/visibilityWindow.cpp +++ b/Fltk/visibilityWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Fltk/visibilityWindow.h b/Fltk/visibilityWindow.h index 58737536bbb5eb6ab251bb383439921314b8c7e4..6ec5a7c6d41e7b2aacbf71866692e4a0da24520a 100644 --- a/Fltk/visibilityWindow.h +++ b/Fltk/visibilityWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/CGNSOptions.h b/Geo/CGNSOptions.h index 5f823a70b071132196c023f64ca7474121261919..a71a740c6d5dc829dcd4cc17b0b529b31ba62cb3 100644 --- a/Geo/CGNSOptions.h +++ b/Geo/CGNSOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/CMakeLists.txt b/Geo/CMakeLists.txt index a004d0e60a4f71d5614990547625268620ad27e6..300a633e0af6ccbab628065c87439815a6a692d9 100644 --- a/Geo/CMakeLists.txt +++ b/Geo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Geo/Cell.cpp b/Geo/Cell.cpp index 62b805003fe78c026b58f5d64929615c71e4e7a2..be96869acdf1136c03dad1b9bc8d9b75329de728 100755 --- a/Geo/Cell.cpp +++ b/Geo/Cell.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/Cell.h b/Geo/Cell.h index 85a916da201d22fa77a21dbd274f557f02258667..5058c79d67d5e6db97d2c3358fdaa44610da4180 100644 --- a/Geo/Cell.h +++ b/Geo/Cell.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/CellComplex.cpp b/Geo/CellComplex.cpp index 9361cca2b46f2a85c962f508d55f64a7bc7c0752..136e386d45c89a2fa663b992dc60be5cf9731d17 100644 --- a/Geo/CellComplex.cpp +++ b/Geo/CellComplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/CellComplex.h b/Geo/CellComplex.h index 058d85e57a4743fe8877557df8520c4faf8ced4a..f859d2d5c9a8f8a1458ede2df8b2e459b33c2b86 100644 --- a/Geo/CellComplex.h +++ b/Geo/CellComplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/ChainComplex.cpp b/Geo/ChainComplex.cpp index 176e284882e0774e9478152c14ce12819f4354f0..b92f0c4951af67730ebab4369bf49ec0ecdd0ee8 100644 --- a/Geo/ChainComplex.cpp +++ b/Geo/ChainComplex.cpp @@ -1,5 +1,5 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/ChainComplex.h b/Geo/ChainComplex.h index eab478dfd37ccba47232c2810eb4d8ae3efa5511..eeaec9b1639c272fd5cd4f61080b7846dc818101 100644 --- a/Geo/ChainComplex.h +++ b/Geo/ChainComplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/CustomContainer.h b/Geo/CustomContainer.h index 6ea769d20d8dd2ca364b568af8be3a2cd1c89abf..9de0ec8622afe9784f155f1384b9b00c3e242955 100644 --- a/Geo/CustomContainer.h +++ b/Geo/CustomContainer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/ExtrudeParams.cpp b/Geo/ExtrudeParams.cpp index 9a2cf6b3f5a71faa2a89ebd57dd42e27c7c06dc4..8841de0dd7b4a9e5ff762b783ea32d401024bf8b 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/ExtrudeParams.h b/Geo/ExtrudeParams.h index 808293eb22b0416eda9c358fbe620e482df29306..532b99c84b4a3025e440bd3925f1192ed85d00d0 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GEdge.cpp b/Geo/GEdge.cpp index aa03f766ea99c8c7f3cc909dfe725ba6c536440d..018c0c0ce68c0cee1e6d35cbbcb226304b94f42b 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GEdge.h b/Geo/GEdge.h index 2818522761da1d6277b9afd1b12b8268afa6d7ed..7f2ef2804521707f1aa3225ee89bab089d774c75 100644 --- a/Geo/GEdge.h +++ b/Geo/GEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GEdgeCompound.cpp b/Geo/GEdgeCompound.cpp index 74900f2711c358b9eea093be68f022a8d978add8..354dd9fbb661dc715d821eefaa6735bd0f34f289 100644 --- a/Geo/GEdgeCompound.cpp +++ b/Geo/GEdgeCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GEdgeCompound.h b/Geo/GEdgeCompound.h index d7db02a46be44eaa5a4fcfd152df21096a37c0b6..7c890115337cb5450cfcd671740a3c4e86f99171 100644 --- a/Geo/GEdgeCompound.h +++ b/Geo/GEdgeCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GEdgeLoop.cpp b/Geo/GEdgeLoop.cpp index ebdd475bfccf36f36eba3d9c2e7282e9f3a67b3e..c29b288a8b586b0ab7747c19cd2835258101e7de 100644 --- a/Geo/GEdgeLoop.cpp +++ b/Geo/GEdgeLoop.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GEdgeLoop.h b/Geo/GEdgeLoop.h index ee3be96a5a3b90d04f9f7533d3a31d11421f3e0d..bc287006f83e5b56a9042dd391eacd469bb519e4 100644 --- a/Geo/GEdgeLoop.h +++ b/Geo/GEdgeLoop.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GEntity.cpp b/Geo/GEntity.cpp index 2fbcdd892626c3a1414933cc9caeeb2cc1f59ae3..39572e24ce6031557155ba13c27715d510f87292 100644 --- a/Geo/GEntity.cpp +++ b/Geo/GEntity.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GEntity.h b/Geo/GEntity.h index 323dad686e34ee43877e3254fb552c4af06ad96d..90bc88fefec67dc03d4e676474f9270f1bdbc022 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp index fc8400c91ee46959532708463aa390409726c85b..803c7ef6d9682f69088593ab494c5c1e9e9331e6 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GFace.h b/Geo/GFace.h index ae98641424a071d14d0b4d63e02b916cf0248e99..768897e4a12545b4983d511084f764a16cae9be9 100644 --- a/Geo/GFace.h +++ b/Geo/GFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GFaceCompound.cpp b/Geo/GFaceCompound.cpp index dc96ff257e3e9c102658416bef34e2aa8ba58818..216f7948fdeeab0805db3764648c31c186160a6a 100644 --- a/Geo/GFaceCompound.cpp +++ b/Geo/GFaceCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GFaceCompound.h b/Geo/GFaceCompound.h index 286c81dd15a569cdd125f2d122c46872e9a2cf07..4c585496a917520ca445de045562b97a94057aa5 100644 --- a/Geo/GFaceCompound.h +++ b/Geo/GFaceCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 0956f1ee774eac8658d81ba027b55ac242ca7cd1..81c9fde60c4e1401664b3259eac110ef1951cf0d 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModel.h b/Geo/GModel.h index af292e094b75fae8e78e1970fd7f099437bdcd5a..1603cf92aa8c92d4d72108ff0e1f306baf28e132 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModelIO_CGNS.cpp b/Geo/GModelIO_CGNS.cpp index 97bf15462df7a001bd42c639bfdf5b4b2ad6783b..01d6f2c6fced5e6b84304fe712686c563308a281 100644 --- a/Geo/GModelIO_CGNS.cpp +++ b/Geo/GModelIO_CGNS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModelIO_Fourier.cpp b/Geo/GModelIO_Fourier.cpp index 49ad5032d107f64407df046612de95e94f3ee9fe..284fef35464ead75083e6864178a431ffc98ce48 100644 --- a/Geo/GModelIO_Fourier.cpp +++ b/Geo/GModelIO_Fourier.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModelIO_Fourier.h b/Geo/GModelIO_Fourier.h index 80f41c3e026f85ce88d1fce252c32d56cf87a587..b7370da7933ce9f60de7553ce2121f3dbac8adca 100644 --- a/Geo/GModelIO_Fourier.h +++ b/Geo/GModelIO_Fourier.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModelIO_Geo.cpp b/Geo/GModelIO_Geo.cpp index 839757a815a8383f97939f1105042df5f3aa67ba..3a5812daf6434a160ceacf120e0455e6600cc43b 100644 --- a/Geo/GModelIO_Geo.cpp +++ b/Geo/GModelIO_Geo.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModelIO_MED.cpp b/Geo/GModelIO_MED.cpp index f8f2d5cdee8ccbe8d1cd407bc5b04a00440b2663..df0d175b5f5d9f563dce7486360f23b3e9bb03b5 100644 --- a/Geo/GModelIO_MED.cpp +++ b/Geo/GModelIO_MED.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModelIO_Mesh.cpp b/Geo/GModelIO_Mesh.cpp index e569fd11d14613302c1dbe905a63839c75eff00e..24cbd629c339e8169723d817f32ef4e74936f68b 100644 --- a/Geo/GModelIO_Mesh.cpp +++ b/Geo/GModelIO_Mesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp index 4f86f98def71e1a678b03c26d9f86ea5f77a200c..b3702217d0e7eb7151e6b0c1efc96e8dc38856c7 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index b889dfbd27469f0a90277585532b99e88e3d48b5..248b079a81cd897e3a6767550df76e5afc874d81 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GPoint.h b/Geo/GPoint.h index 6b3a5ac5428afb4811f063619e861d5a6866ae15..9aa7e754f820a77663076a9a093ca136a321ff76 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GRegion.cpp b/Geo/GRegion.cpp index 97a2c00014f99f62d1743ebd1027547fecad6085..ca75fff6a63f8a7d597f682ab50d7d147b8f9bca 100644 --- a/Geo/GRegion.cpp +++ b/Geo/GRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GRegion.h b/Geo/GRegion.h index 1c1b4541db3ce8c6b717229fd9f698aba2aa278c..e7a8ec8bb564c463ce91cdfb479b76d6d9e4f653 100644 --- a/Geo/GRegion.h +++ b/Geo/GRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GRegionCompound.cpp b/Geo/GRegionCompound.cpp index 30e77dafc65fe575ec9bb3220a1de267589b7756..779975b7c6fe7d1585c57c67438eac9e20ae55a9 100644 --- a/Geo/GRegionCompound.cpp +++ b/Geo/GRegionCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GRegionCompound.h b/Geo/GRegionCompound.h index a69d6edabea408112a51d911992cb2af7b47ab32..9dc32ff32bfa833ee49a402a0cc514bfaba328c0 100644 --- a/Geo/GRegionCompound.h +++ b/Geo/GRegionCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GVertex.cpp b/Geo/GVertex.cpp index 4eb8f03ed355b7e8a11a346211908a50c348d8f6..2e465d05e10e7125b01c35fd16d1619c52380efe 100644 --- a/Geo/GVertex.cpp +++ b/Geo/GVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GVertex.h b/Geo/GVertex.h index 29656e1845d32d7d59c9094379158035a2513675..459a8a3f7b3a16f8266c007e3b2be3bd8e820e85 100644 --- a/Geo/GVertex.h +++ b/Geo/GVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index bbab006fa0e19ec848313c8233efed9baf830a79..9267a08a1612b10cb10f007d8ea5d5a86ffce6c5 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/Geo.h b/Geo/Geo.h index bb3e168ccc67cd3acf1893f94235e73385c901e8..467ae3028bd02e4ca792d893b10266a264568917 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index 20675b626c5dc252a4a1d447f051349d85be1efd..d70eb35e6e1245b2bfab9c2dc26b5778f5b865ce 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GeoInterpolation.h b/Geo/GeoInterpolation.h index 33f6888878793fedbc0423899547b0666068a84f..341b751728f1866688849090f9804a1a1815dc0a 100644 --- a/Geo/GeoInterpolation.h +++ b/Geo/GeoInterpolation.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GeoStringInterface.cpp b/Geo/GeoStringInterface.cpp index 141f2584ca70689935097eccb6d6c3f2ff56ebd6..12ea0ce0f537dd4cc3161ed5bdbaad95d0c4df61 100644 --- a/Geo/GeoStringInterface.cpp +++ b/Geo/GeoStringInterface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GeoStringInterface.h b/Geo/GeoStringInterface.h index 9a161e3ad77a692af5177f0275a2857862b53778..25b99adb29439ce4e88e7c9ab61b7777ff24d871 100644 --- a/Geo/GeoStringInterface.h +++ b/Geo/GeoStringInterface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GeomMeshMatcher.cpp b/Geo/GeomMeshMatcher.cpp index 9a32a9daafa5f9a5954e6cfc5b6ecb44fc1d4291..51b2286b6fad9672a8b8721b8ae5876ff47b5e53 100644 --- a/Geo/GeomMeshMatcher.cpp +++ b/Geo/GeomMeshMatcher.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/GeomMeshMatcher.h b/Geo/GeomMeshMatcher.h index d7db73c2cafe669a10c4415890477c6cf9f519a2..0810ac185c5226ddad7de666f093cdd564c6f4a4 100644 --- a/Geo/GeomMeshMatcher.h +++ b/Geo/GeomMeshMatcher.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index 6fa007844de6d64364ef76d10d94ef234fea4b51..243c49440af93b9f54caf31215d70e359adf28a4 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/Homology.h b/Geo/Homology.h index 07e1bcd8428301452681a31120b3f8280a4c3613..b72918dd771cfe6978837d600d6a5006638fe4d5 100644 --- a/Geo/Homology.h +++ b/Geo/Homology.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MEdge.h b/Geo/MEdge.h index 8f79e7d83e7ca5b8bc282f5d940b2084a1dac9d2..cc7eb24b6eca274cb6c0fee0b491b10b20d9b1c4 100644 --- a/Geo/MEdge.h +++ b/Geo/MEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MEdgeHash.h b/Geo/MEdgeHash.h index 4615d943dc888f9f3a8c7372113cb016b77ad993..c0f2118278706c1cc59aaa0f2b65c7b3d688bc29 100644 --- a/Geo/MEdgeHash.h +++ b/Geo/MEdgeHash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp index 197322bddaa251ebcfe6e62c05c35193a1007231..02c352e1e1d2adf2f0fd940b2b5a07c758d98ead 100644 --- a/Geo/MElement.cpp +++ b/Geo/MElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MElement.h b/Geo/MElement.h index fbd38e561650d3442038621da02e8427b1d138bf..79a570b27e3f22538ac35a9954ff83e0c32332fe 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MElementCut.cpp b/Geo/MElementCut.cpp index 357cce36143bf8f3b8a8cba720d2ff0f7669264c..02bbad56d9b43818fd2e45941a9b7978c6d4cc24 100644 --- a/Geo/MElementCut.cpp +++ b/Geo/MElementCut.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MElementCut.h b/Geo/MElementCut.h index c58dc3202a1e0450e7f4216a9c5189048ea7cad4..dc4da84e41c0ef9edcb867764aa5298f6dff67ed 100644 --- a/Geo/MElementCut.h +++ b/Geo/MElementCut.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MFace.cpp b/Geo/MFace.cpp index 617e09c5e426acde99045e80a848641ac96a0be5..1fae5597098e68d10f0b6a9d0369b56dec48ada3 100644 --- a/Geo/MFace.cpp +++ b/Geo/MFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MFace.h b/Geo/MFace.h index 8bff7b3647c5cd77be425e52d7ac094a1ab60d31..665484ec28828085befec06c6d4b8636dfa30e76 100644 --- a/Geo/MFace.h +++ b/Geo/MFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MFaceHash.h b/Geo/MFaceHash.h index 24355b5a81e14c50db7c24667559e980edc2bca0..799bbb861c79d11917d1082574d3c2eed8ac5f94 100644 --- a/Geo/MFaceHash.h +++ b/Geo/MFaceHash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MHexahedron.cpp b/Geo/MHexahedron.cpp index 4575afb5c4b6131246d2dc5c8283494074ad3f37..bdd9f29fc12b36a240ad17746b9855d4d7611749 100644 --- a/Geo/MHexahedron.cpp +++ b/Geo/MHexahedron.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MHexahedron.h b/Geo/MHexahedron.h index f22f579f5bf4ce7dd474b69081678876b42cdaa7..f077f7067f183f0d856fabc05b016b624901787a 100644 --- a/Geo/MHexahedron.h +++ b/Geo/MHexahedron.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MLine.cpp b/Geo/MLine.cpp index 7ca2e9b1904089974d348f8eafe2055c550ba381..78bc74d74198889896744145872055dbc8db6db9 100644 --- a/Geo/MLine.cpp +++ b/Geo/MLine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MLine.h b/Geo/MLine.h index f38e00dcbd46353962a074e01403cbb899117542..43ae3809f18322794b1d506c52bdd291b255a7d5 100644 --- a/Geo/MLine.h +++ b/Geo/MLine.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MPoint.h b/Geo/MPoint.h index 8d13e0f30aa49b18d5a68da37b07f8e0b99dce50..75c6183938ead8a66bb8c972ccf0650073c850d3 100644 --- a/Geo/MPoint.h +++ b/Geo/MPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MPrism.cpp b/Geo/MPrism.cpp index 02e62883168c23283681c5c9eaa823df001865db..f4f30c5c75fdbd10237f7ae0d89e810f8c59bd33 100644 --- a/Geo/MPrism.cpp +++ b/Geo/MPrism.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MPrism.h b/Geo/MPrism.h index 581dd4532ed970e9927d1e137e5e5245810ebce8..01750011db3329d25c8e937cd8309d6fda9006e9 100644 --- a/Geo/MPrism.h +++ b/Geo/MPrism.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MPyramid.cpp b/Geo/MPyramid.cpp index b95a80dfccc4506f0bfa499322fcde872610c238..dab55ebfb95e844d49683379a8a61fc43b487b7f 100644 --- a/Geo/MPyramid.cpp +++ b/Geo/MPyramid.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MPyramid.h b/Geo/MPyramid.h index c560d85df3626cdefb079d7a3f5994a791d20214..19341f66a9bbd61b2a8410c7e0de5e383436b201 100644 --- a/Geo/MPyramid.h +++ b/Geo/MPyramid.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MQuadrangle.cpp b/Geo/MQuadrangle.cpp index 955a2507d0b176b12763b367234e6446b399ae30..fcca6375a34460dcacc01fcc9cf7f1a9d88120ac 100644 --- a/Geo/MQuadrangle.cpp +++ b/Geo/MQuadrangle.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MQuadrangle.h b/Geo/MQuadrangle.h index ecfe3d254ec9457a478e1248f55659ab25564092..55e25045447a4b436fcf9a43c1e1b7e68a7db9b0 100644 --- a/Geo/MQuadrangle.h +++ b/Geo/MQuadrangle.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MTetrahedron.cpp b/Geo/MTetrahedron.cpp index b78b9a02cf97e1ece556eec449bb687506e56352..10f33374711ce575c96af9953afd7ef54e1b9da9 100644 --- a/Geo/MTetrahedron.cpp +++ b/Geo/MTetrahedron.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MTetrahedron.h b/Geo/MTetrahedron.h index 0866496540f574ef9c62438da82ecd11b0901afe..bec81cb6f1c8352b3b9f48b01c1f487ec191ef10 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MTriangle.cpp b/Geo/MTriangle.cpp index 8b4a4a9a402753c97352fe7f6729b412be0b24fe..4845b4c44b0f05a37d2fcc7be6855cb00f861b94 100644 --- a/Geo/MTriangle.cpp +++ b/Geo/MTriangle.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MTriangle.h b/Geo/MTriangle.h index 27ed4d5491ea4c27c1fabf4786b3868a2ed38fc2..30a625539fcbd63f99feac2dba8f451e7d85cfed 100644 --- a/Geo/MTriangle.h +++ b/Geo/MTriangle.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MVertex.cpp b/Geo/MVertex.cpp index 69a3ca1315b5f09f9d0e584001954bf28b98035b..4e7f84dbf9296f31bbca5a675eefddfc1b61b517 100644 --- a/Geo/MVertex.cpp +++ b/Geo/MVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MVertex.h b/Geo/MVertex.h index 17506c4b5416e94331382e154a2f6ed484aec698..c41f4f822876dee437e4b3646ec6f6bcf344b697 100644 --- a/Geo/MVertex.h +++ b/Geo/MVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MZone.cpp b/Geo/MZone.cpp index 1ea207e13c4a8048f14f277f2924cd84fbbe7246..0e8be20f59ec73848dbfefc0073ca4fd6bef38ed 100644 --- a/Geo/MZone.cpp +++ b/Geo/MZone.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MZone.h b/Geo/MZone.h index 2419b902027552092afb1ea6a0529867d5d22629..0b3dffb90622dd05347dc23e266931d1a5093f84 100644 --- a/Geo/MZone.h +++ b/Geo/MZone.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MZoneBoundary.cpp b/Geo/MZoneBoundary.cpp index 9de137d18709309dffce8051b804814016989fee..b5cee4541c28ba66ad02cf22a78a211044500703 100644 --- a/Geo/MZoneBoundary.cpp +++ b/Geo/MZoneBoundary.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/MZoneBoundary.h b/Geo/MZoneBoundary.h index 12f4589e6329a90d061c78f0dd235cb94a33749b..373f88e27f5d02ad5dccbc82fc9dc7af4f711c17 100644 --- a/Geo/MZoneBoundary.h +++ b/Geo/MZoneBoundary.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCEdge.cpp b/Geo/OCCEdge.cpp index 6f88d6c384aa5e37b6f5e6d70790574ff8a80365..f61dab51be0ee11ce7478677fcb81b2d92a957ca 100644 --- a/Geo/OCCEdge.cpp +++ b/Geo/OCCEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCEdge.h b/Geo/OCCEdge.h index d757651f26613018bae3ba7b1174ac913984b025..0c624be95b98a881ec82736b50e056652188997d 100644 --- a/Geo/OCCEdge.h +++ b/Geo/OCCEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCFace.cpp b/Geo/OCCFace.cpp index 6bf884ad87f95815f9c09ca4636b838ad9b50efe..c17f68904e2e0fceb3ebf8b6ad932112e81ca1ce 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCFace.h b/Geo/OCCFace.h index 863d184ea2fe27f6f196e8bc17df096ca1172713..3ae8a1e0e64770419582f53978eda97712582e99 100644 --- a/Geo/OCCFace.h +++ b/Geo/OCCFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCIncludes.h b/Geo/OCCIncludes.h index 067b126f7a2ad14b4e5a5306058b31f64245beac..80680b4b3064778475f32e425ae1c51f44c79022 100644 --- a/Geo/OCCIncludes.h +++ b/Geo/OCCIncludes.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCRegion.cpp b/Geo/OCCRegion.cpp index 1f3c7f5e4e5e312f044adeff211d827929f14b6d..4ed25a3cf8fe668c4cf68de00a66f04bffcbd3ff 100644 --- a/Geo/OCCRegion.cpp +++ b/Geo/OCCRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCRegion.h b/Geo/OCCRegion.h index 848d1bb616bcc8a1feacd32c734a337f1c697db5..0a4c311a590f3603dc4a4cf0865add340d5ff87d 100644 --- a/Geo/OCCRegion.h +++ b/Geo/OCCRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCVertex.cpp b/Geo/OCCVertex.cpp index 2c75f8cbc52d62412171512aecb5c44aa44d14cf..8676a152eb642b77e6478984a4e00d404d06ae9c 100644 --- a/Geo/OCCVertex.cpp +++ b/Geo/OCCVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCCVertex.h b/Geo/OCCVertex.h index af0721120ae52deccd3e6a7b02aefaffd625e001..eee790f735d3b592e9621ccc417f48be47dc41da 100644 --- a/Geo/OCCVertex.h +++ b/Geo/OCCVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCC_Connect.cpp b/Geo/OCC_Connect.cpp index 8cdf8c14edcec88cb945ab79468f25415e0cf740..fad10a090ba1071524d0e14d9f38bec0202ef396 100644 --- a/Geo/OCC_Connect.cpp +++ b/Geo/OCC_Connect.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/OCC_Connect.h b/Geo/OCC_Connect.h index ec75ef0505e8a6589122c986073bc3c364df909f..b6b4483abdd0d586cba92800f8591b1a6e6a5ea8 100644 --- a/Geo/OCC_Connect.h +++ b/Geo/OCC_Connect.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/Pair.h b/Geo/Pair.h index 0b4b32f67f15bf3713e93e4cf905df0431b0790a..6a56f0d74efa50147d0e2c9f18c2136d7a950c1c 100644 --- a/Geo/Pair.h +++ b/Geo/Pair.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/Range.h b/Geo/Range.h index c186c789d5e0faa1ec6f00037b557d18a411141c..ea6d6f9454135afd52fa60557a3978a32f93c025 100644 --- a/Geo/Range.h +++ b/Geo/Range.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/SBoundingBox3d.h b/Geo/SBoundingBox3d.h index c4010a7ef2acd7f54171401aacfe6b53237078a9..fb29fd682b34783e81dcb19c23dfda0b3035d558 100644 --- a/Geo/SBoundingBox3d.h +++ b/Geo/SBoundingBox3d.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/SOrientedBoundingBox.cpp b/Geo/SOrientedBoundingBox.cpp index 128ae0637f4bcbd825e0becba93732e0aeaf1539..73a267f984cf35ea8c47cd8db60cf952a07e0f0c 100644 --- a/Geo/SOrientedBoundingBox.cpp +++ b/Geo/SOrientedBoundingBox.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/SOrientedBoundingBox.h b/Geo/SOrientedBoundingBox.h index 2d9265772ecaba3bc83d6143e16e71b0553ff02a..db69a2fd4595903ba58a48949b9508f768d32f50 100644 --- a/Geo/SOrientedBoundingBox.h +++ b/Geo/SOrientedBoundingBox.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/SPoint2.h b/Geo/SPoint2.h index 9ca2c07e70d4cfa1ae3ec774922ef8c9cf600e96..d1fcc622ee3add6636391492a7c1c7c075f3b06e 100644 --- a/Geo/SPoint2.h +++ b/Geo/SPoint2.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/SPoint3.h b/Geo/SPoint3.h index b7ad5ce2dcfa61c3484992ff43261d4d0b5f6b61..4f4ad376acc7d7567e350662557c214ea848c205 100644 --- a/Geo/SPoint3.h +++ b/Geo/SPoint3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/STensor3.h b/Geo/STensor3.h index 26ed1893dc170632f9d246f858b5668863ac5b25..7301af82253b2c09a15e34119b3f935496f5ab20 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/SVector3.h b/Geo/SVector3.h index 31e4aa7d6be2de2a1b1098642ebbf0ff36cb2ab4..ea3d59bec30bdbb51f5c07fd3ebd4634bfdc076f 100644 --- a/Geo/SVector3.h +++ b/Geo/SVector3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/discreteEdge.cpp b/Geo/discreteEdge.cpp index e319a2a2b7780836979692d57b4057246d4a1bf2..cc28500503b3f7771e1a89a1cd5bd210ba1da347 100644 --- a/Geo/discreteEdge.cpp +++ b/Geo/discreteEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/discreteEdge.h b/Geo/discreteEdge.h index 010b5193bfb687bcfdf5c6409ff8c69a7cad0ae0..ab8f5301b3f7c8c7481d8bb62d650b5b5f0b9004 100644 --- a/Geo/discreteEdge.h +++ b/Geo/discreteEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/discreteFace.cpp b/Geo/discreteFace.cpp index 9ff2c2e4fbea20bb6d5e88404e4b1c007cf6f789..644564efd0844fcf455fe953c1b3f95c1a7fcdb0 100644 --- a/Geo/discreteFace.cpp +++ b/Geo/discreteFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/discreteFace.h b/Geo/discreteFace.h index 47095847ca208d389c1ecfdaeafecb615dc8f21b..14952b1d7f1c781c825538724f819cd4b72e0cde 100644 --- a/Geo/discreteFace.h +++ b/Geo/discreteFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/discreteRegion.cpp b/Geo/discreteRegion.cpp index 719201287324664aae6549db7f0b121087877a93..a61203cdda26d9d3260c79bbf6035ef6ae5ecb08 100644 --- a/Geo/discreteRegion.cpp +++ b/Geo/discreteRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/discreteRegion.h b/Geo/discreteRegion.h index 75266dddfed61c48b5ee4e6a9f63200a2b8932b1..f78603099777bf51358367656682f9eed9726121 100644 --- a/Geo/discreteRegion.h +++ b/Geo/discreteRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/discreteVertex.h b/Geo/discreteVertex.h index 9a9d5d4be8ae186160c340249e388d1fafbb1c61..344c26c4162521c7a393ed65881afb804631bd1c 100644 --- a/Geo/discreteVertex.h +++ b/Geo/discreteVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/findLinks.cpp b/Geo/findLinks.cpp index 2f52aef7da3a73cd60c18c3cc20b9dbcdef3eff2..549e0efec4b018103ae3c9ac2de489f1ca86bd30 100644 --- a/Geo/findLinks.cpp +++ b/Geo/findLinks.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/findLinks.h b/Geo/findLinks.h index 55c4db6f771b060167d102b462975838b7664aed..bab963cfefdee57e7491ef482b5f833f8a2fc590 100644 --- a/Geo/findLinks.h +++ b/Geo/findLinks.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/fourierEdge.cpp b/Geo/fourierEdge.cpp index 697c987d01127655a840e7c5f4557f77187745a9..ef6dd27c1561e2b1ecfe6811c7e56feb7840374d 100644 --- a/Geo/fourierEdge.cpp +++ b/Geo/fourierEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/fourierEdge.h b/Geo/fourierEdge.h index 98f2c83e9647c98da9af023d1b4eafc61872f092..e551c5157c848f00523068fa0682e3ed51cc66ec 100644 --- a/Geo/fourierEdge.h +++ b/Geo/fourierEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/fourierFace.cpp b/Geo/fourierFace.cpp index da911c94f4bb376790fd9e51fae9875484f0c01e..bf771cfb8bd90b051a14e3fd6a62856375468e52 100644 --- a/Geo/fourierFace.cpp +++ b/Geo/fourierFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/fourierFace.h b/Geo/fourierFace.h index b8f8dde856244529a4d30a8692247b9ccf9972ea..e6d31db6a9d2d2feb88a02cbcb4a283362826e8e 100644 --- a/Geo/fourierFace.h +++ b/Geo/fourierFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/fourierProjectionFace.cpp b/Geo/fourierProjectionFace.cpp index 3d9174209e3aa64369e21f3afb741e5a90cb45c6..ee3eb3e3e0f4f0e945e68471972a030a212898e0 100644 --- a/Geo/fourierProjectionFace.cpp +++ b/Geo/fourierProjectionFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/fourierProjectionFace.h b/Geo/fourierProjectionFace.h index 95adf83a65873fdec6bf1f2aae400b17fddd6237..fca1a5abaafe50ce33de65bbde146ea1afdf9b28 100644 --- a/Geo/fourierProjectionFace.h +++ b/Geo/fourierProjectionFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/fourierVertex.h b/Geo/fourierVertex.h index f0344cf622027c0d98b885f46c8c85c2249d2a68..6eb87c7a882372e8bc2686520934c9f090dca752 100644 --- a/Geo/fourierVertex.h +++ b/Geo/fourierVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshEdge.cpp b/Geo/gmshEdge.cpp index caea16507e445b3e0d3bc092f854150778f8e632..112d31f603bec1e7fa22a38d7317e1115551e2a1 100644 --- a/Geo/gmshEdge.cpp +++ b/Geo/gmshEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshEdge.h b/Geo/gmshEdge.h index 8f6055cf98bdf9635f55800b0b877695a820d875..48c220cd4276bd8a25281bdf0c3490ecef8b914f 100644 --- a/Geo/gmshEdge.h +++ b/Geo/gmshEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshFace.cpp b/Geo/gmshFace.cpp index 82700b5276ba026294a1fc58e6c5333e5700ebd5..75eac7757911d4297f9393fc3e9db36d50ae95bc 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h index 59a368be3e6870111e8ef91913e45191f0088f1f..56b794f3ca22bf425d167fa3e09c992372454b3f 100644 --- a/Geo/gmshFace.h +++ b/Geo/gmshFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshLevelset.h b/Geo/gmshLevelset.h index 6dc84c642727bd899d978f736fce9855aa27d84b..96c71e39b6cf43dc768b02e70e1868b933926bc7 100644 --- a/Geo/gmshLevelset.h +++ b/Geo/gmshLevelset.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshRegion.cpp b/Geo/gmshRegion.cpp index a67897b8ec72dd99e0a5fb01594866369d99112c..5ff7c218fda169a75bc6b48b43b11f3597a8004c 100644 --- a/Geo/gmshRegion.cpp +++ b/Geo/gmshRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshRegion.h b/Geo/gmshRegion.h index 5274d418951ba961c860e6e1413dff77036b4ebb..c851ef890d8213ddc1263f675cf8c3a11aacf6bc 100644 --- a/Geo/gmshRegion.h +++ b/Geo/gmshRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshSurface.cpp b/Geo/gmshSurface.cpp index 34faf614e2f77e8c555311faff22693341915865..489127f60fa72946e5d32ca88c95b0a79c5a0b2f 100644 --- a/Geo/gmshSurface.cpp +++ b/Geo/gmshSurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshSurface.h b/Geo/gmshSurface.h index d7d20c95488138decab098aaaefea509a0ea117d..05cefbdc4340aaa9bf06688848a5f6d2ff710a78 100644 --- a/Geo/gmshSurface.h +++ b/Geo/gmshSurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshVertex.cpp b/Geo/gmshVertex.cpp index c2c911dfd6aab935c777dfbc57cbfb001db0cfc6..713992cc780ed3bdc69688b069903318ad96543b 100644 --- a/Geo/gmshVertex.cpp +++ b/Geo/gmshVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/gmshVertex.h b/Geo/gmshVertex.h index fcb3774c4facc3b278f23be3d94e02a584716148..3a835cbaeedf7a42846a763b93b31330e8b56e42 100644 --- a/Geo/gmshVertex.h +++ b/Geo/gmshVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/partitionEdge.h b/Geo/partitionEdge.h index 87ff0a7fdd2f6a41da63a328a551e558e8ec2298..a8dfae55b6bdab275924e029f13921410ab92fd8 100644 --- a/Geo/partitionEdge.h +++ b/Geo/partitionEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/partitionFace.h b/Geo/partitionFace.h index 12bf04c747aad91011ac3c5e9740dbbe809818fe..85e89049ff8ec6d1f2b20871b35d20f750c33691 100644 --- a/Geo/partitionFace.h +++ b/Geo/partitionFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Geo/partitionVertex.h b/Geo/partitionVertex.h index a4c8eb9c3fdb76e9d51e5ed3317decff3a9b9cac..3f25db98ecb6dcedeb3fe42e89850f991546a5d1 100644 --- a/Geo/partitionVertex.h +++ b/Geo/partitionVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt index 6f35f444b828674b59441c5146ce7a9eb105154e..dda9f609f9ecb1a4efd0c3dea44124c11008a1ed 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Graphics/PixelBuffer.h b/Graphics/PixelBuffer.h index fe4390aff2d8a77aabe2d8e09545333646612a18..14e3d8b1886560916f40fb256d826466492959e2 100644 --- a/Graphics/PixelBuffer.h +++ b/Graphics/PixelBuffer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/ReadImg.cpp b/Graphics/ReadImg.cpp index 74c166c9ec4f64cc9583721fa880c8afa56a1ceb..8cb747cd5105c8502e104cd84c3e62e6fcfb31d3 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/ReadImg.h b/Graphics/ReadImg.h index 0cfbfcd3554f93aab8e13525c1f72b8892372cc4..016c6253ed89f836bd0ac4f732afdd3ae514a990 100644 --- a/Graphics/ReadImg.h +++ b/Graphics/ReadImg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawAxes.cpp b/Graphics/drawAxes.cpp index 6eeb80449013607fd2d8b086535f95eedafe61be..ae8092a3be9b19509f41060122f669570753ac23 100644 --- a/Graphics/drawAxes.cpp +++ b/Graphics/drawAxes.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index fd45d67146d28a200278c454b80fd81b4fa351a8..511df0c5dcf9f13015121b377d1ebd4d77018550 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawContext.h b/Graphics/drawContext.h index 4319b4f26c5c1987e77d8fcf953c2da6143f1875..e9c53c541feb83b3bbd6011216eb07ed299d0004 100644 --- a/Graphics/drawContext.h +++ b/Graphics/drawContext.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawGeom.cpp b/Graphics/drawGeom.cpp index a6505b0082cf9bdb86796a47ae8ba4ee6d9df3d0..f1ceaf793ebc7c7b7d59ad0aff43ba06fe39542d 100644 --- a/Graphics/drawGeom.cpp +++ b/Graphics/drawGeom.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawGlyph.cpp b/Graphics/drawGlyph.cpp index d0dabf889dfe9acf19a729985a0b504e9d9a2a20..7820468aac4802250b83d9dd240b521a59be08a5 100644 --- a/Graphics/drawGlyph.cpp +++ b/Graphics/drawGlyph.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawGraph2d.cpp b/Graphics/drawGraph2d.cpp index 6de51e9dc90f651d6f95b3a3475eb4cb522ad9d1..f910ca671ddcaccff3d345f2e3e996e4e4925e7e 100644 --- a/Graphics/drawGraph2d.cpp +++ b/Graphics/drawGraph2d.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawMesh.cpp b/Graphics/drawMesh.cpp index 156a46f871361f129bcea48c90ded2dd9d2e1d07..6846f727fcdc9c1dddfe2ac84cc1b7cffb7ee521 100644 --- a/Graphics/drawMesh.cpp +++ b/Graphics/drawMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawPost.cpp b/Graphics/drawPost.cpp index 6bfd8fd24d7dc227fb5c2e4a66ad71cda276811b..12aa1191b8c520db43c89337b976c83f5c92854a 100644 --- a/Graphics/drawPost.cpp +++ b/Graphics/drawPost.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/drawScales.cpp b/Graphics/drawScales.cpp index 142c36c455761a011423588ce49f5bdabea1ef0c..7c7d1c178cdb14592930ac0bb2c2e9068886e069 100644 --- a/Graphics/drawScales.cpp +++ b/Graphics/drawScales.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2gif.cpp b/Graphics/gl2gif.cpp index 3fdddc21f9c5ff38acdf75d9f74d9f8614401639..5ac0711ae47fba06159a30fc465fe831f290bc4e 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2gif.h b/Graphics/gl2gif.h index aeb60ba7fa4819d770eeb2d3040e1f64934b44b6..8cfc0d87ad356ba564f89fd2bee09cc3ace206fc 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 639beeefd05366f3dc8f96bec742ea136351e950..59af5e09fed854e0e4d2c6bc3b9413a031e8a12e 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2jpeg.h b/Graphics/gl2jpeg.h index 6ae61ae6c022283e28031bf461f24d3b352308ab..67988928e786ff21538a2082eacb8dea30d96dd1 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2png.cpp b/Graphics/gl2png.cpp index 52ea0584ea5056c2aa134db4a5362d5efe971c95..b53424be9e98ad740f6656021380eeab2fff6a23 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2png.h b/Graphics/gl2png.h index 3fcfba60b12e21fbe537b13cda5c1f03a021a2b8..c3de6531dce70fa0283a279010e6c1069a1ee759 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2ppm.cpp b/Graphics/gl2ppm.cpp index 0a52c5b753e759018ccf5af46518388beb3f894b..472cbaf675dee9a487a231561268736111732a8d 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index 7337293ad456194928102276713133ecd4a0d280..b63c34e757325fa719b60533449f22bb44ff1524 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2yuv.cpp b/Graphics/gl2yuv.cpp index 376fadd84b11f1e8679ba265da7fb1be75b1ff4f..7c64699cad4519f788eeb1b6f90a564599e00488 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Graphics/gl2yuv.h b/Graphics/gl2yuv.h index 9235d20f8ae8279575611c9d9801e189caf6c7cc..07d22f810458b1697fcac4ccb6b0e6da8a95f8d0 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/BDS.cpp b/Mesh/BDS.cpp index 232ffaeea7016fb1df85cb1a1cb8a22c7cc6e5ad..857ca25cd78e1331c4e71f4d1ab35c1740008253 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/BDS.h b/Mesh/BDS.h index c4a6297141fe168e7449a27669eebcc95f53687d..937a75d9efd97b7ed77270e7d2bbddc31ab445f2 100644 --- a/Mesh/BDS.h +++ b/Mesh/BDS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/BackgroundMesh.cpp b/Mesh/BackgroundMesh.cpp index 0087e967a32fb32152b239b9443804bdb518b584..657ca15d54af6809dbb85aca649f955d5a52bf1d 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/BackgroundMesh.h b/Mesh/BackgroundMesh.h index 2ad6f7faad43082e618af99d28fab403d45ffa8f..28194642cf6313f8300aae905bbe7496596d6907 100644 --- a/Mesh/BackgroundMesh.h +++ b/Mesh/BackgroundMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/BoundaryLayers.cpp b/Mesh/BoundaryLayers.cpp index 04c6b35e0010307462c77002d3ea6beac76f9cdb..094c6cb1fb3ab5f484dc3de612a674282e0bb6c5 100644 --- a/Mesh/BoundaryLayers.cpp +++ b/Mesh/BoundaryLayers.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/BoundaryLayers.h b/Mesh/BoundaryLayers.h index fcea36948be831a60b0f8584e925ecd4dc198489..8cbb592734d535d0beacc6a3e7c144eea0575e11 100644 --- a/Mesh/BoundaryLayers.h +++ b/Mesh/BoundaryLayers.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/CMakeLists.txt b/Mesh/CMakeLists.txt index fbfe13e397a71dd7878b7a582e31915011238c27..b49f985f36202be68c20d83d5d65be364b834bcc 100644 --- a/Mesh/CMakeLists.txt +++ b/Mesh/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp index 83281927023c3931255815c47a63e5b64a9a612a..f5267826c8fdc1fbd81408e4b03ab99173481f01 100644 --- a/Mesh/Field.cpp +++ b/Mesh/Field.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/Field.h b/Mesh/Field.h index 91b94348c6a0bf0fdaa7366ecedb48a3a22f65ec..c920d42bdffee2563dc7cac7435688caf8b303c7 100644 --- a/Mesh/Field.h +++ b/Mesh/Field.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index 25095a28e748c3bbb3f91dc6ee09c51360d08505..adfa37a20d1dec4cc05a71882ba6d38428c6f59d 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/Generator.h b/Mesh/Generator.h index b0c7fa6d83c5a8f8677e52af1cf900378120ca15..135b70c229d4e273d447416f889b58d171879672 100644 --- a/Mesh/Generator.h +++ b/Mesh/Generator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp index 5ab8d271dd9718be9b259b7130969ddc1b79b914..4399e427f1efbd31c699305319dfc18fea4aaba2 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/HighOrder.h b/Mesh/HighOrder.h index d0a6d0402a446f5045f289fe92241a66612a4601..075bb2b372fac681acbff34dbed8c2b19d66d3c1 100644 --- a/Mesh/HighOrder.h +++ b/Mesh/HighOrder.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/highOrderSmoother.cpp b/Mesh/highOrderSmoother.cpp index 683f3e5831f964f8454d04aec14c0133277b8939..94d016b437ea6dfb75912e8184e5dde6ae3a2bb7 100644 --- a/Mesh/highOrderSmoother.cpp +++ b/Mesh/highOrderSmoother.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/highOrderSmoother.h b/Mesh/highOrderSmoother.h index be8cf2f307e2b3236c8f22ae92c3324683a15bd1..b5949b558a1691e444a3c027191c30db7e67436e 100644 --- a/Mesh/highOrderSmoother.h +++ b/Mesh/highOrderSmoother.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp index b7d9e2b34947089382ed4b33c3c660e930bbfa96..da4ef33df77be7fa0c5905c2d53bb82a3de0e2aa 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGEdge.h b/Mesh/meshGEdge.h index 846c4c3e0a61c96547a0c60f52e87800f3be6dad..a07a0d1f50d31c8c2ac940e90468dc3bb3610e45 100644 --- a/Mesh/meshGEdge.h +++ b/Mesh/meshGEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGEdgeExtruded.cpp b/Mesh/meshGEdgeExtruded.cpp index 5711336f76f1d78c703ec2b5ddf6460797a7e3eb..7bac2545a2852fd5ce00e3d2f120d9c2d7d23873 100644 --- a/Mesh/meshGEdgeExtruded.cpp +++ b/Mesh/meshGEdgeExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index e7f86b426d4898c97d603fb07722b13faf9d9726..818fb7eed069e6279a80b1cffce89b54c0bb52be 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFace.h b/Mesh/meshGFace.h index 8ad467d261b40388d26acdfd3524abec7779b074..3ea931e09a526eb3932ad3f9a08d2c9491d4a7b2 100644 --- a/Mesh/meshGFace.h +++ b/Mesh/meshGFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceBDS.cpp b/Mesh/meshGFaceBDS.cpp index 46e239b73d392b4b240c9b0ce226e606242c7aaa..93194e0ba080dfe502f50d906fdb101672419a68 100644 --- a/Mesh/meshGFaceBDS.cpp +++ b/Mesh/meshGFaceBDS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceBDS.h b/Mesh/meshGFaceBDS.h index f07ad1fedb5d1df94cbbca293e9209eb85bc293d..ae55a24e6094957e886ff6e117b49ddb0405c478 100644 --- a/Mesh/meshGFaceBDS.h +++ b/Mesh/meshGFaceBDS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceDelaunayInsertion.cpp b/Mesh/meshGFaceDelaunayInsertion.cpp index c9465d80d2a5dcb2df502f781a0ec1b6e38bc02b..11c4d6a6e783313379c1b9d322744ea205540718 100644 --- a/Mesh/meshGFaceDelaunayInsertion.cpp +++ b/Mesh/meshGFaceDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceDelaunayInsertion.h b/Mesh/meshGFaceDelaunayInsertion.h index dd67d5a60dbae6a40865d3d3b9267d587bf02653..76731921a2c9ac479d2b5551497ae857ef9dcc3e 100644 --- a/Mesh/meshGFaceDelaunayInsertion.h +++ b/Mesh/meshGFaceDelaunayInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceExtruded.cpp b/Mesh/meshGFaceExtruded.cpp index a5838abd3b73aad433f3d4dffeff0945bd787c68..780b408e4d2bbe38745db8779eec8c38f498f7eb 100644 --- a/Mesh/meshGFaceExtruded.cpp +++ b/Mesh/meshGFaceExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceOptimize.cpp b/Mesh/meshGFaceOptimize.cpp index e243ab3f295ced35686b656a6ae311a79402951d..0cefd31171b45f0409d1cd31ad23557046fc9b4f 100644 --- a/Mesh/meshGFaceOptimize.cpp +++ b/Mesh/meshGFaceOptimize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceOptimize.h b/Mesh/meshGFaceOptimize.h index 539e7abc80934c388301858cee2a0d12858157fa..92e91df7be1fb5d88876a7f2816a8cba4818f139 100644 --- a/Mesh/meshGFaceOptimize.h +++ b/Mesh/meshGFaceOptimize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceQuadrilateralize.cpp b/Mesh/meshGFaceQuadrilateralize.cpp index 331d03afd78d8b6c3b6ab7ec46fcd5486139e3e3..5ddd9fae26d0890d43c01a601bce6169444a92da 100644 --- a/Mesh/meshGFaceQuadrilateralize.cpp +++ b/Mesh/meshGFaceQuadrilateralize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceQuadrilateralize.h b/Mesh/meshGFaceQuadrilateralize.h index 9975d7f663c48e522646ac6b3791595f81707cbd..99afc2d6fec746b5768a66de717e09489db29da1 100644 --- a/Mesh/meshGFaceQuadrilateralize.h +++ b/Mesh/meshGFaceQuadrilateralize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGFaceTransfinite.cpp b/Mesh/meshGFaceTransfinite.cpp index e2e9579625edd407bd04fe52330b6c46bd3d6abd..1116add0013a49b3a03e5bdc0c51e3ee8766ab3d 100644 --- a/Mesh/meshGFaceTransfinite.cpp +++ b/Mesh/meshGFaceTransfinite.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp index 5b868d4e245aa0746762d8014fb760e1d8e4aca2..073ba271cfd371995230d832196b6c2bc94ee47e 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegion.h b/Mesh/meshGRegion.h index 134ae0374710ce18607072bff6b6a79d99136237..912975d351aa3b57d8d9d6e735f77fa943476892 100644 --- a/Mesh/meshGRegion.h +++ b/Mesh/meshGRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegionCarveHole.cpp b/Mesh/meshGRegionCarveHole.cpp index f6d24e9ab188d63430a21363cd334dca0ade55f5..837ed08ffef465fb7169c380bbacfb2d092c4fe2 100644 --- a/Mesh/meshGRegionCarveHole.cpp +++ b/Mesh/meshGRegionCarveHole.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegionDelaunayInsertion.cpp b/Mesh/meshGRegionDelaunayInsertion.cpp index 1bcbfe3e233db7d0f92b170f9cfaa8d912998dfe..30bcadb63b0401e2000349ac6a475ca9e282e10f 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegionDelaunayInsertion.h b/Mesh/meshGRegionDelaunayInsertion.h index 3fa4b4476e529afc9c6d8bc19971a14de75e287b..1c23b284ebe9f943ac2894a29e0958fd2210721a 100644 --- a/Mesh/meshGRegionDelaunayInsertion.h +++ b/Mesh/meshGRegionDelaunayInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegionExtruded.cpp b/Mesh/meshGRegionExtruded.cpp index 365ca48b0a41c04733b5eeaeea530872f3ef5387..3aaea62fd7d9b43b8e756f336f5eb4085a0d51e0 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegionLocalMeshMod.cpp b/Mesh/meshGRegionLocalMeshMod.cpp index cf727618293313f298681d340d7f0a8f0fbb4e22..5128bb5923b04232162234d9125735f96620d583 100644 --- a/Mesh/meshGRegionLocalMeshMod.cpp +++ b/Mesh/meshGRegionLocalMeshMod.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegionLocalMeshMod.h b/Mesh/meshGRegionLocalMeshMod.h index 55744e64e17069c0ec1fa68ebc3aec5cd4cdbe31..3672cf3ba4069b105c3e1f3171c1f17b32f6cb43 100644 --- a/Mesh/meshGRegionLocalMeshMod.h +++ b/Mesh/meshGRegionLocalMeshMod.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshGRegionTransfinite.cpp b/Mesh/meshGRegionTransfinite.cpp index 8a299fadd1ccd6120b88ffc52d09e52470ee4d94..b63b4a986e1e3490b45a9843280076154994a128 100644 --- a/Mesh/meshGRegionTransfinite.cpp +++ b/Mesh/meshGRegionTransfinite.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshPartition.cpp b/Mesh/meshPartition.cpp index 07bf7b47880ee7c999b25fefd4500aa94b7f3aeb..16f893a6c964922424225aff2b78905417ab74f8 100644 --- a/Mesh/meshPartition.cpp +++ b/Mesh/meshPartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshPartition.h b/Mesh/meshPartition.h index 240e9e4b50330e8b7523f97b97922875cf86b5b6..64cba3c6cb3d31a44c7dc080517d0b2a10daaf84 100644 --- a/Mesh/meshPartition.h +++ b/Mesh/meshPartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshPartitionObjects.h b/Mesh/meshPartitionObjects.h index 1822ed37aa98a8d3d2f04996fb5d831fb4b3be85..b721ac1e27ca609437041acdc734afd49bdee2ca 100644 --- a/Mesh/meshPartitionObjects.h +++ b/Mesh/meshPartitionObjects.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshPartitionOptions.h b/Mesh/meshPartitionOptions.h index 12f78efa7c6669778caaf05fff6fd835b9e36e5b..d4f73da384dcf2217ab964a63d6d7394fe9a7550 100644 --- a/Mesh/meshPartitionOptions.h +++ b/Mesh/meshPartitionOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/meshRefine.cpp b/Mesh/meshRefine.cpp index 21d654aed1877b422d97fc51f2b345adfb4b2b94..d9b21c12aa4fbf1bfa2285048c512abaedf104cd 100644 --- a/Mesh/meshRefine.cpp +++ b/Mesh/meshRefine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/multiscalePartition.h b/Mesh/multiscalePartition.h index e21b8fb8d72d3678a5c9f5a4e8ef47e7ffcbf787..15c4cecfa06a1632f63a622935646cb84cbe0e7e 100644 --- a/Mesh/multiscalePartition.h +++ b/Mesh/multiscalePartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/qualityMeasures.cpp b/Mesh/qualityMeasures.cpp index bfa40d89bcee95db49b0c4f37841fef72bfb257c..b40307e9f0f5e7de3f8a61d5b2d9d6df16508554 100644 --- a/Mesh/qualityMeasures.cpp +++ b/Mesh/qualityMeasures.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Mesh/qualityMeasures.h b/Mesh/qualityMeasures.h index 16be388eb13f252438e1a1a72d5cb3410491412a..54dba3ff3b2409cce61a10dcf133b5a30aca233c 100644 --- a/Mesh/qualityMeasures.h +++ b/Mesh/qualityMeasures.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/CMakeLists.txt b/Numeric/CMakeLists.txt index e2e2451b4daa8854655f3f1acb07b7ac059b9ffc..f3ffff1f5e9822714f3e3a664de9838f25f1e648 100644 --- a/Numeric/CMakeLists.txt +++ b/Numeric/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Numeric/DivideAndConquer.cpp b/Numeric/DivideAndConquer.cpp index 73504e2784887a5795852fc29d9da986b93a6cc7..3f79f9ef02dba2ffaf6c5eb771bf56995c184ad5 100644 --- a/Numeric/DivideAndConquer.cpp +++ b/Numeric/DivideAndConquer.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/DivideAndConquer.h b/Numeric/DivideAndConquer.h index a94c0b5b0a054bdcc4036bca3243d3fe7a74a78f..5f23ab104773420f66f624fabac294b9fcb935c9 100644 --- a/Numeric/DivideAndConquer.h +++ b/Numeric/DivideAndConquer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/Gauss.h b/Numeric/Gauss.h index 85a8e1024052f08e780c56d3f00b0e67e3419515..6958223b65467d1fc3e65d74f7ed6cbfad64676c 100644 --- a/Numeric/Gauss.h +++ b/Numeric/Gauss.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/GaussLegendre1D.h b/Numeric/GaussLegendre1D.h index 01d47b6b585775033979f2217b0018938e3fa53c..482c0c25cf0879a0c69cabeedd57ab231c620de8 100644 --- a/Numeric/GaussLegendre1D.h +++ b/Numeric/GaussLegendre1D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/GaussLegendreSimplex.cpp b/Numeric/GaussLegendreSimplex.cpp index 65672ee7718c87299965adad12e6c3a66e51b55e..30bcc7bb6664b86428fbba3d6a9d25491f46e8a8 100644 --- a/Numeric/GaussLegendreSimplex.cpp +++ b/Numeric/GaussLegendreSimplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/GaussQuadratureHex.cpp b/Numeric/GaussQuadratureHex.cpp index 9cf9205d43f5adf8bf0bc9199d785c93b177c606..5d2c4fee1a9b96e45af8654f87e956acd623dbd6 100644 --- a/Numeric/GaussQuadratureHex.cpp +++ b/Numeric/GaussQuadratureHex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/GaussQuadratureLin.cpp b/Numeric/GaussQuadratureLin.cpp index 2d473e0b1e0f63c21d877d5d622b254e75433ae1..13c056136fba0c7777a244dab0dc70e529ff1e8c 100644 --- a/Numeric/GaussQuadratureLin.cpp +++ b/Numeric/GaussQuadratureLin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/GaussQuadratureQuad.cpp b/Numeric/GaussQuadratureQuad.cpp index 7547a0ecc780b518871470bc0980a6590e46cb73..20b0b5aee34380bbfd4c6ba74635a217a5f5dae4 100644 --- a/Numeric/GaussQuadratureQuad.cpp +++ b/Numeric/GaussQuadratureQuad.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/GaussQuadratureTet.cpp b/Numeric/GaussQuadratureTet.cpp index 0d01575a753aa09cd58cc2f2bd0317c34816f55e..750897dba51103564bdcac58bec69279ed01cccd 100644 --- a/Numeric/GaussQuadratureTet.cpp +++ b/Numeric/GaussQuadratureTet.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/GaussQuadratureTri.cpp b/Numeric/GaussQuadratureTri.cpp index 586dd01f553d75b9699017cb9ea709f39437b911..123ea365b25cfbb83e7699b7460cabe097ab15ec 100644 --- a/Numeric/GaussQuadratureTri.cpp +++ b/Numeric/GaussQuadratureTri.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/Iso.cpp b/Numeric/Iso.cpp index bc763ee4e710900d56f71d230fa4ce555bc618e0..719bcee9fd250d340bc02422a40ae45a799e6309 100644 --- a/Numeric/Iso.cpp +++ b/Numeric/Iso.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/Iso.h b/Numeric/Iso.h index e580e5a2fa11b765423407269a5a8ee6a6dd802c..11560e6a4f0c105f87026e406c6cb62c9369aac1 100644 --- a/Numeric/Iso.h +++ b/Numeric/Iso.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/Numeric.cpp b/Numeric/Numeric.cpp index f60a0e713b93b5dfe0ab3828da036c5d6d64fbae..70ec4ba66228dcd37f63dc10a9dd11b102cca838 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/Numeric.h b/Numeric/Numeric.h index 726f9c6ed526977ed39e112d765776930482d89b..631683a9c04b2e4d7653981aedd76c84923fd604 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/fullMatrix.cpp b/Numeric/fullMatrix.cpp index e799a67efaeb044bd7b9bc4fb67d6ed60e44d4cc..97f7a42375105eca659dc3d571d0fc0537317a35 100644 --- a/Numeric/fullMatrix.cpp +++ b/Numeric/fullMatrix.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/fullMatrix.h b/Numeric/fullMatrix.h index a159613bffe40a12b1fbb08e723e46af27e034a2..49e91e46b430fca1c5968db6770fa1ada50bfe24 100644 --- a/Numeric/fullMatrix.h +++ b/Numeric/fullMatrix.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/mathEvaluator.cpp b/Numeric/mathEvaluator.cpp index e00ad3db8c0b597f6d56a2f2bf2bf9ecce79a9a4..1b22d4aae5357507df28ceaf0d6eaec847216da4 100644 --- a/Numeric/mathEvaluator.cpp +++ b/Numeric/mathEvaluator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/mathEvaluator.h b/Numeric/mathEvaluator.h index b0816de6cc7ac4cf2762d7f0d89d230dc848aeb6..ee636bca89cbdfc833b9295f5adf324033e640df 100644 --- a/Numeric/mathEvaluator.h +++ b/Numeric/mathEvaluator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/polynomialBasis.cpp b/Numeric/polynomialBasis.cpp index 15c512c124a2bfd69400c91872ffdbd4a6360eea..2ddea17fc75fcea4524db2147ee4a17405131c36 100644 --- a/Numeric/polynomialBasis.cpp +++ b/Numeric/polynomialBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/polynomialBasis.h b/Numeric/polynomialBasis.h index 215bb6cd57eb32529ca963031c0857b5be3b57f8..1c2f84ef4a552276e32a71600e5116ede164a2c5 100644 --- a/Numeric/polynomialBasis.h +++ b/Numeric/polynomialBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/robustPredicates.h b/Numeric/robustPredicates.h index bee589708f87e92a857fb0fc20b6efb06cc92493..688fac25fb7cfa3a673f7296da2721fbff47fcf5 100644 --- a/Numeric/robustPredicates.h +++ b/Numeric/robustPredicates.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Numeric/simpleFunction.h b/Numeric/simpleFunction.h index ecd2e520fe9f4678647b63401012147aad305e26..71df5b7afb35a0a31934104848a323be4ae7a3de 100644 --- a/Numeric/simpleFunction.h +++ b/Numeric/simpleFunction.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Parser/CMakeLists.txt b/Parser/CMakeLists.txt index 2e5eb53a6e4d668db088577a7cfbaba0a9ed55c6..fee863d6ab5c742b673504edd80647b2f5e93e58 100644 --- a/Parser/CMakeLists.txt +++ b/Parser/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Parser/FunctionManager.cpp b/Parser/FunctionManager.cpp index 5b6b8a76ea6b9836f526c52b4ce7720bcc4611b4..2db58d9acb65fc7ff3b91ad0a3d9a0a67a5d4e2e 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 7c1ae6b29cd46a798c6af6c0d8acfd9d58d9c830..bad265d8e85fbd3efe307f8b05147f66f48e2b02 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index 6523956dea5c37bd2744a97a793b8cd3a4056640..dd6e0cdbfb2fb4ee925710041e046981e55d7e7f 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,5 +1,5 @@ %{ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index c81e9ce231c5862b45a52f877e999760d2127b80..79af15834df23c747612d59a16a404027741b5c4 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -338,7 +338,7 @@ /* Copy the first part of user declarations. */ #line 1 "Gmsh.y" -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index 28b904abacbb0e8145401a4388f1e31bb827b6f2..4aa09c6a8f61f454c450ee2bf74c56ac99406c5c 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,5 +1,5 @@ %{ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index abb57f38cd569844f77a5479dc0dd3de1eb3b258..8dd9c8f32f7af5e0b2843b8c9b98011c4b417f77 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -865,7 +865,7 @@ int gmsh_yy_flex_debug = 0; char *gmsh_yytext; #line 1 "Gmsh.l" #line 2 "Gmsh.l" -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Parser/Parser.h b/Parser/Parser.h index b21a109b6f49f5215686a8b2fa12312a10e4a6e2..0cea95fbd3fa067138875f17c1d014c4eb05d12b 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp index a334a0ec302bdfb496c016965c27765d60ae9bfe..66146812334dfbd1115137493d1b766388d80929 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Annotate.h b/Plugin/Annotate.h index c893d213b2c873c0d996e5dd63b7e4be075abd2b..4c0bad10109d2fc3af6a7f9192ca6e83bacfba1c 100644 --- a/Plugin/Annotate.h +++ b/Plugin/Annotate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt index abecb98ce27db775d13d0bf795895bd63c018d27..797ca59a77b2aa3ad9077956ced72c7ee9eeba9d 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Plugin/Curl.cpp b/Plugin/Curl.cpp index 07fd28f7dc50e65376b94429fd7ab75e4e0c8028..1cb8a54e684c6f8f72619a580dbeb79e6987f96d 100644 --- a/Plugin/Curl.cpp +++ b/Plugin/Curl.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Curl.h b/Plugin/Curl.h index 1306509df23553099f82853a5d0856a4c9c673f5..5a10f7ed176b24936325eeb95d223d8a9a743393 100644 --- a/Plugin/Curl.h +++ b/Plugin/Curl.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CutGrid.cpp b/Plugin/CutGrid.cpp index 8095ed22596ddcad917992820b0c74eac944097a..61417da26403c0e55899b81f7d4bfb06293c90c3 100644 --- a/Plugin/CutGrid.cpp +++ b/Plugin/CutGrid.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CutGrid.h b/Plugin/CutGrid.h index a8613baff429cdcf44df3a453cb10add224ec16f..3e322737c1e3f666749721474049e0e2865bf8c4 100644 --- a/Plugin/CutGrid.h +++ b/Plugin/CutGrid.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CutParametric.cpp b/Plugin/CutParametric.cpp index 9a578145ed9a5df4ba16568d46e481b9ca4378ad..584ac0d2663f7f41bdf28de3661238a716bd9cdc 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CutParametric.h b/Plugin/CutParametric.h index e99666322de087451650208bd59c17b6dff78aa1..1f1a8620ab98c92bd576f53bc61e712da4561cd8 100644 --- a/Plugin/CutParametric.h +++ b/Plugin/CutParametric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp index 46b4bae10cd49a745a2c8e8c37a100ec49254b0b..e8b1376606ee350aa053c9f0a586ff81c47a1cad 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CutPlane.h b/Plugin/CutPlane.h index 778b3e47a546156c73584a0d052cedcc0867fa29..9ca821e2e56e0540fb60636fe55b48a0b8f3b8ec 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp index f508d6a2c83d76e4221b13018c9fe7fb7ee0a4d7..f3aa1f40afc2477336c5ea0ec7769d6d917b03de 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/CutSphere.h b/Plugin/CutSphere.h index 458c4646244ac31612968c35523d5748092ffccf..0ef85f2d47417a9810b60b5810cf8ce6f2b11fd6 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Divergence.cpp b/Plugin/Divergence.cpp index 3e25d5ff290e367e20b047a2c01006c38e3eb142..f5bba54163dc6eb237ffd1cc08b9d59cec6fee3c 100644 --- a/Plugin/Divergence.cpp +++ b/Plugin/Divergence.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Divergence.h b/Plugin/Divergence.h index d5b8fc87652815503d3739c41a7cfd8738c4c592..ef6f381317d9f6c8066123404413df82f97c345e 100644 --- a/Plugin/Divergence.h +++ b/Plugin/Divergence.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Eigenvalues.cpp b/Plugin/Eigenvalues.cpp index 93c86bdd467799f7d952793e667ee8ac987abc08..338aaf20a2a730de771c2712bf189b3fb008765c 100644 --- a/Plugin/Eigenvalues.cpp +++ b/Plugin/Eigenvalues.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Eigenvalues.h b/Plugin/Eigenvalues.h index ad2e4603c2f6bb848600bbc9af4ed786c4d761fd..7c71996c8acc7123594e0f62aca22e5028a424e3 100644 --- a/Plugin/Eigenvalues.h +++ b/Plugin/Eigenvalues.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Eigenvectors.cpp b/Plugin/Eigenvectors.cpp index 233ee1cd8f16c65fcfa2663c56b0e4e2d4c6c27c..89024b48b3b612c3a46d0cf8b8215bf9acd82e57 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Eigenvectors.h b/Plugin/Eigenvectors.h index 7a9c4e361bd271cabd40473caa220cef3d85ed54..ec8dc20d78020c2bdb4547c5c4685301f0b5f4f0 100644 --- a/Plugin/Eigenvectors.h +++ b/Plugin/Eigenvectors.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/ExtractElements.cpp b/Plugin/ExtractElements.cpp index 03ee45b901561e8390d6e16c116f33b36ed8fd9f..04f2e02cccb82bb644272594f8e28dfc6a5bc102 100644 --- a/Plugin/ExtractElements.cpp +++ b/Plugin/ExtractElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/ExtractElements.h b/Plugin/ExtractElements.h index 1d1405bed3b00b2b58f1bb4c9ea86f2f0dc5f526..a735cc5d8f977a6d25059a99107b4838758d6d8c 100644 --- a/Plugin/ExtractElements.h +++ b/Plugin/ExtractElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/GSHHS.h b/Plugin/GSHHS.h index e5f0313902341a450ece6d67fd3bf8cfb7d28b56..aa5b5f4705fc3ffbd99f5562d16b297623e18619 100644 --- a/Plugin/GSHHS.h +++ b/Plugin/GSHHS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Gradient.cpp b/Plugin/Gradient.cpp index 8a81248f8d269bd1d5ffbbf1415312c6852e83c3..b4abd40deeb5917489dc07fb84ec7b93b16b006d 100644 --- a/Plugin/Gradient.cpp +++ b/Plugin/Gradient.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Gradient.h b/Plugin/Gradient.h index fe556c09049dc7f4413a9d025c833983acf97a64..abaced418aec2cd8b7c75f65fb78404cfcced83e 100644 --- a/Plugin/Gradient.h +++ b/Plugin/Gradient.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/HarmonicToTime.cpp b/Plugin/HarmonicToTime.cpp index 898bd81ec5dfb6f59529bed6483982e5c4e465b9..77756ae980eda1dc5f85113fa8d3a97f29925dcd 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/HarmonicToTime.h b/Plugin/HarmonicToTime.h index 5bbb7324273d9a0bb24f2c3f60bb9bec92fefca2..4d6c85a4605f7f191c9e29cb5380f8a209511a0b 100644 --- a/Plugin/HarmonicToTime.h +++ b/Plugin/HarmonicToTime.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/HomologyComputation.cpp b/Plugin/HomologyComputation.cpp index ae2e47583c8b041119268cd6955a4eea75e6b7ff..092ef7f0856af3fcb710c91e0860818973dda34e 100644 --- a/Plugin/HomologyComputation.cpp +++ b/Plugin/HomologyComputation.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/HomologyComputation.h b/Plugin/HomologyComputation.h index 3029ff0fc3d81f94690b59500304bbf071151532..ad4b826d39b6cca95687083d3448a580b048cb92 100644 --- a/Plugin/HomologyComputation.h +++ b/Plugin/HomologyComputation.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Integrate.cpp b/Plugin/Integrate.cpp index f2eb2d8cd5c23d82082e09bfd702410cc117c2c0..448e815cdd11247b66d8c90d435c58aca49bcb40 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Integrate.h b/Plugin/Integrate.h index 8b163e92ec20a718c7ae8038a119a2632afc2aac..486221d89fa3ed3963ae01aa7c413cdc43343564 100644 --- a/Plugin/Integrate.h +++ b/Plugin/Integrate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Isosurface.cpp b/Plugin/Isosurface.cpp index 82c3cc6b5134df1d1e2646ed1075b99a598dd00c..9198ee933169e19f78bf4b51def54321958c10a1 100644 --- a/Plugin/Isosurface.cpp +++ b/Plugin/Isosurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Isosurface.h b/Plugin/Isosurface.h index 86dfeeac2e0003f96caf4e4d95af09dfe84d7fc5..174a177208b2b081f90299e59bd8d266daf6a6cf 100644 --- a/Plugin/Isosurface.h +++ b/Plugin/Isosurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Lambda2.cpp b/Plugin/Lambda2.cpp index 26f9e5d6c2d4282fad17042ab7f9aab0c221a31e..647263c06863eb0d5088bcbb36e5a9cff8170d76 100644 --- a/Plugin/Lambda2.cpp +++ b/Plugin/Lambda2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Lambda2.h b/Plugin/Lambda2.h index 8c97ba6fbb5a8fd2c414dd6b7306bec9c195fac4..38031da8456899a0456af1e746fbad82329d8fe0 100644 --- a/Plugin/Lambda2.h +++ b/Plugin/Lambda2.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Levelset.cpp b/Plugin/Levelset.cpp index b6138d9abf36dbae9464dea69e79552308947bd9..d1473c8ef7dbd7d7aba394f05f8b8ef59d771c12 100644 --- a/Plugin/Levelset.cpp +++ b/Plugin/Levelset.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Levelset.h b/Plugin/Levelset.h index f697d93a470fa77f42782448a38287fe99b662e7..07b52e9d3e06577ebc253d260797ddcccac84818 100644 --- a/Plugin/Levelset.h +++ b/Plugin/Levelset.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/LongitudeLatitude.cpp b/Plugin/LongitudeLatitude.cpp index d1cec43b5128946f9541b232fa5eb0b1957b1986..d372a43c40dbe9feef35f632b5d52aad3f8f179d 100644 --- a/Plugin/LongitudeLatitude.cpp +++ b/Plugin/LongitudeLatitude.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/LongitudeLatitude.h b/Plugin/LongitudeLatitude.h index f5c34751f7cc673933cf5cb2ae0f96023509227e..328b896d97994532f56d381a0469ddc657779573 100644 --- a/Plugin/LongitudeLatitude.h +++ b/Plugin/LongitudeLatitude.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/MakeSimplex.cpp b/Plugin/MakeSimplex.cpp index 9ed7b6c22e6ea3bd259a282961e30729a1cbdd7a..6934d3635932994a5cab35d5d2a118c1658e597f 100644 --- a/Plugin/MakeSimplex.cpp +++ b/Plugin/MakeSimplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/MakeSimplex.h b/Plugin/MakeSimplex.h index a030ef19b1e0781c6a11d58f1eacdb20fd223a9a..4d851f361240badbb8ade4d8787165c67f551449 100644 --- a/Plugin/MakeSimplex.h +++ b/Plugin/MakeSimplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/MathEval.cpp b/Plugin/MathEval.cpp index 51d6f129e900dc9aee43253db00c5b8889f1c72f..7b2a5a6d21eb5112a84943ad1be7e2207173613f 100644 --- a/Plugin/MathEval.cpp +++ b/Plugin/MathEval.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/MathEval.h b/Plugin/MathEval.h index 3a46e979fb6417b1dbd43dfb79b685f7a4f9c829..df6ff53695aa376e8b75d86415d539bab9f70aa0 100644 --- a/Plugin/MathEval.h +++ b/Plugin/MathEval.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/ModifyComponent.cpp b/Plugin/ModifyComponent.cpp index feebece23bad47658eb5b47dfdd6d797d8d4579a..632b3a05940b1bbee2852fa1c4b8ad3aeca75096 100644 --- a/Plugin/ModifyComponent.cpp +++ b/Plugin/ModifyComponent.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/ModifyComponent.h b/Plugin/ModifyComponent.h index fbea63668456b0c427faed49e5b44e636c5ee20e..30040c5a214ff79be2350dee2e248f6b4c1518bb 100644 --- a/Plugin/ModifyComponent.h +++ b/Plugin/ModifyComponent.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/ModulusPhase.cpp b/Plugin/ModulusPhase.cpp index fe65afb022ca5f69604247914fa726de8984aa88..d371ece4a5b8c09ea08892e24624a36f3856e007 100644 --- a/Plugin/ModulusPhase.cpp +++ b/Plugin/ModulusPhase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/ModulusPhase.h b/Plugin/ModulusPhase.h index dee8dfcb5800a6e1b9839dc86d25c529821669ad..55ff010f7ca23cd4b55142e580b67f01a8e048c8 100644 --- a/Plugin/ModulusPhase.h +++ b/Plugin/ModulusPhase.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Particles.cpp b/Plugin/Particles.cpp index a4c0920c5d4a5dba2144f71c7e0a7aae9be4ac50..21bfa752eee46b5dc41d4265acff7ee7a5814e3a 100644 --- a/Plugin/Particles.cpp +++ b/Plugin/Particles.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Particles.h b/Plugin/Particles.h index 15a41a16443d34b005804b2a5401d6a26a7e38df..bb754e8e98d6a4a0bbb6b95966a71d87ec7d6b46 100644 --- a/Plugin/Particles.h +++ b/Plugin/Particles.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp index 273761625a53fee50c70284b918ed4bc7bdd1be7..8c0fc5b3c7b961cf43abdf73d581663c8cbcf64b 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index e5e38a80a738587b485a26126d466baf698545fd..455c1e204f39c2f5043d2aa812f6f3ab4fc13285 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/PluginManager.cpp b/Plugin/PluginManager.cpp index d985e428fd54267219150a8d6d694ce6bd100cd8..17c2e423cdfc1797ad5e00e500915cbb4363bf38 100644 --- a/Plugin/PluginManager.cpp +++ b/Plugin/PluginManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/PluginManager.h b/Plugin/PluginManager.h index 6504545408b484ae3aa214fe156e1d24521df4b7..a5476c0ad0fbf55bf02e8d889c5bb93155eb7fd8 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Probe.cpp b/Plugin/Probe.cpp index 93119e7b3a35bb3d48b584195b9d1d2ee90b8e54..4655beda2f80c8d9c2b348f16c9acf49c2d8f46d 100644 --- a/Plugin/Probe.cpp +++ b/Plugin/Probe.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Probe.h b/Plugin/Probe.h index 6287a585cc76d5e8b9758c5a7165f08a12d9f329..cd40cd035ff44c1147a700c971c6037a96852a93 100644 --- a/Plugin/Probe.h +++ b/Plugin/Probe.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Remove.cpp b/Plugin/Remove.cpp index 88b6b9ac04b1e9e6428f497589015d1ef376dc4a..6290345f7532f4800b2a2615bd4d281180141c3a 100644 --- a/Plugin/Remove.cpp +++ b/Plugin/Remove.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Remove.h b/Plugin/Remove.h index bfb79e1578d6c84a8e9fac7f86021fedb3fb02d1..52aaeb0fcd1bc80e06908f4adb750b832fda0612 100644 --- a/Plugin/Remove.h +++ b/Plugin/Remove.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Skin.cpp b/Plugin/Skin.cpp index 82582c8a0d39d27f4b0b688c0587c9a09882e38e..d439560d4a337d864d9176c5f95605c9c569a4ee 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Skin.h b/Plugin/Skin.h index 14568aa84560574b4f1a8737b30826daed0d4406..6869cea7e3edf0a672a3afba9e94f193156d07f5 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Smooth.cpp b/Plugin/Smooth.cpp index e325c4f63faeff75abf3e0d939b5ea554e71dc12..2c14d554713d6a0e60df20c77b2133d81551518d 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h index 2deefe37b3bfde231873d2100399a526413a6fc2..2c04b91d2a2dce7474883fc57e05b91a0890c4f3 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/SphericalRaise.cpp b/Plugin/SphericalRaise.cpp index 926732dee75bf621ae65f50bb2cb155c43a286fc..4bfc578a9e37fb5802b604112b517cdb34c17f3e 100644 --- a/Plugin/SphericalRaise.cpp +++ b/Plugin/SphericalRaise.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/SphericalRaise.h b/Plugin/SphericalRaise.h index 6070e7b3759423eb3e927759c8482424d910707a..ce1ec0f17c4e4c3006d9c2c1e2e429e04979e50f 100644 --- a/Plugin/SphericalRaise.h +++ b/Plugin/SphericalRaise.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/StreamLines.cpp b/Plugin/StreamLines.cpp index f78b7e24585f6b15f04240add1177e9ceb492edd..865d6299106f2b69a51c512b1c88b283f5219e54 100644 --- a/Plugin/StreamLines.cpp +++ b/Plugin/StreamLines.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/StreamLines.h b/Plugin/StreamLines.h index 2d1b0db967ef22aa8ff4fe2b5fe84a0c2cda3caa..a02042b541cda259a06c06b79ce3a77bede7b1a3 100644 --- a/Plugin/StreamLines.h +++ b/Plugin/StreamLines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Tetrahedralize.cpp b/Plugin/Tetrahedralize.cpp index ec8c855e6fe6789fe7073dbf277be9e828688ec5..90bc73ab9a70ea6b62225b17d553bf729c08cb56 100644 --- a/Plugin/Tetrahedralize.cpp +++ b/Plugin/Tetrahedralize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Tetrahedralize.h b/Plugin/Tetrahedralize.h index 527913b7c212fcddf1af1e83c04cfb5387c71cf6..a1a586dc2954b3c974f2b72213b4879bb84d98a8 100644 --- a/Plugin/Tetrahedralize.h +++ b/Plugin/Tetrahedralize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index 5314823ebae78f6f77651c459586cd31a6523d49..810dc2142b86c5890b9f0cc151685a5a40e430cc 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Transform.h b/Plugin/Transform.h index 123a61d06f62c818c18d726ea67fe9ba81d00589..0561a20dfea2484fd098dae5be7e01fea3144602 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Triangulate.cpp b/Plugin/Triangulate.cpp index fdc1494d235c500a940a2759732dd04a004674d0..3f69ab34c2f9670c7a538a6fe0ee063359f1552f 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Triangulate.h b/Plugin/Triangulate.h index 6fed20fe2eb440487587c95057713220499f319b..6010e90231327e7152966e43d365374501b49d62 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Warp.cpp b/Plugin/Warp.cpp index 0c060ad3cbfd4830957970cd376fe31a12eb6efa..d80732283b28ae51b347e7061d5273b7dfd59257 100644 --- a/Plugin/Warp.cpp +++ b/Plugin/Warp.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Plugin/Warp.h b/Plugin/Warp.h index e2862a4c8eee69c3c04995ecf1a0c4fa5e652e04..bba712c2fd737a52c7697f0884a683c06c57a16c 100644 --- a/Plugin/Warp.h +++ b/Plugin/Warp.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/CMakeLists.txt b/Post/CMakeLists.txt index dd9254bf0b2fb195ce4a5dd3a5a25ec33551c786..eaf012a37821de65f73af51acf456e57f2c21b07 100644 --- a/Post/CMakeLists.txt +++ b/Post/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Post/ColorTable.cpp b/Post/ColorTable.cpp index a89e37fece7b630746bbbb4fa9aa576cc96ead5c..04d1dd86f546563b5f7aad843bb0a204f12cf0ff 100644 --- a/Post/ColorTable.cpp +++ b/Post/ColorTable.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/ColorTable.h b/Post/ColorTable.h index 7b8596d221f1a2aad011608e76291b4fe6a236a3..30376cdf60e5006baa98b313be95acb5d2c44975 100644 --- a/Post/ColorTable.h +++ b/Post/ColorTable.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/OctreePost.cpp b/Post/OctreePost.cpp index 90c8bfc4a745db9eca2c458db3cacc0c05a2b648..a70f21228d2a5f5c96bcfacc58bf208198a56608 100644 --- a/Post/OctreePost.cpp +++ b/Post/OctreePost.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/OctreePost.h b/Post/OctreePost.h index 7c033c23c66f7a6b7477f1a2170ca2cfb9c8ab6d..792b76ffdaa0c705de66bf63e9cfc65369f83d5b 100644 --- a/Post/OctreePost.h +++ b/Post/OctreePost.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PView.cpp b/Post/PView.cpp index 7595047c5b6f23dc280320ce18aaddf24c44fb30..e595c21407e0e802a67ccac9e3a8c6662b139f51 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PView.h b/Post/PView.h index 04d8727acd6953072d10d6979d58ddc6274012d9..e0c602ffeaed8cacb1588e3109e9b09e53dbc519 100644 --- a/Post/PView.h +++ b/Post/PView.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewData.cpp b/Post/PViewData.cpp index 7367b09b0607c8ab214ff8c67e166a53cf1b665d..cffc18491d9c402748cb44e2ab741eeeafbc7098 100644 --- a/Post/PViewData.cpp +++ b/Post/PViewData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewData.h b/Post/PViewData.h index 907015896110744ae8695326f18414425f1c72a6..d2a8987c3647425708554ae785a29d2f4b07c86a 100644 --- a/Post/PViewData.h +++ b/Post/PViewData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewDataGModel.cpp b/Post/PViewDataGModel.cpp index 4f1bf69a30a9356d790d16e588a9610bb9b5f106..e39342e480beec0be353bb968ddc7a34083af38a 100644 --- a/Post/PViewDataGModel.cpp +++ b/Post/PViewDataGModel.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewDataGModel.h b/Post/PViewDataGModel.h index 2cc0c60fc3410d0b385241bc3e0703049d7d0d37..50aed8fd9c05d041ffe23920e7ecbec50d8b28c4 100644 --- a/Post/PViewDataGModel.h +++ b/Post/PViewDataGModel.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp index ac55cda4d564da0583786fd340e64ee637378614..6ba081e0af73646951d78fb37b86abc81afebb82 100644 --- a/Post/PViewDataGModelIO.cpp +++ b/Post/PViewDataGModelIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewDataIO.cpp b/Post/PViewDataIO.cpp index d78b914010a70f5886c5a12cbf9857b16d5b4221..d97ff818ee6ac5e05d5592fa78df0c9acf6a0abc 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewDataList.cpp b/Post/PViewDataList.cpp index 31d3d44b31880c8f34d062076c6d598a25fc31fe..4e410b74768fccd6696f0b63b81680ed36978b17 100644 --- a/Post/PViewDataList.cpp +++ b/Post/PViewDataList.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewDataList.h b/Post/PViewDataList.h index a7ef55bd5072c7240c2ab5ba9d7c734df7f0cb8f..923c1545b9d07cdcb4259f75df110f8e16fe7294 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -1,5 +1,5 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewDataListIO.cpp b/Post/PViewDataListIO.cpp index 99198d727d71c06f35526d644181ede01112c68d..d32ac0ac777231f76875878c9641d5039cf942eb 100644 --- a/Post/PViewDataListIO.cpp +++ b/Post/PViewDataListIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewDataRemote.h b/Post/PViewDataRemote.h index f90a4ad5c46f25b8df1f24b75a2fc36ff148119d..da2f719c8406ee1aefe7f20dd8c07bd83c1a7dfa 100644 --- a/Post/PViewDataRemote.h +++ b/Post/PViewDataRemote.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewIO.cpp b/Post/PViewIO.cpp index d8322e77940853f8fc241836b247c6c331d3dab9..508dc09df1a7ce09802c0b20ddf1ff1d885c7bd9 100644 --- a/Post/PViewIO.cpp +++ b/Post/PViewIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewOptions.cpp b/Post/PViewOptions.cpp index 245b5f58a70ab6b3fa2386122ee78a8026e44a8f..48318ac2ed9c917291c59dc715396f9fbdc445d3 100644 --- a/Post/PViewOptions.cpp +++ b/Post/PViewOptions.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewOptions.h b/Post/PViewOptions.h index 4fb9cd88f8e2129e44e8507cc04a993019c7d9cc..4f0b60b7c4e41602782a5be1eab8d2d6aeb4c264 100644 --- a/Post/PViewOptions.h +++ b/Post/PViewOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/PViewVertexArrays.cpp b/Post/PViewVertexArrays.cpp index 6b50e7cb119f118e585ba0bc5bb5a37943a62c42..46cbcbef1ef197c70915dd6f33ec92a58b279175 100644 --- a/Post/PViewVertexArrays.cpp +++ b/Post/PViewVertexArrays.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/adaptiveData.cpp b/Post/adaptiveData.cpp index 0571f954210d00ec30bd9f671a1ece4044d15d73..a8f83e29075d6f1d53487531f01fc551a45e8644 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/adaptiveData.h b/Post/adaptiveData.h index aba96a5a45a3fe16b12c3973503679f912b05e9a..1b2edf5e9df464d81b074398b0d52eb14b293dbb 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/shapeFunctions.cpp b/Post/shapeFunctions.cpp index 69c5aee5e897ad58d49b0db4d6cb410a56cda505..b2eaf9d446545e915d7a3cd12bc60d701218c301 100644 --- a/Post/shapeFunctions.cpp +++ b/Post/shapeFunctions.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Post/shapeFunctions.h b/Post/shapeFunctions.h index 973dc00735a5f5d9d1e40ca8a4e287037cfcd0ef..f2c5d5cc9049b9ae9362cfd9d1b8e3db8e430c0d 100644 --- a/Post/shapeFunctions.h +++ b/Post/shapeFunctions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Qt/CMakeLists.txt b/Qt/CMakeLists.txt index b256dd91452c88cc9eef909503cec5d8617422c7..b52cb8a99ab97b03b135d9d2e94d1e0d307252e1 100644 --- a/Qt/CMakeLists.txt +++ b/Qt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Qt/Main.cpp b/Qt/Main.cpp index b13be926a8d29fa260fba9fdb9a4c6ab1b1000d4..ff0e246d281954658e1bb560d3ae6dada0481263 100644 --- a/Qt/Main.cpp +++ b/Qt/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Qt/QGui.cpp b/Qt/QGui.cpp index 4805238add7f2be9261ee26b82880aa594c6e962..5118a963cc892675b986229aa9f1c7c3831496cb 100644 --- a/Qt/QGui.cpp +++ b/Qt/QGui.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Qt/QGui.h b/Qt/QGui.h index 27cdc3468ca5cce5aeb78582691fc8e9c3376a29..532d40f9705e693babc1274df44e1fe474544296 100644 --- a/Qt/QGui.h +++ b/Qt/QGui.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt index 3392ddca0252d5c900ac080c3cb5341a068f68d2..e6a12f90cf16bb0cdfd917e9a555c2ce61f41216 100644 --- a/Solver/CMakeLists.txt +++ b/Solver/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/Solver/SElement.h b/Solver/SElement.h index 49ac68d718722de53400bad98f11a014526cb2f3..1416307902e0f5155e75e8fdc511bf75593e68f3 100644 --- a/Solver/SElement.h +++ b/Solver/SElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/crossConfTerm.h b/Solver/crossConfTerm.h index 8f9ce458f9fa15933918f96101b5363fd203b2b3..88543de5d34814749a17b8e0c7013bae055a8410 100644 --- a/Solver/crossConfTerm.h +++ b/Solver/crossConfTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/distanceTerm.h b/Solver/distanceTerm.h index 3af91a98caa411b2ad0024842868d66561431345..3ab7f6b0dbf9ce9484a63cbea99300cacea3017d 100644 --- a/Solver/distanceTerm.h +++ b/Solver/distanceTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/dofManager.h b/Solver/dofManager.h index 40bc19e3ffcbd5086813aa8c196a17dc2b252ae1..1edcad24391ebedcac1b4194cfeca9e62da9a2c3 100644 --- a/Solver/dofManager.h +++ b/Solver/dofManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/eigenSolver.cpp b/Solver/eigenSolver.cpp index 8f771bdbbcfe3b67a44bba01692e44124c7d0083..da58477d3b349275e389fbe0d07e13af061de92f 100644 --- a/Solver/eigenSolver.cpp +++ b/Solver/eigenSolver.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/eigenSolver.h b/Solver/eigenSolver.h index ee3e8d9ff8910c0bc133386ea2a79f437cbdd837..a0ddcd0b9b8fb46af2a477a7729d64fc38475bf9 100644 --- a/Solver/eigenSolver.h +++ b/Solver/eigenSolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp index e461f4522ea8299a0a7dbb240e81029ddec58e1c..693e6817e609e7ea4fbcf202588086ed9a58a159 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/elasticitySolver.h b/Solver/elasticitySolver.h index 68ada04d27fa58399064bfe5a547169082814292..f17418e9ad59e8ba550cc9b7817643c70fc5a8e0 100644 --- a/Solver/elasticitySolver.h +++ b/Solver/elasticitySolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/elasticityTerm.cpp b/Solver/elasticityTerm.cpp index 6b6fc230b4958d22ce5a8be0ecd2a19b38c003d9..09421294bba56d4145b23afd4faf5bd9e206142c 100644 --- a/Solver/elasticityTerm.cpp +++ b/Solver/elasticityTerm.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/elasticityTerm.h b/Solver/elasticityTerm.h index 09e32429018ecc1662c562c524b11daac8211b78..9d131a01b0a6b4b8672882aac51192c4b17694ac 100644 --- a/Solver/elasticityTerm.h +++ b/Solver/elasticityTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/femTerm.h b/Solver/femTerm.h index 5a16cac81c8059091f52f9eac1c9d860a14d610c..4478016e01272954660de81875801ffbca4515b8 100644 --- a/Solver/femTerm.h +++ b/Solver/femTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/helmholtzTerm.h b/Solver/helmholtzTerm.h index 9d4401e203a3df2682fa44803abfc7ddc31cf06f..f3b52fb66f4dc19b844bec9c684b68abd0cb6c16 100644 --- a/Solver/helmholtzTerm.h +++ b/Solver/helmholtzTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/laplaceTerm.h b/Solver/laplaceTerm.h index d950d483c16d46860aa1283e784acc13d1c45c2a..a118637e472c4d4b70c0ea7a5ca806bf976b4afa 100644 --- a/Solver/laplaceTerm.h +++ b/Solver/laplaceTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/linearSystem.h b/Solver/linearSystem.h index fe6925ac228585595c33468cfbf7e1a0a8f32bad..c3e860aa052570518cf4bdd7a62c4cd8fe16ad30 100644 --- a/Solver/linearSystem.h +++ b/Solver/linearSystem.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/linearSystemCSR.cpp b/Solver/linearSystemCSR.cpp index ec1739d00665b7ccff98beed05d90543c1626368..08c70c279e290ca49d83ca4c4d3d8c08a079d0ff 100644 --- a/Solver/linearSystemCSR.cpp +++ b/Solver/linearSystemCSR.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/linearSystemCSR.h b/Solver/linearSystemCSR.h index d7bad23a1eb3a6aaf1b7e898f86fb2e90990424e..84e4c13e4c2e9da4072255c2c742f3c8b9776fd4 100644 --- a/Solver/linearSystemCSR.h +++ b/Solver/linearSystemCSR.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/linearSystemFull.h b/Solver/linearSystemFull.h index 85a1f0ba9382d17cad65ad2ef6b8119505b6c4c8..01c6b939fc7663d72abe8d1f616bca9671cfdcd0 100644 --- a/Solver/linearSystemFull.h +++ b/Solver/linearSystemFull.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/linearSystemGMM.h b/Solver/linearSystemGMM.h index 35239915f83814b4f9382c7cdcafb3e2a8e80d70..d79b0ba5b1975a8c74262ff6516441cf332ef7a1 100644 --- a/Solver/linearSystemGMM.h +++ b/Solver/linearSystemGMM.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h index c86bf36033693f7273fd412bc5c637672ddea97d..acc4a040e0147c60b9f0c25dbd52ff936c36508c 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/contrib/ANN/CMakeLists.txt b/contrib/ANN/CMakeLists.txt index 2fe5a811cb96311a98bb31526b281d86f5b8ba61..6685b1c4fd6f405a20c5229ac19b5847e7994ba6 100644 --- a/contrib/ANN/CMakeLists.txt +++ b/contrib/ANN/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/Chaco/CMakeLists.txt b/contrib/Chaco/CMakeLists.txt index 5ea1e172d9c7928ebe2fd47235d696961ff22703..0b10d68dcf9e2013c5cec738687c40a05a3f2b35 100644 --- a/contrib/Chaco/CMakeLists.txt +++ b/contrib/Chaco/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/DiscreteIntegration/CMakeLists.txt b/contrib/DiscreteIntegration/CMakeLists.txt index a3589668ab182eefb0afff66c7f958ab0c9119e2..d968c6a5c0ee5431f095d173bcd9fbb970ee5ea4 100644 --- a/contrib/DiscreteIntegration/CMakeLists.txt +++ b/contrib/DiscreteIntegration/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/Fl_Tree/CMakeLists.txt b/contrib/Fl_Tree/CMakeLists.txt index ba0727371c203dffb28a2b0acb89036a9a9095ec..9186125b92b21d2565a8b9dc23ca4eebf03a8d4f 100644 --- a/contrib/Fl_Tree/CMakeLists.txt +++ b/contrib/Fl_Tree/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/MathEx/CMakeLists.txt b/contrib/MathEx/CMakeLists.txt index cd09ac3981001421f581a30939931465c5d153ea..376ffcec60e0f1950111652831c6732bef47a8c7 100644 --- a/contrib/MathEx/CMakeLists.txt +++ b/contrib/MathEx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/Metis/CMakeLists.txt b/contrib/Metis/CMakeLists.txt index 514497a1f2dd1d8bde2130b66e9fb6ac384b1372..a23404903f9cb424398a259db1eb087f5958fb3c 100644 --- a/contrib/Metis/CMakeLists.txt +++ b/contrib/Metis/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/NativeFileChooser/CMakeLists.txt b/contrib/NativeFileChooser/CMakeLists.txt index 6c833c93827dfd1a3303e557361255bb9de7ce8f..26bdee559734b85a61e34f2042aac30f584dba3b 100644 --- a/contrib/NativeFileChooser/CMakeLists.txt +++ b/contrib/NativeFileChooser/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/Netgen/CMakeLists.txt b/contrib/Netgen/CMakeLists.txt index d2dff4cdb0304566517f5bde15d601013231e1d4..8c6c7b38d9a5458dc8354cd015a231ffee5dcbf5 100644 --- a/contrib/Netgen/CMakeLists.txt +++ b/contrib/Netgen/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/Tetgen/CMakeLists.txt b/contrib/Tetgen/CMakeLists.txt index c870b7b60e94f642516a9fd285b225ad38da7ef0..9e24e34c939abccfb42328146160c2e98a8e5268 100644 --- a/contrib/Tetgen/CMakeLists.txt +++ b/contrib/Tetgen/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/TetgenNew/CMakeLists.txt b/contrib/TetgenNew/CMakeLists.txt index 0fc18eb9b6f27674ab7a9292287f661a33d2eb46..52b9c194e80f4b5835c03046eec6ea6df84993ac 100644 --- a/contrib/TetgenNew/CMakeLists.txt +++ b/contrib/TetgenNew/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/contrib/kbipack/CMakeLists.txt b/contrib/kbipack/CMakeLists.txt index 7ac9260016af0013be1e66df62416831ae3f5400..53147e18ad0e447df9d25c20a7f5125ce31e9d5d 100644 --- a/contrib/kbipack/CMakeLists.txt +++ b/contrib/kbipack/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +# 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>. diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 48880602553c0123c459b8c8894d1a381d1cb91b..7322ea84cff41e91500b6f8ad621cfd7b4b69876 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -1,5 +1,5 @@ \input texinfo.tex @c -*-texinfo-*- -@c Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +@c Gmsh - Copyright (C) 1997-2010 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>. diff --git a/utils/api_demos/mainHomology.cpp b/utils/api_demos/mainHomology.cpp index cba560a26e69485ebc62ed51518f14738f788c5a..cc1fcbe01b0289638a3c292a0a4229dab7d3d7d4 100644 --- a/utils/api_demos/mainHomology.cpp +++ b/utils/api_demos/mainHomology.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// 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>. diff --git a/utils/solvers/c++/GmshSocket.h b/utils/solvers/c++/GmshSocket.h index d8d9fbbf363ed22f21730627a3cff96bb5f246d1..58caa9d4b2deef0fae0fe0eb3defb0d7364f78d4 100644 --- a/utils/solvers/c++/GmshSocket.h +++ b/utils/solvers/c++/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/utils/solvers/c/GmshClient.c b/utils/solvers/c/GmshClient.c index 51b8b6f08646f65726777c20ab866182a5bd9acb..b3e8326eabe99e152aef8197e8b3c6c94a5f19e3 100644 --- a/utils/solvers/c/GmshClient.c +++ b/utils/solvers/c/GmshClient.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle + * Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/utils/solvers/c/GmshClient.h b/utils/solvers/c/GmshClient.h index da277357c3af78e2bf4c64351d17412a51ffd66f..377da9e19da6f1d0335cb0d79d5184da38d2ed3c 100644 --- a/utils/solvers/c/GmshClient.h +++ b/utils/solvers/c/GmshClient.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle + * Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation