diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e43843ccf9890460d015c79767003397ce74a028..7b3721b26509915944198552ccc9bc5316e6278c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ae88a818108d03ad8d0eb424fc20297e100753e..f8387de1dc35ca8cf02dd69b14bff9157fa98d5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/CREDITS.txt b/CREDITS.txt index 33f41f96cb0d5aafa999be19bcadd85d00b511a0..10142cd00621b0a154dba2884f5f13423f845e1f 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -1,4 +1,4 @@ - Gmsh is copyright (C) 1997-2017 + Gmsh is copyright (C) 1997-2018 Christophe Geuzaine <cgeuzaine at ulg.ac.be> diff --git a/CTestConfig.cmake b/CTestConfig.cmake index e0bf9af44a2d6d7c3d2d929bf0e5c06224afd5c0..f3c840bcaada40afcd8e5ada6d32516426670bf6 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt index 6ea1266287c469e4de0f491a2740c6624b9e3955..1c5deeb6194cc568ca9af38a65b7450ffda83593 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Colors.h b/Common/Colors.h index 9dedd2007a430c62ceca2ed09c372c09ea3f9d8b..b668f7a109b8932593809b7a4e293119e9ebfe0e 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index df3a4f537123c2e1d28473cf1e7d2fa6be7f1da4..eac15a1746810f1f5a74f9e5d1b990ecf9af47be 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -1035,7 +1035,7 @@ void GetOptions(int argc, char *argv[], bool readConfigFiles) } 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-2017 Christophe Geuzaine and Jean-Francois Remacle\n"); + fprintf(stderr, "Copyright (C) 1997-2018 C. Geuzaine and J.-F. Remacle\n"); PrintUsage(argv[0]); Msg::Exit(0); } diff --git a/Common/CommandLine.h b/Common/CommandLine.h index 4a53371b498db7de7d838ab09e21bf34f8ab6544..84e7017a3367629d90a75d6442b10837c5a74adc 100644 --- a/Common/CommandLine.h +++ b/Common/CommandLine.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Context.cpp b/Common/Context.cpp index 25b092f0840857f8b280e30bdd8173d01ad0bd6c..87335ad8b675c167126b86b6849b84a43ba117d3 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Context.h b/Common/Context.h index eb0b16a974066e29b09ce8d2a9a519d700ef58e3..f02626f54f74f4b41734b3cc1cf0b960a2343f5c 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/CreateFile.cpp b/Common/CreateFile.cpp index 0a9d4d9d89d4748704143d95045da4b78751046f..8ff640a0963e815ccda2ccf6fac08639f10d2144 100644 --- a/Common/CreateFile.cpp +++ b/Common/CreateFile.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/CreateFile.h b/Common/CreateFile.h index 8b3215b6f0987efbe62e79def4787e5a6cfbb4dd..d89f914f60e95ae331b7e44225d058168131b545 100644 --- a/Common/CreateFile.h +++ b/Common/CreateFile.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 36a8b591db60c8b7a35cc8b11fe106111c38c134..7c91a488eef5e7e7bc3b44acb8f0e39c023588ef 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GamePad.cpp b/Common/GamePad.cpp index bc84ae7e57ece7f0265ada86f8805ea851505444..05372c2df58bfcbef31f157e4ff56671dd5631ba 100644 --- a/Common/GamePad.cpp +++ b/Common/GamePad.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GamePad.h b/Common/GamePad.h index a4bedd5ea506c190102eb0e7d7faf04cfe6a8ea4..61f43015410a106d991fc0347e7a17fa96045807 100644 --- a/Common/GamePad.h +++ b/Common/GamePad.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshConfig.h.in b/Common/GmshConfig.h.in index 549f274ce6ba18ef4202835fdf35f83baacbf14c..2cc7f681e403df7f9cf6f732b69bea33bccf7455 100644 --- a/Common/GmshConfig.h.in +++ b/Common/GmshConfig.h.in @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshDefines.h b/Common/GmshDefines.h index 9d5e6ebac3cdee0fa6752dbcc9b0997f4200cd5f..9dbaa7480c22ee575823abe8ccbe0e3305da30eb 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshGlobal.cpp b/Common/GmshGlobal.cpp index 145ce33d0a1a424a4e2116fb67349a3f391dfb05..8a6ba33d2115282bf586051a95face27be21c92f 100644 --- a/Common/GmshGlobal.cpp +++ b/Common/GmshGlobal.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshGlobal.h b/Common/GmshGlobal.h index bc04db482621f224b6434d3d422a0b4640204513..8fa4bb1fda3c831d320ccb33122668fd3d34a4f7 100644 --- a/Common/GmshGlobal.h +++ b/Common/GmshGlobal.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshIO.h b/Common/GmshIO.h index 8e06491fd54d8290a3441403dc97b54571f23ca4..bcd8bd8e9c17e640e407e6cc3ea715194ecd4e4e 100644 --- a/Common/GmshIO.h +++ b/Common/GmshIO.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index c2ab6e73e566f8424761989fa5530ef6de2461bf..4fb1e2e7d631cbf55807a28bb9d1e9c269e9b8b0 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshMessage.h b/Common/GmshMessage.h index 18c623e237618eab19f2054d8832af25e44d23cf..0df0ba18a6b163ff68a8677b1670585a332d62c0 100644 --- a/Common/GmshMessage.h +++ b/Common/GmshMessage.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshRemote.cpp b/Common/GmshRemote.cpp index daca9f14d005e4d168bfba8f3432c674c3b5f480..4f1a697f359128a1748e90fa7bf7cff279f4739e 100644 --- a/Common/GmshRemote.cpp +++ b/Common/GmshRemote.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshRemote.h b/Common/GmshRemote.h index 12413010c3c221107c4a82ef9510a1ce14c1af5e..29a7a009885a4a90236250b5a3dc78318d000cb8 100644 --- a/Common/GmshRemote.h +++ b/Common/GmshRemote.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/GmshSocket.h b/Common/GmshSocket.h index d7b67afbe74477c1b72b33e80e237a53e24d753f..ed816058078bda53a335f334d7b5a438e89a0ceb 100644 --- a/Common/GmshSocket.h +++ b/Common/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 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 419fcd27df4e841f8b25267a098bf87622285c60..4e40fd05255a8097a756ffcb654a4fe656a300cb 100644 --- a/Common/GmshVersion.h.in +++ b/Common/GmshVersion.h.in @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Hash.h b/Common/Hash.h index 63a9347487774f90d13cb39765450b21f67e7bd2..153f14214432cbc04bb0607368e591e99d83bba6 100644 --- a/Common/Hash.h +++ b/Common/Hash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/HashMap.h b/Common/HashMap.h index a03a951cc22ec94585c3a42decb7141e71a6911d..7d313ee3329b74975a9b76053a6e6632341ee68a 100644 --- a/Common/HashMap.h +++ b/Common/HashMap.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/ListUtils.cpp b/Common/ListUtils.cpp index 571ccd9d670e534267f2fbeaf47603f713518783..e770f05d07d4f132b44d8fec7323b1d48ea7d998 100644 --- a/Common/ListUtils.cpp +++ b/Common/ListUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/ListUtils.h b/Common/ListUtils.h index 6ab1b81d047a1e93f6a9920e5db665cc47013ee7..54ca676dc7982433ada09350eaa9f722e5be4d30 100644 --- a/Common/ListUtils.h +++ b/Common/ListUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Main.cpp b/Common/Main.cpp index cb863187a00a5bf2ddd313f4d0a5a19fea7070c9..4422511ed03ae127df49f2468d467773dfa94ce4 100644 --- a/Common/Main.cpp +++ b/Common/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/MallocUtils.cpp b/Common/MallocUtils.cpp index 33fa8da54e79aa5dbec10fba87a24dafaac552e1..1358b57484c887da780e937c91af289a24485d46 100644 --- a/Common/MallocUtils.cpp +++ b/Common/MallocUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/MallocUtils.h b/Common/MallocUtils.h index 50263a37bdd9bd96605b6ee30292e9c80beec259..84e0f7f73af88023c766f3eb2cca1f162d27454a 100644 --- a/Common/MallocUtils.h +++ b/Common/MallocUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/OS.cpp b/Common/OS.cpp index c03afab62b56c168de49eecb6afb907ea95c095c..58844bf742ac9492b344c8e32931ab3b47f516cc 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/OS.h b/Common/OS.h index d315c3593143179b1f51e0e0852da26b066a5d8f..c709e9cc54ad811f835285d4323a5d6a47878f72 100644 --- a/Common/OS.h +++ b/Common/OS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Octree.cpp b/Common/Octree.cpp index b541cd033170a6bbd6be09e7f648f0c0af2c769c..28ba21573cca0190ad9ac8d5a758970dd1ca280e 100644 --- a/Common/Octree.cpp +++ b/Common/Octree.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Octree.h b/Common/Octree.h index 371a589ad4cf4b06ea913d04539433c8e42f7af9..ae4167aa849a0f77e671bdc27d4ec6c12a945ae5 100644 --- a/Common/Octree.h +++ b/Common/Octree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/OctreeInternals.cpp b/Common/OctreeInternals.cpp index 824590765b883acd5e193454d439a62bb1f8fc3f..210b800f06ff16bc4efcd80e3a4c29b0e85750cd 100644 --- a/Common/OctreeInternals.cpp +++ b/Common/OctreeInternals.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/OctreeInternals.h b/Common/OctreeInternals.h index 28c3c22712ede4bbc7f637fbb90714f4055f7ccf..51dbb1439d5b3db62c0cf8290eee6f87441dfd99 100644 --- a/Common/OctreeInternals.h +++ b/Common/OctreeInternals.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp index 38635171c81569dd3b70c4ab805f43b7446419ba..43993d71dbc88878f48b34dbee831badecdfae1c 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/OpenFile.h b/Common/OpenFile.h index 0207e895023369b68240c1273d3923932a15fd34..e5abcb466e8b9e60289c7c52dc2212a54aae899b 100644 --- a/Common/OpenFile.h +++ b/Common/OpenFile.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Options.cpp b/Common/Options.cpp index c63e3327dc7bd93836817569e72dfb5e6b66ea46..68a17afe3929c53764c38db75ac32c016d79c6dd 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/Options.h b/Common/Options.h index 4c1373dd57a548e876651537e444b3338e0a5d7c..c5c280afc9a0c97b1151ac97c09b870a1dbdebae 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/SmoothData.cpp b/Common/SmoothData.cpp index 8b8f4eae56fa4d9d79c1b1c25ed1a0bf80343f4c..a03d395899399cbc74769d9e579705740aa1cf73 100644 --- a/Common/SmoothData.cpp +++ b/Common/SmoothData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/SmoothData.h b/Common/SmoothData.h index b9a3771461d1a41254baf3c061b1159a29242ae1..d3f83aca568c4a9ad25b010e339e4b9fc4270986 100644 --- a/Common/SmoothData.h +++ b/Common/SmoothData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/StringUtils.cpp b/Common/StringUtils.cpp index 1b278fda9b1bc4114dd992cc5659462974ec1ef5..011fe752ff8b7f6afe2466f9848dcc0d883dd46b 100644 --- a/Common/StringUtils.cpp +++ b/Common/StringUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/StringUtils.h b/Common/StringUtils.h index 6dda51bf8ef1874ef7ef2fc4603d40f8117b34ae..b387e57877a675efc01407222ed38c5227560576 100644 --- a/Common/StringUtils.h +++ b/Common/StringUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/TreeUtils.cpp b/Common/TreeUtils.cpp index ec378956242b79de20f5324d497c8fa3b9dc6b5a..91c550ca21c95fdfce7bf39305e638d685876bfc 100644 --- a/Common/TreeUtils.cpp +++ b/Common/TreeUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/TreeUtils.h b/Common/TreeUtils.h index 65177bac76fe02c06427cf47e8c2a8cf4f2d7b4b..791b9d9f88da9883e6bc62f170dba6f09edb185f 100644 --- a/Common/TreeUtils.h +++ b/Common/TreeUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/VertexArray.cpp b/Common/VertexArray.cpp index c6a0524b080d294537df86a59b4bf230c48b5686..4c7180aae6ef0d6e545ecf8a71a7798b57b5f538 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/VertexArray.h b/Common/VertexArray.h index 73ebef79886ddede8375b68abad019e62d3e8c4a..d17273c9fee2d3654818bbe40650eabced08fcb7 100644 --- a/Common/VertexArray.h +++ b/Common/VertexArray.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/gmsh.cpp b/Common/gmsh.cpp index c176330650abbe881c8a1da54b021b7a6414f14f..f96995142f8fc5b1d2d56b528e82bd1f1408c9ff 100644 --- a/Common/gmsh.cpp +++ b/Common/gmsh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/gmshLocalNetworkClient.cpp b/Common/gmshLocalNetworkClient.cpp index 32f32ae312ae49619eee1ce7b406ccf0395ed6a8..fc1b40e13bf61edb78031175e396ba96fd33cef6 100644 --- a/Common/gmshLocalNetworkClient.cpp +++ b/Common/gmshLocalNetworkClient.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/gmshLocalNetworkClient.h b/Common/gmshLocalNetworkClient.h index 18bf5f387137be8506c2c4ad571d24dac77bccf4..e2ac25b3a3fa91ce9cd48520b77f30bf99c4b5ad 100644 --- a/Common/gmshLocalNetworkClient.h +++ b/Common/gmshLocalNetworkClient.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/gmshPopplerWrapper.cpp b/Common/gmshPopplerWrapper.cpp index d6dd3572c4a231a19408c221b4bd228a254157b7..c31281fdcdd7e9577492522b2f4fd7787fd714c2 100644 --- a/Common/gmshPopplerWrapper.cpp +++ b/Common/gmshPopplerWrapper.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/gmshPopplerWrapper.h b/Common/gmshPopplerWrapper.h index b2b885ffb1ce37576673ed9d7cf9d04acbdd541d..d4e51fa915c346bf4cfceb0c36fed0782edebd08 100644 --- a/Common/gmshPopplerWrapper.h +++ b/Common/gmshPopplerWrapper.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/onelabUtils.cpp b/Common/onelabUtils.cpp index aa081dc333b4c90f9729048e8f7adaae7b4a89e9..00ee740dd3f34e0cc0649bd140013c0fcbb19dae 100644 --- a/Common/onelabUtils.cpp +++ b/Common/onelabUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Common/onelabUtils.h b/Common/onelabUtils.h index 5ba9ffc4005905672322904fa78334936c344761..4d0b7be09582a6969dc162b0328ce7d33b74674e 100644 --- a/Common/onelabUtils.h +++ b/Common/onelabUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/CMakeLists.txt b/Fltk/CMakeLists.txt index 33a47ed6a9e6c80ddb2e4fc6eb4d8bec42970a7e..7eb053adf15aa0d2863431caa4aa3c2d8a192d89 100644 --- a/Fltk/CMakeLists.txt +++ b/Fltk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index 1da21ad2fc1907dd62572b66510308206dbf461e..a77020f8c94910c82a5cdd61928d00ded4c8b070 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/FlGui.h b/Fltk/FlGui.h index ce5d56afcc93e678066d594f697a82c3193f8b9a..606a3a7c45757de81cd28491123958cd79f3d3a1 100644 --- a/Fltk/FlGui.h +++ b/Fltk/FlGui.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index c84f8dd32eea45d6921b33578816407f33c88f10..8be78f0157093f5a4e5fa431eeb7fb126ce2267a 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/Navigator.cpp b/Fltk/Navigator.cpp index e804c7f1c4e4a309aa98c25ed254e73f747ffb05..86f19b7fa32a065d00e21128994a0375c26d786c 100644 --- a/Fltk/Navigator.cpp +++ b/Fltk/Navigator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/Navigator.h b/Fltk/Navigator.h index cb40eb22505084e7d119e8a99cd1d2eba0251539..f655c00f8e0a5f9af710c771def741512ec4a06b 100644 --- a/Fltk/Navigator.h +++ b/Fltk/Navigator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/classificationEditor.cpp b/Fltk/classificationEditor.cpp index 88c41831dea81bb0466e66d39689b00c16573f27..aa7a70896903cd2d9ceb98b521b19a5d6ddd0721 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/classificationEditor.h b/Fltk/classificationEditor.h index 8e03b5a61a97dbd0d42018cf67fa820c9fcaf98b..d684c545124401d90746870ac8063aef3ee20d7f 100644 --- a/Fltk/classificationEditor.h +++ b/Fltk/classificationEditor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/clippingWindow.cpp b/Fltk/clippingWindow.cpp index c776944cbd4cf96dfd1c4a5cc2eca0757e17f734..43a922290749d834adf14f039b133b50bbdfc70a 100644 --- a/Fltk/clippingWindow.cpp +++ b/Fltk/clippingWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/clippingWindow.h b/Fltk/clippingWindow.h index cf26d98ee67f5f340554014128f2bf2d8d6ba971..cd272a5c74967d713a0c67049e6cf066cd303f12 100644 --- a/Fltk/clippingWindow.h +++ b/Fltk/clippingWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/colorbarWindow.cpp b/Fltk/colorbarWindow.cpp index ae10d8c726f5185f36b3c058a7d561e0e543d6b0..91c5cc755d160d32cc4efc8d11793060df0c861b 100644 --- a/Fltk/colorbarWindow.cpp +++ b/Fltk/colorbarWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/colorbarWindow.h b/Fltk/colorbarWindow.h index e111b32c4ae94e4a4bbba0db0b568c03466caf7b..f989c333cac07a50e079615c96dae3c4622d32a1 100644 --- a/Fltk/colorbarWindow.h +++ b/Fltk/colorbarWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/contextWindow.cpp b/Fltk/contextWindow.cpp index c583198b91b4e22b2078235b2daafad283ba992e..7640a2c175d5dcf03634c16d399ec9e68cdf6554 100644 --- a/Fltk/contextWindow.cpp +++ b/Fltk/contextWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/contextWindow.h b/Fltk/contextWindow.h index 079cbbb34d985cba12a1985ecf4d62a2298cb43d..f61d5f393bec18c9ce8abc82650ccb18406603e4 100644 --- a/Fltk/contextWindow.h +++ b/Fltk/contextWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/drawContextFltk.h b/Fltk/drawContextFltk.h index ffd2cd38eddf758753656b3b7b46345e658e19c5..6c1588b5c1b3d5d69fab278f1c6e8f61d6f58093 100644 --- a/Fltk/drawContextFltk.h +++ b/Fltk/drawContextFltk.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/drawContextFltkCairo.cpp b/Fltk/drawContextFltkCairo.cpp index 9e6595c091fd2eb8ad01d9851e5c191e413629fe..f924795488fc35e8712a8cfb8ebca121d1d966b5 100644 --- a/Fltk/drawContextFltkCairo.cpp +++ b/Fltk/drawContextFltkCairo.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/drawContextFltkCairo.h b/Fltk/drawContextFltkCairo.h index 3a7353f1156ef21f0834282d1e579469a1551dac..c3454dd30a43a46db1bb763eacc15acfa1353cc6 100644 --- a/Fltk/drawContextFltkCairo.h +++ b/Fltk/drawContextFltkCairo.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/drawContextFltkStringTexture.cpp b/Fltk/drawContextFltkStringTexture.cpp index fc4ebb51ca9ee165473ae7efa076b37be680d0fb..11470c180aebc3cbf78e2175c0b2db8b13a8c03e 100644 --- a/Fltk/drawContextFltkStringTexture.cpp +++ b/Fltk/drawContextFltkStringTexture.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/drawContextFltkStringTexture.h b/Fltk/drawContextFltkStringTexture.h index f53549b36a2f5ade65298b1fa73625fc962a116b..2f39119bbbbce47f0b15cd61c5200f09c6736709 100644 --- a/Fltk/drawContextFltkStringTexture.h +++ b/Fltk/drawContextFltkStringTexture.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/extraDialogs.cpp b/Fltk/extraDialogs.cpp index 9fa66a43bdfc52dd36185646d0fcd71897f04dbc..752077477a18c12bbfc3c748d5a0e0c81acec322 100644 --- a/Fltk/extraDialogs.cpp +++ b/Fltk/extraDialogs.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/extraDialogs.h b/Fltk/extraDialogs.h index 509b31d57eb55aa7abfe8a58ce36e9e3d0eb3397..429c12070cf3bfeeac6cde22a4d159aa8aa4ce56 100644 --- a/Fltk/extraDialogs.h +++ b/Fltk/extraDialogs.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/fieldWindow.cpp b/Fltk/fieldWindow.cpp index bf901f4408b46eeff82aa28357fef8e4db42d579..b2c999e43b70886682f76c0d82d044e0e5effe87 100644 --- a/Fltk/fieldWindow.cpp +++ b/Fltk/fieldWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/fieldWindow.h b/Fltk/fieldWindow.h index 3bf72ad30a6ce69c3711c2685dd16a586170febd..a8727436ee2109eeb5b122ca11ca988a3098d3c1 100644 --- a/Fltk/fieldWindow.h +++ b/Fltk/fieldWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/fileDialogs.cpp b/Fltk/fileDialogs.cpp index 3e5ac9d13fff64213e9ae3302cc999d299230b1e..36cde2faf8358794be67390939a55c0ba156d86e 100644 --- a/Fltk/fileDialogs.cpp +++ b/Fltk/fileDialogs.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/fileDialogs.h b/Fltk/fileDialogs.h index b9994f9c18e6404557fa8251d58d9d980ef0ad09..a8ba5f95904900b989c5a610edc6633bc2a1c780 100644 --- a/Fltk/fileDialogs.h +++ b/Fltk/fileDialogs.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/gamepadWindow.cpp b/Fltk/gamepadWindow.cpp index 0f70edf836f459a4ee4238a5f6139d4fab46f426..eb0ce832f16e2b9549127f6e8016c7c473fe8280 100644 --- a/Fltk/gamepadWindow.cpp +++ b/Fltk/gamepadWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/gamepadWindow.h b/Fltk/gamepadWindow.h index e4f5cd9f8d27806a67f5f8811b5ed2fa530a2e97..bae0ad78c9154aed6385b799c0b04d6f475187a2 100644 --- a/Fltk/gamepadWindow.h +++ b/Fltk/gamepadWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/graphicWindow.cpp b/Fltk/graphicWindow.cpp index 915478f1c276d65e95d4dcbc56ca9231b7cbc127..156f54216ffec81064e2f1a66835f335176f7fd0 100644 --- a/Fltk/graphicWindow.cpp +++ b/Fltk/graphicWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/graphicWindow.h b/Fltk/graphicWindow.h index e2bef2882ed9972ffa00fa929126ea6707ba7ed5..f693e034bbfddfc7e371799c8fe48a0995bfbf7b 100644 --- a/Fltk/graphicWindow.h +++ b/Fltk/graphicWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp index 361216401f1f973815e7e051143960ec1456a6b0..1f2c701659e84cdd014a42e5f0b1ecb12515f5f5 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -304,7 +304,7 @@ helpWindow::helpWindow() o->box(FL_FLAT_BOX); std::ostringstream sstream; sstream << "<center><h3>Gmsh</h3><br>version " << GetGmshVersion() - << "<p>Copyright (C) 1997-2017" + << "<p>Copyright (C) 1997-2018" << "<br>Christophe Geuzaine and Jean-Francois Remacle" << "<p><a href=\"http://gmsh.info/doc/CREDITS.txt\">Credits</a> " << "and <a href=\"http://gmsh.info/doc/LICENSE.txt\">licensing " diff --git a/Fltk/helpWindow.h b/Fltk/helpWindow.h index 83c2e8e199563b696381b6a529d8677e5872c55b..9098d177f17287003cdd005666faef398788cd47 100644 --- a/Fltk/helpWindow.h +++ b/Fltk/helpWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/highOrderToolsWindow.cpp b/Fltk/highOrderToolsWindow.cpp index 07198c3aa9b801e5ba299b64a33ca303b4512bf9..f4c534ea63d5ac83e1eeceea1d89d3e88ebfd2cb 100644 --- a/Fltk/highOrderToolsWindow.cpp +++ b/Fltk/highOrderToolsWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/highOrderToolsWindow.h b/Fltk/highOrderToolsWindow.h index cdf4bc8f3f3af285b1705853430c9bd3aab11137..7e3a4e2bf4839efd03645f951e75d0fb745ac2bb 100644 --- a/Fltk/highOrderToolsWindow.h +++ b/Fltk/highOrderToolsWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/inputRange.h b/Fltk/inputRange.h index 08c591ff061bd13b26cc33f114cbe85a54c0c55b..ec6a7a315368100b0741372cb57403a634d16b52 100644 --- a/Fltk/inputRange.h +++ b/Fltk/inputRange.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/inputRegion.cpp b/Fltk/inputRegion.cpp index 3924dc7a398ccde5c0ff5b4d7f4b7d9020fe8fd8..b5504eef89a121315893134d08a6897e404512ac 100644 --- a/Fltk/inputRegion.cpp +++ b/Fltk/inputRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/inputRegion.h b/Fltk/inputRegion.h index 49e167d35e338ba1a45712ebf2a0bce7783d9810..89dcd4fb06007482a92041c68bc3b54a83d22771 100644 --- a/Fltk/inputRegion.h +++ b/Fltk/inputRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/inputValue.cpp b/Fltk/inputValue.cpp index bb21dcf6e1673acb3323533520b8c92e15db39c0..58a3ea0f814a6c3287f1db0ffc081f96e4e125a4 100644 --- a/Fltk/inputValue.cpp +++ b/Fltk/inputValue.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/inputValue.h b/Fltk/inputValue.h index f15553fa038534970cf9d01df651a8e5995f309f..91ed868f25f927b59198d20ed5aa6a3c29021569 100644 --- a/Fltk/inputValue.h +++ b/Fltk/inputValue.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/mainWindow.h b/Fltk/mainWindow.h index 57bf1b05a2a050d81df6e1182afb3f07d450d356..b1642d407f0c3a6628ddfe54ecb914f2612cf978 100644 --- a/Fltk/mainWindow.h +++ b/Fltk/mainWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/manipWindow.cpp b/Fltk/manipWindow.cpp index 76fd878e007a9456808fd3fd00a8693d776ed8ff..cec77242d37b92cc1df69941f111979ef7a310f8 100644 --- a/Fltk/manipWindow.cpp +++ b/Fltk/manipWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/manipWindow.h b/Fltk/manipWindow.h index 9fa690fb3fb0a81663e7115d61415cd15bc4ea3d..c443ddd1875afc46e95b14ae5d001c4a8bd6f316 100644 --- a/Fltk/manipWindow.h +++ b/Fltk/manipWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/messageBrowser.h b/Fltk/messageBrowser.h index 14b26ea0d76a2428fb2ee3ba052f031f8e683e6a..2235829a62ab9334e61f85851744a6f7ed30977e 100644 --- a/Fltk/messageBrowser.h +++ b/Fltk/messageBrowser.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/onelabGroup.cpp b/Fltk/onelabGroup.cpp index 8050a60608c01af3cb0259beb4781446a6c788cb..2a0c9edda9f25c20ca9a66902dd03069ed71387d 100644 --- a/Fltk/onelabGroup.cpp +++ b/Fltk/onelabGroup.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/onelabGroup.h b/Fltk/onelabGroup.h index 2a75650115fd55cfe8485c038ee23ad5ad7f6766..a6d005c144e7781e813846cc54b2673fd95620f3 100644 --- a/Fltk/onelabGroup.h +++ b/Fltk/onelabGroup.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/openglWindow.cpp b/Fltk/openglWindow.cpp index b3750e75a3e320d8018378e7bf87f58898f934ec..6c8f283fd709f977300c647f1ca23c207ea9259a 100644 --- a/Fltk/openglWindow.cpp +++ b/Fltk/openglWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/openglWindow.h b/Fltk/openglWindow.h index 8d8bd0bc5d810095d300a7ca97e760e783d62ae9..00fba6d30a0cb6b0732056b1bd5e1d86c8311cfc 100644 --- a/Fltk/openglWindow.h +++ b/Fltk/openglWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index 7de8a0610c2eb6b91eb0f447b82e9e2f20b28dfd..c6e7766c8769ce0dd6798eefd8a5aba62291ec2a 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/optionWindow.h b/Fltk/optionWindow.h index 9119d8808b60fc4213ad8ae2dedd8fc8cc21f2ca..02c1d2cadf7a2103070c6e8ff0b5e5e9555884bd 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/outputRange.h b/Fltk/outputRange.h index 082cbaaebc6cd05b91766c10e990f09371473f16..b3dfc2821a1feb0201fef406b3fe5e42e8c33492 100644 --- a/Fltk/outputRange.h +++ b/Fltk/outputRange.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/paletteWindow.h b/Fltk/paletteWindow.h index 7359de621f8d81dd9ec73e2f9cd721524f52a746..4a0fc4fb256c68a11ef9188beaebbe916408e548 100644 --- a/Fltk/paletteWindow.h +++ b/Fltk/paletteWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/partitionDialog.cpp b/Fltk/partitionDialog.cpp index 5d83a8ea37dc5bb0e4a3fbf60978e89e5888fd02..575d26b6db50470139cf9c1fedaf38f8aa9fdbc1 100644 --- a/Fltk/partitionDialog.cpp +++ b/Fltk/partitionDialog.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/partitionDialog.h b/Fltk/partitionDialog.h index d170c7025f8d27b1f746cc8699d49987956c9d13..3d6c951223fb2effc75306e11b9d5fb9fc955246 100644 --- a/Fltk/partitionDialog.h +++ b/Fltk/partitionDialog.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/pluginWindow.cpp b/Fltk/pluginWindow.cpp index b46410cc0d5d356579b3d13c9eadfac6f8adb2ec..57d8620d86b0814e3b833f06b93f05a5881d5881 100644 --- a/Fltk/pluginWindow.cpp +++ b/Fltk/pluginWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/pluginWindow.h b/Fltk/pluginWindow.h index 846aaad69a3daaeccc503866a1205f38b33f0a14..48c48b752d150f0fff78e85200c12bb0aa7f8348 100644 --- a/Fltk/pluginWindow.h +++ b/Fltk/pluginWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/projectionEditor.cpp b/Fltk/projectionEditor.cpp index ac4864322c933aad97610ea88b883b33d952687e..5f0bab8fef3b2ffc13edc10717255f4d0b6319ea 100644 --- a/Fltk/projectionEditor.cpp +++ b/Fltk/projectionEditor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/projectionEditor.h b/Fltk/projectionEditor.h index 68454e5009c98b12104624ca1207b912f2864b60..4d33c93c17fafc1758edada27639c467af369d62 100644 --- a/Fltk/projectionEditor.h +++ b/Fltk/projectionEditor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/solverButton.cpp b/Fltk/solverButton.cpp index 204a6212de672efeae354b1d7b6a641ef3c37c21..ed336b4e424258010276990c9319681db0c976d8 100644 --- a/Fltk/solverButton.cpp +++ b/Fltk/solverButton.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/solverButton.h b/Fltk/solverButton.h index b27a26179327e02df2b6f207d13a1409e213af56..397220ad5408d925c240bcc9543f5362bc6b5280 100644 --- a/Fltk/solverButton.h +++ b/Fltk/solverButton.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/spherePositionWidget.h b/Fltk/spherePositionWidget.h index 26c686457d55d13bc9cdef551171b3f6026e855f..560eb7a2a696b1e0d323285eb7def209ec72b2a6 100644 --- a/Fltk/spherePositionWidget.h +++ b/Fltk/spherePositionWidget.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/statisticsWindow.cpp b/Fltk/statisticsWindow.cpp index 64ff8bee54418adde06552b74886ea7645a1f4e6..7febf5bbb0499a7ba295b4931e5f8aecc4c25f76 100644 --- a/Fltk/statisticsWindow.cpp +++ b/Fltk/statisticsWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/statisticsWindow.h b/Fltk/statisticsWindow.h index dabbd2afb31e69092b684d679f6a8fde1eddb0c9..3ca5476deb55b90f3e4a4889446f5af5d20b8de2 100644 --- a/Fltk/statisticsWindow.h +++ b/Fltk/statisticsWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/treeIcons.h b/Fltk/treeIcons.h index 9763b5063ffe70bf85275d804a56ba79bf66a148..dffe531b5f4238eae3c0d4ae649b771e779529c5 100644 --- a/Fltk/treeIcons.h +++ b/Fltk/treeIcons.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/viewButton.cpp b/Fltk/viewButton.cpp index 5079b97609854add8524a40d3dc71c55a2209e4c..f2cb5d62350869c46e81d3d182d813262661d856 100644 --- a/Fltk/viewButton.cpp +++ b/Fltk/viewButton.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/viewButton.h b/Fltk/viewButton.h index 3de02d697ca9bf7be04095a86549ba504d3a5e12..c67e1518c7023a1148c877285c6fd3bc2338e85e 100644 --- a/Fltk/viewButton.h +++ b/Fltk/viewButton.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/visibilityWindow.cpp b/Fltk/visibilityWindow.cpp index 8626cd780090825eb2785e73f2e17617c9694f7f..af74c02a84ebd3385bf89c9c0e3a2154b12a6623 100644 --- a/Fltk/visibilityWindow.cpp +++ b/Fltk/visibilityWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Fltk/visibilityWindow.h b/Fltk/visibilityWindow.h index e7c9c619671aa218baa45906621648df66db9cb4..b4efac88426fd05065fb05bfebbec27f3796d34c 100644 --- a/Fltk/visibilityWindow.h +++ b/Fltk/visibilityWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ACISEdge.cpp b/Geo/ACISEdge.cpp index 1086e6887db4e5bcba481a7871f038b584335fa1..32103a03afa94fdfb6ad41f6aa24d68ba989d298 100644 --- a/Geo/ACISEdge.cpp +++ b/Geo/ACISEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ACISEdge.h b/Geo/ACISEdge.h index d0139921237b55f44907e7754e1e4c6a3b22f932..c74d237db51884c4b7b1a2b607757ae0ad416b71 100644 --- a/Geo/ACISEdge.h +++ b/Geo/ACISEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ACISFace.cpp b/Geo/ACISFace.cpp index 66bd0235e6bf3701672eb0d3831987850214b27f..2d3f15ba60a26d1122f6ffc0b8a22ad282e5deb7 100644 --- a/Geo/ACISFace.cpp +++ b/Geo/ACISFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ACISFace.h b/Geo/ACISFace.h index 43c7cf33d5658c2d236f9735f61bd55b0e1a00cc..7b5aa70325bececf9746513bebb6754b93e2da34 100644 --- a/Geo/ACISFace.h +++ b/Geo/ACISFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ACISVertex.h b/Geo/ACISVertex.h index c245932ca129b68700679267b97dbf664a51b798..99e91a396238b50ebbd60512ca179c47b1206f54 100644 --- a/Geo/ACISVertex.h +++ b/Geo/ACISVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/CGNSOptions.h b/Geo/CGNSOptions.h index f69c5c2f2f47c77b76dad1eb6957e48ab5ca9564..95c4f4e0f2d2bf8ddf2b705dc74759396782fc57 100644 --- a/Geo/CGNSOptions.h +++ b/Geo/CGNSOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/CMakeLists.txt b/Geo/CMakeLists.txt index 8218d9ef6925bb8c60b0e16491290c82533da752..f281a24ea2b86c95b9c1464109d79f679c15b45b 100644 --- a/Geo/CMakeLists.txt +++ b/Geo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Cell.cpp b/Geo/Cell.cpp index 7f2fee5b7e9016dd5b3d549d5056b0faa80d1148..c74e673775181327f4965151826a3117c3ba8388 100644 --- a/Geo/Cell.cpp +++ b/Geo/Cell.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Cell.h b/Geo/Cell.h index 1f05bb34d7ebd31931d9e5d3f8edf58f9e5e3808..06a8290fc1ba182738915e33f39d9d20992e4d44 100644 --- a/Geo/Cell.h +++ b/Geo/Cell.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/CellComplex.cpp b/Geo/CellComplex.cpp index 18a1399135542dff96dfdcb835f073de97160394..add9c56dd8ca6627ae1c767c2570f77214576bc6 100644 --- a/Geo/CellComplex.cpp +++ b/Geo/CellComplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/CellComplex.h b/Geo/CellComplex.h index 9c504e22f583f27b4c34a905a49e17f766695d60..ac4893ea61ff1f1cc8525d5b856a86a0864f59db 100644 --- a/Geo/CellComplex.h +++ b/Geo/CellComplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Chain.cpp b/Geo/Chain.cpp index 9986dfb487ee56c0e2a60f7e41bd8236d4337f36..4a207472c6729880a9628eec1609cf494b12f160 100644 --- a/Geo/Chain.cpp +++ b/Geo/Chain.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Chain.h b/Geo/Chain.h index ca37941d3aac912b908817dd222788d69fb1481f..f89994892c474f6d12a6c7561e6a6ee8ce2220b5 100644 --- a/Geo/Chain.h +++ b/Geo/Chain.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ChainComplex.cpp b/Geo/ChainComplex.cpp index 59148c3d3df5c307dc69357138e46f36b6538203..ce6438aade5b7533dcd65e783c242a52aecd9b34 100644 --- a/Geo/ChainComplex.cpp +++ b/Geo/ChainComplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ChainComplex.h b/Geo/ChainComplex.h index 748a382168522d00515147d9e7713eab09776a10..866bfcdc919e335e5f3b34b64c53c8979f863a79 100644 --- a/Geo/ChainComplex.h +++ b/Geo/ChainComplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/CustomContainer.h b/Geo/CustomContainer.h index fe41b5cf9930bffd40b7750bfc855166dc1dd28e..804480116fe44848a751b88aedba2d0b3fe772a6 100644 --- a/Geo/CustomContainer.h +++ b/Geo/CustomContainer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ExtrudeParams.cpp b/Geo/ExtrudeParams.cpp index 6cca91d4c57c84014c22aaf90eec7d95884099df..9ff043e0fb3ba3c49c4c1ed3f8f9e0c65fc24065 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/ExtrudeParams.h b/Geo/ExtrudeParams.h index d860329a110d614d589986e687f7d16bcbf6e67b..d81861855c3c2d074d9f3fbd5dc0dfed49beaf7d 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GEdge.cpp b/Geo/GEdge.cpp index 025d34fbd858b5409ea027f12dcbdce031f32fc1..87e7e4a1f903d6366c2894679235a7632f4033db 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GEdge.h b/Geo/GEdge.h index e7143a0e1975ec040747d3d1a7503081f9b13b31..931de4dfb2d9e3bd71c14f8a3032209ba2d58089 100644 --- a/Geo/GEdge.h +++ b/Geo/GEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GEdgeLoop.cpp b/Geo/GEdgeLoop.cpp index 61a6f1fe0b9499a5c6bd0d3912a8b8eef30b0f73..72578bd252d4fe09817d74a426dc09bef7fd819f 100644 --- a/Geo/GEdgeLoop.cpp +++ b/Geo/GEdgeLoop.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GEdgeLoop.h b/Geo/GEdgeLoop.h index 1513130f37da3477fc15f10d56f5e4f07d6fc81b..afbb3059fbfe64eb1389fddb2091b96c05b153dc 100644 --- a/Geo/GEdgeLoop.h +++ b/Geo/GEdgeLoop.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GEntity.cpp b/Geo/GEntity.cpp index 40d71b73aecae6df5894a68f56e1a68395950abb..7a22102fba3724ea7b9ccc37d768fd1efc897a05 100644 --- a/Geo/GEntity.cpp +++ b/Geo/GEntity.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GEntity.h b/Geo/GEntity.h index 5a988585c9f6e3743fa9ea3ad90da6e0434e6ee2..b4d4f20288e67a3d1746a09eda81b0c0031916a6 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp index 7a9be2e6fb1f22d50141a52c4417b85a98ef245e..777403299b7786cd4f6d1b1b4a2d35d6d46bffcc 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GFace.h b/Geo/GFace.h index 0be6f546b4b66e746bef79b1aaf74d79ad3ab5df..c2b24cdae8e29b8f816c9abfc9b867b76b1deeab 100644 --- a/Geo/GFace.h +++ b/Geo/GFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 0045edefe4c4d1e0bb40f9d4edc1b3b84bf524ed..b68bf52e6008ab20317791c6320d0488abdfa65f 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModel.h b/Geo/GModel.h index c041ae710c99d50490444bc740d99c393d84a282..b812c72c4196228f257009c4be546f6609f2e09b 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelCreateTopologyFromMesh.cpp b/Geo/GModelCreateTopologyFromMesh.cpp index 34fa1b4c1ff0c4fb7c6f527a9e98d34221099787..f3e309e4b05dd126f3840875ec51603d762d2cdc 100644 --- a/Geo/GModelCreateTopologyFromMesh.cpp +++ b/Geo/GModelCreateTopologyFromMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelCreateTopologyFromMesh.h b/Geo/GModelCreateTopologyFromMesh.h index c2a864ec39768d9b250c81f516c4d33cc034bab4..2ba67985b37c80a495fb81ef5117b3157ce7a3a9 100644 --- a/Geo/GModelCreateTopologyFromMesh.h +++ b/Geo/GModelCreateTopologyFromMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_ACIS.cpp b/Geo/GModelIO_ACIS.cpp index 731706b437f293d482e8dd7b039adfc79411e777..831cf8acb32f735a21724c864b3981cf25c5ef8e 100644 --- a/Geo/GModelIO_ACIS.cpp +++ b/Geo/GModelIO_ACIS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_ACTRAN.cpp b/Geo/GModelIO_ACTRAN.cpp index 441bca19283ba582836a2195da8a5c316d8d56a7..fd10ceb1902b2d0a4aa569d2298880769f78ec17 100644 --- a/Geo/GModelIO_ACTRAN.cpp +++ b/Geo/GModelIO_ACTRAN.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_BDF.cpp b/Geo/GModelIO_BDF.cpp index d0689270eb88fa45576af2fa730488141431ca07..e52be1f8ffb40dcdf7bd47fff78fbe88ca14eafb 100644 --- a/Geo/GModelIO_BDF.cpp +++ b/Geo/GModelIO_BDF.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_CGNS.cpp b/Geo/GModelIO_CGNS.cpp index d5f35b73dab581c53a78398945ec5b642b5ed867..1114522398bff0ba7469137f420eefd003884794 100644 --- a/Geo/GModelIO_CGNS.cpp +++ b/Geo/GModelIO_CGNS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_DIFF.cpp b/Geo/GModelIO_DIFF.cpp index b8a4752a06f6506f66ec1fb87142ecbb924deba1..48838e51a102bd88cd1df9a74a58c86c9cc1ad39 100644 --- a/Geo/GModelIO_DIFF.cpp +++ b/Geo/GModelIO_DIFF.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_Fourier.cpp b/Geo/GModelIO_Fourier.cpp index 291ff7f644c547f4a410d5863bb4ef93631ee2eb..39e6ddaf5f7071bc0c801ef28c7b8ace009eda46 100644 --- a/Geo/GModelIO_Fourier.cpp +++ b/Geo/GModelIO_Fourier.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_Fourier.h b/Geo/GModelIO_Fourier.h index 7c65f67b3187f4a4bb9d651b090a6a485be77620..8c5b233721ae4bbd908413eec6e345a59640fd4f 100644 --- a/Geo/GModelIO_Fourier.h +++ b/Geo/GModelIO_Fourier.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_GEO.cpp b/Geo/GModelIO_GEO.cpp index 494be2723938b55b46f031bbce644074242f4285..4d274392870aa8783dc25432e569d5eacf91ca14 100644 --- a/Geo/GModelIO_GEO.cpp +++ b/Geo/GModelIO_GEO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_GEO.h b/Geo/GModelIO_GEO.h index ce4c780641918b9051d0efcbe59cdced2e39b22b..65af42a6cc639cae6d561d30652ac93ffe651006 100644 --- a/Geo/GModelIO_GEO.h +++ b/Geo/GModelIO_GEO.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_GEOM.cpp b/Geo/GModelIO_GEOM.cpp index 17b54cad74692b16e11c46cfbf7f96fa09033b4d..c9366b8e8f680dba3a6372592b5774843db6a70a 100644 --- a/Geo/GModelIO_GEOM.cpp +++ b/Geo/GModelIO_GEOM.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_INP.cpp b/Geo/GModelIO_INP.cpp index 01ce16b70fd988c1d689a4baf526654ae2fbe97e..d561f9a5fe57d4f583ec5262792bef280b6fad4a 100644 --- a/Geo/GModelIO_INP.cpp +++ b/Geo/GModelIO_INP.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_IR3.cpp b/Geo/GModelIO_IR3.cpp index f352c1ad4048f7dc82e9e87ec252d0fdb8c8e3ca..003eefc581ae6ed97eb9884dac1ce891da63e8f5 100644 --- a/Geo/GModelIO_IR3.cpp +++ b/Geo/GModelIO_IR3.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_MAIL.cpp b/Geo/GModelIO_MAIL.cpp index 12b8bdebe2071434b6bca629d433b0f4aa5c6f3c..ea968de27dff910e069ff2b3bff1268972058400 100644 --- a/Geo/GModelIO_MAIL.cpp +++ b/Geo/GModelIO_MAIL.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_MATLAB.cpp b/Geo/GModelIO_MATLAB.cpp index b7467c1ce4cb613f31577b5c9d7bbdd795eb44c9..4a98e74a367812f723da5abafa042e5ea86b470c 100644 --- a/Geo/GModelIO_MATLAB.cpp +++ b/Geo/GModelIO_MATLAB.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_MED.cpp b/Geo/GModelIO_MED.cpp index ffbde06c1e43502d22b52014012d7fac63cf3e79..040b8a796f692474c086bffe2516efdcc1b8d17b 100644 --- a/Geo/GModelIO_MED.cpp +++ b/Geo/GModelIO_MED.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_MESH.cpp b/Geo/GModelIO_MESH.cpp index 115f7a86aa19672cc7ae7f7faa584a64aace4604..68d849b73b354ce3f0ed2a32a17d72dc21653d26 100644 --- a/Geo/GModelIO_MESH.cpp +++ b/Geo/GModelIO_MESH.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_MSH.cpp b/Geo/GModelIO_MSH.cpp index 95e5243add0ccd3f0a5b1ad1ad2e76025fd8ea11..ef845eee01291fe86556535634021da6c73a6495 100644 --- a/Geo/GModelIO_MSH.cpp +++ b/Geo/GModelIO_MSH.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_MSH2.cpp b/Geo/GModelIO_MSH2.cpp index 0b028c1621e888de47d46979445da2438c221b9e..bd09f5a64df98c5f60d388e6558732cd59a63dc1 100644 --- a/Geo/GModelIO_MSH2.cpp +++ b/Geo/GModelIO_MSH2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_MSH3.cpp b/Geo/GModelIO_MSH3.cpp index 4f3dd6c94ae936d2e96a8351a15d98d65d5b4637..a366f06cfabeb2c5c776186c1fb4ec686cfd4124 100644 --- a/Geo/GModelIO_MSH3.cpp +++ b/Geo/GModelIO_MSH3.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_MSH4.cpp b/Geo/GModelIO_MSH4.cpp index 2000731dc4b366e61fbc4947d01bd64c0d29f3bb..c8ec184e1ea0e52f08acc7d6c0bdbc79fb165b86 100644 --- a/Geo/GModelIO_MSH4.cpp +++ b/Geo/GModelIO_MSH4.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -2410,7 +2410,8 @@ int GModel::_writePartitionedMSH4(const std::string &baseName, double version, std::ostringstream sstream; sstream << baseName << "_" << i << ".msh"; - tmp->_writeMSH4(sstream.str(), version, binary, saveAll, saveParametric, scalingFactor); + tmp->_writeMSH4(sstream.str(), version, binary, saveAll, saveParametric, + scalingFactor); tmp->remove(); delete tmp; } diff --git a/Geo/GModelIO_NEU.cpp b/Geo/GModelIO_NEU.cpp index 4b643565acae4169b6ae3480d3461b17d3a83f5a..bfe8bdc1d85f905687f2ec7a13c947169ad7161a 100644 --- a/Geo/GModelIO_NEU.cpp +++ b/Geo/GModelIO_NEU.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp index 1ed3882c77d0989d52a04b8ecbb1f02b221e3ffe..d34c529141eaa036f97cae1bb054281bfafe62a6 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index ced922d2515ae4b9d70d2638808f0208c07bd9d0..62c9362980aa0186f9589d10eb8d597c80903f20 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_P3D.cpp b/Geo/GModelIO_P3D.cpp index d052f79783b2928fcd924b9b547935800491ca28..38e5c44dec0325854fd2e12305cb6d350db3e509 100644 --- a/Geo/GModelIO_P3D.cpp +++ b/Geo/GModelIO_P3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_PLY.cpp b/Geo/GModelIO_PLY.cpp index d9ac40ba5677b22d32df6b2aa2a0c8165cc04eec..a99e66db922cc52c761089c900c99ac10934e81b 100644 --- a/Geo/GModelIO_PLY.cpp +++ b/Geo/GModelIO_PLY.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_POS.cpp b/Geo/GModelIO_POS.cpp index dfed5982be90e97f84e8a3c9354b09ce597bd951..7559f89c7fcfda77fb5b46d4f28d07cd30661f3d 100644 --- a/Geo/GModelIO_POS.cpp +++ b/Geo/GModelIO_POS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_SAMCEF.cpp b/Geo/GModelIO_SAMCEF.cpp index 6768cb361ca730b28ca01e3eb399a745d8d4adc3..b5b558c0a805a81de49146de48a86a4bed86d7b3 100644 --- a/Geo/GModelIO_SAMCEF.cpp +++ b/Geo/GModelIO_SAMCEF.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_STL.cpp b/Geo/GModelIO_STL.cpp index ed587e26316df5ea98b818778226b7595ef67eae..3483af37f7a75a10f160aec741dc18240284ff34 100644 --- a/Geo/GModelIO_STL.cpp +++ b/Geo/GModelIO_STL.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_SU2.cpp b/Geo/GModelIO_SU2.cpp index 184c727161d38d49bac8411ec7b9b34d0f672083..a0e68548a8d4d7fb360b16d066974553a6ea9e3e 100644 --- a/Geo/GModelIO_SU2.cpp +++ b/Geo/GModelIO_SU2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_UNV.cpp b/Geo/GModelIO_UNV.cpp index d7d00161445a5674098ec61b99b698303f6a9cf5..c82b2d11ad4c6b33c277e5e5165fd03feb9462c9 100644 --- a/Geo/GModelIO_UNV.cpp +++ b/Geo/GModelIO_UNV.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_VRML.cpp b/Geo/GModelIO_VRML.cpp index cb303c50b19a40b7175f923ab67876b4c1c5e6cf..268eaa19068d52cb586b24a187b5d91cb7b30aa6 100644 --- a/Geo/GModelIO_VRML.cpp +++ b/Geo/GModelIO_VRML.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelIO_VTK.cpp b/Geo/GModelIO_VTK.cpp index f9e12cf8f714cc4610e144b5ee1024e5744573c0..342630746453426ad5f8beeccf70b1097ce6e772 100644 --- a/Geo/GModelIO_VTK.cpp +++ b/Geo/GModelIO_VTK.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GModelVertexArrays.cpp b/Geo/GModelVertexArrays.cpp index 02567d774ba73d1a3bd333482b7ec07ee3e0ec22..30e44feb1a12b9cbc9472150212adfad0a23355d 100644 --- a/Geo/GModelVertexArrays.cpp +++ b/Geo/GModelVertexArrays.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GPoint.h b/Geo/GPoint.h index f970b4b6fafca3d3ca5f71b0b7dc2b8e56a3aa3c..b9a4c665ed7e5b349b7e8b99fd8c67b5a4ec2e1c 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GRegion.cpp b/Geo/GRegion.cpp index 77f88ab7d8b5ce25add4a367cf1b075cdfe36e19..5a92c7e9c3644e8654f4164bd20bffe37df0488f 100644 --- a/Geo/GRegion.cpp +++ b/Geo/GRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GRegion.h b/Geo/GRegion.h index 88512333e6bc140ae9f34594594828ce2f3550c2..432cb58e4567305a7f82eba1983422e76ad87717 100644 --- a/Geo/GRegion.h +++ b/Geo/GRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GVertex.cpp b/Geo/GVertex.cpp index 0a489f5cf3c3a0d8cca006f7a25beb01db7df570..5d69c252923e57595409defe9711ff130a288176 100644 --- a/Geo/GVertex.cpp +++ b/Geo/GVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GVertex.h b/Geo/GVertex.h index 17a5276bb3874e6aeda890adf8557e40e5e00905..36e03c3b7f8118cac43bad30cdc26ddd4d0cfec4 100644 --- a/Geo/GVertex.h +++ b/Geo/GVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GenericEdge.cpp b/Geo/GenericEdge.cpp index f60ea1f6dfb61f6a09e729e91c2338ac41473b39..637f9366aa59e64c02a780d4297efd186d08fa0b 100644 --- a/Geo/GenericEdge.cpp +++ b/Geo/GenericEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GenericEdge.h b/Geo/GenericEdge.h index 9fb07591dd8672ff59c0ead66df7339453802787..aec73664850ea8ea6c1fc811bb80dae666063bd8 100644 --- a/Geo/GenericEdge.h +++ b/Geo/GenericEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GenericFace.cpp b/Geo/GenericFace.cpp index d8d0e5575ffcfdfec5e49224746203ba34e57ab3..97ac23858aa458150dbb4ab732cf1b300ae299be 100644 --- a/Geo/GenericFace.cpp +++ b/Geo/GenericFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GenericFace.h b/Geo/GenericFace.h index 8dc7423c3be73d46bf575f29e1d6df7c872ec3fd..699e4cf6972d303127fecc4ab4a444891951fc8d 100644 --- a/Geo/GenericFace.h +++ b/Geo/GenericFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GenericRegion.cpp b/Geo/GenericRegion.cpp index dc48b13d413d00326a389c07bad35af12b79eddc..90293c40b486336865f0d70d729b63fef07e1516 100644 --- a/Geo/GenericRegion.cpp +++ b/Geo/GenericRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GenericRegion.h b/Geo/GenericRegion.h index 560df293b78cbdbd2b610be537e7b98f1dacbf29..267f6cda7d6933e7aa68e61bc38f044ce8e3883a 100644 --- a/Geo/GenericRegion.h +++ b/Geo/GenericRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GenericVertex.cpp b/Geo/GenericVertex.cpp index f460cf20f608dbd80221f55d30dbfe5c3466fb55..ed81318dee107fb096da4ec9d70fa392f19767ad 100644 --- a/Geo/GenericVertex.cpp +++ b/Geo/GenericVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GenericVertex.h b/Geo/GenericVertex.h index b0fad7dc162ffc29ede769647b9f468908577f8c..1b5d756d8c4e2f94c9d44891750958a6e36eaa1e 100644 --- a/Geo/GenericVertex.h +++ b/Geo/GenericVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index f9f1d3979276abc0126e02f3503c5822c80e4d33..cc1af2a6d252e1f49ce4ed9b7c17c5e3118a3f5a 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Geo.h b/Geo/Geo.h index f0ab8f9e3af8f1c63a9985b324d0266da8ffb7d4..5a8fd0d060ae86854e497f92b33de5f6a3f74ed5 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GeoDefines.h b/Geo/GeoDefines.h index 2a7e16f56110c11a27fbdcba9a98f95f01f0ccb0..d4aacd18d6135afa5b05012cf0e9a001b1b719bd 100644 --- a/Geo/GeoDefines.h +++ b/Geo/GeoDefines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index 598ce2e5638aff2d195c3a81de6820ed7a3a5be0..8936d281eb50c55353bf4162ab126ac10d41a527 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GeoInterpolation.h b/Geo/GeoInterpolation.h index f628afa586ef9610aad81520220032f8dc7c1e9d..4bbff1c1401b7847d774569191020e0bf8874e75 100644 --- a/Geo/GeoInterpolation.h +++ b/Geo/GeoInterpolation.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GeoStringInterface.cpp b/Geo/GeoStringInterface.cpp index 7f3f136452b5be388c7cef417ac85202d3d02edc..1a969d47e5d6d96f794aebe0c0a39da2f3a4f4f1 100644 --- a/Geo/GeoStringInterface.cpp +++ b/Geo/GeoStringInterface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GeoStringInterface.h b/Geo/GeoStringInterface.h index adf0b9819cfba51bbcbb563222b0879c5ae0f8bc..c75c7fde499099f90c36dea98054dea5e4441419 100644 --- a/Geo/GeoStringInterface.h +++ b/Geo/GeoStringInterface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GeomMeshMatcher.cpp b/Geo/GeomMeshMatcher.cpp index 51cf479a3dad4f3ae9a994fdcb037340f10b759e..bfb55306331e04eb6b8169dc32ece09a85949f46 100644 --- a/Geo/GeomMeshMatcher.cpp +++ b/Geo/GeomMeshMatcher.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/GeomMeshMatcher.h b/Geo/GeomMeshMatcher.h index 8b322935fa00f1a4788812e242de4104c9b85deb..6d6caf9eea8e910de88eb6b27af97668b1a27f12 100644 --- a/Geo/GeomMeshMatcher.h +++ b/Geo/GeomMeshMatcher.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index e729560e1e170339f21d604f835a2da142684682..4dcdb45498552760fde045478e9548504cd6bf51 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Homology.h b/Geo/Homology.h index 2a32179f5c369a436cf8064f1ec71a64a95dcd50..800942de523c17b47d6d95470a833062f530082d 100644 --- a/Geo/Homology.h +++ b/Geo/Homology.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MEdge.cpp b/Geo/MEdge.cpp index 46c73ddc193d26d20c9dd8c20742aa1acfcb4afc..e21c9bde04121be41171a55ec03ac6cd9f8cdd68 100644 --- a/Geo/MEdge.cpp +++ b/Geo/MEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MEdge.h b/Geo/MEdge.h index f8070f38311e7d7e798340610bf8e0fd1f44b4bd..4f1ad79f39b5e68eb4823a11dc717c0954b5f05c 100644 --- a/Geo/MEdge.h +++ b/Geo/MEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MEdgeHash.h b/Geo/MEdgeHash.h index f5cd399c044ec2164987c5d7d4b9d612f8d8885b..29d2e914490322ec94ec83ebd414e6a2ba90d305 100644 --- a/Geo/MEdgeHash.h +++ b/Geo/MEdgeHash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp index c6cd7115e1f3003101db2cf95736458577165efa..afc67030b367c6ef6f65ba55b7e1b24550412292 100644 --- a/Geo/MElement.cpp +++ b/Geo/MElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MElement.h b/Geo/MElement.h index 754b371c4024efe74eb6ad28382f5abe72356f39..85b9c29b75cd229200f2973ac4e638d0e203cd13 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MElementCut.cpp b/Geo/MElementCut.cpp index e7038f5dae01b12224e09b174046f9fe400e9d34..2decf45bf7f9190fd4e93fc906abc5652f9f6ad1 100644 --- a/Geo/MElementCut.cpp +++ b/Geo/MElementCut.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MElementCut.h b/Geo/MElementCut.h index 8b11b4657b9da25cb142804c139e17f0de1757c1..bf9f8ed02a0da9e99c45e9b39f74012ba5e592ad 100644 --- a/Geo/MElementCut.h +++ b/Geo/MElementCut.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MElementOctree.cpp b/Geo/MElementOctree.cpp index 15997089ce353ccb3e052a54182bf8430c2baa24..2e49fcabd85c731f53b6a66c9f96f0f3b15c6b10 100644 --- a/Geo/MElementOctree.cpp +++ b/Geo/MElementOctree.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MElementOctree.h b/Geo/MElementOctree.h index 62e7fc35d38e629746bfbdc95313b45b2524e8aa..0a2bd6229a4e8faeb4ee7124c40c4f54dc71f96e 100644 --- a/Geo/MElementOctree.h +++ b/Geo/MElementOctree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MFace.cpp b/Geo/MFace.cpp index 725cb2530c38b3ad9d53adb8669c56c9a04643c6..9172b3d8c147d12ae8c82e6904daf100636ede82 100644 --- a/Geo/MFace.cpp +++ b/Geo/MFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MFace.h b/Geo/MFace.h index cbb072fcc683534fb1bd08a09a7fe48d326730b4..152b0310935849c4cc935677361afe2d4e296fd1 100644 --- a/Geo/MFace.h +++ b/Geo/MFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MFaceHash.h b/Geo/MFaceHash.h index a31f0296a2b76bab83c99b91fa62c7c61dba8959..c4a9ab46d6c5c902e66a16b17eec14ea1453c42c 100644 --- a/Geo/MFaceHash.h +++ b/Geo/MFaceHash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MHexahedron.cpp b/Geo/MHexahedron.cpp index dd6751a503e5134193c6ce83027948a9617260c2..6d600a91975a689014a6a2c246090127a4a6bf4d 100644 --- a/Geo/MHexahedron.cpp +++ b/Geo/MHexahedron.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MHexahedron.h b/Geo/MHexahedron.h index 0024de7cc302b38e5b9414de69a1382d736df5ed..20226623acbf8c72d3a8577ad69d63d8fc37a8ce 100644 --- a/Geo/MHexahedron.h +++ b/Geo/MHexahedron.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MLine.cpp b/Geo/MLine.cpp index b91db939272777798843c3046adfed039c17f266..5e795320fe0e9181f672b23a4a84ec6c42f5cb6d 100644 --- a/Geo/MLine.cpp +++ b/Geo/MLine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MLine.h b/Geo/MLine.h index c2f250a16f4730fd55b415cd950d304cca832a07..c279bad85382ca9d9dfe875ed7027100fecf65f2 100644 --- a/Geo/MLine.h +++ b/Geo/MLine.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MPoint.h b/Geo/MPoint.h index ec75d9a0c4cee9506ff69c583dcd60b7dcddca04..3c1ada73a6b67d57c9ff863c45dab5da13881ea6 100644 --- a/Geo/MPoint.h +++ b/Geo/MPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MPrism.cpp b/Geo/MPrism.cpp index 58a340c0f765c4f19df3c55dcd4becefaf45715e..2e1103da888e832f4fc28fee4eaa64d32ee15636 100644 --- a/Geo/MPrism.cpp +++ b/Geo/MPrism.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MPrism.h b/Geo/MPrism.h index 03f38756fa01a52470c0d56d083e4415b5bb5ed2..fd40ac55439b13c726b17a1f5a88235df5ac4d88 100644 --- a/Geo/MPrism.h +++ b/Geo/MPrism.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MPyramid.cpp b/Geo/MPyramid.cpp index db8041ca8349d8dd9ab09b127338e3978b857d1c..dcd91ef3b1104be12b0e634630aec8d08e221b3f 100644 --- a/Geo/MPyramid.cpp +++ b/Geo/MPyramid.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MPyramid.h b/Geo/MPyramid.h index 7f9a872d64bed8372fff9001c2f4aa50f507462c..48f08ed71c4af0a5addde5ddaf84f8caa2a70cd1 100644 --- a/Geo/MPyramid.h +++ b/Geo/MPyramid.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MQuadrangle.cpp b/Geo/MQuadrangle.cpp index 6fdc8550438ddcfa6ab17d82f6ddcc9f4b297bae..7cc6533a86dbbacfd75e39d6cb36269496972929 100644 --- a/Geo/MQuadrangle.cpp +++ b/Geo/MQuadrangle.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MQuadrangle.h b/Geo/MQuadrangle.h index 5ebf32195f6ba0ab1f8f80c3803702e9cf80c625..bdc1f7d4de1e555f7866886b0564ae0c015d0f63 100644 --- a/Geo/MQuadrangle.h +++ b/Geo/MQuadrangle.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MSubElement.cpp b/Geo/MSubElement.cpp index dbb715e7329cf6fc8ec01c4a9d689c7ade71ea5f..e5d87b061bc19b4d6dc99b9a5f7a12d736a89b81 100644 --- a/Geo/MSubElement.cpp +++ b/Geo/MSubElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MSubElement.h b/Geo/MSubElement.h index 029ccdbd4db090a93665710335baca0f1cd4cc5c..e9f817a7a6b738578a7f8999dc1c04af0c7f2522 100644 --- a/Geo/MSubElement.h +++ b/Geo/MSubElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MTetrahedron.cpp b/Geo/MTetrahedron.cpp index dae6a8a4ece51589af09b32ac54448934e416df2..7a6f3c3577647b04e99e79c9fd43a127ecfbeeee 100644 --- a/Geo/MTetrahedron.cpp +++ b/Geo/MTetrahedron.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MTetrahedron.h b/Geo/MTetrahedron.h index 9cec870a8015ec144363322adba1471a1f1c1d9d..0aaee6b967084252db0d2918d774d26a30b6e86d 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MTriangle.cpp b/Geo/MTriangle.cpp index d8336d9e190a6cc7f455ca4675e85dc3a989cb50..ac230f487460e19ec70253bef33d58ddf26b14d7 100644 --- a/Geo/MTriangle.cpp +++ b/Geo/MTriangle.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MTriangle.h b/Geo/MTriangle.h index 17b6e8e5d5a623f50f8abea2e5bba555db18815e..cadac9f26f6c78e5b60746efc37639388ae4ece6 100644 --- a/Geo/MTriangle.h +++ b/Geo/MTriangle.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MVertex.cpp b/Geo/MVertex.cpp index f213d0b6ad2d71c25f5b1a853a388846d8def7d7..5ea8a25d70587ed5e426949f9580409e26093b1b 100644 --- a/Geo/MVertex.cpp +++ b/Geo/MVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MVertex.h b/Geo/MVertex.h index 518ae701303affaa44756aa330da728f10f08f51..4ae4d21de92e8aa6767234288941fe965c846a9c 100644 --- a/Geo/MVertex.h +++ b/Geo/MVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MVertexBoundaryLayerData.cpp b/Geo/MVertexBoundaryLayerData.cpp index 5aeaa56e6d5c869c130be2ec4a6770e5cacfb99e..260ccdafac872a6738a89f9ca820c189516066a9 100644 --- a/Geo/MVertexBoundaryLayerData.cpp +++ b/Geo/MVertexBoundaryLayerData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MVertexBoundaryLayerData.h b/Geo/MVertexBoundaryLayerData.h index 8030d0b2129148e2f9077358641a987fbc3963c5..8be962fd91501992794f15d4f6b5fd59b166b118 100644 --- a/Geo/MVertexBoundaryLayerData.h +++ b/Geo/MVertexBoundaryLayerData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MVertexRTree.h b/Geo/MVertexRTree.h index eec986c5561a85aa2c5f0b4abf742d6fe7722b93..353cbdd77617059356537ed375217988963c0a12 100644 --- a/Geo/MVertexRTree.h +++ b/Geo/MVertexRTree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MZone.cpp b/Geo/MZone.cpp index 1b1b3a54fcaf9b96f080b6a9febd20e37c6e1635..aa2f2b5cd3ec80021f68ddfc6264b76d689fe5ea 100644 --- a/Geo/MZone.cpp +++ b/Geo/MZone.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MZone.h b/Geo/MZone.h index 4b6839e832baaff72024922c1194b44b6778b75e..5328dc8ecbb2b8eae1e15c4424d563e72f617db7 100644 --- a/Geo/MZone.h +++ b/Geo/MZone.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MZoneBoundary.cpp b/Geo/MZoneBoundary.cpp index e6a2126abc8f65148fe3d3a12357f35c0327fca4..26c6c0730d3eee2698f0930f711b9e620263742a 100644 --- a/Geo/MZoneBoundary.cpp +++ b/Geo/MZoneBoundary.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/MZoneBoundary.h b/Geo/MZoneBoundary.h index 22b3ef917fa1a2dde2f67c6bb83c113e8c90f2f6..ce8c5162094bef7821f8a4d1a76b3c5e3b96cdb5 100644 --- a/Geo/MZoneBoundary.h +++ b/Geo/MZoneBoundary.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCEdge.cpp b/Geo/OCCEdge.cpp index e8b29ca01883ea236da1453e512bb5ff66c5a60f..a45c672354339cf65d7206d71fc3abfb0b7518cd 100644 --- a/Geo/OCCEdge.cpp +++ b/Geo/OCCEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCEdge.h b/Geo/OCCEdge.h index 82c5137625dc4ada54e52922aa64cb6e66b44da1..fc77fd05311b899877d75fea64039e7604062ba0 100644 --- a/Geo/OCCEdge.h +++ b/Geo/OCCEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCFace.cpp b/Geo/OCCFace.cpp index bbe27f362893a24e553e6a9f7e8ba506c00af7a6..b455e1a8c999bf082e8665b9de370c23eac42d55 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCFace.h b/Geo/OCCFace.h index 447304336eba493a05fa9107d926ece72ce7dcbc..ff5276004ca226b055952d28631bbcc42a5095fb 100644 --- a/Geo/OCCFace.h +++ b/Geo/OCCFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCMeshAttributes.h b/Geo/OCCMeshAttributes.h index 3af59a70996bce333ae63a1d082c1b1c45b940df..4ec8d81ee9da54d23ee7e3202ef74806d00f5704 100644 --- a/Geo/OCCMeshAttributes.h +++ b/Geo/OCCMeshAttributes.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCRegion.cpp b/Geo/OCCRegion.cpp index 83b488cead1dce60902b9251a515109766107c94..76829d04d713279308b9858ef16ea4b484f8cfda 100644 --- a/Geo/OCCRegion.cpp +++ b/Geo/OCCRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCRegion.h b/Geo/OCCRegion.h index 9cf09177443479e5cabf76c7b1c72e41bf133f39..9ad62f0c4766090fc56d84ab253f150c091a27cc 100644 --- a/Geo/OCCRegion.h +++ b/Geo/OCCRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCVertex.cpp b/Geo/OCCVertex.cpp index 6b4249e3e888c067670e3ab6cfde4990469d6cca..a3eafb651234be98bea00f5a2d29334eb524d94b 100644 --- a/Geo/OCCVertex.cpp +++ b/Geo/OCCVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/OCCVertex.h b/Geo/OCCVertex.h index ab7077e8ac892fda8c28fe968b001539879436f4..ea07d0f561b78c2ba8d2374a321fca36bea47318 100644 --- a/Geo/OCCVertex.h +++ b/Geo/OCCVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Pair.h b/Geo/Pair.h index e60d46f23f516e34d79669847ef34191c866e917..a625c8d3ce26a9fb70d9f32af9f35acf45d150eb 100644 --- a/Geo/Pair.h +++ b/Geo/Pair.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/Range.h b/Geo/Range.h index 5b85cb9363ac126b1473ea5f48b0f6173677c6e8..b2a7db99b92e8f92fc1d169b6173e5ea04e9f772 100644 --- a/Geo/Range.h +++ b/Geo/Range.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/SBoundingBox3d.h b/Geo/SBoundingBox3d.h index 7a7c0cfb46efb2e9e7816167af4e616b4154db89..bcfeb80eb7ff0fe59528889cf6660d66aa81722d 100644 --- a/Geo/SBoundingBox3d.h +++ b/Geo/SBoundingBox3d.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/SOrientedBoundingBox.cpp b/Geo/SOrientedBoundingBox.cpp index fb0016d9a0d4de5ec6d888885aeb272da75249c3..5865718131b27a0c55591b2d30d03d6f79461bde 100644 --- a/Geo/SOrientedBoundingBox.cpp +++ b/Geo/SOrientedBoundingBox.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/SOrientedBoundingBox.h b/Geo/SOrientedBoundingBox.h index 49b11235ace8fd26cd79963100656bae141103c8..846f7a3aebce64cea10f1b55e67e94d4ebc51e4f 100644 --- a/Geo/SOrientedBoundingBox.h +++ b/Geo/SOrientedBoundingBox.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/SPoint2.h b/Geo/SPoint2.h index f6df1bb4e1ff363887c5f3e2bc1eb7df659a9385..2444a4aef095a6aac5eac670120bfa8478769b24 100644 --- a/Geo/SPoint2.h +++ b/Geo/SPoint2.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/SPoint3.h b/Geo/SPoint3.h index 8019d3c92d1d56c66b5ce53acec0c6f9673d1eb0..be301e6cd56c1c2cf666916713831c75c6c94ae4 100644 --- a/Geo/SPoint3.h +++ b/Geo/SPoint3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/STensor3.cpp b/Geo/STensor3.cpp index 097971a9d67ec8a0d1e9af225ce07a685a85456b..c30aa0716d8292e1b7cd0cbdb831ead073c21abe 100644 --- a/Geo/STensor3.cpp +++ b/Geo/STensor3.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/STensor3.h b/Geo/STensor3.h index 61827399e82ecf6e458c027161a16de6af2534c2..225be7c83d3255722b16d97391b243a1361b7259 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/SVector3.h b/Geo/SVector3.h index d5db422faca103f56c0141451fe857b31a096e3d..c1f684797d86e5aa792585493e93c51f22d0ded1 100644 --- a/Geo/SVector3.h +++ b/Geo/SVector3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/boundaryLayersData.cpp b/Geo/boundaryLayersData.cpp index f579e417d216043e93c82d969f7c723fdf81552c..37c091765bd9ab2376aaeb627730b21d7709152f 100644 --- a/Geo/boundaryLayersData.cpp +++ b/Geo/boundaryLayersData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/boundaryLayersData.h b/Geo/boundaryLayersData.h index 607e8d498f0d3ba022d324710ec852df5c8c904d..2185dba91a1d38af3b65f442a7de0d04a0e5c851 100644 --- a/Geo/boundaryLayersData.h +++ b/Geo/boundaryLayersData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/closestPoint.cpp b/Geo/closestPoint.cpp index bbeb9dd58897fea17f5b9060762914695778e0ef..ddb980fd13a0641a8277ec207421ee4af1de9724 100644 --- a/Geo/closestPoint.cpp +++ b/Geo/closestPoint.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/closestPoint.h b/Geo/closestPoint.h index 1d363c8d1a3840784761db7204a70445d58e02d7..70b32b45e552afefa80785a817e3eda4f1d7e857 100644 --- a/Geo/closestPoint.h +++ b/Geo/closestPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/discreteEdge.cpp b/Geo/discreteEdge.cpp index f26ec84da93799eccb7aee6e50547aeb2180cacd..ab7eca3be2f7682c8e6c86b0c962fe685270b822 100644 --- a/Geo/discreteEdge.cpp +++ b/Geo/discreteEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/discreteEdge.h b/Geo/discreteEdge.h index f76789d5a4ad804629a59ec0796ca57153d702ed..ea048976b3d192f4aaebf2256b4b2829578b44a7 100644 --- a/Geo/discreteEdge.h +++ b/Geo/discreteEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/discreteFace.cpp b/Geo/discreteFace.cpp index 193d56ee03333516fb56e264ae565d4b500901e9..61610111da52539f31c30b5c1305dad6ab796ad3 100644 --- a/Geo/discreteFace.cpp +++ b/Geo/discreteFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/discreteFace.h b/Geo/discreteFace.h index d8427947948983fef0c4f2ea60e64b5f93c1bebb..dfe539303134356ea97cccdcbddb7a5534736668 100644 --- a/Geo/discreteFace.h +++ b/Geo/discreteFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/discreteRegion.cpp b/Geo/discreteRegion.cpp index 8188653572610e998b0ced30e814b6b618ec1c82..3fae80b8f1566a6500dfafcb669408f78072cc5c 100644 --- a/Geo/discreteRegion.cpp +++ b/Geo/discreteRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/discreteRegion.h b/Geo/discreteRegion.h index cf0550c430589bcd70e8cb9db2a6fa8d1a2b3f63..24d1c6a0418aa7fa9732778c8ce37ee0fab490a5 100644 --- a/Geo/discreteRegion.h +++ b/Geo/discreteRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/discreteVertex.h b/Geo/discreteVertex.h index 6755f05866676b862114b4ec1af2932670a5332e..3446b139aebb8b386873ab6190a6d0bd6350d64d 100644 --- a/Geo/discreteVertex.h +++ b/Geo/discreteVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/findLinks.cpp b/Geo/findLinks.cpp index 5182da618d8f981d0ffa722bbb706687cc6134c3..946c722b584c81623c97930aab6f6ce7bef8fc35 100644 --- a/Geo/findLinks.cpp +++ b/Geo/findLinks.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/findLinks.h b/Geo/findLinks.h index eb5b73d7f0de69ef7fc88d9296dc60987aca135b..bc10ec95616f1392ca89cd29bb3fc1159eb466d8 100644 --- a/Geo/findLinks.h +++ b/Geo/findLinks.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/fourierEdge.cpp b/Geo/fourierEdge.cpp index 69658a9ea517eaaafb533b84ee2f704a6ecef4ce..b10ab635ff65de9e9474fe76f61db8b7c0127906 100644 --- a/Geo/fourierEdge.cpp +++ b/Geo/fourierEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/fourierEdge.h b/Geo/fourierEdge.h index 11bde2c9ad5ffad9924a56e54621ca8337d339c2..3ff5e699bd10a4aef604545c664871fa354cf45a 100644 --- a/Geo/fourierEdge.h +++ b/Geo/fourierEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/fourierFace.cpp b/Geo/fourierFace.cpp index 6c15f4c9401410a1095791828dd0668f58a7ca84..08fa28a8e544744e855600562647522ab2b654e1 100644 --- a/Geo/fourierFace.cpp +++ b/Geo/fourierFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/fourierFace.h b/Geo/fourierFace.h index 996424e5b10c0ccab6ad6af0631fe791d65ef6d2..3c1ead258fc46d3f238d56c86e3659df416d2161 100644 --- a/Geo/fourierFace.h +++ b/Geo/fourierFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/fourierProjectionFace.cpp b/Geo/fourierProjectionFace.cpp index 21a8aa2321bb4c821ab88b75e5830fcae8179a45..0f0953d09e763e1bb2f83256666aedf83b7eb279 100644 --- a/Geo/fourierProjectionFace.cpp +++ b/Geo/fourierProjectionFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/fourierProjectionFace.h b/Geo/fourierProjectionFace.h index 4ff6f70b8061d4d10497ccf8a363afffc3b7ddd7..28203cf44ac33ab0101106a3f81a6bd3e747703c 100644 --- a/Geo/fourierProjectionFace.h +++ b/Geo/fourierProjectionFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/fourierVertex.h b/Geo/fourierVertex.h index 1cedd35ba7c41e0f03fda620d7999b6dc8bee699..810a8c759c1d0558b0c52b99fdd94d4ef3f66bef 100644 --- a/Geo/fourierVertex.h +++ b/Geo/fourierVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshEdge.cpp b/Geo/gmshEdge.cpp index 0065e954a4bedcd0cccfe299ec070d844f348a51..0c1ec4dac10a5637ef1764def56815d67096630f 100644 --- a/Geo/gmshEdge.cpp +++ b/Geo/gmshEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshEdge.h b/Geo/gmshEdge.h index 26e2c52bafadda0c9a940310f87df0f5478113ab..f54a17a6470ad638e81f9426fc2bc68292cbfaf6 100644 --- a/Geo/gmshEdge.h +++ b/Geo/gmshEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshEdgeDiscretize.cpp b/Geo/gmshEdgeDiscretize.cpp index e7a786487ba3bdbec4f59c5f7c4e69490073e081..f2b33f63fc7d2eced40991e7abaff218fdb02a53 100644 --- a/Geo/gmshEdgeDiscretize.cpp +++ b/Geo/gmshEdgeDiscretize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshFace.cpp b/Geo/gmshFace.cpp index fdbbbaeb1dd5c6c7d64fdc4e1fc6e0fc5f68dc12..1a6763635c8cc4988457e9ceb7636760a889a3b4 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h index 0d31d8ba9e1a7f4110eef639d34c47904017c76a..caa6cf4aa1dc447241d7ecd5c4ebca17aaa1d0b0 100644 --- a/Geo/gmshFace.h +++ b/Geo/gmshFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshLevelset.cpp b/Geo/gmshLevelset.cpp index f71f2d88364441047271f97ec4d20047a443f189..c57ee1641a886e98c82dc784878132b6473f505c 100644 --- a/Geo/gmshLevelset.cpp +++ b/Geo/gmshLevelset.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshLevelset.h b/Geo/gmshLevelset.h index 8b3e8d8b02e393575fda82cff6bb215c06c90e2a..b262b1541a90a5fc3ed13769cb0cb87a4961e18b 100644 --- a/Geo/gmshLevelset.h +++ b/Geo/gmshLevelset.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshRegion.cpp b/Geo/gmshRegion.cpp index b80f1caa5f187f7871b6ecefcc1c700fc05372ca..d1fe8d00a5383d93e4dfcc0c0f8fef8ccb8e0dc1 100644 --- a/Geo/gmshRegion.cpp +++ b/Geo/gmshRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshRegion.h b/Geo/gmshRegion.h index 43d6b3b33ac71a79f7afb005b8886efd97e71fd1..35b1125f17bad695185c19933f84fe021b76efae 100644 --- a/Geo/gmshRegion.h +++ b/Geo/gmshRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshSurface.cpp b/Geo/gmshSurface.cpp index e6129f80bdab1d2ebc87ebcdd26aedf818cba4d7..1f3c66d7af04d895acc22b9d750220a6bd0e2cfb 100644 --- a/Geo/gmshSurface.cpp +++ b/Geo/gmshSurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshSurface.h b/Geo/gmshSurface.h index 05d44edaef7c6217274bb67f5ac25f1695496c7c..5800a79de3b838da132f16756411ac20554ea88d 100644 --- a/Geo/gmshSurface.h +++ b/Geo/gmshSurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshVertex.cpp b/Geo/gmshVertex.cpp index f6c27d2708d0b42d00dd576356122866c954fb6e..8700bf4eeb0c7135ddbb5527ff3df243732c1f3c 100644 --- a/Geo/gmshVertex.cpp +++ b/Geo/gmshVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/gmshVertex.h b/Geo/gmshVertex.h index 84f8bb878af449c33cd4d5775589306edf7c2f29..68a5d1ef32b839b07ee362458bcda79814d7e359 100644 --- a/Geo/gmshVertex.h +++ b/Geo/gmshVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/intersectCurveSurface.cpp b/Geo/intersectCurveSurface.cpp index 425d2188966c38fcf5eaa8134ea4e84618c677ac..10c484795e77d4c55a73e7e1809a5cc51ee29f9f 100644 --- a/Geo/intersectCurveSurface.cpp +++ b/Geo/intersectCurveSurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/intersectCurveSurface.h b/Geo/intersectCurveSurface.h index 3ca8407fbd044a21269a7f3995843ce55ddacc8b..cad43476b1201fe30c8a7e3a237e428f3a834a69 100644 --- a/Geo/intersectCurveSurface.h +++ b/Geo/intersectCurveSurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/partitionEdge.h b/Geo/partitionEdge.h index 3d9c9fd742471a553db343f43ca2db9d6d7cc757..ec96e1b3f215e81ad24605f18df198887d63d328 100644 --- a/Geo/partitionEdge.h +++ b/Geo/partitionEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/partitionFace.h b/Geo/partitionFace.h index 449c32b50f3745fc815d152995b0abb232c5d53a..f83d08ae952d68027b507cad7bda851a95a82cc3 100644 --- a/Geo/partitionFace.h +++ b/Geo/partitionFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/partitionRegion.h b/Geo/partitionRegion.h index a07decfd1a528206f2d8f96a3070a912fae6adc7..4d7879ba1f71dfc3d26d90fd93bb37509bb7a336 100644 --- a/Geo/partitionRegion.h +++ b/Geo/partitionRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Geo/partitionVertex.h b/Geo/partitionVertex.h index 290c087319a43a7a2f7b97edf2ebb2f18bfcca8c..1ccc9aa18e711aa328e2b006c63f29f9bf39ef59 100644 --- a/Geo/partitionVertex.h +++ b/Geo/partitionVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt index 8b9b6c50945b173633b4ff5ad7f96749d1efdaed..cdc988dbcb9404bd6c6ea82c7e2fbc4ba85e6d80 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/Camera.cpp b/Graphics/Camera.cpp index 5f3acb08eab415b641a9903446f9e11f144ce701..06c0823d8f10a7a7ca21a56214a7c2d9f36240c8 100644 --- a/Graphics/Camera.cpp +++ b/Graphics/Camera.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/Camera.h b/Graphics/Camera.h index 9bbeadfbfa0cd733de4ffec3bc0297a01f806a7f..49ff0cd60b75cfda2c1aa8d8faa0788cb820a692 100644 --- a/Graphics/Camera.h +++ b/Graphics/Camera.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/PixelBuffer.h b/Graphics/PixelBuffer.h index afeaae61050271b4cbb2f202cc9f1163ce0f66e4..32fdf71aecbea2724fc7d88a07729dc77bdba863 100644 --- a/Graphics/PixelBuffer.h +++ b/Graphics/PixelBuffer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/ReadImg.cpp b/Graphics/ReadImg.cpp index 6124ef51592ba859bc2838f37dbd3f2b4e2c5a39..6e3b21e851c65234bfa424b6fb0da560e5827aa3 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/ReadImg.h b/Graphics/ReadImg.h index 78f39799870d3717e4b5a4149e14227fcf8d0f6b..22a66a8a2e7b8775665cd389477b4c9ee71e9deb 100644 --- a/Graphics/ReadImg.h +++ b/Graphics/ReadImg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawAxes.cpp b/Graphics/drawAxes.cpp index 39ed39b1d0ea1770f7ded8718be9d40f258cbf50..031c59d957c5cb1494e502ca4cd800c74651ed28 100644 --- a/Graphics/drawAxes.cpp +++ b/Graphics/drawAxes.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index a57946d046ccd1c9241ea023ae8c8a4e2d226c6b..64e45f3dde0ad0c6f82fe1a86c2a67d9c51d7397 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawContext.h b/Graphics/drawContext.h index 2e95d0ca541ac8b7a1ced69c210adbb36fe45161..87c411a62d0219a398684f1f6fa3231cb29c66f2 100644 --- a/Graphics/drawContext.h +++ b/Graphics/drawContext.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawGeom.cpp b/Graphics/drawGeom.cpp index 8f65c6bf2d7148e54cd78696cc44051ccca16517..ec81e2df7301ba67674eece1592a7896683259f3 100644 --- a/Graphics/drawGeom.cpp +++ b/Graphics/drawGeom.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawGlyph.cpp b/Graphics/drawGlyph.cpp index 557e59f4e99f432377f18b94fbbf33de873996d1..eed402679bc4698052505eac5a71ebbae8fe991d 100644 --- a/Graphics/drawGlyph.cpp +++ b/Graphics/drawGlyph.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawGraph2d.cpp b/Graphics/drawGraph2d.cpp index 86760000a3a7e1cb1c12e9ef8d874ccaeb15aa99..e38a2c4551668cea89c3d02cc804d5d294ab45bc 100644 --- a/Graphics/drawGraph2d.cpp +++ b/Graphics/drawGraph2d.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawMesh.cpp b/Graphics/drawMesh.cpp index 0fbe91a26fa71ee4cc4e5d2c70bb435d3db51e5f..198ee2c338da2ed004c7ae1a92b1eecc5b78bb9a 100644 --- a/Graphics/drawMesh.cpp +++ b/Graphics/drawMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawPost.cpp b/Graphics/drawPost.cpp index fa62dc231d3ddd9a5d5d54bc8e3052dc02e5059d..9d0a7c8618b0a4f6e62d7e9d4b61bb62fd77b46b 100644 --- a/Graphics/drawPost.cpp +++ b/Graphics/drawPost.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/drawScales.cpp b/Graphics/drawScales.cpp index 20a9f88b9b4f648690b189ec48dfb88d508c9ab8..eef5c7c6e73d4586ac7a8a8af693578ad1cfbc9f 100644 --- a/Graphics/drawScales.cpp +++ b/Graphics/drawScales.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2gif.cpp b/Graphics/gl2gif.cpp index c241f3a739c3a988efc6839b4b000a1d443b48b4..1a39d89702f81b2f3372a5fa0261c3d04f4919df 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2gif.h b/Graphics/gl2gif.h index 344e85454012b776e262b654c0bdd5696e6e105e..c7f51fe90aff90adaed1f2879007a25b59a36c9c 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 821f7be37be358b88df9c626cd66ed326ffa09cd..b2273f6c4a787c25a75f621330c273f34f2fc126 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2jpeg.h b/Graphics/gl2jpeg.h index 60255a622281ddf1674454c2d526e6a7546976b5..1df458e5957ed4469259068884a78e96e4b70008 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2pgf.cpp b/Graphics/gl2pgf.cpp index 1287865540ae458c8067cf1869e16484dd6fe8a5..0e9ed833ad13c7b326ccfbe6cd9187e8227d50c9 100644 --- a/Graphics/gl2pgf.cpp +++ b/Graphics/gl2pgf.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2pgf.h b/Graphics/gl2pgf.h index 289d311f4f3d9989ae2e514c64cb179a5628437a..62c17c126e34335fe6d29e3b98bc3e90a13bdf89 100644 --- a/Graphics/gl2pgf.h +++ b/Graphics/gl2pgf.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2png.cpp b/Graphics/gl2png.cpp index 1474843a94215642b7777c9706619c5b7a6c0f43..4f25c57a10ee1b25d00b22f5cc22dc0c9ebd6114 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2png.h b/Graphics/gl2png.h index 2d20875517758a8fde47bb2ee12f18c287ac785a..179303270e04fa65313876498a1f7ff69e3af1a5 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2ppm.cpp b/Graphics/gl2ppm.cpp index 3a6a8dd9805676aba3f484248bff4df4da6c3bc3..fe61987934a257d61c20014c9121ab4e588a1732 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index 38f620e2af1d4cd7558d3bbfb462b807625adfcc..9ca90dab4f9ec42da408a0e40382bf53de499786 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2yuv.cpp b/Graphics/gl2yuv.cpp index 87b57f1d213c825fbd8101f34999c45bd9233fc5..35ce206abaead088f40da1900681c89c819f7cba 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Graphics/gl2yuv.h b/Graphics/gl2yuv.h index 9f59ef77a44630b861a63cfd4f72542835194481..a65eb989cbf1d902e084321f6c49bc7e79407f19 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BDS.cpp b/Mesh/BDS.cpp index 6256adf0dc0fce1c07b24de3e3a7ab2d5ea62771..b0e0ca4e5b19aa0ccaa4f753aa579fdfe29b0642 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BDS.h b/Mesh/BDS.h index 2409a42cc514ef12e7b8fbaa4ab557b4db1fd838..d8505e2d09a04fbbcceb9bcf820760d77b933fae 100644 --- a/Mesh/BDS.h +++ b/Mesh/BDS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BGMBase.cpp b/Mesh/BGMBase.cpp index 28b49408db1fd29eec4d5505a33dc32a8b65ae1d..4acac3513dc3d6b4e0f8fb830dee7af96a9cad87 100644 --- a/Mesh/BGMBase.cpp +++ b/Mesh/BGMBase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMesh.cpp b/Mesh/BackgroundMesh.cpp index 483cea8f322c0c66e718136a6c74543f96229ec6..9e5ebfa84cc9873f72d3ec2f3e0359efea7488b0 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMesh.h b/Mesh/BackgroundMesh.h index 4c0cb6d667133a71132fc94b059f841e1758967f..21b2b2ec4739d7391acc955fa01586cfd8947c45 100644 --- a/Mesh/BackgroundMesh.h +++ b/Mesh/BackgroundMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMesh2D.cpp b/Mesh/BackgroundMesh2D.cpp index d331074d1897e4c9d0211ecb3cbd81f55f4d84fb..8eb4abf2d65d08ed365abcc0a8dd8a15b28ddf2f 100644 --- a/Mesh/BackgroundMesh2D.cpp +++ b/Mesh/BackgroundMesh2D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMesh2D.h b/Mesh/BackgroundMesh2D.h index 8a7b33b5ed80710f0431d75d042e05aad951391a..050bafd79a8f1e064213fac3994761ed0dbc2d7a 100644 --- a/Mesh/BackgroundMesh2D.h +++ b/Mesh/BackgroundMesh2D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMesh3D.cpp b/Mesh/BackgroundMesh3D.cpp index 84dacff7a57d68ee04d5ff642a70bddc8fed90a1..5ae2749125ec286f5a684efbbd696ec07220378a 100644 --- a/Mesh/BackgroundMesh3D.cpp +++ b/Mesh/BackgroundMesh3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMesh3D.h b/Mesh/BackgroundMesh3D.h index ad695eb0b0d5daf8faea10afb2ad59da646a309b..0fdb2e430a96c8713dda2d6437290727d4caaf1d 100644 --- a/Mesh/BackgroundMesh3D.h +++ b/Mesh/BackgroundMesh3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMeshManager.cpp b/Mesh/BackgroundMeshManager.cpp index 8cd171dd200fc3e62e9e44f3988d252e103c358e..007d744a0b516c8e55245fcf4a857b1e38316ace 100644 --- a/Mesh/BackgroundMeshManager.cpp +++ b/Mesh/BackgroundMeshManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMeshManager.h b/Mesh/BackgroundMeshManager.h index 2bbc9d780dc60eab169c27afe12a3a7b4dfd04a5..f57299dd1cdc24dd5d45b1ef82f21370af4b7f1c 100644 --- a/Mesh/BackgroundMeshManager.h +++ b/Mesh/BackgroundMeshManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMeshTools.cpp b/Mesh/BackgroundMeshTools.cpp index e882aa3fd9933e766c7cd86f6818147b8eb9e24a..aea3706ff29cc1ead0a1b696155f67d899258ca1 100644 --- a/Mesh/BackgroundMeshTools.cpp +++ b/Mesh/BackgroundMeshTools.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BackgroundMeshTools.h b/Mesh/BackgroundMeshTools.h index d6537f2d16c6376049526ee5fafb9fef726efd98..02ad583d341933655551433b1de8ddea94c05786 100644 --- a/Mesh/BackgroundMeshTools.h +++ b/Mesh/BackgroundMeshTools.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BoundaryLayers.cpp b/Mesh/BoundaryLayers.cpp index 635e367440628e7a068413c8935503f892e5fef2..a8d8974c2c38e8e9230f8bcff2d89aa7a0bc2f2b 100644 --- a/Mesh/BoundaryLayers.cpp +++ b/Mesh/BoundaryLayers.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/BoundaryLayers.h b/Mesh/BoundaryLayers.h index 532296d56a954c2744c769cf9d693edb8d0124a3..01d2b2c3e8e23f0faa952ad516dc88d4f89512fe 100644 --- a/Mesh/BoundaryLayers.h +++ b/Mesh/BoundaryLayers.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/CMakeLists.txt b/Mesh/CMakeLists.txt index 2f5d07785a59ab0046a06ba1d994b2b8ff2576c8..e1cbd98d062168a3e2b97ea6d140ed665fac8e46 100644 --- a/Mesh/CMakeLists.txt +++ b/Mesh/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp index 9eaac2476d77d454f470cb3080e5f5d26cc70e75..e4d38351805ab7654465f3286dca481003955643 100644 --- a/Mesh/Field.cpp +++ b/Mesh/Field.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/Field.h b/Mesh/Field.h index 584ac81219b31b6551cdcedf83eaddce38d7599e..7882d57232f309b11ef6939dbbc563b5a66467eb 100644 --- a/Mesh/Field.h +++ b/Mesh/Field.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/FieldPython.h b/Mesh/FieldPython.h index e93b27db233f6dddcd7cb842542801040447651e..16af3bdfeed35f7af4b82291a38a64633b524254 100644 --- a/Mesh/FieldPython.h +++ b/Mesh/FieldPython.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index 87e8cfe83e55068406df22267b0b56acea1d6cc5..11a26cfbf1c904f4bc50388af7254165991f3f4e 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/Generator.h b/Mesh/Generator.h index ee9557cf88b5990d016c587160f4811ec648f3b6..07da41226ff02a2640b14e0817ee24b912ef174b 100644 --- a/Mesh/Generator.h +++ b/Mesh/Generator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp index 3fb733953bb368d19b6c7a827c4ca93869ab59db..fb2c914dfecdbfc6b04e4e51a796ec195a93ae79 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/HighOrder.h b/Mesh/HighOrder.h index ce56552d4a62b65d58b7dfbcb441c1f38dc48e28..7590fa2ccac43581008901254c6f6f8bb0939bb1 100644 --- a/Mesh/HighOrder.h +++ b/Mesh/HighOrder.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/Levy3D.cpp b/Mesh/Levy3D.cpp index b52eec570a8f42ad8d8d1204c5114811007596a9..d5693f95b3b7d21a6adc61e7bc78af5043349318 100644 --- a/Mesh/Levy3D.cpp +++ b/Mesh/Levy3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/Levy3D.h b/Mesh/Levy3D.h index 7c48003895bfa120ea0353ef430e316b4384d595..d45d8d2554ba061d94db5a483da8df97f52637e8 100644 --- a/Mesh/Levy3D.h +++ b/Mesh/Levy3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/QuadTriTransfinite3D.cpp b/Mesh/QuadTriTransfinite3D.cpp index e2100853cfa44c334841355e9dfbcb21323808b5..8d2eab6cc589758db95887354891193884464225 100644 --- a/Mesh/QuadTriTransfinite3D.cpp +++ b/Mesh/QuadTriTransfinite3D.cpp @@ -13,7 +13,7 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.gmsh.info For Gmsh license information, see the LICENSE.txt file for license information. Please report all diff --git a/Mesh/QuadTriTransfinite3D.h b/Mesh/QuadTriTransfinite3D.h index 46242dd80cb18b5d94b16f892b935e19ceb6ace6..c8836e85dd93270923ec84bf6e694c45bab30cbd 100644 --- a/Mesh/QuadTriTransfinite3D.h +++ b/Mesh/QuadTriTransfinite3D.h @@ -13,7 +13,7 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all diff --git a/Mesh/QuadTriUtils.h b/Mesh/QuadTriUtils.h index d06d635ac4704950d48e16d9d98d21f00e36ba54..26166a774acee6ed7c16cbd47c28139d20252bdd 100644 --- a/Mesh/QuadTriUtils.h +++ b/Mesh/QuadTriUtils.h @@ -13,7 +13,7 @@ Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be cited appropriately. -All reused or original Gmsh code is Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh For Gmsh license information, see the LICENSE.txt file for license information. Please report all diff --git a/Mesh/ThinLayer.cpp b/Mesh/ThinLayer.cpp index 9f7a6517ea608c89df9d5aef5ce383807136695f..346e08c48a654f4abb4aa0c196313142ee7cd95e 100644 --- a/Mesh/ThinLayer.cpp +++ b/Mesh/ThinLayer.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/ThinLayer.h b/Mesh/ThinLayer.h index d575257a856ceab55704e0e3c1dace356f1d88db..a4b89aed8d7c4d399119830616ac26521cf8ac8a 100644 --- a/Mesh/ThinLayer.h +++ b/Mesh/ThinLayer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/Voronoi3D.cpp b/Mesh/Voronoi3D.cpp index 65ea0035ab30b832bfc418613c63fc323842d759..9f139272a49f5898dfdc9ba462c3427968835b45 100644 --- a/Mesh/Voronoi3D.cpp +++ b/Mesh/Voronoi3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/Voronoi3D.h b/Mesh/Voronoi3D.h index ae3451404fe06bbc91de3fa4af45395bf12b7a78..1af42e84e62c0ebae90305250ee83d4e215e5772 100644 --- a/Mesh/Voronoi3D.h +++ b/Mesh/Voronoi3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/cross3D.h b/Mesh/cross3D.h index ca61659f98a98cfab9a951d10c2bc11a697e5e3f..858eb942339ac015e3650dc7636237342f0ef009 100644 --- a/Mesh/cross3D.h +++ b/Mesh/cross3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/delaunay3d.cpp b/Mesh/delaunay3d.cpp index 9767aea1902a3f016589ff868ef3f49e488ba4b5..ef61f1e83b99e92ca5ebf2c7dd85070aecec6e56 100644 --- a/Mesh/delaunay3d.cpp +++ b/Mesh/delaunay3d.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/delaunay3d.h b/Mesh/delaunay3d.h index e1ededbcd7f60020f3bbed988f84b34a5d5718a8..f4b673d07db6d4b8e04ed9319aae53262c4f4e15 100644 --- a/Mesh/delaunay3d.h +++ b/Mesh/delaunay3d.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/delaunay3d_private.h b/Mesh/delaunay3d_private.h index fd247ff4d12429fec67a04560b815bde1e57ff95..bfad533d866763c4c36b0932b2d643f51c53e7b9 100644 --- a/Mesh/delaunay3d_private.h +++ b/Mesh/delaunay3d_private.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/delaunay_refinement.cpp b/Mesh/delaunay_refinement.cpp index cb61906f72084e2bd50ae9bdcd405690d24aa652..92621a98cf957a4463183f3e590d4c9b8dcc725c 100644 --- a/Mesh/delaunay_refinement.cpp +++ b/Mesh/delaunay_refinement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/delaunay_refinement.h b/Mesh/delaunay_refinement.h index 3360315f727d5ce3b6f0c8462a49ec153ab8906e..1d222365b3299b63242b1adbc5d796859a530d9c 100644 --- a/Mesh/delaunay_refinement.h +++ b/Mesh/delaunay_refinement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/directions3D.cpp b/Mesh/directions3D.cpp index 505c8fca23db27cc07b470fb33b6bea8f2765ba2..4a6e34b36bb2965cff3ec3af5b4d9c3f4e3fb531 100644 --- a/Mesh/directions3D.cpp +++ b/Mesh/directions3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/directions3D.h b/Mesh/directions3D.h index f4c24b6c5794c0f32b1af02d93c188bb30b22c82..aab66ea1f3a283cc524585c1e318ce44b16f52a9 100644 --- a/Mesh/directions3D.h +++ b/Mesh/directions3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/filterElements.cpp b/Mesh/filterElements.cpp index 502568b45a6007037058c1a7c680766a016d2e25..153003adc3158e0cccbfbfa23c9bc691872c0f77 100644 --- a/Mesh/filterElements.cpp +++ b/Mesh/filterElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/filterElements.h b/Mesh/filterElements.h index f0de0d76c37be35745f6988641d4885f115aff5f..e9139b6a114d680fe80cec792b8da37afc6bfced 100644 --- a/Mesh/filterElements.h +++ b/Mesh/filterElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshDiscreteRegion.cpp b/Mesh/meshDiscreteRegion.cpp index d62e2165680a6fbeb74c14b3b5477cb2a78e164d..4a9967acd336a7844dffce275be89f430d363997 100644 --- a/Mesh/meshDiscreteRegion.cpp +++ b/Mesh/meshDiscreteRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp index 4b90125a2049831e5db54f1c20921ca07f9cb2c6..e833f87ae74ac8e52d8732031be887a057f447a4 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGEdge.h b/Mesh/meshGEdge.h index d64cb17793fd7e2d8d9a65e9406e003261d850da..db72a430141540b13374a81d92e330cc70e46163 100644 --- a/Mesh/meshGEdge.h +++ b/Mesh/meshGEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGEdgeExtruded.cpp b/Mesh/meshGEdgeExtruded.cpp index a3ad1bcf75d51a8142c95783c65ff7270c9656fd..7dbe43c9208f2adf5984acfd0c7171ed21e7eb6e 100644 --- a/Mesh/meshGEdgeExtruded.cpp +++ b/Mesh/meshGEdgeExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index f6ebccea66bd6bd5bbf2145b0de0390b52b79064..d5a6ecf223bebe99cce722b7994900e678c7858c 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFace.h b/Mesh/meshGFace.h index 4b1f031e949c66263edd86839a2ac14dc392c8d0..e1605ddb5822b8d7b9cc39773a79a1a80578f189 100644 --- a/Mesh/meshGFace.h +++ b/Mesh/meshGFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceBDS.cpp b/Mesh/meshGFaceBDS.cpp index deb17611839fee5da482a5434eca71b9021b0ee0..fac7cb1399b988524b07852b552457575d3231a7 100644 --- a/Mesh/meshGFaceBDS.cpp +++ b/Mesh/meshGFaceBDS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceBDS.h b/Mesh/meshGFaceBDS.h index af746f6ae27574cc07ab97a66ec1b38fc2c4277a..8f271734756bc0a7dd8761cff5e86586b30f9af0 100644 --- a/Mesh/meshGFaceBDS.h +++ b/Mesh/meshGFaceBDS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceBamg.cpp b/Mesh/meshGFaceBamg.cpp index 9803db2da32546864c56af4e9f65c1a09c23e427..d8069b0bef44b4a338e2529252e55bcc0a614209 100644 --- a/Mesh/meshGFaceBamg.cpp +++ b/Mesh/meshGFaceBamg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceBamg.h b/Mesh/meshGFaceBamg.h index 70277e52a8eb003c56830ed2375334aa0de3627e..20734954e0b0896eeefd924064c3e63257c41fe4 100644 --- a/Mesh/meshGFaceBamg.h +++ b/Mesh/meshGFaceBamg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceDelaunayInsertion.cpp b/Mesh/meshGFaceDelaunayInsertion.cpp index 5e5afb43d6993079fa072ae18313ba19718333ac..146bfd3230154ceeaf7a292f180b12afc9b15114 100644 --- a/Mesh/meshGFaceDelaunayInsertion.cpp +++ b/Mesh/meshGFaceDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceDelaunayInsertion.h b/Mesh/meshGFaceDelaunayInsertion.h index 25478277057189e4dc486461d810287066e91ab7..7fb86137e77b09c27191c25e75c0bdfe7236fa47 100644 --- a/Mesh/meshGFaceDelaunayInsertion.h +++ b/Mesh/meshGFaceDelaunayInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceExtruded.cpp b/Mesh/meshGFaceExtruded.cpp index 2ebe45a35765908b74d05222adee842d632fc4c5..dcf0ad7a4dc81b15ef38f559ff6c6113be9c51cf 100644 --- a/Mesh/meshGFaceExtruded.cpp +++ b/Mesh/meshGFaceExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceLloyd.cpp b/Mesh/meshGFaceLloyd.cpp index a29c83aa6f293993537d6696e0af0087778273f0..91a82db5e79908090451fee7e3345df91cb6a594 100644 --- a/Mesh/meshGFaceLloyd.cpp +++ b/Mesh/meshGFaceLloyd.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceOptimize.cpp b/Mesh/meshGFaceOptimize.cpp index 5a9b0dadc032c65e731fdac442a9d74be33f2a0c..449b92baa433bc83dc730c7ab301f646cd0d8bc4 100644 --- a/Mesh/meshGFaceOptimize.cpp +++ b/Mesh/meshGFaceOptimize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceOptimize.h b/Mesh/meshGFaceOptimize.h index cd61ff4dc54b9d001ccb5ce6d6d9ad4b589550cb..fadafeb1fe81b32d846d1ddc9a26b58aeb25094a 100644 --- a/Mesh/meshGFaceOptimize.h +++ b/Mesh/meshGFaceOptimize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceQuadrilateralize.cpp b/Mesh/meshGFaceQuadrilateralize.cpp index f274fd6c31a21951e4080233a1f2fbfb6ba8f264..75b12b699cc66658bc2da42637b8646420ccb5d1 100644 --- a/Mesh/meshGFaceQuadrilateralize.cpp +++ b/Mesh/meshGFaceQuadrilateralize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceQuadrilateralize.h b/Mesh/meshGFaceQuadrilateralize.h index ff049ed3836fc10f200bee303f9bbf9608e20b9f..15955a087a81f897585c202fc6b2ebac1f650b7a 100644 --- a/Mesh/meshGFaceQuadrilateralize.h +++ b/Mesh/meshGFaceQuadrilateralize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGFaceRecombine.cpp b/Mesh/meshGFaceRecombine.cpp index f2bc44a43a70aca0e1443c4e567a6c1cd02dac72..3a16793158debabaef270b054acf4ab2b4e5064c 100644 --- a/Mesh/meshGFaceRecombine.cpp +++ b/Mesh/meshGFaceRecombine.cpp @@ -1,11 +1,9 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. // -// Contributor(s): -// Amaury Johnen (a.johnen@ulg.ac.be) -// +// Contributed by Amaury Johnen #include <cmath> #include "meshGFaceRecombine.h" @@ -445,7 +443,7 @@ bool Recombine2D::construct() Msg::Info("Before recombining with Blossom"); Msg::Info(" "); - + if (_recombineWithBlossom) { _blossomTime = Cpu(); //recombineWithBlossom(_gf, .0, .16, elist, t2n);// no more in the code (see Amaury) diff --git a/Mesh/meshGFaceRecombine.h b/Mesh/meshGFaceRecombine.h index 6c68f2367392f659b2890d1bc65214f698fae3fe..988bbaa236545c76ecfbbdcc1d9374258746a5a9 100644 --- a/Mesh/meshGFaceRecombine.h +++ b/Mesh/meshGFaceRecombine.h @@ -1,11 +1,9 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. // -// Contributor(s): -// Amaury Johnen (a.johnen@ulg.ac.be) -// +// Contributed by Amaury Johnen #ifndef _MESH_GFACE_RECOMBINE_H_ #define _MESH_GFACE_RECOMBINE_H_ diff --git a/Mesh/meshGFaceTransfinite.cpp b/Mesh/meshGFaceTransfinite.cpp index 118e1a1d93c3c0288ce257a6b439c50352550e41..f3f396cfbd13c9fc3258e60af76bb8b004773aa4 100644 --- a/Mesh/meshGFaceTransfinite.cpp +++ b/Mesh/meshGFaceTransfinite.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp index 4b4c80ee34805e059b13fa7fb94ef0c4f6a2c3bc..b09b83e50890aea97e6b0ef50a77db83df078077 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegion.h b/Mesh/meshGRegion.h index 5d14285c029dbe67caad6b2a577ccb62289c7e0a..26b6a1f3179909c3dd84da769826677d3ecdd768 100644 --- a/Mesh/meshGRegion.h +++ b/Mesh/meshGRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 0a7cfebd20c5c1e5b8a581dca409a9e633bece21..cdf1675e403a4eab0aee4dcf87b05b59ee8eb3a2 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionCarveHole.cpp b/Mesh/meshGRegionCarveHole.cpp index 17bfde91db8dbd9eae956bde198f2765c1391cc2..85dfef861c9b3c50a5a01ae1c1c2a3b86db9ccc5 100644 --- a/Mesh/meshGRegionCarveHole.cpp +++ b/Mesh/meshGRegionCarveHole.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionDelaunayInsertion.cpp b/Mesh/meshGRegionDelaunayInsertion.cpp index 799fa79f23d5d3b787cc2169435ce2a556508721..96294e8f435bb8b98009d0f132e467ff6e6255d4 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionDelaunayInsertion.h b/Mesh/meshGRegionDelaunayInsertion.h index a586cd4055e7fae52eae103efe061b2aaa57a7a9..b73b486bd82b5afb154030f62c89af182d26b683 100644 --- a/Mesh/meshGRegionDelaunayInsertion.h +++ b/Mesh/meshGRegionDelaunayInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionExtruded.cpp b/Mesh/meshGRegionExtruded.cpp index 8ce236855d93741e9005bc3ee6c21c0fa683b03b..4bd8e8888b51155dc70b9b84b0b092fc81908e28 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionLocalMeshMod.cpp b/Mesh/meshGRegionLocalMeshMod.cpp index dff9b341c5791e916446ad0107be2a53a546357e..dd02b2494ab83a145369da23215b70847fa76ccb 100644 --- a/Mesh/meshGRegionLocalMeshMod.cpp +++ b/Mesh/meshGRegionLocalMeshMod.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionLocalMeshMod.h b/Mesh/meshGRegionLocalMeshMod.h index 0306a858e6c1eea55489434425577f96387c016f..4ec7b8907269867eeed93a6ee6b39155ae619a27 100644 --- a/Mesh/meshGRegionLocalMeshMod.h +++ b/Mesh/meshGRegionLocalMeshMod.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionMMG3D.cpp b/Mesh/meshGRegionMMG3D.cpp index fb16acccc3aee454b45701cff5c9aee7bf129222..639afbae45af898f5f44d2485e3831430c4c28f7 100644 --- a/Mesh/meshGRegionMMG3D.cpp +++ b/Mesh/meshGRegionMMG3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionMMG3D.h b/Mesh/meshGRegionMMG3D.h index 4abdd0161f4caff3209f9a9adc48be708c32fe6d..945233d9230a36adddef16a28bbccd81ea4f0693 100644 --- a/Mesh/meshGRegionMMG3D.h +++ b/Mesh/meshGRegionMMG3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshGRegionTransfinite.cpp b/Mesh/meshGRegionTransfinite.cpp index e341b31813286ec5e4c4bb56056ea4104bb8a24f..d7e45900d262387f0d150803a5deed9b48c95537 100644 --- a/Mesh/meshGRegionTransfinite.cpp +++ b/Mesh/meshGRegionTransfinite.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshMetric.cpp b/Mesh/meshMetric.cpp index 463c120ef8c72738deea7344ea8b4ad45a9da41c..d8c035637893a2838aca9911b04c25f5c2f53cad 100644 --- a/Mesh/meshMetric.cpp +++ b/Mesh/meshMetric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshMetric.h b/Mesh/meshMetric.h index 9c7dd4e6541120a20e55e98c5bc5ead9137451ab..238eee495f627a82eccdba6bea194155e341ebf8 100644 --- a/Mesh/meshMetric.h +++ b/Mesh/meshMetric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshPartition.cpp b/Mesh/meshPartition.cpp index 5a4833149e1114b18551c9f7e98ed32eb05cfebb..e77cce0ce2e92e048fc811c29a01328a2e5e0573 100644 --- a/Mesh/meshPartition.cpp +++ b/Mesh/meshPartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshPartition.h b/Mesh/meshPartition.h index 5b36002eb1eefe162b9448d308f14f102090cd0a..84d9f7d110ff073a796670e4461599ea608f96fc 100644 --- a/Mesh/meshPartition.h +++ b/Mesh/meshPartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/meshRefine.cpp b/Mesh/meshRefine.cpp index 2c26f4ad89d1898d7b99296f814ac465c0fc1970..e09990322a3cdc4d2fc6bf0cc56b76131cbc9499 100644 --- a/Mesh/meshRefine.cpp +++ b/Mesh/meshRefine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/pointInsertion.cpp b/Mesh/pointInsertion.cpp index 6f0148ac28b60a15b93d4f1cf983cbe3ffe0c335..11fe210d62c0db0b840455178e395c564459c282 100644 --- a/Mesh/pointInsertion.cpp +++ b/Mesh/pointInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/pointInsertion.h b/Mesh/pointInsertion.h index 87cf374f66efaa7d0ef5a6137cdef92c9a82c2ec..4d91ab679aa9f170ff3f89856c57bdf67fb3a325 100644 --- a/Mesh/pointInsertion.h +++ b/Mesh/pointInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/pointInsertionRTreeTools.cpp b/Mesh/pointInsertionRTreeTools.cpp index 1598bb82b3cbe3034c629e049000c3af8ebeea7c..b385c21210b3687f0c25e15fb3e29adc709c924e 100644 --- a/Mesh/pointInsertionRTreeTools.cpp +++ b/Mesh/pointInsertionRTreeTools.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/pointInsertionRTreeTools.h b/Mesh/pointInsertionRTreeTools.h index 431cb45755d61f6270843327821c8bd1cb61b22e..85ae5631f3d8b191cd81302d83e507f63bd66826 100644 --- a/Mesh/pointInsertionRTreeTools.h +++ b/Mesh/pointInsertionRTreeTools.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/qualityMeasures.cpp b/Mesh/qualityMeasures.cpp index c7bf5eaa1bfca18dc330d57812df826f7a2c39dc..915599a2a20fbd605cd79349c731a2d4d67635ec 100644 --- a/Mesh/qualityMeasures.cpp +++ b/Mesh/qualityMeasures.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/qualityMeasures.h b/Mesh/qualityMeasures.h index f2141c5acb32c8f8476d2bcee6ef8e7f5b7c139f..5803d72d0331323aa61aa6018502324a2fb348c2 100644 --- a/Mesh/qualityMeasures.h +++ b/Mesh/qualityMeasures.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/simple3D.cpp b/Mesh/simple3D.cpp index c53d4884245e5cf42262b7e915bfeb2b530661b0..ee4ae91b3d525faf2b0ffef7be29d1798d863f3b 100644 --- a/Mesh/simple3D.cpp +++ b/Mesh/simple3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/simple3D.h b/Mesh/simple3D.h index 42c28f72270ab96fefd66025a86c0b67cee12e12..6f39f62f85bd7519aaf00de7bf05c274a4c53c50 100644 --- a/Mesh/simple3D.h +++ b/Mesh/simple3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/surfaceFiller.h b/Mesh/surfaceFiller.h index 662953aea9e229a255b3f59060aa274fc3feba87..8dc5b04096d513ad852cde971870f037d1ae7485 100644 --- a/Mesh/surfaceFiller.h +++ b/Mesh/surfaceFiller.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index 12e5f2c7462b74d784f42036e84b390b5ab35c67..4c84959d9ecfad329d12247caab5e61e132c3c58 100644 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Mesh/yamakawa.h b/Mesh/yamakawa.h index 2693f99c640e5fc06889201b6b1a6b1e9370bec6..63bebc07bd2c36a69531483a1ae03c75b686f67c 100644 --- a/Mesh/yamakawa.h +++ b/Mesh/yamakawa.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/BasisFactory.h b/Numeric/BasisFactory.h index 7218d082d83131edd03d44c3d95e55fc15774286..0472c4d409d43211257c2acba2e7e30655b7543d 100644 --- a/Numeric/BasisFactory.h +++ b/Numeric/BasisFactory.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/BergotBasis.cpp b/Numeric/BergotBasis.cpp index d9865cbe2d03364b02bc1db1f5d85fa14b14db1b..296c184d93faee2346acb9b7d96935cf892d2eda 100644 --- a/Numeric/BergotBasis.cpp +++ b/Numeric/BergotBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/BergotBasis.h b/Numeric/BergotBasis.h index b499656338eaf8d274e9df517d6f496e5885e689..981546e1fa481f78cc1c7e0e3d91deffa63e7454 100644 --- a/Numeric/BergotBasis.h +++ b/Numeric/BergotBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/CMakeLists.txt b/Numeric/CMakeLists.txt index 4f6d1ad5dde119240b84160c151ab7c0521fc896..a9ca5f4c3da0d6d9d500da6fd93453f42090c4b7 100644 --- a/Numeric/CMakeLists.txt +++ b/Numeric/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/CondNumBasis.cpp b/Numeric/CondNumBasis.cpp index 1476b9418c41714d60ebeb9582651cea38088498..9f672ec7fd6eac79bae778ad263ac2a4fa53d7ca 100644 --- a/Numeric/CondNumBasis.cpp +++ b/Numeric/CondNumBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/CondNumBasis.h b/Numeric/CondNumBasis.h index 5b0d6d0a53c60146747ec278ea652c3b96cce1fa..7b4c30bc2d19494cffec838dd59f1708c13b51cd 100644 --- a/Numeric/CondNumBasis.h +++ b/Numeric/CondNumBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/ConjugateGradients.cpp b/Numeric/ConjugateGradients.cpp index 914affb1653e19a72ff11372f5fbae1460f38647..e27a846b7edce2ead7703909d16252dfe2ec4676 100644 --- a/Numeric/ConjugateGradients.cpp +++ b/Numeric/ConjugateGradients.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/ConjugateGradients.h b/Numeric/ConjugateGradients.h index fd056589aa03d3db4428c8d0a959156128652e0c..e22929a8881cfe380ca06d034a2c7fa2df5d9c48 100644 --- a/Numeric/ConjugateGradients.h +++ b/Numeric/ConjugateGradients.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/ElementType.cpp b/Numeric/ElementType.cpp index 66756f30c1aeb5cdfb3b4dc7837bb858b0ca72b1..8c0130ce189321ceaa51bd649228d6df3917e4e0 100644 --- a/Numeric/ElementType.cpp +++ b/Numeric/ElementType.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/ElementType.h b/Numeric/ElementType.h index 08463d981d4d5ad552fc2b2ece5f92e1a687d013..9388443eafeb793ea2f9bababe90e8c78a1c488d 100644 --- a/Numeric/ElementType.h +++ b/Numeric/ElementType.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/FuncSpaceData.h b/Numeric/FuncSpaceData.h index 17945d0538748dc6883d2c45ca6f303493fba1ab..22879ecfbe4e93b0b3e9baf56b64ce96dd6beef6 100644 --- a/Numeric/FuncSpaceData.h +++ b/Numeric/FuncSpaceData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussIntegration.cpp b/Numeric/GaussIntegration.cpp index 59caacd8c91e476ba9daddfe534aab68e7838578..26878e154b4633338ca360342c431ea86f753ff4 100644 --- a/Numeric/GaussIntegration.cpp +++ b/Numeric/GaussIntegration.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussIntegration.h b/Numeric/GaussIntegration.h index 3202cb742b26bb5541d47a31c4d3a27d220a47cc..ea120c40910ef2cea5e8b2a172818207b6d82664 100644 --- a/Numeric/GaussIntegration.h +++ b/Numeric/GaussIntegration.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussJacobi1D.cpp b/Numeric/GaussJacobi1D.cpp index 3322c39dd10ec66ab5778711af59adf44cd2bda1..59e967ff7a3e7fb88fcd21890f0f06c00f773861 100644 --- a/Numeric/GaussJacobi1D.cpp +++ b/Numeric/GaussJacobi1D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussJacobi1D.h b/Numeric/GaussJacobi1D.h index bc870d5442c2d845956bcdb33afe1fe744c2cb16..7f32df789b0a5fae9779e56e4ef7f7f7703c9e02 100644 --- a/Numeric/GaussJacobi1D.h +++ b/Numeric/GaussJacobi1D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussLegendre1D.h b/Numeric/GaussLegendre1D.h index 8a1fab9f59c5b2a5fb3193042cff78de04a5409a..cc8feaa091898a03648d0e4f2f0624e7800052d0 100644 --- a/Numeric/GaussLegendre1D.h +++ b/Numeric/GaussLegendre1D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussLegendreSimplex.cpp b/Numeric/GaussLegendreSimplex.cpp index 445564e7f1e431567757072b263b7f23a8afe4fc..27aabff39edac95f6140cb3e02654efb47aa380b 100644 --- a/Numeric/GaussLegendreSimplex.cpp +++ b/Numeric/GaussLegendreSimplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussQuadratureHex.cpp b/Numeric/GaussQuadratureHex.cpp index aef8678d0c89f53b60372b68e1bc99482494c2ff..419ab8a7bb02ce63a3b3e70b3106f6de9279505a 100644 --- a/Numeric/GaussQuadratureHex.cpp +++ b/Numeric/GaussQuadratureHex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussQuadratureLin.cpp b/Numeric/GaussQuadratureLin.cpp index de1b17390694df4e31655c2b9e9848deafad39cb..e3cdaa4f8802cfc84377bed52d9c1bcb7f32ee91 100644 --- a/Numeric/GaussQuadratureLin.cpp +++ b/Numeric/GaussQuadratureLin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussQuadraturePri.cpp b/Numeric/GaussQuadraturePri.cpp index fc876ab48618ba07a52efb6771e1cf7d4732d9e8..b6f8652ab0c3c9e29f46fefcb251681e299c017d 100644 --- a/Numeric/GaussQuadraturePri.cpp +++ b/Numeric/GaussQuadraturePri.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussQuadraturePyr.cpp b/Numeric/GaussQuadraturePyr.cpp index 29ecd52742540d7b5c10ba661a3de0eb9f84a557..4776d7dcaffe86bfa4520680ab0abf301d9bc374 100644 --- a/Numeric/GaussQuadraturePyr.cpp +++ b/Numeric/GaussQuadraturePyr.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussQuadratureQuad.cpp b/Numeric/GaussQuadratureQuad.cpp index 234cc0a15f08ccb50ec31af2a141bc3020fbc201..30cc437856a5ad30191fd9eb0048fd05e7ba21a4 100644 --- a/Numeric/GaussQuadratureQuad.cpp +++ b/Numeric/GaussQuadratureQuad.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussQuadratureTet.cpp b/Numeric/GaussQuadratureTet.cpp index 85b44f785df7e766e3b9742a9af8a430fdad80d0..b1fcc2ce5dbb2d6c091e49524029e35c782c36b2 100644 --- a/Numeric/GaussQuadratureTet.cpp +++ b/Numeric/GaussQuadratureTet.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/GaussQuadratureTri.cpp b/Numeric/GaussQuadratureTri.cpp index 55f280395be57f750046020f74d239396f38e199..7e1c3f4bc11ba6645bab7a798de6c4acfd28c8f1 100644 --- a/Numeric/GaussQuadratureTri.cpp +++ b/Numeric/GaussQuadratureTri.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/HilbertCurve.cpp b/Numeric/HilbertCurve.cpp index 4e84a8d77eda4022ab4a2e7e8ce16a88cb3ae661..3532b44cf0a697bd8463cecd66e5edb014300876 100644 --- a/Numeric/HilbertCurve.cpp +++ b/Numeric/HilbertCurve.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/HilbertCurve.h b/Numeric/HilbertCurve.h index 8472ac37cc0fc6697a05aad119389ab1330a2ca7..14778c06571b407337e75243efb11d3bd8e36a30 100644 --- a/Numeric/HilbertCurve.h +++ b/Numeric/HilbertCurve.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/Iso.cpp b/Numeric/Iso.cpp index ce30e83ec57ae3f8a35b53eb93e3401ea2436690..d4ee14cee8b59d04d61c9ac9a44f5dc641422bcf 100644 --- a/Numeric/Iso.cpp +++ b/Numeric/Iso.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/Iso.h b/Numeric/Iso.h index 6b72f4730307ee742eafb06928905005408511ce..2aecb3b865524e0abac307a5bbc986394ee6c4bf 100644 --- a/Numeric/Iso.h +++ b/Numeric/Iso.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/JacobianBasis.cpp b/Numeric/JacobianBasis.cpp index 7396692dcf83d03dca2ee895b361c425acaf27f0..d377d79d49cd9981170ab906824ba78cbc0424f4 100644 --- a/Numeric/JacobianBasis.cpp +++ b/Numeric/JacobianBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/JacobianBasis.h b/Numeric/JacobianBasis.h index a43e07a18943194b777b5740317a0472084ba4cf..66f62a97789dfc323d9324e22497ccd2ec2a8c6b 100644 --- a/Numeric/JacobianBasis.h +++ b/Numeric/JacobianBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/Numeric.cpp b/Numeric/Numeric.cpp index 61e419285a09168409786b28b6bdd0880f65e3cb..90ed6ae62867f93ef320926ff8b1054ec36c3927 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/Numeric.h b/Numeric/Numeric.h index 950df0c2947caf9ab70237dbe40a9ecd32440721..d2343ffec422d015d975b1f74c5c2eef0c0387a2 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/approximationError.cpp b/Numeric/approximationError.cpp index a494a50afe713d72b72b66967e389488cde6a905..00bf5e9826009d664c7c1eb304bb73759b208ee3 100644 --- a/Numeric/approximationError.cpp +++ b/Numeric/approximationError.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/approximationError.h b/Numeric/approximationError.h index b30882e44bf6b0aaa5c87c481ba74306ddd3877d..3e25aaf6658975c4c9f4dd4f51b7d50f68c47ccb 100644 --- a/Numeric/approximationError.h +++ b/Numeric/approximationError.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/bezierBasis.cpp b/Numeric/bezierBasis.cpp index 4c7447aaa32ac2b0ec1869559005c71dd4016520..5f8954f23efd9318085044382ab73d171d6bff35 100644 --- a/Numeric/bezierBasis.cpp +++ b/Numeric/bezierBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/bezierBasis.h b/Numeric/bezierBasis.h index d9c38a9994f020e44c0734ebcb5b7f3963104c75..064b5422562a145afdb447488287e0c36ac3335a 100644 --- a/Numeric/bezierBasis.h +++ b/Numeric/bezierBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/cartesian.h b/Numeric/cartesian.h index 101c6f457ac6840f48db83f510ab4d42d1063bc8..e88e63f4d858e7687cbf9595371588b9d0b61de3 100644 --- a/Numeric/cartesian.h +++ b/Numeric/cartesian.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/decasteljau.cpp b/Numeric/decasteljau.cpp index 96d96ff11e5bb77333b9f0af304fe1c0c3e13ab6..e5b2337390f2344275f517aec74f819e287478ed 100644 --- a/Numeric/decasteljau.cpp +++ b/Numeric/decasteljau.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/decasteljau.h b/Numeric/decasteljau.h index 3daa16e67c39e7b445f18c74ec5c0894acb1b8f7..4dfa70168813ecebba8fa8a99891394dd08383c9 100644 --- a/Numeric/decasteljau.h +++ b/Numeric/decasteljau.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/discreteFrechetDistance.cpp b/Numeric/discreteFrechetDistance.cpp index e652e28de38bf50e602e3c4dabaaf7852f867a43..21a5663e9b5f2f7b6f36530529c4697210e54ddb 100644 --- a/Numeric/discreteFrechetDistance.cpp +++ b/Numeric/discreteFrechetDistance.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/discreteFrechetDistance.h b/Numeric/discreteFrechetDistance.h index 3a5fec6077ce1082256b0149e355577b0931a7d4..9f2e233b49e7d6d21c4dde89f65e80a0380e17c8 100644 --- a/Numeric/discreteFrechetDistance.h +++ b/Numeric/discreteFrechetDistance.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/fullMatrix.cpp b/Numeric/fullMatrix.cpp index 09cca1cd5620a273784e9f3db9764c402ac6f2c8..ecf855dc2f4b15aec4f78e06dee813b6b028d598 100644 --- a/Numeric/fullMatrix.cpp +++ b/Numeric/fullMatrix.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/fullMatrix.h b/Numeric/fullMatrix.h index d944b9160a62b6b7b13a9c0ee57deb7c212b5650..e562b5bb34cbb69c989c7699bd48597d0efc0fd4 100644 --- a/Numeric/fullMatrix.h +++ b/Numeric/fullMatrix.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/hausdorffDistance.cpp b/Numeric/hausdorffDistance.cpp index c38efcc3d2e5f4cb9dd0b57dc8c4fb96206bf73a..02429aa480d84f453e4056ca880275ac5076fc84 100644 --- a/Numeric/hausdorffDistance.cpp +++ b/Numeric/hausdorffDistance.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/jacobiPolynomials.cpp b/Numeric/jacobiPolynomials.cpp index 59448c597dd07a9226b7d21f417477827b515436..c70fb4a5b1d487e152688bdd57fec8196dc0a05f 100644 --- a/Numeric/jacobiPolynomials.cpp +++ b/Numeric/jacobiPolynomials.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/jacobiPolynomials.h b/Numeric/jacobiPolynomials.h index e44b87e80c7d22a05e9039e04d72acb40a7b694b..d5b9b9b7494cbde1c7d0b31aafc324c581471166 100644 --- a/Numeric/jacobiPolynomials.h +++ b/Numeric/jacobiPolynomials.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/legendrePolynomials.cpp b/Numeric/legendrePolynomials.cpp index fea59b870d196fa9598883ea4306f29de89db660..fb120ab1949aab32c4d4bc07189e3364c7e7fcf3 100644 --- a/Numeric/legendrePolynomials.cpp +++ b/Numeric/legendrePolynomials.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/legendrePolynomials.h b/Numeric/legendrePolynomials.h index 4ed6c7cb073207a24c83920ea5f8f5a9ec8abff5..df6634716340002e2989d00d78d11d1bf0fc6e32 100644 --- a/Numeric/legendrePolynomials.h +++ b/Numeric/legendrePolynomials.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/mathEvaluator.cpp b/Numeric/mathEvaluator.cpp index 06500a01a20fd25c7e2129fa19695ec440dec10b..d47accbd3a76583e9e4f33302d2b931f569b62fd 100644 --- a/Numeric/mathEvaluator.cpp +++ b/Numeric/mathEvaluator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/mathEvaluator.h b/Numeric/mathEvaluator.h index 93aac398b9a8c51c54de6c957461ccd6cbfa2b40..c6875890836f38bd1d0efb79e3555555a0f0f493 100644 --- a/Numeric/mathEvaluator.h +++ b/Numeric/mathEvaluator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/miniBasis.cpp b/Numeric/miniBasis.cpp index 9779f8aefa696aacb24132a20753124b0c039fbe..c9b2bed70b46723d7d33a8e9e827cb82a9c6337e 100644 --- a/Numeric/miniBasis.cpp +++ b/Numeric/miniBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/miniBasis.h b/Numeric/miniBasis.h index 1cec81b37b98ce2509a7d780f34de68712e9f0dd..3bc83f2bb0370d9e03e2f1fc87bcf4deb0ba77e8 100644 --- a/Numeric/miniBasis.h +++ b/Numeric/miniBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/nodalBasis.cpp b/Numeric/nodalBasis.cpp index 4d36726c62da2278bdd915750c5fbb274ce8d2e6..ecf358c9a2cbc2c670a71e0737e95fe36c72d652 100644 --- a/Numeric/nodalBasis.cpp +++ b/Numeric/nodalBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/nodalBasis.h b/Numeric/nodalBasis.h index c2aea4e9437e2054e8366a38c2132c020f2ce43d..ab05ed33fad4bab02914c552dced549e49d11ae5 100644 --- a/Numeric/nodalBasis.h +++ b/Numeric/nodalBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/pointsGenerators.cpp b/Numeric/pointsGenerators.cpp index abdb8d068337f80c928c6202c8f09fc6a998536d..2fd1436282798d6b39e76e837846e886f7fcc8ba 100644 --- a/Numeric/pointsGenerators.cpp +++ b/Numeric/pointsGenerators.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/pointsGenerators.h b/Numeric/pointsGenerators.h index 5de3e65191d241c40bd359752957c9013de42ef3..0e69c9ce50ed796dd85fc6d3e9fda16720305093 100644 --- a/Numeric/pointsGenerators.h +++ b/Numeric/pointsGenerators.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/polynomialBasis.cpp b/Numeric/polynomialBasis.cpp index efd685c0ba729e0c70e201d547b474e8eac4973f..179c569ac3387a87965e202a5f6a7981de9f48f3 100644 --- a/Numeric/polynomialBasis.cpp +++ b/Numeric/polynomialBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/polynomialBasis.h b/Numeric/polynomialBasis.h index 8a4033fb5b46d52f157c83a046f3a8886cb05eee..50c3bc347693d7d377d74c397754a25424fb11aa 100644 --- a/Numeric/polynomialBasis.h +++ b/Numeric/polynomialBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/pyramidalBasis.cpp b/Numeric/pyramidalBasis.cpp index 08c739def5f6a4f03ce41e6174e5a8185bb05093..d3f0f4fb8d13ef3ab7b7c650277cbade27cdb1a8 100644 --- a/Numeric/pyramidalBasis.cpp +++ b/Numeric/pyramidalBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/pyramidalBasis.h b/Numeric/pyramidalBasis.h index e6ec26443b3954407d6a0d69e8c06e55a3279fee..d7484a260d213c7ef4b17505e6761b36624b075c 100644 --- a/Numeric/pyramidalBasis.h +++ b/Numeric/pyramidalBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/robustPredicates.h b/Numeric/robustPredicates.h index e047f80b8d5f5f54010fac48c0bfe24d217583ef..6d3e22a019d4504914ef01ddf5222cec726eec08 100644 --- a/Numeric/robustPredicates.h +++ b/Numeric/robustPredicates.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/simpleFunction.h b/Numeric/simpleFunction.h index 9601e22b32b1e70c9833cc6bf32858aed48c5486..5ab01b8fea2e2558699c1a406f9febc62a1d94de 100644 --- a/Numeric/simpleFunction.h +++ b/Numeric/simpleFunction.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Numeric/simpleFunctionPython.h b/Numeric/simpleFunctionPython.h index af66d8578840defa5f1570b3ed33ef670313774c..56620b82637ffa502861e4581b99af39c47f31e4 100644 --- a/Numeric/simpleFunctionPython.h +++ b/Numeric/simpleFunctionPython.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Parser/CMakeLists.txt b/Parser/CMakeLists.txt index eeb2891dad9ea12a4a55323456c9e113d46462b0..b3e28183bb141460f7d7d2ca564476748f317ac4 100644 --- a/Parser/CMakeLists.txt +++ b/Parser/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Parser/FunctionManager.cpp b/Parser/FunctionManager.cpp index 4e6c7a7fd17b8b28f18a0d526ea07b0f09ad34c3..ee5281631ddf39ea425424947efaa016c7bb0a12 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 4f4604079db2e7d2ea7aaa4d08540e921e14890b..5c3e79fb4231d9e509977dbba51f01c7d245bcf5 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index d5bb0f8d09733d568181d06532a67bd51f56b75b..3c824f6f2acaf789b6bbcbe315551409405abf89 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,5 +1,5 @@ %{ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index d1726e0e75045ffcfe912562df5426ac658a120c..5605a35302712eedcc1f3f7095a716b262c84edd 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -530,7 +530,7 @@ /* Copy the first part of user declarations. */ #line 1 "Gmsh.y" -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index cbac0fee6892b618eaa185fee9dfaeab214a2818..6f9c18ee40fd32bb5d7142c9802a548420e03601 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,5 +1,5 @@ %{ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 6e63ce75af4e5401cd6aa832661d85a6fcff6d0a..fdacdd48541390fe62e41f45881c58447c835eb7 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -1228,7 +1228,7 @@ int gmsh_yy_flex_debug = 0; char *gmsh_yytext; #line 1 "Gmsh.l" #line 2 "Gmsh.l" -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Parser/Parser.h b/Parser/Parser.h index 9aed6b7ec29af80d6bc8457d0541bbd2d69dfd4b..9abfbe998048890a04ca8fb27be7dce03644c42c 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/AnalyseCurvedMesh.cpp b/Plugin/AnalyseCurvedMesh.cpp index cc33b71d9966b15b7edbcae1eedab29aba0c26c3..a8369b7fdc8f26d98adea03bd48c1999b7e30799 100644 --- a/Plugin/AnalyseCurvedMesh.cpp +++ b/Plugin/AnalyseCurvedMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/AnalyseCurvedMesh.h b/Plugin/AnalyseCurvedMesh.h index cddb2796fcbfb1086125fd1c20b0588b447be9f9..70642ec8c4f1f183ada591fa97e8fdd99608d07e 100644 --- a/Plugin/AnalyseCurvedMesh.h +++ b/Plugin/AnalyseCurvedMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp index 47792b14a8c5d065ad9425eba1c2b4926b478d27..38205d9b0ea191a9bc8b86ecf80fef446183dff5 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Annotate.h b/Plugin/Annotate.h index 876a384e4856cf44217036e6ce3ad0c9f162238c..8cd41a54690b967a099eb4a1af3c2b1fff61d6b6 100644 --- a/Plugin/Annotate.h +++ b/Plugin/Annotate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Bubbles.cpp b/Plugin/Bubbles.cpp index f73e075746e0929c697c93dbb07dd602819254ef..45c6fe7fdb788395bbe8ac7b78a11036be46589d 100644 --- a/Plugin/Bubbles.cpp +++ b/Plugin/Bubbles.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Bubbles.h b/Plugin/Bubbles.h index 61cc7933c6d0e3239e9c551531a397b4a6140192..d4476a3a1470ca699ede2dc5c054a9d22b5570ae 100644 --- a/Plugin/Bubbles.h +++ b/Plugin/Bubbles.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt index b2bc58942aaebae59971ce3af89ef5c57e5efc09..cba93007e0ecf6fab641f455210a4ee488ef4644 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Crack.cpp b/Plugin/Crack.cpp index 8a24062654882928ed98048bbbf71bb5dbc00122..ba16c8f1c51f894ec7ba066ced2063a6c54c0b40 100644 --- a/Plugin/Crack.cpp +++ b/Plugin/Crack.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Crack.h b/Plugin/Crack.h index c32a6b55572a6a4f7c1320c32df1dfcda45e5a97..7487439c85e234180c6ffd4e03d24c902871a78f 100644 --- a/Plugin/Crack.h +++ b/Plugin/Crack.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Curl.cpp b/Plugin/Curl.cpp index 75da75775dd13f6be7dd547edd5edaf62ab4fcc2..cc590d16b40793ac95d9b7c6a7b07ce23bd0c4b8 100644 --- a/Plugin/Curl.cpp +++ b/Plugin/Curl.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Curl.h b/Plugin/Curl.h index 2cb82f1f765644e5db6e3f7ea40f982a4c87e996..3523b72ba1195948ed10d46e6b4d47618cef0404 100644 --- a/Plugin/Curl.h +++ b/Plugin/Curl.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutBox.cpp b/Plugin/CutBox.cpp index ca3b5568e1453dbc9751de7c865cc78408913f32..06591788cd5b12c354d60bf7835b086e5f48d56c 100644 --- a/Plugin/CutBox.cpp +++ b/Plugin/CutBox.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutBox.h b/Plugin/CutBox.h index 0c2d1cbc629c640e4cbab0c140f8ab3a74efa13d..ef465ace7ddb33fbdae53526dceab0c252c97ddb 100644 --- a/Plugin/CutBox.h +++ b/Plugin/CutBox.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutGrid.cpp b/Plugin/CutGrid.cpp index 68b59411c9aaa96ea7ca8d9b42b7911fb4cb93ae..300574f6808c1e3ca4a1aa6126a3f94e5b23623c 100644 --- a/Plugin/CutGrid.cpp +++ b/Plugin/CutGrid.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutGrid.h b/Plugin/CutGrid.h index b3a6a6e52bf5b610f4f15d19e556bf7735a4980c..57a511d6d3597324049e68037ddc43a9fb5738f1 100644 --- a/Plugin/CutGrid.h +++ b/Plugin/CutGrid.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutMesh.cpp b/Plugin/CutMesh.cpp index cf7e0b7e06f3cb61724ffdcfbbbdac282912ecbb..e5da525c359793dcd9dd0a06905beab225324197 100644 --- a/Plugin/CutMesh.cpp +++ b/Plugin/CutMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutMesh.h b/Plugin/CutMesh.h index 236d5986c4efe77932eb68f07f8a2501beb240dd..f217c662149c0b27e0cb8a3a951ea90830bdfebe 100644 --- a/Plugin/CutMesh.h +++ b/Plugin/CutMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutParametric.cpp b/Plugin/CutParametric.cpp index 97f1e3f16a1400a90144ae0a62cd9633cd0c3734..c66f98eed87eb5eb485f696e334f5ffdf077b37f 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutParametric.h b/Plugin/CutParametric.h index 38eb15b5266ea565c6b4c8acd08ed1f35047dc8b..20cdcf8d9495b27099f81e8be1072339e582cb5f 100644 --- a/Plugin/CutParametric.h +++ b/Plugin/CutParametric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp index 6b5ffca4b8f60b7c2855266ea308ad2664ba54a9..756019f88fa39c54719aa362f2f1b942ad8b2610 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutPlane.h b/Plugin/CutPlane.h index 9e4cd7f0eade311871a9a41419c9edadf203a790..bac8258de191299d013ad65247ad6fd37a68340c 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp index 1ce5f943a3a0fe827a927910a0012455d9105bc9..14a31c79d707803cce754ddedaceb638d00bd27b 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/CutSphere.h b/Plugin/CutSphere.h index 4df2058eec0b0099ac6829c55e74edf4063efa52..93ac67098d3619b098ce202bf3355e18c367d69a 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/DiscretizationError.cpp b/Plugin/DiscretizationError.cpp index f9c6eae240a6edd8b9bda5a762d3d6db4f0dfef6..c51b839cd942e13a1a6d8ebb0b4d7a5199945e77 100644 --- a/Plugin/DiscretizationError.cpp +++ b/Plugin/DiscretizationError.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/DiscretizationError.h b/Plugin/DiscretizationError.h index 9a5da1a854df106cf021110423720929ff9ec7d3..33196da224fe764b8635ee6fb45dcd4c90ce0e95 100644 --- a/Plugin/DiscretizationError.h +++ b/Plugin/DiscretizationError.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Distance.cpp b/Plugin/Distance.cpp index ede7f36dd7edc236c3435772797333cdbf1eaae0..4aa63ff112550d597db5633d06bc84b1d4339a47 100644 --- a/Plugin/Distance.cpp +++ b/Plugin/Distance.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Distance.h b/Plugin/Distance.h index 5888d9185522b233dcffe43612ee1eadcbe71dd0..5b5c7ec14f96feefcb4c05e7681c1da50aea07b0 100644 --- a/Plugin/Distance.h +++ b/Plugin/Distance.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Divergence.cpp b/Plugin/Divergence.cpp index d6cb9da57c1d14f8be9ca353eaf762f209596b75..fd4e230effaa86cb2fc88ff4d6a8ce4683ebd4e4 100644 --- a/Plugin/Divergence.cpp +++ b/Plugin/Divergence.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Divergence.h b/Plugin/Divergence.h index dc65599513c6e868d3c5a3db6be9909ed37a3298..0acce167212ae434300fdf845fd56c1a64510c04 100644 --- a/Plugin/Divergence.h +++ b/Plugin/Divergence.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Eigenvalues.cpp b/Plugin/Eigenvalues.cpp index a468efb85f31811a41b4c5ea503e832ac9cf5306..4bd2408dab9bbdd72e3230b7f75fac56e3c93b4b 100644 --- a/Plugin/Eigenvalues.cpp +++ b/Plugin/Eigenvalues.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Eigenvalues.h b/Plugin/Eigenvalues.h index 9ce0127204075ee543c2b06dfd72da55068e31a0..9a9f6c11f0947e490574e8952eca6fb857a31d1c 100644 --- a/Plugin/Eigenvalues.h +++ b/Plugin/Eigenvalues.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Eigenvectors.cpp b/Plugin/Eigenvectors.cpp index b1e9004dfd806e229351fc8707459caa1a960b2a..e496bed12a2b4d67b61c23f4c89f1d539928bcc1 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Eigenvectors.h b/Plugin/Eigenvectors.h index 125815ea2a1935b1d7c3f461581a3789de4465d7..161d0cfbd0202587ab3a7ecc958cfcf769a7d8a9 100644 --- a/Plugin/Eigenvectors.h +++ b/Plugin/Eigenvectors.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ExtractEdges.cpp b/Plugin/ExtractEdges.cpp index 35f1315857776fe4c58183f06a74391ea80338b8..38892e58c650d4fdf44fec7d20d398ab2a4eacdf 100644 --- a/Plugin/ExtractEdges.cpp +++ b/Plugin/ExtractEdges.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ExtractEdges.h b/Plugin/ExtractEdges.h index 409bd21efa819cc13b7c30fa00f3ec93baa9fc68..eb63f2beaee4225e1e7bfd65078fa9eac747998e 100644 --- a/Plugin/ExtractEdges.h +++ b/Plugin/ExtractEdges.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ExtractElements.cpp b/Plugin/ExtractElements.cpp index f3757dfa213483f69d55eef581dbc6db5ce0f62d..2811032a4fd237ccc2498bbede473e82b15c167d 100644 --- a/Plugin/ExtractElements.cpp +++ b/Plugin/ExtractElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ExtractElements.h b/Plugin/ExtractElements.h index 46c6987454f48dec1ea6d08b884289de36c90116..37568171adb512b2563957d542eeb66972fe9e39 100644 --- a/Plugin/ExtractElements.h +++ b/Plugin/ExtractElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/FaultZone.cpp b/Plugin/FaultZone.cpp index a75669a4e48f14981455770d719abec166c8013c..2085f7c2102d2db00f8ed889df558ee2772d4dee 100644 --- a/Plugin/FaultZone.cpp +++ b/Plugin/FaultZone.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/FaultZone.h b/Plugin/FaultZone.h index bcb54c9a739e2b3b2bf2e439afd49b64dff12a50..2ef47273af396bed3971da723e839c8b9ce6816f 100644 --- a/Plugin/FaultZone.h +++ b/Plugin/FaultZone.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/FieldFromAmplitudePhase.cpp b/Plugin/FieldFromAmplitudePhase.cpp index 0094ec321ffbe3b2cfb79f71b20787aa53827ed5..5e7f2575a24b59060f03d7aa60e62be13dcaa98f 100644 --- a/Plugin/FieldFromAmplitudePhase.cpp +++ b/Plugin/FieldFromAmplitudePhase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/FieldFromAmplitudePhase.h b/Plugin/FieldFromAmplitudePhase.h index 37a1725d6d868b4b4512705670038687183056b9..c55ffc39e7fa276a772c485da5bdb2ca7e5ec132 100644 --- a/Plugin/FieldFromAmplitudePhase.h +++ b/Plugin/FieldFromAmplitudePhase.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/GaussPoints.cpp b/Plugin/GaussPoints.cpp index f21153294d40ae1674efef60941fd08791e1d64f..66c033035535bd1eeaec6dcd4bcb654be43df722 100644 --- a/Plugin/GaussPoints.cpp +++ b/Plugin/GaussPoints.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/GaussPoints.h b/Plugin/GaussPoints.h index 552a7f471de696b1906783a57d5a600a07e64d54..14430346cc126eda0c3e934cc4a2ef54698075f0 100644 --- a/Plugin/GaussPoints.h +++ b/Plugin/GaussPoints.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Gradient.cpp b/Plugin/Gradient.cpp index 4a5c59184ceed90a689140b57e41c524b19f262f..7f681cf71a1f7726c66dbf2452597d8e060b7c15 100644 --- a/Plugin/Gradient.cpp +++ b/Plugin/Gradient.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Gradient.h b/Plugin/Gradient.h index 29667eb050c87bfa777c4119edb14198119bc296..21906e91711e612fee79bc3bb03c569fcf44cb8c 100644 --- a/Plugin/Gradient.h +++ b/Plugin/Gradient.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/HarmonicToTime.cpp b/Plugin/HarmonicToTime.cpp index b76d9aacb5d17236fdcb131d15626b3b80f45669..2a3ead03f0a15127fffa5aa6e3e8c19d9968d115 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/HarmonicToTime.h b/Plugin/HarmonicToTime.h index 72d79d2f036a74c8ffe1afba2f84dcac980c7912..26f06bf35d0182c4064a761ceb2af54abbb710eb 100644 --- a/Plugin/HarmonicToTime.h +++ b/Plugin/HarmonicToTime.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/HomologyComputation.cpp b/Plugin/HomologyComputation.cpp index 0cf8961e4f4572c6f1173308b835b839db92191a..1bfb2d6cf2e2b646fb4bc828ca0ffd93e1bcc9d0 100644 --- a/Plugin/HomologyComputation.cpp +++ b/Plugin/HomologyComputation.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/HomologyComputation.h b/Plugin/HomologyComputation.h index 192b6783e2d5abcadaca46110951af13e5e94b93..58311b48dcf987d043a4d8a7724238b88a5498bd 100644 --- a/Plugin/HomologyComputation.h +++ b/Plugin/HomologyComputation.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/HomologyPostProcessing.cpp b/Plugin/HomologyPostProcessing.cpp index 7ca3f0de13317e88fa8d005c617b1119b9f59f74..87a837a80cf5623d82bc68cf7c8c8a36fc9ad86a 100644 --- a/Plugin/HomologyPostProcessing.cpp +++ b/Plugin/HomologyPostProcessing.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/HomologyPostProcessing.h b/Plugin/HomologyPostProcessing.h index 57aa18af8334246efcc544cf7b96f6f2e8407ca4..71a889120bdeb03ef75ce583f208a6929473fd9f 100644 --- a/Plugin/HomologyPostProcessing.h +++ b/Plugin/HomologyPostProcessing.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Integrate.cpp b/Plugin/Integrate.cpp index e521f50ee030ca5091b5b8612ffa7abfce2cc6f4..6785f1a31ccf86ae00f3f5f9288cfbd2151b1a47 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Integrate.h b/Plugin/Integrate.h index d3b9c9f50397d65d4c18d87383d317d6cdc781e7..4bca9a79ffb84264cf928e43c84559d935850457 100644 --- a/Plugin/Integrate.h +++ b/Plugin/Integrate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Isosurface.cpp b/Plugin/Isosurface.cpp index 80834dad3afc44cb1a8fba4e54dbe99559efe757..2a4f84d3f8fb9eeb6ce4ccdfd086833fbf37774c 100644 --- a/Plugin/Isosurface.cpp +++ b/Plugin/Isosurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Isosurface.h b/Plugin/Isosurface.h index e869bd550f820c2bfbb5b216cd521b9e1a06bca5..260aabe1b7636b1df5c8b9536bea8ede131d8c8c 100644 --- a/Plugin/Isosurface.h +++ b/Plugin/Isosurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Lambda2.cpp b/Plugin/Lambda2.cpp index 78055aaf954bac753e47581d77e1e0c9b7544bd2..dbd9cac062a7d7a3671f0bdb2ab363b70d372d7b 100644 --- a/Plugin/Lambda2.cpp +++ b/Plugin/Lambda2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Lambda2.h b/Plugin/Lambda2.h index f63c4b446e197796fe92607e9b6a7737d4a5ec72..31337e418f33493171ba1b07d6143e28de106b18 100644 --- a/Plugin/Lambda2.h +++ b/Plugin/Lambda2.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Levelset.cpp b/Plugin/Levelset.cpp index 9ae408015803635ed67d8d68f8a2614186981452..bcd86bce964c0dd3d22ffd56e485d02bdf3bc33f 100644 --- a/Plugin/Levelset.cpp +++ b/Plugin/Levelset.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Levelset.h b/Plugin/Levelset.h index 1afdb6d33f8ec5e508a1a580a6fd4de284bb8640..335e80c028dfe8c37a4a2a74e4af0d977f26f02b 100644 --- a/Plugin/Levelset.h +++ b/Plugin/Levelset.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/LongitudeLatitude.cpp b/Plugin/LongitudeLatitude.cpp index 4a31391a578a3a65eb5e3596ab94170db05ea2ac..a799f3ceb628c44fac0ad196787ebf03a2372a32 100644 --- a/Plugin/LongitudeLatitude.cpp +++ b/Plugin/LongitudeLatitude.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/LongitudeLatitude.h b/Plugin/LongitudeLatitude.h index 8e9ec182cdf0a4c48cc2f181da247fbaf90bdc55..0f8fd091277aaf9f04e4d27032bfc3051f117363 100644 --- a/Plugin/LongitudeLatitude.h +++ b/Plugin/LongitudeLatitude.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/MakeSimplex.cpp b/Plugin/MakeSimplex.cpp index e18d5112d541d3af6383251dc9bd67d3df8ecea5..dd2f2ddaa435cb3c61828ce3e4c3eff49491437a 100644 --- a/Plugin/MakeSimplex.cpp +++ b/Plugin/MakeSimplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/MakeSimplex.h b/Plugin/MakeSimplex.h index 210caf19bd0249796d71a7c92832d15c6e1b3102..2f692acb0f55fc0599b2772656a1a0d62c71faea 100644 --- a/Plugin/MakeSimplex.h +++ b/Plugin/MakeSimplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/MathEval.cpp b/Plugin/MathEval.cpp index 201c2481d5b53f106570088d5dafd54228547262..9e730670b2cd85e87aa28716d3201e81440414c8 100644 --- a/Plugin/MathEval.cpp +++ b/Plugin/MathEval.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/MathEval.h b/Plugin/MathEval.h index ef3cc94b42ff3a2855f0f3d79f81c101c00b08aa..25c2e5f6c1cf8f6ca14c77ef0c1573e0e86834bf 100644 --- a/Plugin/MathEval.h +++ b/Plugin/MathEval.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/MeshSubEntities.cpp b/Plugin/MeshSubEntities.cpp index a379e0e4b5f32e8600c36a5c4b44ee4c15f13b17..143129dd53ff9f5cbb8122a093e560ef20397b7a 100644 --- a/Plugin/MeshSubEntities.cpp +++ b/Plugin/MeshSubEntities.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/MeshSubEntities.h b/Plugin/MeshSubEntities.h index 30a40e911186b7ef27c6ce68a2f7d8541cc3c8d4..0e95a6484c5f2dbe2b8cabea34e1532347147750 100644 --- a/Plugin/MeshSubEntities.h +++ b/Plugin/MeshSubEntities.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/MinMax.cpp b/Plugin/MinMax.cpp index 40e0ff56444b7896ff0313f01ef442b1f9ebfdad..cfa80202906f225ea56763581c0d31035d0f5ec3 100644 --- a/Plugin/MinMax.cpp +++ b/Plugin/MinMax.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/MinMax.h b/Plugin/MinMax.h index 5ccf7180e28eee1c42da9c68e62ade9264430827..7fdcda3c78f42a296bc1e6c4366336810e882325 100644 --- a/Plugin/MinMax.h +++ b/Plugin/MinMax.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ModifyComponents.cpp b/Plugin/ModifyComponents.cpp index b40578039667566fb1a3453b4d573f72cc46b8cc..f6f116b4dab7f7687d9b6b425c593f98fff1a943 100644 --- a/Plugin/ModifyComponents.cpp +++ b/Plugin/ModifyComponents.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ModifyComponents.h b/Plugin/ModifyComponents.h index 18401a502df3a8cc33c47c2463746e5cb271cc94..0e53acbeb6d28641c2e8df3187bf7b63b9db09cc 100644 --- a/Plugin/ModifyComponents.h +++ b/Plugin/ModifyComponents.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ModulusPhase.cpp b/Plugin/ModulusPhase.cpp index 62f85f17308408b6da093f1d2ec46c313c4dbf0c..745b2355ed3eb72f55532bdcc7f7cd720172f02d 100644 --- a/Plugin/ModulusPhase.cpp +++ b/Plugin/ModulusPhase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ModulusPhase.h b/Plugin/ModulusPhase.h index dc8b11b4ea4522493413c8a51ac1671a590b4fd2..7723685c86883e1ee3f1d0ad9d14028e0eadf4a8 100644 --- a/Plugin/ModulusPhase.h +++ b/Plugin/ModulusPhase.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/NearToFarField.cpp b/Plugin/NearToFarField.cpp index ef7706d7a504fb6934b8687a91f8412d9bcab145..925e1138cc826e4276136273e0f5698c48067c5e 100644 --- a/Plugin/NearToFarField.cpp +++ b/Plugin/NearToFarField.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/NearToFarField.h b/Plugin/NearToFarField.h index 1915110dcded723f86ddb4be6686d89d3bbff606..91b1b7925f9f64ed2c17386c76db50ff5bde95f5 100644 --- a/Plugin/NearToFarField.h +++ b/Plugin/NearToFarField.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/NearestNeighbor.cpp b/Plugin/NearestNeighbor.cpp index a360ffba4c203536a71fee7a3e9cdbac7811c616..aeef99e3a87c4fecd372f940cc8d2fc4707a0afb 100644 --- a/Plugin/NearestNeighbor.cpp +++ b/Plugin/NearestNeighbor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/NearestNeighbor.h b/Plugin/NearestNeighbor.h index b01718f6516cc055582b5192a0c1008cb5384e98..266f9d56b5f17964ea88596eefe067d047f400ae 100644 --- a/Plugin/NearestNeighbor.h +++ b/Plugin/NearestNeighbor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/NewView.cpp b/Plugin/NewView.cpp index 438017e0b11be82ebf3d7811b9b77df123cafb94..044c0e4479880d962857dc1aa4a1cc57976f5330 100644 --- a/Plugin/NewView.cpp +++ b/Plugin/NewView.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/NewView.h b/Plugin/NewView.h index 52d74a2378c5a4d80140b85d0a1c45325c668ac4..0584da5bef22f5f194c6c69677e22fd488394f59 100644 --- a/Plugin/NewView.h +++ b/Plugin/NewView.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Particles.cpp b/Plugin/Particles.cpp index a6ac0d63da1374aa2b0808e11e5d832318b43079..f3bcaa0cca83a2d405af8bb2f1e97d3c276f8b02 100644 --- a/Plugin/Particles.cpp +++ b/Plugin/Particles.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Particles.h b/Plugin/Particles.h index bef4afc9867db5f0b01fe7b20821a6058338dff4..2458035f01920f2b39fa0ac6d19aa7a022a3f0b2 100644 --- a/Plugin/Particles.h +++ b/Plugin/Particles.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp index 47580852b724e054eccad088053a15d710406efc..be9827795091031b6c24bb1a5b98ce3ae05311c6 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index befcb65c15bd31a223ebb894add4c3afcd90fafd..0e6180be9cc75c41adafe49ca4e71a3ac75ca8df 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/PluginManager.cpp b/Plugin/PluginManager.cpp index a9256cc6b2f17ef4fee11ad4da8445d58d2a7f32..6dc3c01caf18becd2d29f9607d634540e67f4463 100644 --- a/Plugin/PluginManager.cpp +++ b/Plugin/PluginManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/PluginManager.h b/Plugin/PluginManager.h index 3bcb3e908184063b2e4a140b9d7b14bea51384e5..db959a379c7b02dc4fc82adff774d797719cdcc6 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Probe.cpp b/Plugin/Probe.cpp index ac0bbd3700b076f0d3705c323b1cc717d740fcfc..9006b0a4304ba08b938c711c0bf95598f9732978 100644 --- a/Plugin/Probe.cpp +++ b/Plugin/Probe.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Probe.h b/Plugin/Probe.h index 643ccfb13a09aa51b19a51e6be5df1a147510ecb..2390c62e2ba9d34a4ec3e8b51665390f19c49b70 100644 --- a/Plugin/Probe.h +++ b/Plugin/Probe.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Remove.cpp b/Plugin/Remove.cpp index 7ca2599888b5ceebade755cb3e348f1763a4b7b9..51928c0c19d75812ea3cfafa2d6940d7b9f4d347 100644 --- a/Plugin/Remove.cpp +++ b/Plugin/Remove.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Remove.h b/Plugin/Remove.h index 95332df14d977c357c877dd2a953293ead4ca601..aeb7248a36582da413c87a88ee963eb100fbf6b2 100644 --- a/Plugin/Remove.h +++ b/Plugin/Remove.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Scal2Tens.cpp b/Plugin/Scal2Tens.cpp index 6730763c06a0ca80db8b89e6f178bff419741915..085e60c8340918caee95168ba351b752d8e363be 100644 --- a/Plugin/Scal2Tens.cpp +++ b/Plugin/Scal2Tens.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Scal2Tens.h b/Plugin/Scal2Tens.h index c4da8f7757a45b57a2012bfdc1d77e2499082d9d..8700b01408b2f0966db012658d55634084137436 100644 --- a/Plugin/Scal2Tens.h +++ b/Plugin/Scal2Tens.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Scal2Vec.cpp b/Plugin/Scal2Vec.cpp index a52655957787c091d26b05384eb0e33b6708558f..6e11d2e22c2e9ddf35b3edf3ceda020ee8fb987c 100644 --- a/Plugin/Scal2Vec.cpp +++ b/Plugin/Scal2Vec.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Scal2Vec.h b/Plugin/Scal2Vec.h index 7d732bf4bcee7366dcb933957eff832228c53ce5..8ecda7bff20d0d167d3bb082d68736108f29ab13 100644 --- a/Plugin/Scal2Vec.h +++ b/Plugin/Scal2Vec.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ShowNeighborElements.cpp b/Plugin/ShowNeighborElements.cpp index 62fdee5ee7e2df785a012bd07043a663dab8e637..15956f723f0e79b1285745f7d1f311f1316f607a 100644 --- a/Plugin/ShowNeighborElements.cpp +++ b/Plugin/ShowNeighborElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/ShowNeighborElements.h b/Plugin/ShowNeighborElements.h index aef3d2ce995c667c4efa9a863f3401fb7487f78e..8b2d045d6d1d73f9e889bef566c5df00d1a877e1 100644 --- a/Plugin/ShowNeighborElements.h +++ b/Plugin/ShowNeighborElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/SimplePartition.cpp b/Plugin/SimplePartition.cpp index 453923dbcb61c0a79cd041a7f12dc16585eb1890..208310748713d8107e24689dbb5ed9e898155d39 100644 --- a/Plugin/SimplePartition.cpp +++ b/Plugin/SimplePartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/SimplePartition.h b/Plugin/SimplePartition.h index e065437c118a805bd59d880dfd2711c4cb2d4f20..d0aeee85163758bf180d34d70cf898658f32f650 100644 --- a/Plugin/SimplePartition.h +++ b/Plugin/SimplePartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Skin.cpp b/Plugin/Skin.cpp index d488243d1e041785cb75376abaa161f84ac59121..25c7ca12f2d9337b5c3dc8933e323161f444f2a2 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Skin.h b/Plugin/Skin.h index df915f04ab7bb14b6b34de5f66faf5d868f39f97..7110e0ca550dd247cd9ccac6fe63a8aa7957c182 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Smooth.cpp b/Plugin/Smooth.cpp index 3e891ad37404fe4145fdfa124a0a8b98928ac4bb..dbb78b4b69ccc86e5a22e0e590a3925fe3a53f09 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h index b5073e28bcae79b996bfbfe353baab6a5e0b5e8c..6cd84866bc513db0d07d2360fd391e5d05949569 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/SphericalRaise.cpp b/Plugin/SphericalRaise.cpp index 9792240d3189c71fa0856eccc64975e7aef29e98..ea82683a61e730b5745df6ad5b5d1c83731e0621 100644 --- a/Plugin/SphericalRaise.cpp +++ b/Plugin/SphericalRaise.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/SphericalRaise.h b/Plugin/SphericalRaise.h index 7142cd6d0714e6bd421e69d6709ff85dc343043d..8e769dc851208e7eaae6a20af358e183915ded39 100644 --- a/Plugin/SphericalRaise.h +++ b/Plugin/SphericalRaise.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/StreamLines.cpp b/Plugin/StreamLines.cpp index 8fc8fcce16ea9eadcf703cd6aaf52ee43e2c565f..f152ca70f939946720cef8ec27476a8310d5303b 100644 --- a/Plugin/StreamLines.cpp +++ b/Plugin/StreamLines.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/StreamLines.h b/Plugin/StreamLines.h index 266d070750022f4363758c5e750976e95a750cd4..5ba9a5f6610ffb22d6b21ce2f0ae418516419018 100644 --- a/Plugin/StreamLines.h +++ b/Plugin/StreamLines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Tetrahedralize.cpp b/Plugin/Tetrahedralize.cpp index 7bc315cff0a7eecf9d3f470b89fe6592aad246e8..f32557f4c94833e4bc261076775abafd42c2d9dc 100644 --- a/Plugin/Tetrahedralize.cpp +++ b/Plugin/Tetrahedralize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Tetrahedralize.h b/Plugin/Tetrahedralize.h index 939ce5e2fd8174f95c973b7606ecbe29e5e6ad8b..d0ee318a775144e2221afb7587e89483e63db28f 100644 --- a/Plugin/Tetrahedralize.h +++ b/Plugin/Tetrahedralize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index c981e3ab9b62478f9331b17a0e00a1a8b9ad6d0b..ccf17bcb962151abc1328f8b7d48672caf5609d0 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Transform.h b/Plugin/Transform.h index a99e94aec30b1eb85f6f9290cfc638832fd2ae93..0389b6d038b763c919116e0131a8eb27c6936d5a 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Triangulate.cpp b/Plugin/Triangulate.cpp index 4ee720a118da29adc9afe64da4cbf4eb35fdf2c2..64503448a894e660624dc264836a89b3a63402d4 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Triangulate.h b/Plugin/Triangulate.h index 29d29b65bd2a8532010735e55a181cfe8b1f0a7c..588af39a44ab98043729747ea9e9e3d804c536a5 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/VoroMetal.cpp b/Plugin/VoroMetal.cpp index 5d1cb10c3302dcf22198e57ffd62321f65c949bc..5fcc2aca56f414f3c307fe420cfaaf651f0cd7f5 100644 --- a/Plugin/VoroMetal.cpp +++ b/Plugin/VoroMetal.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/VoroMetal.h b/Plugin/VoroMetal.h index 71104f099f215ed4ac3d5ceb2da28ff2aef35fc3..f8d0b982c00b96e94d6d66cd06fe4b854b2c6a29 100644 --- a/Plugin/VoroMetal.h +++ b/Plugin/VoroMetal.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Warp.cpp b/Plugin/Warp.cpp index f58cfb8260ff3bbfd1bc4fdb5554fbebad97cb52..c401eb84c6897575cba8a421a004d25ce0279281 100644 --- a/Plugin/Warp.cpp +++ b/Plugin/Warp.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Plugin/Warp.h b/Plugin/Warp.h index c2b3651f50109c70523b5cf9910d4bc6051b27bd..805580f33189715c5d3f7fa5bf9de65dd89a7934 100644 --- a/Plugin/Warp.h +++ b/Plugin/Warp.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/CMakeLists.txt b/Post/CMakeLists.txt index f37fce59e677a4de0c6a88d79b2e5d5c11f5f4c8..7a44a370b87b375a5216df81ba099ecd7106fc95 100644 --- a/Post/CMakeLists.txt +++ b/Post/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/ColorTable.cpp b/Post/ColorTable.cpp index 53d699100b3fdab6d69f4d6d41c4914a0d39a504..7f253ddd1a3bb02f2555189fdf32b9aeb382cd4c 100644 --- a/Post/ColorTable.cpp +++ b/Post/ColorTable.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/ColorTable.h b/Post/ColorTable.h index 5d0c53454c8d0e4f25372c097da6310b3e6daa74..bb3d454607c1b07d659223349497d88e5ff153c1 100644 --- a/Post/ColorTable.h +++ b/Post/ColorTable.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/OctreePost.cpp b/Post/OctreePost.cpp index c679da62262a8e401212488ed3ab18352804eaa7..a304d2f8c7917cd9bed46368165f7608fdb4be53 100644 --- a/Post/OctreePost.cpp +++ b/Post/OctreePost.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/OctreePost.h b/Post/OctreePost.h index 0c1f1d6afb9d127d899dad4396446471c0127509..f64eb0fd0772d61a4dce449a0eb2646026b8855e 100644 --- a/Post/OctreePost.h +++ b/Post/OctreePost.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PView.cpp b/Post/PView.cpp index ae0132a649581d987440da62529e7451650c85d5..ebe317dd58bec2eaa07f131633e0ec6152f7d1f1 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PView.h b/Post/PView.h index 7d76c2489d33ff95b18c7fa95da72529b1d6fc0a..f1ea507d5457f8b04c8cf72a758d9218ecf16d09 100644 --- a/Post/PView.h +++ b/Post/PView.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewAsSimpleFunction.cpp b/Post/PViewAsSimpleFunction.cpp index 64819ef5ea5b992f53a92e184d5f425064148dca..aa8a7b565a538cc40894dffdd4c9b68ad36e1045 100644 --- a/Post/PViewAsSimpleFunction.cpp +++ b/Post/PViewAsSimpleFunction.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewAsSimpleFunction.h b/Post/PViewAsSimpleFunction.h index c4202d4335364c09f2917b5e717353ee73b1f982..1b9ceff011870513d7d1169d290febd294d3122a 100644 --- a/Post/PViewAsSimpleFunction.h +++ b/Post/PViewAsSimpleFunction.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewData.cpp b/Post/PViewData.cpp index 0473d24ec2da431bc3d1266b4d80f29a5edf348e..5b8948a1defc369dfe3c9c4de42ef9ef77441c8e 100644 --- a/Post/PViewData.cpp +++ b/Post/PViewData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewData.h b/Post/PViewData.h index 922083f18097416c4b61b40962f604d8b01bfd35..a6c4ce54b7cca897487a403d98ff6ef0b3ac4322 100644 --- a/Post/PViewData.h +++ b/Post/PViewData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewDataGModel.cpp b/Post/PViewDataGModel.cpp index d52e5324c94fb50dff0d052980130abeb9f430f9..2ffd5a4e080d163b0ec09c7ff939a267f67f90cf 100644 --- a/Post/PViewDataGModel.cpp +++ b/Post/PViewDataGModel.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewDataGModel.h b/Post/PViewDataGModel.h index 1ba999e8384b7e983902d3892451ed60f98cfd7a..9e36cffad5a9b397c6531ffdaf0203eae7858136 100644 --- a/Post/PViewDataGModel.h +++ b/Post/PViewDataGModel.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp index 21176d2310511a1035e508c3af33049da69a5eb0..5305ccf2f1f21a0f2600c5bde071ce87c401c952 100644 --- a/Post/PViewDataGModelIO.cpp +++ b/Post/PViewDataGModelIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewDataIO.cpp b/Post/PViewDataIO.cpp index 8191a0a606c91153bd8682d35b4eba65c0d76944..904fbd67e32d5fe32b775f05d5333db80de3f751 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewDataList.cpp b/Post/PViewDataList.cpp index 68162e524ad107421948daf2f5f768bf89b8f32c..32ab7b862aaf5b94d220b806aa4f39229ebd2ddd 100644 --- a/Post/PViewDataList.cpp +++ b/Post/PViewDataList.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewDataList.h b/Post/PViewDataList.h index 30c9fa6c2d83d958b1d0f009fd7c0989df6bf73b..92286130ffe1eab0588e90ceb03b064760559ce2 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -1,5 +1,5 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewDataListIO.cpp b/Post/PViewDataListIO.cpp index ddbb768ae650e003ce10a72415f261e570bf442e..c6c8a876d79dcb4ad55855af23a36f20ee48873d 100644 --- a/Post/PViewDataListIO.cpp +++ b/Post/PViewDataListIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewDataRemote.h b/Post/PViewDataRemote.h index 57e751e8595d5523a6163a9334f1c0709a1bc273..2367a064e6c2f3b7aa76522b5dc4beb3dd07aadf 100644 --- a/Post/PViewDataRemote.h +++ b/Post/PViewDataRemote.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewFactory.cpp b/Post/PViewFactory.cpp index b6ab54dedc175bbe7608f07f925f6a850912a673..2dee440d32fd7545aed681ed0ca80da40781dee2 100644 --- a/Post/PViewFactory.cpp +++ b/Post/PViewFactory.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewFactory.h b/Post/PViewFactory.h index 093df01032705691ff0009bdd95f52bfd1036819..2e0e8eff7db1709c5cefc1cb930a58f14a8f2f69 100644 --- a/Post/PViewFactory.h +++ b/Post/PViewFactory.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewIO.cpp b/Post/PViewIO.cpp index dd87e7d32c5fff9558bb4a3f7b66f99203d873c6..2c2f36cf55d3ed08f71bec77b6127a7f6b3a0dfd 100644 --- a/Post/PViewIO.cpp +++ b/Post/PViewIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewOptions.cpp b/Post/PViewOptions.cpp index c1d7c7cff64c3eeca8835a8216a71ae6294291be..d7871c057f25be08bc7b1049ad8de4073f536455 100644 --- a/Post/PViewOptions.cpp +++ b/Post/PViewOptions.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewOptions.h b/Post/PViewOptions.h index 19cc7a35663b123e324a1b8f554e2d580eb98196..12dcdc2833e60294a95c6d2818cd8f9ed3a9e014 100644 --- a/Post/PViewOptions.h +++ b/Post/PViewOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewVertexArrays.cpp b/Post/PViewVertexArrays.cpp index bcd22f7a74ed61dcf2a2101a9aa623a5a551c050..a83dece9a35ed66e84bde89759c0ebdde1216bb2 100644 --- a/Post/PViewVertexArrays.cpp +++ b/Post/PViewVertexArrays.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewX3D.cpp b/Post/PViewX3D.cpp index edaad0cf6fc1602fe3f197be45bbd9a9a0de09e2..936918b7c541ab9f360fa91c3310494c2b59a9eb 100644 --- a/Post/PViewX3D.cpp +++ b/Post/PViewX3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/PViewX3D.h b/Post/PViewX3D.h index c4a51ea67e704a0c6447c112cec63314659746cb..6b498a8764f5271b1fc0148c8e90d16cf9f744b0 100644 --- a/Post/PViewX3D.h +++ b/Post/PViewX3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/adaptiveData.cpp b/Post/adaptiveData.cpp index 583534b7ef20f0718007a9e99486607d68fbf008..6641ac66494a19b04ea9c6a9a4c7e468b8bcd2da 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/adaptiveData.h b/Post/adaptiveData.h index 2d82e2536b056308a35b5cdb061160752ee8b591..3ad3908fa4390e03aeb26cccbf71f6b28b597c2d 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/shapeFunctions.cpp b/Post/shapeFunctions.cpp index aac3ad3d580da3ceddd9fa5890a320daf5ddbebe..f1c58827a1ab9fdab3cb1f00de8853d00658e1db 100644 --- a/Post/shapeFunctions.cpp +++ b/Post/shapeFunctions.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Post/shapeFunctions.h b/Post/shapeFunctions.h index 4a5f5baa015821f18d509d7e49d4cbea558d125b..7fd4956dceb8e73f594090c48d38d9bea419cb26 100644 --- a/Post/shapeFunctions.h +++ b/Post/shapeFunctions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Qt/CMakeLists.txt b/Qt/CMakeLists.txt index 510bb1acae9ebfb7b8c0f17f48e9b24642ee25f9..cd2f59f4cc7cdf36ac6607a088ad2176815ab349 100644 --- a/Qt/CMakeLists.txt +++ b/Qt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Qt/GLWidget.cpp b/Qt/GLWidget.cpp index 3e51cf718bfa9ea0502f2a019fe2d3ef12515a84..ac3a85275c4386c2c98ea5f5ac4255f0c86e52a0 100644 --- a/Qt/GLWidget.cpp +++ b/Qt/GLWidget.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Qt/GLWidget.h b/Qt/GLWidget.h index 7f5d8246909b15e239089af3b52070b217b409ab..475f23f33b349c640775ae013ddbd14cd4a4811f 100644 --- a/Qt/GLWidget.h +++ b/Qt/GLWidget.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Qt/Main.cpp b/Qt/Main.cpp index 5fe6200c6308ece2d104b2805fd06a1663e66622..b68588c35eca3c7d8979e9e7d001889f706b4fe1 100644 --- a/Qt/Main.cpp +++ b/Qt/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Qt/QGui.cpp b/Qt/QGui.cpp index ebdbdee86ac1c79189c88c70b86fa30aade92aa9..e6716f50c817e9de001aa96afb387f96ee53b2df 100644 --- a/Qt/QGui.cpp +++ b/Qt/QGui.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Qt/QGui.h b/Qt/QGui.h index b3f8f8c52f7cbe58cb0613cfe7279e5791616d5d..f8a46091d9ae6b7ab31df34aa2e04a2723221135 100644 --- a/Qt/QGui.h +++ b/Qt/QGui.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Qt/graphicWindow.cpp b/Qt/graphicWindow.cpp index e74d7f854547b4ce63e92ed507f1437ed5c383cf..0875ec3dcbb998125b2675956a810aa4ef46a698 100644 --- a/Qt/graphicWindow.cpp +++ b/Qt/graphicWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Qt/graphicWindow.h b/Qt/graphicWindow.h index 68197a9d2b9d26ba2007758a6998be2d2a444704..14d6765a43989772d475042e30f5e153cf8aa675 100644 --- a/Qt/graphicWindow.h +++ b/Qt/graphicWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/README.txt b/README.txt index e063fc5e9b10d32866f8159bf7c91504a6e20278..a63f37b894d0c13b32635f6fda4989cd54cdf11e 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ This is Gmsh, an automatic three-dimensional finite element mesh generator with built-in pre- and post-processing facilities. -Gmsh is copyright (C) 1997-2017 C. Geuzaine and J.-F. Remacle, and is +Gmsh is copyright (C) 1997-2018 C. Geuzaine and J.-F. Remacle, and is distributed under the terms of the GNU General Public License, Version 2 or later, with an exception to allow for easier linking with external libraries. See LICENSE.txt and CREDITS.txt for more information. diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt index 9254e2aa6d368096dcbb97c0dd5d80da9332ea8f..20df2a9a7989b19df05fa90fd7027e7278980097 100644 --- a/Solver/CMakeLists.txt +++ b/Solver/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/FuncGradDisc.h b/Solver/FuncGradDisc.h index 25edc85843fde3e6309c1f61350ca90dd3cf17be..e9e44ceb63126c8e87fa4400238c168cbd0f2f9b 100644 --- a/Solver/FuncGradDisc.h +++ b/Solver/FuncGradDisc.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/FuncHeaviside.h b/Solver/FuncHeaviside.h index d5d3af89ab15d4dacb43b7d414dd20b52b65eef5..4603b98c0cbcfde5c3cb7adf33f614e9878f9513 100644 --- a/Solver/FuncHeaviside.h +++ b/Solver/FuncHeaviside.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/SElement.cpp b/Solver/SElement.cpp index 0b92a9e8a46ae3cc52d2b5b66b518276415aab7f..54cc690db5ae1af297666b8b8fc7a07b99a57812 100644 --- a/Solver/SElement.cpp +++ b/Solver/SElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/SElement.h b/Solver/SElement.h index ac70624e14a07f4cc3bea6789ece81fdf3e5daee..13529803dd60e0d101b1d40c86f38500b8e350ff 100644 --- a/Solver/SElement.h +++ b/Solver/SElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/STensor33.cpp b/Solver/STensor33.cpp index 44344b28ec8ffbac2316bbb9190a28e40b39cff5..d3853b0e3745d7608624cf7d41dd63ba75bdf997 100644 --- a/Solver/STensor33.cpp +++ b/Solver/STensor33.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/STensor33.h b/Solver/STensor33.h index 3ca9506a6e4da8df7a651d17b96ad72c45ef9a15..2842cab46a9ae90f1232e999dcd98480aee1ad26 100644 --- a/Solver/STensor33.h +++ b/Solver/STensor33.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/STensor43.cpp b/Solver/STensor43.cpp index 0de15b89917d67879ea9e8eb88fdeea6f0aa1509..1c6439ce873444677e10f1a2d3862aceaa407c51 100644 --- a/Solver/STensor43.cpp +++ b/Solver/STensor43.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/STensor43.h b/Solver/STensor43.h index 12980c713d9971e413e3c89e18cbcdee7f5ce345..532b9686feda9f8716323fb395754c1ba5ea2afc 100644 --- a/Solver/STensor43.h +++ b/Solver/STensor43.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/STensor53.cpp b/Solver/STensor53.cpp index b992746a5d1857b602f83f39d343c3f2fb725236..3e821c6f12a3b08f1f102cb4ee04a13e30a582fd 100644 --- a/Solver/STensor53.cpp +++ b/Solver/STensor53.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/STensor53.h b/Solver/STensor53.h index 085339287e8c1e9dbefea867a081f9b142b9080d..ebb4466896bd4a069e114c179adc3279391fea04 100644 --- a/Solver/STensor53.h +++ b/Solver/STensor53.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/STensor63.cpp b/Solver/STensor63.cpp index a1f047964cdb30c590250321dde30ab4aa924c06..0a0c02b6f79e91dd74cdd16214133af1e235079b 100644 --- a/Solver/STensor63.cpp +++ b/Solver/STensor63.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/STensor63.h b/Solver/STensor63.h index 7d26113d0f8e547f10268dfe4fa8d070c238cf6b..c620c9794eb61fd4e8e6fafbc4c2c7836d016b43 100644 --- a/Solver/STensor63.h +++ b/Solver/STensor63.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/convexCombinationTerm.h b/Solver/convexCombinationTerm.h index 374d20eb57ef1103df704bf80f6536f80bc1a4c9..04739b4ef050e4931ecbf1720c71ebfba065b5cc 100644 --- a/Solver/convexCombinationTerm.h +++ b/Solver/convexCombinationTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/crossConfTerm.h b/Solver/crossConfTerm.h index cb8bdccc406b682985941510af14abe89d49a2b1..e2ab36aa383a5f3b5bc6e6c9fce3730b4808f5c8 100644 --- a/Solver/crossConfTerm.h +++ b/Solver/crossConfTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/distanceTerm.h b/Solver/distanceTerm.h index 0e9e158c1e36f1210281b62de000f65ac5e2c547..0261e9d6fdda9fa771961cb5d8106e9ab18b42e5 100644 --- a/Solver/distanceTerm.h +++ b/Solver/distanceTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/dofManager.cpp b/Solver/dofManager.cpp index 8ca916496fdff17770d0a9af96e6b7178a04a7ee..1fbec90b45105b8d9c195db872ce2699f88b5f35 100644 --- a/Solver/dofManager.cpp +++ b/Solver/dofManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/dofManager.h b/Solver/dofManager.h index 4e19f1cbb9a967c9680661458293772930e475e5..81a79e94cf1807ad73babf536d4eb76c90f6d196 100644 --- a/Solver/dofManager.h +++ b/Solver/dofManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/eigenSolver.cpp b/Solver/eigenSolver.cpp index 24043d69e4c58d422a4d4e68d27f16309ee36626..266964983915dd1b5de1759ffbb7e4694c1f97c1 100644 --- a/Solver/eigenSolver.cpp +++ b/Solver/eigenSolver.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/eigenSolver.h b/Solver/eigenSolver.h index 91229e811ae162d150c4d1429527260753f03b16..547d2f35ee403acb7147fc51acd7ecb2963b5eff 100644 --- a/Solver/eigenSolver.h +++ b/Solver/eigenSolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp index eb880f6b4b130de406fe1c4d18cddc3e7c7d5b10..cffb81648cffa7af7ddc6b0dd061d457a1055694 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/elasticitySolver.h b/Solver/elasticitySolver.h index 82fefc46fc54fdd3e22bd9ad9f654965b27d57c7..f02abc4a719517ba1ac584e3cf353f93dcb69e66 100644 --- a/Solver/elasticitySolver.h +++ b/Solver/elasticitySolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/elasticityTerm.cpp b/Solver/elasticityTerm.cpp index c73e5e21d6c8982fb0b8f27f58ca556dcc94e497..ebf18298a6ca3058a9c5b63c12d636771b74c81e 100644 --- a/Solver/elasticityTerm.cpp +++ b/Solver/elasticityTerm.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/elasticityTerm.h b/Solver/elasticityTerm.h index d2159de38f96d3b8d18cc6df62cd603159026592..3acc1b0e4d4bf891ecd64f5b8e8ad08fa7916c64 100644 --- a/Solver/elasticityTerm.h +++ b/Solver/elasticityTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/femTerm.h b/Solver/femTerm.h index df7fdd47e3d15b710951ca7132c6899acc7c4499..f539f33184897b043725e9440b8f7e7690ec661d 100644 --- a/Solver/femTerm.h +++ b/Solver/femTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/filters.cpp b/Solver/filters.cpp index 9f40c7e5156428c388c49db8d99d8b2dcf189e47..3852497f11fca3e865b6ef6505609ac314fb2a30 100644 --- a/Solver/filters.cpp +++ b/Solver/filters.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/filters.h b/Solver/filters.h index 1f3bcc53a2a18a74af42bdb8d3b709a5fde64371..77752a9a6a6743fd9c99d4f6f77d78b156a66648 100644 --- a/Solver/filters.h +++ b/Solver/filters.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/frameSolver.h b/Solver/frameSolver.h index 7492f05e0255ff9161cd5a809ef6730bc86e10f4..07c6cd9d65647fd6c8eb39b54d4c26ad488a99a4 100644 --- a/Solver/frameSolver.h +++ b/Solver/frameSolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/functionSpace.cpp b/Solver/functionSpace.cpp index 57ecbfde3c16ab1e8e6d00ba5fb0fe421d85722d..7494fcde1d8aaa9ec3e3de765b9b56dd0285be5a 100644 --- a/Solver/functionSpace.cpp +++ b/Solver/functionSpace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/functionSpace.h b/Solver/functionSpace.h index 1fcb0506e0185df70a7751ee27c8d82750301398..b0d3ed95e003c3900b7e15154af15c028838c9fb 100644 --- a/Solver/functionSpace.h +++ b/Solver/functionSpace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/groupOfElements.cpp b/Solver/groupOfElements.cpp index b4b087b55ed9388f028e79b376010483ee2b6352..48e4fdc79b614041f8cf8835de4c6a44a4d1ad34 100644 --- a/Solver/groupOfElements.cpp +++ b/Solver/groupOfElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/groupOfElements.h b/Solver/groupOfElements.h index 92bc3a86fa266d52048b895c01ff2f312859166e..fcbbe7fcbdb5cfd4a819e1f24dac3ded0d389f8d 100644 --- a/Solver/groupOfElements.h +++ b/Solver/groupOfElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/helmholtzTerm.h b/Solver/helmholtzTerm.h index 8133406cf168bf0df7d95c9ee0e453778bc5b978..c2cc34f1e22ef246032adfea1b8512927398aa38 100644 --- a/Solver/helmholtzTerm.h +++ b/Solver/helmholtzTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/laplaceTerm.h b/Solver/laplaceTerm.h index f901e9f9a2863e44b427f1ae6c3f9103debbc4df..cc828c4e76b185a3a8a8cc9cf14b02ec38efff6f 100644 --- a/Solver/laplaceTerm.h +++ b/Solver/laplaceTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystem.cpp b/Solver/linearSystem.cpp index fa1e9cae07d2e9e40e893203081cc347d264892c..d6ff117b02dab5c14ac83513f409fd87ba9c17d2 100644 --- a/Solver/linearSystem.cpp +++ b/Solver/linearSystem.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystem.h b/Solver/linearSystem.h index a1900dfc2b9943093aa0871df7f0cf95b6838b96..80f97b55d489dba90d419055f9e642ffc4f8967f 100644 --- a/Solver/linearSystem.h +++ b/Solver/linearSystem.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystemCSR.cpp b/Solver/linearSystemCSR.cpp index 8193430e322b1438a7c5128e623c3ff7fc3d1cd1..bcdd5feb2340901a0c875441c066aee818afee23 100644 --- a/Solver/linearSystemCSR.cpp +++ b/Solver/linearSystemCSR.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystemCSR.h b/Solver/linearSystemCSR.h index eeb93ca58897aab079c633227e34852f4061f5c9..b89dae72b2f028f958170861938e7ce2e38708ae 100644 --- a/Solver/linearSystemCSR.h +++ b/Solver/linearSystemCSR.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystemFull.h b/Solver/linearSystemFull.h index ef953c642534abe6f018e991a996d5116cebfd71..974d24d2a5096008225f13056cb7f64fac67bd76 100644 --- a/Solver/linearSystemFull.h +++ b/Solver/linearSystemFull.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystemGMM.h b/Solver/linearSystemGMM.h index 0db5c5bf6d97e36674ac405c626644234b737c4f..6f7082a3418a019d61379c36b3f3ec528c223dcd 100644 --- a/Solver/linearSystemGMM.h +++ b/Solver/linearSystemGMM.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystemMUMPS.cpp b/Solver/linearSystemMUMPS.cpp index 87052a4e4ba119c83310bbd703982a32f79754b7..6116008ec103197f64e0aef1224614c8d5c3ec23 100644 --- a/Solver/linearSystemMUMPS.cpp +++ b/Solver/linearSystemMUMPS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystemMUMPS.h b/Solver/linearSystemMUMPS.h index 411fb20fcf42e79be7b580f7e7ce6f8b8e9be578..eec3534b358ea3217828ae137bd094a71b49c8b9 100644 --- a/Solver/linearSystemMUMPS.h +++ b/Solver/linearSystemMUMPS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystemPETSc.cpp b/Solver/linearSystemPETSc.cpp index 983e652c025f05e371f0cadeb3c3f9b877eddfb3..0ed1c6d5d6984d9433422246301896a2bb8861f9 100644 --- a/Solver/linearSystemPETSc.cpp +++ b/Solver/linearSystemPETSc.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h index 9226b94526a1041d9bb0c9c3987e9ac08ee55be7..b3fd996e3afcb4e679049ab57e3c89518582c0bc 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/materialLaw.h b/Solver/materialLaw.h index b0de1237020279be45f751c2e1e6cd681b7bfd82..acad9ac11a764ee1d1a18cf65326824ce08f631f 100644 --- a/Solver/materialLaw.h +++ b/Solver/materialLaw.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/orthogonalTerm.h b/Solver/orthogonalTerm.h index 740178a2cca6e8f19ddfce252a6b6d782d455ae5..5565cf193579c31d48b875fd220ede3e7396ed2a 100644 --- a/Solver/orthogonalTerm.h +++ b/Solver/orthogonalTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/quadratureRules.h b/Solver/quadratureRules.h index 2402a6181cb42594b79e806213b146fa87b54b5e..d97390b7c2d28d29b817389858b561e056d481d4 100644 --- a/Solver/quadratureRules.h +++ b/Solver/quadratureRules.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/solverAlgorithms.h b/Solver/solverAlgorithms.h index 0e74adc5a321d695c7d3e5fae424b4987fccecd9..2ae89c1865d9b262de246df194cca15ff0d4c9e8 100644 --- a/Solver/solverAlgorithms.h +++ b/Solver/solverAlgorithms.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/solverField.h b/Solver/solverField.h index d366dfb52f1eb293ba4fe47e6112a6e4d4a9e79a..f1435cf37ac584271e3a9210b302a6b582b6d65e 100644 --- a/Solver/solverField.h +++ b/Solver/solverField.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/sparsityPattern.cpp b/Solver/sparsityPattern.cpp index bfb2a4f3bfdbf0c78269430b47a75714e18be4e2..c87e1a88947b93954e3921b894b01a2ff44a1fad 100644 --- a/Solver/sparsityPattern.cpp +++ b/Solver/sparsityPattern.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/sparsityPattern.h b/Solver/sparsityPattern.h index bb539265d2604f776ccf0e317f065c01571dca42..c2839ed6d24271442bfe96f44359c5f48aeac847 100644 --- a/Solver/sparsityPattern.h +++ b/Solver/sparsityPattern.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/terms.cpp b/Solver/terms.cpp index 219042407eb011d5916be8f7f10583d37f318e0e..b34cc17861f2402269dcf139e86522a838b7b104 100644 --- a/Solver/terms.cpp +++ b/Solver/terms.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/terms.h b/Solver/terms.h index ca70c60d9f60a0b1023c85813f6d81c159c45832..df7cf2d0aa4d957bc81269abab7f2134dac11fec 100644 --- a/Solver/terms.h +++ b/Solver/terms.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/Solver/terms.hpp b/Solver/terms.hpp index 777e5e45ef25b2ed5b9b16b96ea789dd017c80de..76ec34512825cc637a74a50a47212aaec0353db0 100644 --- a/Solver/terms.hpp +++ b/Solver/terms.hpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/api/GenApi.py b/api/GenApi.py index 8957d8bcc820d4851ed34ecedcf350ef889fe173..b874c2732f13f9de925055038fa71f907f45829f 100644 --- a/api/GenApi.py +++ b/api/GenApi.py @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -248,7 +248,7 @@ class Module: return module -cpp_header="""// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +cpp_header="""// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -261,7 +261,7 @@ cpp_header="""// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // Do not edit it directly: it is automatically generated by `gmsh/api/gen.py'. // // By design, the Gmsh C++ API is purely functional, and only uses elementary -// types from the standard library. A pure C as well as Python API are also +// types from the standard library. A pure C as well as a Python API are also // automatically generated by `gmsh/api/gen.py': see `gmshc.h' and `gmsh.py'. // // See `gmsh/demos/api' for examples on how to use the Gmsh API. In particular, @@ -297,7 +297,7 @@ cpp_footer="""#undef GMSH_API """ c_header="""/* - * Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle + * Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle * * See the LICENSE.txt file for license information. Please report all * bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -312,7 +312,7 @@ c_header="""/* * Do not edit it directly: it is automatically generated by `gmsh/api/gen.py'. * * By design, the Gmsh C API is purely functional, and only uses elementary - * types. A C++ as well as Python API are also automatically generated by + * types. A C++ as well as a Python API are also automatically generated by * `gmsh/api/gen.py': see `gmsh.h' and `gmsh.py'. * * See `gmsh/demos/api' for examples on how to use the Gmsh API. In particular, @@ -337,7 +337,7 @@ c_footer=""" #endif """ -c_cpp_header="""// Gmsh - Copyright (C) 1997-2017 C. Geuzaine,J.-F. Remacle +c_cpp_header="""// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -425,7 +425,7 @@ void gmshFree(void *p) { } """ -python_header = """# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +python_header = """# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -435,7 +435,7 @@ python_header = """# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # Do not edit it directly: it is automatically generated by `gmsh/api/gen.py'. # # By design, the Gmsh Pyhton API is purely functional, and only uses elementary -# types (as well as `numpy' arrays if `numpy' is avaiable). A C++ as well a +# types (as well as `numpy' arrays if `numpy' is avaiable). A C++ as well as a # pure C API are also automatically generated by `gmsh/api/gen.py': see `gmsh.h' # and `gmshc.h'. # diff --git a/api/gen.py b/api/gen.py index f2d2c551e3de21307da6e651cd90c3f1d54851c9..c4d2b1ddae59e35aa5c4dde89efcb4833dda615f 100644 --- a/api/gen.py +++ b/api/gen.py @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/api/gmsh.h b/api/gmsh.h index 43e232c3e2eff3f59dc8619939d3b513ec0ab940..0be3691143c5fe1c1718f0a1370ff96a44d48a87 100644 --- a/api/gmsh.h +++ b/api/gmsh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -11,7 +11,7 @@ // Do not edit it directly: it is automatically generated by `gmsh/api/gen.py'. // // By design, the Gmsh C++ API is purely functional, and only uses elementary -// types from the standard library. A pure C as well as Python API are also +// types from the standard library. A pure C as well as a Python API are also // automatically generated by `gmsh/api/gen.py': see `gmshc.h' and `gmsh.py'. // // See `gmsh/demos/api' for examples on how to use the Gmsh API. In particular, diff --git a/api/gmsh.py b/api/gmsh.py index 063e3dda350d6c8a23a93a86d8e1ea6ac12d86f5..fa5102bc4d61fdb6cccc5cf4cb1e1a6817f39a85 100644 --- a/api/gmsh.py +++ b/api/gmsh.py @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -8,7 +8,7 @@ # Do not edit it directly: it is automatically generated by `gmsh/api/gen.py'. # # By design, the Gmsh Pyhton API is purely functional, and only uses elementary -# types (as well as `numpy' arrays if `numpy' is avaiable). A C++ as well a +# types (as well as `numpy' arrays if `numpy' is avaiable). A C++ as well as a # pure C API are also automatically generated by `gmsh/api/gen.py': see `gmsh.h' # and `gmshc.h'. # diff --git a/api/gmshc.cpp b/api/gmshc.cpp index 04e2a033b3432a580db25462f383007ebf3a62ac..4c47b70e0e9b001efc9b4b6b7c5100b82eaceb70 100644 --- a/api/gmshc.cpp +++ b/api/gmshc.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine,J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/api/gmshc.h b/api/gmshc.h index f6ba00e4757441eb49b5718f655dcaa59744014b..3c24cfa1bc5aee5f46582903a45da0e070448224 100644 --- a/api/gmshc.h +++ b/api/gmshc.h @@ -1,5 +1,5 @@ /* - * Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle + * Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle * * See the LICENSE.txt file for license information. Please report all * bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -14,7 +14,7 @@ * Do not edit it directly: it is automatically generated by `gmsh/api/gen.py'. * * By design, the Gmsh C API is purely functional, and only uses elementary - * types. A C++ as well as Python API are also automatically generated by + * types. A C++ as well as a Python API are also automatically generated by * `gmsh/api/gen.py': see `gmsh.h' and `gmsh.py'. * * See `gmsh/demos/api' for examples on how to use the Gmsh API. In particular, diff --git a/contrib/ANN/CMakeLists.txt b/contrib/ANN/CMakeLists.txt index 8d51ba5b4c1f588700c8ed42e0d48eb96a96591b..a3fac304ad14d862ba280552fe5aa2e552b52030 100644 --- a/contrib/ANN/CMakeLists.txt +++ b/contrib/ANN/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/DiscreteIntegration/CMakeLists.txt b/contrib/DiscreteIntegration/CMakeLists.txt index e25cdd4269d53db6d0af569c06d774efdca8c853..006657fe29fe00e6b18177d49909ef518f544074 100644 --- a/contrib/DiscreteIntegration/CMakeLists.txt +++ b/contrib/DiscreteIntegration/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/HighOrderMeshOptimizer/CMakeLists.txt b/contrib/HighOrderMeshOptimizer/CMakeLists.txt index d79aacbbc29bd235a4aae8a193e237fd7d226626..8bc38669882773b5049331fdf8389af49c14e6d4 100644 --- a/contrib/HighOrderMeshOptimizer/CMakeLists.txt +++ b/contrib/HighOrderMeshOptimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/MathEx/CMakeLists.txt b/contrib/MathEx/CMakeLists.txt index 2e9e52f6a719a8f6436090c518b4fd00825b75ef..ae758d26b94761e3e29849010b68208eff057899 100644 --- a/contrib/MathEx/CMakeLists.txt +++ b/contrib/MathEx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/MeshOptimizer/CMakeLists.txt b/contrib/MeshOptimizer/CMakeLists.txt index 98b6c93bc75b1fd07e424131506fcffc13cdcf24..c2e78a333bbf5549e1d2e863b76725fae97e9871 100644 --- a/contrib/MeshOptimizer/CMakeLists.txt +++ b/contrib/MeshOptimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/MeshQualityOptimizer/CMakeLists.txt b/contrib/MeshQualityOptimizer/CMakeLists.txt index ab349d41f10f160f3efc87c12d237eb6f7ac03e5..1fa1457f1b78d99c2a6220db4e3fbbdc42da0d70 100644 --- a/contrib/MeshQualityOptimizer/CMakeLists.txt +++ b/contrib/MeshQualityOptimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/Netgen/CMakeLists.txt b/contrib/Netgen/CMakeLists.txt index d51370f36f9c8425f6f0e0b980d71caaa73bf1d7..361f3e6e813daa7fdab34767aa6192acf34b6d0e 100644 --- a/contrib/Netgen/CMakeLists.txt +++ b/contrib/Netgen/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/Tetgen1.5/CMakeLists.txt b/contrib/Tetgen1.5/CMakeLists.txt index b3c84632689c6bd02600e5cd0be1b7e4f2ababff..a463098b603163896e824716bc087c71c67a34f2 100644 --- a/contrib/Tetgen1.5/CMakeLists.txt +++ b/contrib/Tetgen1.5/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/bamg/CMakeLists.txt b/contrib/bamg/CMakeLists.txt index 572c94ce51244b69d2879e6d3a781f05aa0b6ea4..3c28fff2cff6146fb048872b649dd53a62486aa3 100644 --- a/contrib/bamg/CMakeLists.txt +++ b/contrib/bamg/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/blossom/CMakeLists.txt b/contrib/blossom/CMakeLists.txt index b730ad0297bff4429fdd82484edec4cb81f161e2..79fe6259550a5a4bc4fd26c4758884d1ee95f42b 100644 --- a/contrib/blossom/CMakeLists.txt +++ b/contrib/blossom/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/kbipack/CMakeLists.txt b/contrib/kbipack/CMakeLists.txt index d118a84530d00d4f7e89cc3b0dbf5e86288aa612..6733d0745f9e0edc94180411631c8d07d2351987 100644 --- a/contrib/kbipack/CMakeLists.txt +++ b/contrib/kbipack/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/metis/CMakeLists.txt b/contrib/metis/CMakeLists.txt index c74e8b3c9be2ea1b4df3015572fbc3f72528573f..a56645424356d9f42c3ac405d28a98504320f672 100755 --- a/contrib/metis/CMakeLists.txt +++ b/contrib/metis/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/mmg3d/CMakeLists.txt b/contrib/mmg3d/CMakeLists.txt index d956d301fa1256acbbd215ed187b21de776499d9..e649a5e76730e50741d4d80181496c5fb634bce9 100644 --- a/contrib/mmg3d/CMakeLists.txt +++ b/contrib/mmg3d/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/mpeg_encode/CMakeLists.txt b/contrib/mpeg_encode/CMakeLists.txt index 1d24869d4f274e75e70200066f9d281ff8f82eec..e69dd565fdf09d6a3a17ffc1ee480d17df4e4d19 100644 --- a/contrib/mpeg_encode/CMakeLists.txt +++ b/contrib/mpeg_encode/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/onelab/CMakeLists.txt b/contrib/onelab/CMakeLists.txt index 84abc11d52eb57c8f4dd98f2930b023403575f50..582445a48e8748c94d61978158e591f39a008df3 100644 --- a/contrib/onelab/CMakeLists.txt +++ b/contrib/onelab/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/onelab/OnelabMessage.cpp b/contrib/onelab/OnelabMessage.cpp index 4492fbbfd2f2a81205df5315fb8648813c916b45..3f4672a9c12fd6955c4fc7bf92443a518a53ec9a 100644 --- a/contrib/onelab/OnelabMessage.cpp +++ b/contrib/onelab/OnelabMessage.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/onelab/myOS.cpp b/contrib/onelab/myOS.cpp index 1ec555d15f5c2f5893646f9f7a180543288be5ce..6364df91afa8a5822792acc4c0b02e11ac77de0e 100644 --- a/contrib/onelab/myOS.cpp +++ b/contrib/onelab/myOS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/onelab/myOS.h b/contrib/onelab/myOS.h index 5e7e496ede7e1ec99aacb0a7b369b00f4d88c5e9..5cafd01960b7c14c738a3cbbe54c21cf695d6780 100644 --- a/contrib/onelab/myOS.h +++ b/contrib/onelab/myOS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/contrib/zipper/CMakeLists.txt b/contrib/zipper/CMakeLists.txt index 420d59869fc87e5878e86623ef4116341447d9a1..5993434166c6f79c6c119e86fe164118bc46a7fe 100644 --- a/contrib/zipper/CMakeLists.txt +++ b/contrib/zipper/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/doc/gmsh.html b/doc/gmsh.html index 0098ee8545fc7ded80b5c0cf34362c5c475c7ef5..306f7488934c6694dda568c6070d88368079682c 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -201,7 +201,7 @@ program, you can file a report directly <h2><a name="Licensing"></a>Licensing</h2> <p> -Gmsh is copyright (C) 1997-2017 by +Gmsh is copyright (C) 1997-2018 by <a href="http://www.montefiore.ulg.ac.be/~geuzaine">C. Geuzaine</a> and <a href="http://perso.uclouvain.be/jean-francois.remacle/">J.-F. Remacle</a> (see the <a href="CREDITS.txt">CREDITS</a> file for more information) and diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 1b227612250fdad2554a0b7a1df453dba66a988c..5d3829f345ebf08f0498e8f6c2b02be9828024c9 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-2017 C. Geuzaine, J.-F. Remacle +@c Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle @c @c See the LICENSE.txt file for license information. Please report all @c bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -22,7 +22,7 @@ @c %**starts of header @setfilename gmsh.info @set GMSH-VERSION 3.1 -@set COPYRIGHT @copyright{} 1997-2017 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle +@set COPYRIGHT @copyright{} 1997-2018 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @settitle Gmsh @value{GMSH-VERSION} @footnotestyle separate @setchapternewpage odd diff --git a/utils/misc/update_copyright.sh b/utils/misc/update_copyright.sh index 38687eeeef8b27cf27479a3347c4e5a6f91b3b93..98ccde12ad9080ef1357753e78605123812bb0d1 100755 --- a/utils/misc/update_copyright.sh +++ b/utils/misc/update_copyright.sh @@ -1,21 +1,14 @@ #!/bin/sh - -files=`find ../.. -not -path "*.svn*" -and -not -path "*lib*" -and -not -path "*bin*" -and -not -name "update_copyright.sh" -print0 | xargs -0 grep 'Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle' -sl` +files=`git grep -l '(C) 1997-2017 C. Geuzaine'` -#echo $files - -for file in $files -do -sed "s|(C) 1997-2016 C|(C) 1997-2017 C|g" $file > $file.tmp -echo modified $file -rm -f $file -mv $file.tmp $file +for file in $files; do + echo "modifying $file" + sed -i '' -e "s/(C) 1997-2017 C. Geuzaine/(C) 1997-2018 C. Geuzaine/g" $file done -# FIXME: need to manually change -# README.txt -# doc/CREDITS.txt +# Need to manually change: +# CREDITS.txt # doc/texinfo/gmsh.texi -# Common/CommandLine.cpp # Fltk/helpWindow.cpp # doc/gmsh.html diff --git a/utils/solvers/c++/GmshSocket.h b/utils/solvers/c++/GmshSocket.h index db40391fa393454256a31e52de67eb365bfe5987..a73ce324a4e25610aed691c0496a9862c901e99f 100644 --- a/utils/solvers/c++/GmshSocket.h +++ b/utils/solvers/c++/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 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/wrappers/gmshpy/CMakeLists.txt b/wrappers/gmshpy/CMakeLists.txt index 30a0009485468bf5015efb842dd4e2538ff6157c..2a9c8e232bd3c127f8b817ca9e59f7c858d8748c 100644 --- a/wrappers/gmshpy/CMakeLists.txt +++ b/wrappers/gmshpy/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>.