diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b5abbf5de6f9f9d16d0e64bebee2e26af0677fc..e2d16686b9dcaa55025d3877d74d82df757e0fb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -94,7 +94,7 @@ opt(ZIPPER "Enable Zip file compression/decompression" OFF) set(GMSH_MAJOR_VERSION 2) set(GMSH_MINOR_VERSION 15) -set(GMSH_PATCH_VERSION 0) +set(GMSH_PATCH_VERSION 1) set(GMSH_EXTRA_VERSION "" CACHE STRING "Gmsh extra version string") set(GMSH_VERSION "${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}") diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 07d1c272a0deccd6b5274a2895db0295844f70ba..aaac8cd117699ea26f96cb8dc9df6bf28a484670 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 e17854eb26adfd3284204179d8bb3b18b49edb6e..8742f1ce5fa4cbe0f27ed2b29510e10cfa415be4 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 f955384db0b8ea495d3405aeb0650d3dc7f36fce..9dedd2007a430c62ceca2ed09c372c09ea3f9d8b 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0e7a516054c8e366c48e30ce33af5deab2ca48f0..ba9a6e00a0b392934ad84c7351cc1b85b4e4200a 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. @@ -985,7 +985,7 @@ void GetOptions(int argc, char *argv[]) } else if(!strcmp(argv[i] + 1, "help") || !strcmp(argv[i] + 1, "-help")) { fprintf(stderr, "Gmsh, a 3D mesh generator with pre- and post-processing facilities\n"); - fprintf(stderr, "Copyright (C) 1997-2016 Christophe Geuzaine and Jean-Francois Remacle\n"); + fprintf(stderr, "Copyright (C) 1997-2017 Christophe Geuzaine and Jean-Francois Remacle\n"); PrintUsage(argv[0]); Msg::Exit(0); } diff --git a/Common/CommandLine.h b/Common/CommandLine.h index 76de8b65004ca95a284c6047b343255ecaa78c81..adf179d272c1e1c2b6de6b044eac95044b129ad3 100644 --- a/Common/CommandLine.h +++ b/Common/CommandLine.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6cb72bb96af79fec0ff9e1912ee8494be684877d..a705736136a4207a7fcb7f63b873ddb1ccc2534d 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9f4a7da2f549f3f32e35b21413396e3a8ce0cbe6..94b93e8be2ce7c5ab44e94135733e59a3ee6a91b 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 96ed6ee35f2daa1ddfc0bbe4760d487dae07f276..721ba257217b6b62760a396c8b505b3a27b22bd2 100644 --- a/Common/CreateFile.cpp +++ b/Common/CreateFile.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3ed55cb0f64a9e3c6e7f49f6fb27a00e878215c5..8b3215b6f0987efbe62e79def4787e5a6cfbb4dd 100644 --- a/Common/CreateFile.h +++ b/Common/CreateFile.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ccfbb9aea67de82fdb439a00c16dcbc3b8ed4376..e3057f92376c1b6f04c4770713e35761bb8837ca 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f9af28d4b22cdbd37975d12ee19d4f9e33b84c9d..bc84ae7e57ece7f0265ada86f8805ea851505444 100644 --- a/Common/GamePad.cpp +++ b/Common/GamePad.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ea9d6e8e16b046f7d3402635ed817b2525662bda..a4bedd5ea506c190102eb0e7d7faf04cfe6a8ea4 100644 --- a/Common/GamePad.h +++ b/Common/GamePad.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 23a3ef30054cf6d98cbf6e835b8cea77a776ff66..0f86c96b1428d72cb3f05f606691f024a7df6b09 100644 --- a/Common/Gmsh.cpp +++ b/Common/Gmsh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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.h b/Common/Gmsh.h index e50a4d7f2bc69b353f0b3d01d7866ef335d3d9ea..2a29eacac6aac6d5d5643024735916fc91585971 100644 --- a/Common/Gmsh.h +++ b/Common/Gmsh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0ae858976df1d91a2cf5a836a4745dc555bc1ce5..24648828612cec94ffe038a7e833f454eaeba8f5 100644 --- a/Common/GmshConfig.h.in +++ b/Common/GmshConfig.h.in @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7f3a1829ee356212cb05fb0a207d3dac48405b77..e80216beef89d4a488c5d2abaaa5db4c56d5844d 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7043915e5ba4764d79f1fe4b7515110d97b57b9c..8e06491fd54d8290a3441403dc97b54571f23ca4 100644 --- a/Common/GmshIO.h +++ b/Common/GmshIO.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ada23dd2d100542783f834546e11feb6b5c4c04c..27ed74ddd8fd93fbd985d546887dd44121e1ef42 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bbcbfbc46c6755a3d0e30687f5798d9bdf3c7c5b..fa992d893a4749c40109f94f10be0de6d31b8836 100644 --- a/Common/GmshMessage.h +++ b/Common/GmshMessage.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ad03da2a0a1ccd7c60714e676b5ca891f9624993..f0490d53efe02dd66d3d29b7ad2e45e943562096 100644 --- a/Common/GmshRemote.cpp +++ b/Common/GmshRemote.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c0077928e0ce700a964c866af5aaf41c041689d6..12413010c3c221107c4a82ef9510a1ce14c1af5e 100644 --- a/Common/GmshRemote.h +++ b/Common/GmshRemote.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e4dc1c540d45dd7f3fed295db60cd01ca0a0ab87..e62bf973c3c9cad895d01f5fc9baad9afeaaa5ee 100644 --- a/Common/GmshSocket.h +++ b/Common/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 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 a66e8d076fe88b01f5831051d17adee46a9b91d4..419fcd27df4e841f8b25267a098bf87622285c60 100644 --- a/Common/GmshVersion.h.in +++ b/Common/GmshVersion.h.in @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 349fac328094f8a15b1b177d1b47a80c5f687ca2..63a9347487774f90d13cb39765450b21f67e7bd2 100644 --- a/Common/Hash.h +++ b/Common/Hash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 29ad02c79cbd0881b89577ca2ab4a6c12341f059..a03a951cc22ec94585c3a42decb7141e71a6911d 100644 --- a/Common/HashMap.h +++ b/Common/HashMap.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4510e851ccf77184e037ca406386c9eef1931a6d..a6fd9bc6f6898fb1a15f0a79759c40b95daabe0e 100644 --- a/Common/ListUtils.cpp +++ b/Common/ListUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4754e9ea78cee50dc279b04159b552896284a537..6ab1b81d047a1e93f6a9920e5db665cc47013ee7 100644 --- a/Common/ListUtils.h +++ b/Common/ListUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7e996a0ba1795add42b05931d51e1e00e35b52ee..7c79f807dc259acf1290989c6dbabe175def00c5 100644 --- a/Common/Main.cpp +++ b/Common/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c46d2281bad56240325c0a388cb62c24de530be0..33fa8da54e79aa5dbec10fba87a24dafaac552e1 100644 --- a/Common/MallocUtils.cpp +++ b/Common/MallocUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8dfd4a7502070369233ad1f3a05a8decbe6cb1af..50263a37bdd9bd96605b6ee30292e9c80beec259 100644 --- a/Common/MallocUtils.h +++ b/Common/MallocUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0f7500e6f6ba6791e35a5825f1f0ae1a121c26f7..7cda17a59c4a970b0eff2bb1f726363a062a55c0 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 88db4bd090c5dfa1584eaea284038445d350e4bf..d315c3593143179b1f51e0e0852da26b066a5d8f 100644 --- a/Common/OS.h +++ b/Common/OS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9293aed02c53358103d11568fbf7244c128bbc01..b541cd033170a6bbd6be09e7f648f0c0af2c769c 100644 --- a/Common/Octree.cpp +++ b/Common/Octree.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2ca5a87d7c3f74fc12b39d765c25e70e2efeb226..371a589ad4cf4b06ea913d04539433c8e42f7af9 100644 --- a/Common/Octree.h +++ b/Common/Octree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 10f8b92069d463ecea82b463cbc7edf784af94a9..824590765b883acd5e193454d439a62bb1f8fc3f 100644 --- a/Common/OctreeInternals.cpp +++ b/Common/OctreeInternals.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2c13e66dba898f9c0c757ded3bce51bba061e653..28c3c22712ede4bbc7f637fbb90714f4055f7ccf 100644 --- a/Common/OctreeInternals.h +++ b/Common/OctreeInternals.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e20d694399bfe032302fdb6eb643627df74636b0..6e9ccffc72e5312aa5cd79dfd228ed93f3f9fa2f 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2d4908d655737c2617f0b43ea7d241d65e57b08e..0207e895023369b68240c1273d3923932a15fd34 100644 --- a/Common/OpenFile.h +++ b/Common/OpenFile.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9c436473dcad9f8f821a3dc92fc85f5422e61748..72a7e0eebcbffac8179620babb8a87a9da7ddfc4 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3d4cbd13d4547ab6c1266fd2904d8ffdd4db6e79..f0555d2db9147444032c07ba80ff255f23e97a1b 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0357536645a9790f239835e4bae079ddbe7e60b6..db53521c061bbabaec3ec623c77a15a936011231 100644 --- a/Common/SmoothData.cpp +++ b/Common/SmoothData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5971927c2d0c4080b6a2c6fe80825185772e403d..7e43fbe46ce3cd66eac4d87fa32786994a37a967 100644 --- a/Common/SmoothData.h +++ b/Common/SmoothData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0f06035d144276b7fb021ebd47d35861d3f67c4d..1b278fda9b1bc4114dd992cc5659462974ec1ef5 100644 --- a/Common/StringUtils.cpp +++ b/Common/StringUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 629a454782a35229a22cd7c6bc525c68e8852751..6dda51bf8ef1874ef7ef2fc4603d40f8117b34ae 100644 --- a/Common/StringUtils.h +++ b/Common/StringUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e35b5e8ef329eb11a4f58f2183c02c354ead081f..ec378956242b79de20f5324d497c8fa3b9dc6b5a 100644 --- a/Common/TreeUtils.cpp +++ b/Common/TreeUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d4b9470803945a3740c421b6b1fe61e847ee9648..10e0b513eefde94312f08a1245bb11284f1b170e 100644 --- a/Common/TreeUtils.h +++ b/Common/TreeUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 03039ab9368f055ea21b343d8f793c88ab934d20..ee329bf7e39b5f2ba7d2f6902b7b0242e0e9306b 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b882b9a5433f11a0fd4eb92bc90d291c57abdc1a..0bb0f8e56506c502c45c012f27ffd42430c249a0 100644 --- a/Common/VertexArray.h +++ b/Common/VertexArray.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7825e1cc88f0e0735c921b2f1e9328cb7a6e844c..13682facb3ce438d558d60aeeedc974fead9b27f 100644 --- a/Common/gmshLocalNetworkClient.cpp +++ b/Common/gmshLocalNetworkClient.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 777856d78336804c9b2df19a3476b19b67ebc157..454da4826a2bd97599923830af63170c0198265e 100644 --- a/Common/gmshLocalNetworkClient.h +++ b/Common/gmshLocalNetworkClient.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 130d1b39d0af684609a0dc3b826b9a85e1be1257..d6dd3572c4a231a19408c221b4bd228a254157b7 100644 --- a/Common/gmshPopplerWrapper.cpp +++ b/Common/gmshPopplerWrapper.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8110a95f27b0338f5295a7a246a739cbacea43e7..b2b885ffb1ce37576673ed9d7cf9d04acbdd541d 100644 --- a/Common/gmshPopplerWrapper.h +++ b/Common/gmshPopplerWrapper.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 173b8540621e77ab598913ccc9c75d9681e757bf..6de8ac243bbda458d3e2f5873bd4dd9ad8aeb1bb 100644 --- a/Common/onelabUtils.cpp +++ b/Common/onelabUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 daae074d1529edf2181a6c36ccb9fdfba0cbce91..5123681b7116c5efeb383782525b6056a02a3de9 100644 --- a/Common/onelabUtils.h +++ b/Common/onelabUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 06986d40d6386371bfe5f494dc22fe492659df81..33a47ed6a9e6c80ddb2e4fc6eb4d8bec42970a7e 100644 --- a/Fltk/CMakeLists.txt +++ b/Fltk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 9d4a4b5b04cbc4e6baa21c151344fbe7d3ef121e..c6b24ba52607faab5ab27d37f40ea4ef833b653f 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7aac6bc5c8848ddbf387c5184f316adfcd2829a6..3ed9d80b83100e68275e7e53c782a022cb39a909 100644 --- a/Fltk/FlGui.h +++ b/Fltk/FlGui.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2b4a549f78b3484305421df605220ea65551da67..f52239ea3edd24ed9559fb917d6f65dace4a1160 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4e281c6c6fc56d53c13bfdc261991d84bfa8bc72..e804c7f1c4e4a309aa98c25ed254e73f747ffb05 100644 --- a/Fltk/Navigator.cpp +++ b/Fltk/Navigator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2814ff3acdd51472884d934b551f6c545b85c41e..cb40eb22505084e7d119e8a99cd1d2eba0251539 100644 --- a/Fltk/Navigator.h +++ b/Fltk/Navigator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6660df828abf6691de1186120d1ae8d5e328077d..81153ce016e9c6fc5f3b79c26d6d7aa273397a33 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2e929c7d2f605a17a89b00efa1d46dc74d604219..8e03b5a61a97dbd0d42018cf67fa820c9fcaf98b 100644 --- a/Fltk/classificationEditor.h +++ b/Fltk/classificationEditor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4769e6c3673b1e8e1884f194a50f60164e00d102..c776944cbd4cf96dfd1c4a5cc2eca0757e17f734 100644 --- a/Fltk/clippingWindow.cpp +++ b/Fltk/clippingWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6b5d489dd4aff0bf4272226170e413cf2ca90ac9..cf26d98ee67f5f340554014128f2bf2d8d6ba971 100644 --- a/Fltk/clippingWindow.h +++ b/Fltk/clippingWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 476697ca75e5fb5bb25e865e5d51d11011b606b9..ae10d8c726f5185f36b3c058a7d561e0e543d6b0 100644 --- a/Fltk/colorbarWindow.cpp +++ b/Fltk/colorbarWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 95836893210562b433a059c1b07f23ab39a14293..e111b32c4ae94e4a4bbba0db0b568c03466caf7b 100644 --- a/Fltk/colorbarWindow.h +++ b/Fltk/colorbarWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 784f656024055055cb015dcfb93257adaad4a7a9..c6595b97cc6ed82c828f5768040ec02e7865b83c 100644 --- a/Fltk/contextWindow.cpp +++ b/Fltk/contextWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d72cdd572dc276d8ff0195f605048f6081da62de..ac54bc27001db55ab98b7f35f2f3b7c0ffd2a154 100644 --- a/Fltk/contextWindow.h +++ b/Fltk/contextWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 420030c118739f997871122e88eb654448f2899e..1c369e985165b8783b1051b764aec4682134ece0 100644 --- a/Fltk/drawContextFltk.h +++ b/Fltk/drawContextFltk.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c10e3badf711fb7f2545a695c2007270e54fe12e..84f393e5d508dca5675c1ab5abdb79de7e3f9ce3 100644 --- a/Fltk/drawContextFltkCairo.cpp +++ b/Fltk/drawContextFltkCairo.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 02150f7bb08e2177dd50f0c21f680ae4bc5afacb..3a7353f1156ef21f0834282d1e579469a1551dac 100644 --- a/Fltk/drawContextFltkCairo.h +++ b/Fltk/drawContextFltkCairo.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 432a5cbaa581feef897013c19c14fac8c384d121..11750ed16e1d6e3c6e7c3a8a45a5d5b321db671a 100644 --- a/Fltk/drawContextFltkStringTexture.cpp +++ b/Fltk/drawContextFltkStringTexture.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1b6924efa1cbff085678ec432cf4eef97a3f2d04..f53549b36a2f5ade65298b1fa73625fc962a116b 100644 --- a/Fltk/drawContextFltkStringTexture.h +++ b/Fltk/drawContextFltkStringTexture.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 fda24f3d843d676c4cb448751f67c49323b22416..9fa66a43bdfc52dd36185646d0fcd71897f04dbc 100644 --- a/Fltk/extraDialogs.cpp +++ b/Fltk/extraDialogs.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e47e280eea28aa060ae8a576f46e3c5fee33b57e..509b31d57eb55aa7abfe8a58ce36e9e3d0eb3397 100644 --- a/Fltk/extraDialogs.h +++ b/Fltk/extraDialogs.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 362be0c9a6a552cc5295ebae80b3d76cd8a79794..bf901f4408b46eeff82aa28357fef8e4db42d579 100644 --- a/Fltk/fieldWindow.cpp +++ b/Fltk/fieldWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ee3b7674d74e5c9fdf94c31e9471a8ea8b8d74ea..3bf72ad30a6ce69c3711c2685dd16a586170febd 100644 --- a/Fltk/fieldWindow.h +++ b/Fltk/fieldWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a27c40be809001986b451df2679b00e3f3c49f09..2dda82b3a82b3ef8741eb2633cb26e11307afd14 100644 --- a/Fltk/fileDialogs.cpp +++ b/Fltk/fileDialogs.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c26783865d7b67a138ffad6b1f3bd08a6f99a856..b2964bd26a7aadd8687f1e590ef38f2c997c24c9 100644 --- a/Fltk/fileDialogs.h +++ b/Fltk/fileDialogs.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8fae9a6b1e6ede0b162ca1ebd7ac820f2b294aea..0f70edf836f459a4ee4238a5f6139d4fab46f426 100644 --- a/Fltk/gamepadWindow.cpp +++ b/Fltk/gamepadWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 63a788a5b27ebba070a2516d815f8740d58bbcb7..e4f5cd9f8d27806a67f5f8811b5ed2fa530a2e97 100644 --- a/Fltk/gamepadWindow.h +++ b/Fltk/gamepadWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5d36b93f46a35cf89077bdb45034fe97ac7277e4..f651872319348ea7e5280814cef1467c2778f37c 100644 --- a/Fltk/graphicWindow.cpp +++ b/Fltk/graphicWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e0c415ac9f6066c42339b4c33c133f0f1a4e1dee..e2bef2882ed9972ffa00fa929126ea6707ba7ed5 100644 --- a/Fltk/graphicWindow.h +++ b/Fltk/graphicWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cc9362dfb5404a486a2dfe1d49d82f0a4e9bdf96..361216401f1f973815e7e051143960ec1456a6b0 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-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-2016" + << "<p>Copyright (C) 1997-2017" << "<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 27a874fcf6b86feec35fce9136a04e24b3c58c3b..83c2e8e199563b696381b6a529d8677e5872c55b 100644 --- a/Fltk/helpWindow.h +++ b/Fltk/helpWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0cb2a7ae594560347a48dd8ef40750aa7df848fb..9e035fb2664900f29b822bb711c29b7252afa3c6 100644 --- a/Fltk/highOrderToolsWindow.cpp +++ b/Fltk/highOrderToolsWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ca10307b983572ca4f02819804ae9bf34e4da7eb..cdf4bc8f3f3af285b1705853430c9bd3aab11137 100644 --- a/Fltk/highOrderToolsWindow.h +++ b/Fltk/highOrderToolsWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bc928f7a4a6f804f522c603e659e723b00e6f797..08c591ff061bd13b26cc33f114cbe85a54c0c55b 100644 --- a/Fltk/inputRange.h +++ b/Fltk/inputRange.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2e1f21e52a5be03e0b636842f23e389316f64b8e..3924dc7a398ccde5c0ff5b4d7f4b7d9020fe8fd8 100644 --- a/Fltk/inputRegion.cpp +++ b/Fltk/inputRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e5107801689c1a3885a3b2ccd972cadc65b5ab78..49e167d35e338ba1a45712ebf2a0bce7783d9810 100644 --- a/Fltk/inputRegion.h +++ b/Fltk/inputRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 972f469b914d8be9503b2da1bcca97fdb6552f33..bb21dcf6e1673acb3323533520b8c92e15db39c0 100644 --- a/Fltk/inputValue.cpp +++ b/Fltk/inputValue.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 103429423c41da1c8e2864b228c33adc7584a808..f15553fa038534970cf9d01df651a8e5995f309f 100644 --- a/Fltk/inputValue.h +++ b/Fltk/inputValue.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c4e588bd439f2e9334a0522a82052955232ca15c..57bf1b05a2a050d81df6e1182afb3f07d450d356 100644 --- a/Fltk/mainWindow.h +++ b/Fltk/mainWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8ecff4bc7ca9f020cb13d5c7747d2b62ae76134f..76fd878e007a9456808fd3fd00a8693d776ed8ff 100644 --- a/Fltk/manipWindow.cpp +++ b/Fltk/manipWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1df9ca048abf6b8c5296b332b0eb54e5eb7f72f6..9fa690fb3fb0a81663e7115d61415cd15bc4ea3d 100644 --- a/Fltk/manipWindow.h +++ b/Fltk/manipWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 339bec210fb8e36efcb4d055a73125335956d8d2..14b26ea0d76a2428fb2ee3ba052f031f8e683e6a 100644 --- a/Fltk/messageBrowser.h +++ b/Fltk/messageBrowser.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 86df5fd5c7eea7df62b34b3710e060971a3eedf3..ed6326b3dde287c1259ba4281d8ebf0a82145231 100644 --- a/Fltk/onelabGroup.cpp +++ b/Fltk/onelabGroup.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 171b73cf7279a85da0b3c40cfd3494238ee35150..9929c295eab1446bc30f5748ba11ca0ceb8bc264 100644 --- a/Fltk/onelabGroup.h +++ b/Fltk/onelabGroup.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f212cdb7f40347e2b663702e092b94648ee2bed5..3bf0f75e60f69ec99035737ae7851ddd961c999a 100644 --- a/Fltk/openglWindow.cpp +++ b/Fltk/openglWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9080b8cc1cf21af78cb76b36037401ca36a7a11b..a4e66245e95837d5da6b3694ac904ca3e7781929 100644 --- a/Fltk/openglWindow.h +++ b/Fltk/openglWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3fd6b81cfe10285d4e44a7d717a41f3fb8345f3b..93374b115c027a234fba679710be5c622c2cfa0f 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b6eda4318a8aa4fafc29ae13aabdae1fa90808cb..f00cbfada2424c4487ae74814b49275b402631fa 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b2d1010765781740210708bda704046c03934e8c..082cbaaebc6cd05b91766c10e990f09371473f16 100644 --- a/Fltk/outputRange.h +++ b/Fltk/outputRange.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 76f6da93e93c9fa905fbbbc0042d02d5522f74cf..7359de621f8d81dd9ec73e2f9cd721524f52a746 100644 --- a/Fltk/paletteWindow.h +++ b/Fltk/paletteWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 fa6345420df8f8566cb466b45e3a8df428ddbdc5..d88a7de24dde2c7f6c244668cd47341c9e021961 100644 --- a/Fltk/partitionDialog.cpp +++ b/Fltk/partitionDialog.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 60d28471a92b303fb92d74edfe87dca4dfa7b67a..d170c7025f8d27b1f746cc8699d49987956c9d13 100644 --- a/Fltk/partitionDialog.h +++ b/Fltk/partitionDialog.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c0d4779cc10bd15e8b8fa9457351793a56860555..b46410cc0d5d356579b3d13c9eadfac6f8adb2ec 100644 --- a/Fltk/pluginWindow.cpp +++ b/Fltk/pluginWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bcd2830a733a4809ba6a4b3d263e08d3d9db38c6..846aaad69a3daaeccc503866a1205f38b33f0a14 100644 --- a/Fltk/pluginWindow.h +++ b/Fltk/pluginWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0354da12ebdd64e93e5e61eec6fc4fb35ebd7023..ac4864322c933aad97610ea88b883b33d952687e 100644 --- a/Fltk/projectionEditor.cpp +++ b/Fltk/projectionEditor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b60518649f96e3658b1130077067f009656ca66f..68454e5009c98b12104624ca1207b912f2864b60 100644 --- a/Fltk/projectionEditor.h +++ b/Fltk/projectionEditor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 96a3d3e017704618b89753cc9c8dc73b5044ea44..204a6212de672efeae354b1d7b6a641ef3c37c21 100644 --- a/Fltk/solverButton.cpp +++ b/Fltk/solverButton.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 44781ed5b0047e8b703e1b22d76d91b74a3e132e..b27a26179327e02df2b6f207d13a1409e213af56 100644 --- a/Fltk/solverButton.h +++ b/Fltk/solverButton.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e6d3294d705435ce52ccf2c28d954c297a0e75a3..26c686457d55d13bc9cdef551171b3f6026e855f 100644 --- a/Fltk/spherePositionWidget.h +++ b/Fltk/spherePositionWidget.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b1f07468d89329a06e15d7dd6f982323d1c03f16..7f5e88acd600976d58dc231997b23040a1749989 100644 --- a/Fltk/statisticsWindow.cpp +++ b/Fltk/statisticsWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 02f5cd22c4198b56c5e42a9393b059f207d024c1..dabbd2afb31e69092b684d679f6a8fde1eddb0c9 100644 --- a/Fltk/statisticsWindow.h +++ b/Fltk/statisticsWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 994b70692652b8f9f5627ac8d3963193d303704c..9763b5063ffe70bf85275d804a56ba79bf66a148 100644 --- a/Fltk/treeIcons.h +++ b/Fltk/treeIcons.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b4aeaaed1ef720f698e8bbe7280acaa0fc4a4f38..36110cfca75235e354075de2bd579c212afcee0f 100644 --- a/Fltk/viewButton.cpp +++ b/Fltk/viewButton.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b18d357ca73d4358742d2639003c3020baac90b9..3de02d697ca9bf7be04095a86549ba504d3a5e12 100644 --- a/Fltk/viewButton.h +++ b/Fltk/viewButton.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 95887ba3d29dda0fb5dc01cd2584c65556d10d5e..8626cd780090825eb2785e73f2e17617c9694f7f 100644 --- a/Fltk/visibilityWindow.cpp +++ b/Fltk/visibilityWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5946ebc75a775091fe77432d8a358ad61e47f9cd..e7c9c619671aa218baa45906621648df66db9cb4 100644 --- a/Fltk/visibilityWindow.h +++ b/Fltk/visibilityWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0c87296e9c364b37ac920aad1755b6b7e074c22d..1086e6887db4e5bcba481a7871f038b584335fa1 100644 --- a/Geo/ACISEdge.cpp +++ b/Geo/ACISEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e27e74bfe15e41bc4df7c52bc10c8479922b9bc2..d0139921237b55f44907e7754e1e4c6a3b22f932 100644 --- a/Geo/ACISEdge.h +++ b/Geo/ACISEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e4402bbfc7a492f56cf9c9b5437bc62e36099288..66bd0235e6bf3701672eb0d3831987850214b27f 100644 --- a/Geo/ACISFace.cpp +++ b/Geo/ACISFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 55143ae07ac3a93662582d5a877c40551f0eecd0..43c7cf33d5658c2d236f9735f61bd55b0e1a00cc 100644 --- a/Geo/ACISFace.h +++ b/Geo/ACISFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3734b2e0c4ee6a715b4b3374b64762190f4f2220..c245932ca129b68700679267b97dbf664a51b798 100644 --- a/Geo/ACISVertex.h +++ b/Geo/ACISVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 df3b7118b41e72d153647c07b63613d738f7b76c..f69c5c2f2f47c77b76dad1eb6957e48ab5ca9564 100644 --- a/Geo/CGNSOptions.h +++ b/Geo/CGNSOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1c2dc82e20a76cb7c647264138c52cc536bcc8ea..d043c8275ceab83b88eac263516ea1b67df7119a 100644 --- a/Geo/CMakeLists.txt +++ b/Geo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 95a4d6ec665820298a08b220bf460998eddd3c53..7f2fee5b7e9016dd5b3d549d5056b0faa80d1148 100644 --- a/Geo/Cell.cpp +++ b/Geo/Cell.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9eb3daf1d1ca411908a35461c48d3b38d953dce6..1f05bb34d7ebd31931d9e5d3f8edf58f9e5e3808 100644 --- a/Geo/Cell.h +++ b/Geo/Cell.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 da694bdf0b5227712ee055206f13ecbd22fe1697..18a1399135542dff96dfdcb835f073de97160394 100644 --- a/Geo/CellComplex.cpp +++ b/Geo/CellComplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a3ec6da0d85b6cd586d19b45805df12ad4ef46b2..9c504e22f583f27b4c34a905a49e17f766695d60 100644 --- a/Geo/CellComplex.h +++ b/Geo/CellComplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 fcfb0fddb3691eafe5f7d42c71f6bf942945452b..9986dfb487ee56c0e2a60f7e41bd8236d4337f36 100644 --- a/Geo/Chain.cpp +++ b/Geo/Chain.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c56c1c63c78ba329b2793c0389b7e079cbc8b927..ca37941d3aac912b908817dd222788d69fb1481f 100644 --- a/Geo/Chain.h +++ b/Geo/Chain.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2a9cec295117bff00400c2e6b8e9effc68443914..59148c3d3df5c307dc69357138e46f36b6538203 100644 --- a/Geo/ChainComplex.cpp +++ b/Geo/ChainComplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3b27296b1aa2cba3c5d8def12bd67f8057c496d9..748a382168522d00515147d9e7713eab09776a10 100644 --- a/Geo/ChainComplex.h +++ b/Geo/ChainComplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/Curvature.cpp b/Geo/Curvature.cpp index 0c734c84a83ecbe3f0a5b959c5934159a12380cd..3607cf1416908824f3cb14af3243358791a55a6a 100644 --- a/Geo/Curvature.cpp +++ b/Geo/Curvature.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/Curvature.h b/Geo/Curvature.h index 0dd30d0ca1a41678943921ea60459f954e800b7b..133a9090f9d93ce828f37db68a1564783d350b65 100644 --- a/Geo/Curvature.h +++ b/Geo/Curvature.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b4e8066f2cf4a5f956473b2129a624eb56138237..fe41b5cf9930bffd40b7750bfc855166dc1dd28e 100644 --- a/Geo/CustomContainer.h +++ b/Geo/CustomContainer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0fa92ab90e6145924b118e1ea1170aba01c2773d..6cca91d4c57c84014c22aaf90eec7d95884099df 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ed7e73fbc9c7057254a209650c5c354d4d3542e9..65a66e8bf8219b7945f420a13a09ff389812667a 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 41249d859ed923345d43425b186e3f63fa400219..dc4c6a0b561ba5840657b54e94394001cb7a5beb 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d88bbe461a9ca235b9a1c3e723fe985cdb460de3..5a5597288961442580c73970a9dc80204b6d8646 100644 --- a/Geo/GEdge.h +++ b/Geo/GEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GEdgeCompound.cpp b/Geo/GEdgeCompound.cpp index d2cfb9ad785844a6628132322c8347eae1e0dfd5..58f93ad36f677047b66c8088f4095767642fe74f 100644 --- a/Geo/GEdgeCompound.cpp +++ b/Geo/GEdgeCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GEdgeCompound.h b/Geo/GEdgeCompound.h index 390df7a35179f12bbb3320d8e27ae0f12d3b67b1..036f021f20093233c119654ce01ef290df546714 100644 --- a/Geo/GEdgeCompound.h +++ b/Geo/GEdgeCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 de12a51125a3553207f9156fd6cb53021c464713..277ddf0d4a2281df248309add1220c66f65468c8 100644 --- a/Geo/GEdgeLoop.cpp +++ b/Geo/GEdgeLoop.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 845cd5d1a0f64d1563d92284d07c5850e9b21b80..1513130f37da3477fc15f10d56f5e4f07d6fc81b 100644 --- a/Geo/GEdgeLoop.h +++ b/Geo/GEdgeLoop.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1a504f083359dd89c8bb057ec73bd75a6e67b9e1..e70ad98ee79f574c6f62d97c5169548b43a00835 100644 --- a/Geo/GEntity.cpp +++ b/Geo/GEntity.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 be2b45eff71188daa8eca3cd5beed2904e0971d7..007614a1e9b993f3da8db4b8edcc98e85c4c31fc 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b47dfc3c4d1588655005869369bb01fec39e7b82..311f18a294b9a770afc03ab39b53e7238b368abc 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b0a89bd11f6bd90666338396b99ba70faf4c321e..b14622d18d7db2329401c958cadbcb753dd3d9c7 100644 --- a/Geo/GFace.h +++ b/Geo/GFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GFaceCompound.cpp b/Geo/GFaceCompound.cpp index 7d653a320780cd07af28d986cd92c9fe4f805768..f579999b49107e8e8915eec947b3d27d7372ef37 100644 --- a/Geo/GFaceCompound.cpp +++ b/Geo/GFaceCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GFaceCompound.h b/Geo/GFaceCompound.h index fe28e5209830f8b287262f4c71079f5267ddeef7..b00fdd47314899e8d55e386cf2d28f54233b5bfd 100644 --- a/Geo/GFaceCompound.h +++ b/Geo/GFaceCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 62fd2b14c38a1cf62ae91fbdce80adcce7f6dbd5..6f9eca6ba7240a3e91fb92f86df1a7ab1040fb2d 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 af4f0505ce9824d2a1c1af8d38e93728e914cf06..4aa0e6f6f8f864af12113033f452fb4b0cb54959 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4fe022d676056d352d35baf4505838d31366f275..0ae7f9bf1cc237f7ed4143b65451b6aef2a23d81 100644 --- a/Geo/GModelCreateTopologyFromMesh.cpp +++ b/Geo/GModelCreateTopologyFromMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 55a52a82492d2442eb16806442c25a93059d477b..c2a864ec39768d9b250c81f516c4d33cc034bab4 100644 --- a/Geo/GModelCreateTopologyFromMesh.h +++ b/Geo/GModelCreateTopologyFromMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GModelFactory.cpp b/Geo/GModelFactory.cpp index ae2fc052d8d701bc3a3ce7c35e36cc68781d725e..1ecfd56461479692ea8f223446d1430eb4915450 100644 --- a/Geo/GModelFactory.cpp +++ b/Geo/GModelFactory.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GModelFactory.h b/Geo/GModelFactory.h index 00cff49b0add922e80d6dcafa59a08a6b5cfde81..0c4ca07d9ef023c7361b60a9062c4406047eea0f 100644 --- a/Geo/GModelFactory.h +++ b/Geo/GModelFactory.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c74ecef76332fe885f2cdc79cf1d6b58341d283a..731706b437f293d482e8dd7b039adfc79411e777 100644 --- a/Geo/GModelIO_ACIS.cpp +++ b/Geo/GModelIO_ACIS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cece167830d2e820c5c79a3ba2be33a0216de250..c7823b6c023758c705d61b6ff68b66a7f5ecb22d 100644 --- a/Geo/GModelIO_ACTRAN.cpp +++ b/Geo/GModelIO_ACTRAN.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 33f3d658bffe63e82f0b7996bf45b2fb9532080a..0786ce58db228b95b3985416712baeb1c9629e4b 100644 --- a/Geo/GModelIO_BDF.cpp +++ b/Geo/GModelIO_BDF.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a11cfe3e28a089a7ebdca8cdb4eb35f9d1aecce6..eba590e0a581c0b54c005d7293230dc011a3603d 100644 --- a/Geo/GModelIO_CGNS.cpp +++ b/Geo/GModelIO_CGNS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c3f4e69af30ede87210357e481a63cca9697b8bc..f9bc3342d2fe2f901babd5f2aadf6251c764cca3 100644 --- a/Geo/GModelIO_DIFF.cpp +++ b/Geo/GModelIO_DIFF.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 11c0763960696b1886672a44152ce00990d9dab1..291ff7f644c547f4a410d5863bb4ef93631ee2eb 100644 --- a/Geo/GModelIO_Fourier.cpp +++ b/Geo/GModelIO_Fourier.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 70d3df79c3ffad3977a42f9e7be955c26b3e9e8b..7c65f67b3187f4a4bb9d651b090a6a485be77620 100644 --- a/Geo/GModelIO_Fourier.h +++ b/Geo/GModelIO_Fourier.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 39f64b3ee882a278bdc6f15dc9343e3fbc197ee4..8ec0a90ed7631c05876b84c942d2931275c9bf71 100644 --- a/Geo/GModelIO_GEO.cpp +++ b/Geo/GModelIO_GEO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cd5d48759ea34d9d2ad94a00b93a43bbab19e186..41b41b36b275a3194d7ca97f9fd1a2049b95e2f9 100644 --- a/Geo/GModelIO_GEOM.cpp +++ b/Geo/GModelIO_GEOM.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b46b64fd5dc2d8ff3b057355aa6b837c55810c51..01ce16b70fd988c1d689a4baf526654ae2fbe97e 100644 --- a/Geo/GModelIO_INP.cpp +++ b/Geo/GModelIO_INP.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 abc96a87948ca620c539b91e375821246e6181da..f352c1ad4048f7dc82e9e87ec252d0fdb8c8e3ca 100644 --- a/Geo/GModelIO_IR3.cpp +++ b/Geo/GModelIO_IR3.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2d5f95b6d60e24a842efe22c6a4f777258454eb1..12b8bdebe2071434b6bca629d433b0f4aa5c6f3c 100644 --- a/Geo/GModelIO_MAIL.cpp +++ b/Geo/GModelIO_MAIL.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3d0f0837f52441642acd3aada8c00484f22de65c..ffbde06c1e43502d22b52014012d7fac63cf3e79 100644 --- a/Geo/GModelIO_MED.cpp +++ b/Geo/GModelIO_MED.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0008bb4969b0476c0477995ae39db8a8171bdafa..530f54361e07776b94b55bfaecca9df746767e0d 100644 --- a/Geo/GModelIO_MESH.cpp +++ b/Geo/GModelIO_MESH.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2878b05d57614de5e520da17f753d28145ab305c..e79515df1c979518344885b08c3584e31280c72c 100644 --- a/Geo/GModelIO_MSH.cpp +++ b/Geo/GModelIO_MSH.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9ad6e70e75f35c7c09bde1800f4433e47f65ea91..304fc3cdb8cfc6bc8770aa1cb8ebe051665c723a 100644 --- a/Geo/GModelIO_MSH2.cpp +++ b/Geo/GModelIO_MSH2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 92295867ee1b51acc402d65539eb9771d4414900..ad1fc671918b31a12c4f62bec832a1684c5f7e13 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 000ec2901a920163c24ca23c8cec24111c314772..5c3408301effee9e15de100ebd74f2b21469e4dd 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 352440fbba27b6e0f123a42208f67b0f8e36add4..d052f79783b2928fcd924b9b547935800491ca28 100644 --- a/Geo/GModelIO_P3D.cpp +++ b/Geo/GModelIO_P3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 10edd962c9f5d00aa1ad14a53e3c88db037caaf7..f53381ce300bfd93465810f19a4ec83a4ece4dba 100644 --- a/Geo/GModelIO_PLY.cpp +++ b/Geo/GModelIO_PLY.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9c77c65fbc52a64c84f0800384ba8aeaba7b5e1c..10b4fb39a3ad2fd0edc50d9a64f6d6a26ce82016 100644 --- a/Geo/GModelIO_POS.cpp +++ b/Geo/GModelIO_POS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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_SGEOM.cpp b/Geo/GModelIO_SGEOM.cpp index 6fd691dca760dd1f4fcf3373ed4a6b6f8ccbc54d..7b632bd66a59996bf7fd5e10177a1cd99f95ff24 100644 --- a/Geo/GModelIO_SGEOM.cpp +++ b/Geo/GModelIO_SGEOM.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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_SGEOM.h b/Geo/GModelIO_SGEOM.h index 04b17f5d3c0cdddb63d1d88b8ac3bd62c9dfe188..9e1e80ddff2fe93a6dc5d14dd23fd9da2c3d1006 100644 --- a/Geo/GModelIO_SGEOM.h +++ b/Geo/GModelIO_SGEOM.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7460ccf6a7b7cf384ff446d5841ef3f059bbffc9..55735b5c7fbf2107d8687e6b5fb0427ceb37de28 100644 --- a/Geo/GModelIO_STL.cpp +++ b/Geo/GModelIO_STL.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4b2e32363b71a87f0fbe0908840918c5c0c0dfe3..184c727161d38d49bac8411ec7b9b34d0f672083 100644 --- a/Geo/GModelIO_SU2.cpp +++ b/Geo/GModelIO_SU2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bff33014dbdd469bb2a564842e266beced96458d..d7d00161445a5674098ec61b99b698303f6a9cf5 100644 --- a/Geo/GModelIO_UNV.cpp +++ b/Geo/GModelIO_UNV.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9797885ef82d3689e8a435c205ac7ca829b5909f..cb303c50b19a40b7175f923ab67876b4c1c5e6cf 100644 --- a/Geo/GModelIO_VRML.cpp +++ b/Geo/GModelIO_VRML.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 98ec063c75948a8ee3eceb43f7014ed355b3ee5a..92e50b9ddcc47f153ca9ece457aefe37820f5fb4 100644 --- a/Geo/GModelIO_VTK.cpp +++ b/Geo/GModelIO_VTK.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9c4c1763a5d3245f8a57bc99342086580ca5ab04..21bde1de96bd979bbe5a9348fde0d21f525d0f4a 100644 --- a/Geo/GModelVertexArrays.cpp +++ b/Geo/GModelVertexArrays.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b666bf937ae1e858eea941aae558733c4ce674fd..f970b4b6fafca3d3ca5f71b0b7dc2b8e56a3aa3c 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GRbf.cpp b/Geo/GRbf.cpp index e35d7c05acba5bf4b89cec6b686d5b8818a53fb2..7e8dea77fc5e3ee99edd544db9ec1cae4d609cce 100644 --- a/Geo/GRbf.cpp +++ b/Geo/GRbf.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GRbf.h b/Geo/GRbf.h index 91d3b72ef737121211cd9d5cec0544068b82e2ec..de1db4e5397f230caa456336d6c779f94b67c81e 100644 --- a/Geo/GRbf.h +++ b/Geo/GRbf.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1c60c95f92a73016898221f7f1622d006f0433ce..cbbe17c4af1c63c192c5ce05d2bd5fd4142607c1 100644 --- a/Geo/GRegion.cpp +++ b/Geo/GRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0eafc2e1021596787a4fe33a1cf954da329f32bf..0eb8681fb9c7c20ce3b65a680880f16243cdad20 100644 --- a/Geo/GRegion.h +++ b/Geo/GRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GRegionCompound.cpp b/Geo/GRegionCompound.cpp index 4e94616e29c9dc22f075484d6bef501dec56c36d..0a7d8dcd46578ad756d4719380b6a68410fd12f6 100644 --- a/Geo/GRegionCompound.cpp +++ b/Geo/GRegionCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/GRegionCompound.h b/Geo/GRegionCompound.h index 793004d60e70b99da04dcd9a43252325d3fc7d0c..bd7578c9f28e9367a159759431b89e6f69074db4 100644 --- a/Geo/GRegionCompound.h +++ b/Geo/GRegionCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 62b96961435ca54c36cfc2a2269b919fe88740fc..adc523c6336a8f4003181560b57d68be34029bc9 100644 --- a/Geo/GVertex.cpp +++ b/Geo/GVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 aec7ed0cb2c394d835ae4afe69eaa6ba88b5c181..ea9cc6c42ac1b395cc884278215f2ebc0bc98f7c 100644 --- a/Geo/GVertex.h +++ b/Geo/GVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 76f82dfcff0d3319198adc96f11896375fe17e26..f60ea1f6dfb61f6a09e729e91c2338ac41473b39 100644 --- a/Geo/GenericEdge.cpp +++ b/Geo/GenericEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8c8e5019c337ef0386aa774a01e4d06501bbf873..9fb07591dd8672ff59c0ead66df7339453802787 100644 --- a/Geo/GenericEdge.h +++ b/Geo/GenericEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2cfe27cb0e2159be1f642dc3ed1e54443c01dd73..d8d0e5575ffcfdfec5e49224746203ba34e57ab3 100644 --- a/Geo/GenericFace.cpp +++ b/Geo/GenericFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 12050a98f839f58d2f4024e2634fc2372ac66f79..4b71fcf7788703f1dddd761caf14940d9329c6a3 100644 --- a/Geo/GenericFace.h +++ b/Geo/GenericFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 09f49024b63022ea2acf82c1f5dc77327ce0f9d5..dc48b13d413d00326a389c07bad35af12b79eddc 100644 --- a/Geo/GenericRegion.cpp +++ b/Geo/GenericRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 399da8738e67b5fab96ca4f85d930d3267ba6896..560df293b78cbdbd2b610be537e7b98f1dacbf29 100644 --- a/Geo/GenericRegion.h +++ b/Geo/GenericRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f95311fc14cd2cdfd064d897e46eee10c72f3f70..f460cf20f608dbd80221f55d30dbfe5c3466fb55 100644 --- a/Geo/GenericVertex.cpp +++ b/Geo/GenericVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f584ba5fd775a7d096899ed73eedef300f673c9a..b0fad7dc162ffc29ede769647b9f468908577f8c 100644 --- a/Geo/GenericVertex.h +++ b/Geo/GenericVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9b260c36ceae7c8a82a51e00b1eab95d7a9346ac..dc7deac39342390ba050c282d549d9b8d8154849 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a41ad69e504f6369ef5e0e7624138bb1efd8af1e..2f032e79eddbe3180de29a4bb5df495ff0e58ee3 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b4145f5df1ad72b4647899bf169ca76359fc5a1f..700da6bc4da055a316c753912a3903793032fa1f 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a8bbcc92933582300c2a31a77a094cfce923db2d..5662dd8139a64e144d7280a91103ae4613dac903 100644 --- a/Geo/GeoInterpolation.h +++ b/Geo/GeoInterpolation.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 004c53acfbaeb607d985ea198956b50d26095886..b4f4c45c8f8799257346963098b92c8805eba333 100644 --- a/Geo/GeoStringInterface.cpp +++ b/Geo/GeoStringInterface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1faa05258bd05def870c65c5899c50393ed93b36..eb47250dd91768374c1c27feb057351fbc7aca93 100644 --- a/Geo/GeoStringInterface.h +++ b/Geo/GeoStringInterface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 492f5b669d5842583e442c846bc93dfbb9cba476..ba4d6d5ef0dec4678f7f6223977f7e123ef666c2 100644 --- a/Geo/GeomMeshMatcher.cpp +++ b/Geo/GeomMeshMatcher.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ed8b2d39ff661e4ba7fb0b1b3b895379282f4bf2..8b322935fa00f1a4788812e242de4104c9b85deb 100644 --- a/Geo/GeomMeshMatcher.h +++ b/Geo/GeomMeshMatcher.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 18f845af54ca3c0d995df64049a3c29b05d39773..e729560e1e170339f21d604f835a2da142684682 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d6e5c066bcc804a8c97677c2f82d37c34bf054df..2a32179f5c369a436cf8064f1ec71a64a95dcd50 100644 --- a/Geo/Homology.h +++ b/Geo/Homology.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5e557ffda0b4ca0d1830737a43ef8637609c6898..46c73ddc193d26d20c9dd8c20742aa1acfcb4afc 100644 --- a/Geo/MEdge.cpp +++ b/Geo/MEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 afc36776e930efbb5d709dc3288102c619237c0e..f8070f38311e7d7e798340610bf8e0fd1f44b4bd 100644 --- a/Geo/MEdge.h +++ b/Geo/MEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eb61623707df75fa9e0bcb89435a9208f997378d..f5cd399c044ec2164987c5d7d4b9d612f8d8885b 100644 --- a/Geo/MEdgeHash.h +++ b/Geo/MEdgeHash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 592c9c223f5e56141cec4dd8e84c58782d95c1de..e76d4b04a7c5584cd355b831cb45ca8e69a01887 100644 --- a/Geo/MElement.cpp +++ b/Geo/MElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3a91e59975571580bc8225f33a43dfebf03a4fb7..7fa7470a99a63229ff20e7c51b50bf684b5f1cab 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 47a57c2ddb1a942cea8897970c81f2eac0897094..e7038f5dae01b12224e09b174046f9fe400e9d34 100644 --- a/Geo/MElementCut.cpp +++ b/Geo/MElementCut.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0d95408201aa4d3ca22c4ebf5b0492c6405999e6..26f5dbafcb444b0c61d3692b11e68806999007ce 100644 --- a/Geo/MElementCut.h +++ b/Geo/MElementCut.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a0e84450344bdfc327540149b41dd50367fd2a57..15997089ce353ccb3e052a54182bf8430c2baa24 100644 --- a/Geo/MElementOctree.cpp +++ b/Geo/MElementOctree.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1fbe12f7e22c46e4ab6f7b140e78d3d99b7f7474..62e7fc35d38e629746bfbdc95313b45b2524e8aa 100644 --- a/Geo/MElementOctree.h +++ b/Geo/MElementOctree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 077247038a9e3f871b740d241df0ddd5b6701168..10c407262e39aa2a9f50658775153663ca5f796b 100644 --- a/Geo/MFace.cpp +++ b/Geo/MFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 04e41563a7f56e6e62e003ff5f9ce242bed24d87..4cf0fc8c97ffa44dd91e9cf139d0b99b17c2c382 100644 --- a/Geo/MFace.h +++ b/Geo/MFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eb140641a5c3f5fcbbebd2fc3bac1bdcf5da6ced..a31f0296a2b76bab83c99b91fa62c7c61dba8959 100644 --- a/Geo/MFaceHash.h +++ b/Geo/MFaceHash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7e28aa8d1d11b3101313b5452c6f781ae18fd6cb..61d8efaf3422f9e9d710785a0b42189207be1266 100644 --- a/Geo/MHexahedron.cpp +++ b/Geo/MHexahedron.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 733eb3d310954999bac4a118dacc48356be8fe70..7647e1c03a704f424243231db93eca9e6bce048a 100644 --- a/Geo/MHexahedron.h +++ b/Geo/MHexahedron.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4786dc0da23d1a1afd2778ff8a5d6460a0786b63..b91db939272777798843c3046adfed039c17f266 100644 --- a/Geo/MLine.cpp +++ b/Geo/MLine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e952851565020d62cb6d3d51b1891b1b69db9c86..8ca3aa3fd9e881806fed14373b411a595eb84069 100644 --- a/Geo/MLine.h +++ b/Geo/MLine.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1891f214027c76af03ec132842f6170f5fad0d55..6e557325a7b286f3750581b00df441efde1fc222 100644 --- a/Geo/MPoint.h +++ b/Geo/MPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 049fbbb4b98575aba4901e2a01aa765ecc119496..921556138333231bb42fad8152e95905075007de 100644 --- a/Geo/MPrism.cpp +++ b/Geo/MPrism.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eed632a9dab74d1b1e020d40833bc423d840eded..dc7ff80e699000b80cdf81b6344e0cd50216b51c 100644 --- a/Geo/MPrism.h +++ b/Geo/MPrism.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 37ccd000e87942fcaec56e4d2e3a7697c3912df7..f881b35254a1c3a2dd749c2dfda9b50790d1091a 100644 --- a/Geo/MPyramid.cpp +++ b/Geo/MPyramid.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a805be9faa7265b431e80840607eebaca101eead..8cd1e2cc328685909ddb2422fdd9a33370b487e7 100644 --- a/Geo/MPyramid.h +++ b/Geo/MPyramid.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7d08bed4526d1cc7f81f6137fbfec0268506a701..6bc4a6c73d6f5f4dca9b4a6ee79e1910f08ad25c 100644 --- a/Geo/MQuadrangle.cpp +++ b/Geo/MQuadrangle.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 37bad4302e44648ad8d053b57638f2c3330612cd..767ceda5db74e6923c1c3108fbc26fac48040954 100644 --- a/Geo/MQuadrangle.h +++ b/Geo/MQuadrangle.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4526678a8e97e008d20bbc3b9ca73e5c33465166..dbb715e7329cf6fc8ec01c4a9d689c7ade71ea5f 100644 --- a/Geo/MSubElement.cpp +++ b/Geo/MSubElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 82c17dc6e56df9850632948eda306aa26fa62b45..029ccdbd4db090a93665710335baca0f1cd4cc5c 100644 --- a/Geo/MSubElement.h +++ b/Geo/MSubElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1bbfd050a803c435df74061510f6a244a64314e9..5fafeb0fd69a52c175914f764f5a024213b6abf4 100644 --- a/Geo/MTetrahedron.cpp +++ b/Geo/MTetrahedron.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eebced566784c38a7b6c9e68279387fd66523a21..7bc1dc7aa3a67227785f02dabfe3c97de7a0a8fe 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2d6c685d9b6b987a1b3b47136be66bec0fa86e77..f7e665e4e844a25be85ed15da347e2ca0c3ce636 100644 --- a/Geo/MTriangle.cpp +++ b/Geo/MTriangle.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3be0475e9830bc6043f90fbac2596132106e8c89..39baf3f79edeefbef6aa9727a192534186793ffe 100644 --- a/Geo/MTriangle.h +++ b/Geo/MTriangle.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 771eb191c96520b5994dfdcdf23db1905635a73f..6106af16d2d4f49c921ad5ecf66f1a9420636ae5 100644 --- a/Geo/MVertex.cpp +++ b/Geo/MVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 87c5374170c116bcc0c33d563ff54f67242cee70..0467a86606a63e5efab81e3e8687b247d235ac67 100644 --- a/Geo/MVertex.h +++ b/Geo/MVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ff68793bf64b3ae21edc5fd014e89c42bdc848cf..5aeaa56e6d5c869c130be2ec4a6770e5cacfb99e 100644 --- a/Geo/MVertexBoundaryLayerData.cpp +++ b/Geo/MVertexBoundaryLayerData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2857d5015010c5ffa19c58dac81ca4051891b084..8030d0b2129148e2f9077358641a987fbc3963c5 100644 --- a/Geo/MVertexBoundaryLayerData.h +++ b/Geo/MVertexBoundaryLayerData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 effa3ca7d6625aebd6d9551e57c9c52ab0fad8cd..eec986c5561a85aa2c5f0b4abf742d6fe7722b93 100644 --- a/Geo/MVertexRTree.h +++ b/Geo/MVertexRTree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d89b3a9ae20d7e6b86b0aced64ab1c4a64c92ab3..1b1b3a54fcaf9b96f080b6a9febd20e37c6e1635 100644 --- a/Geo/MZone.cpp +++ b/Geo/MZone.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5fa80d28f7ad62289bf772633caefcfe7f1963cf..4b6839e832baaff72024922c1194b44b6778b75e 100644 --- a/Geo/MZone.h +++ b/Geo/MZone.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8899b247aa5e33077da0e18c83be28fc94985081..e6a2126abc8f65148fe3d3a12357f35c0327fca4 100644 --- a/Geo/MZoneBoundary.cpp +++ b/Geo/MZoneBoundary.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 02480ec3da41e6ee674522e97ace76b676bfc658..22b3ef917fa1a2dde2f67c6bb83c113e8c90f2f6 100644 --- a/Geo/MZoneBoundary.h +++ b/Geo/MZoneBoundary.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4350de8a8709ac986200b7456696c727729c30b0..09af504a4ca7f31cacb3fe2d296988d35af79262 100644 --- a/Geo/OCCEdge.cpp +++ b/Geo/OCCEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9d4fe1182d64ac9663f4ab5c97f3f8ab7bd09627..71fbb4587cd92ec094a312930e93e0b13a0c930d 100644 --- a/Geo/OCCEdge.h +++ b/Geo/OCCEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ac730b90642d0fcd6e64f391128d66f35529e339..2b854891b9b34bfb0b50d09200212cfd4a7760b4 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3f36630e75af4a7202ae48fe4411f67dcfafc18a..2412c745615fb3cec3214bb370d9fcf12e135a86 100644 --- a/Geo/OCCFace.h +++ b/Geo/OCCFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/OCCIncludes.h b/Geo/OCCIncludes.h index a35be439ee09a9d5dc4a0ed9052822d18cf2afb8..23531d4dde6f8c3cd3398d5f24ae8b5bc953aaaf 100644 --- a/Geo/OCCIncludes.h +++ b/Geo/OCCIncludes.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5be90f4963630ce2eb90ca2de1f3a023d0d52808..85e119b3c5f3ce91140f824bbe08d55bf7518630 100644 --- a/Geo/OCCRegion.cpp +++ b/Geo/OCCRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 61be8e8a85d18f99b98ffb77f95e322f4f95181e..589a2a825b5f5601fe878564961fd2ad6c223dc9 100644 --- a/Geo/OCCRegion.h +++ b/Geo/OCCRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 42e3b8644d2208d67a95609b2325a6fe23540f43..836982e463f8643206851130eb0eb4ed6f0ee5b3 100644 --- a/Geo/OCCVertex.cpp +++ b/Geo/OCCVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8fbba61668d1ed38741d07be057137a913aafefc..ac4fd21d1528d6c4823ec5cb1c819101f2c16249 100644 --- a/Geo/OCCVertex.h +++ b/Geo/OCCVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/OCC_Connect.cpp b/Geo/OCC_Connect.cpp index a1ac9a30c990bd46d5f9bb9983ac9c9c1b62beee..1fcc4e453b3f1320fb770c5a089dd8e1a88dec97 100644 --- a/Geo/OCC_Connect.cpp +++ b/Geo/OCC_Connect.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/OCC_Connect.h b/Geo/OCC_Connect.h index 4c1de8ac5c1f02df38ae378f8bf3f7bd78ca043d..50738e8af6a3119aa1f914cadeda00d5bb02109b 100644 --- a/Geo/OCC_Connect.h +++ b/Geo/OCC_Connect.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cd9ec99618b6ce6658b7596594de0e501b951b57..e60d46f23f516e34d79669847ef34191c866e917 100644 --- a/Geo/Pair.h +++ b/Geo/Pair.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a4088f442f73a4aae2508ac5edb1a094591fd1cf..5b85cb9363ac126b1473ea5f48b0f6173677c6e8 100644 --- a/Geo/Range.h +++ b/Geo/Range.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3565f0c9764ff65b29d332e8462dd0bed4db9bc3..7a7c0cfb46efb2e9e7816167af4e616b4154db89 100644 --- a/Geo/SBoundingBox3d.h +++ b/Geo/SBoundingBox3d.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/SGEOMIncludes.h b/Geo/SGEOMIncludes.h index fa13fa2bfb3eb3f56127a818ae3fb925500df0a1..6a6225febc7d492b1dd337b7534e50322fd7f514 100644 --- a/Geo/SGEOMIncludes.h +++ b/Geo/SGEOMIncludes.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0eb2ccaed675fdae87180e3294a3496b2a3f6d14..fb0016d9a0d4de5ec6d888885aeb272da75249c3 100644 --- a/Geo/SOrientedBoundingBox.cpp +++ b/Geo/SOrientedBoundingBox.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 dc02c000a27eebc56b4da7e0f285e2c6226d13bd..49b11235ace8fd26cd79963100656bae141103c8 100644 --- a/Geo/SOrientedBoundingBox.h +++ b/Geo/SOrientedBoundingBox.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5c4f4d685848dbad1dad56ca98590338d04f8509..f6df1bb4e1ff363887c5f3e2bc1eb7df659a9385 100644 --- a/Geo/SPoint2.h +++ b/Geo/SPoint2.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 dd69e00acd1438397e88098f00ad4edbc20889db..8019d3c92d1d56c66b5ce53acec0c6f9673d1eb0 100644 --- a/Geo/SPoint3.h +++ b/Geo/SPoint3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 12c242fd0ae35de429c42efc965ad5abaa2e350e..097971a9d67ec8a0d1e9af225ce07a685a85456b 100644 --- a/Geo/STensor3.cpp +++ b/Geo/STensor3.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1a20b273b5615eeb71f9961ea72292f43c9549c1..134e69537a730476d1c51238e62bd1a18fba62a0 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 967e92c84f0c3184e2be024440e00944c4fc081a..834d4681b6db47fbaf6cf2e49bb0fae024e191e6 100644 --- a/Geo/SVector3.h +++ b/Geo/SVector3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5073bb051dc054026ab781f2cdf8ca17a0298a96..af3b5c5f7e5b2c3e8dd6aec1c25b0e60389fd320 100644 --- a/Geo/boundaryLayersData.cpp +++ b/Geo/boundaryLayersData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 76fc336e13ac368936e1ec4b53ed6df0da005103..1a2022b904f73709bf73d4f05c6ca374f23f286e 100644 --- a/Geo/boundaryLayersData.h +++ b/Geo/boundaryLayersData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 94bd921b18fb70f4b15f53620034969333179f25..bbeb9dd58897fea17f5b9060762914695778e0ef 100644 --- a/Geo/closestPoint.cpp +++ b/Geo/closestPoint.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4fba49e9ac5f4089780444480c41dc5bc98b0239..1d363c8d1a3840784761db7204a70445d58e02d7 100644 --- a/Geo/closestPoint.h +++ b/Geo/closestPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8d90d4798ac699a19d5fcb830d8fa86923ba3f57..21f06d83c5f3a74d044d148556e48c77bab3556a 100644 --- a/Geo/discreteEdge.cpp +++ b/Geo/discreteEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8bcf3ced45dc74601a80ddab2c95a7d6b08b631f..179ed6204016b165e2d0babca96782bd13f5c84e 100644 --- a/Geo/discreteEdge.h +++ b/Geo/discreteEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 df14ba3a433e3c50d7766168d93ad3108858d2a4..6160dcc61410077c7fc07f438e4783df439e6339 100644 --- a/Geo/discreteFace.cpp +++ b/Geo/discreteFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0cfed4ad1dd132af8d973a4e708fed4f18cf9eb4..372311a6d760b126210c121c3ee96c602f6317cf 100644 --- a/Geo/discreteFace.h +++ b/Geo/discreteFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6c8bdfcba5b4234b37de1573b330a8f83db8e9e6..99cb92aa69cb750bf7ca058a556f13234f5a80f5 100644 --- a/Geo/discreteRegion.cpp +++ b/Geo/discreteRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 684f170a4b133818606685b2c9c17ce0e66d40ef..a2405814d5651fb60c5f36393d96e89556526348 100644 --- a/Geo/discreteRegion.h +++ b/Geo/discreteRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cd33b4fc46d034245517a1dfe0fd0f3a5dadb2b9..6755f05866676b862114b4ec1af2932670a5332e 100644 --- a/Geo/discreteVertex.h +++ b/Geo/discreteVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0f952add8635ee31ab9f453c2c531fca65a64553..5182da618d8f981d0ffa722bbb706687cc6134c3 100644 --- a/Geo/findLinks.cpp +++ b/Geo/findLinks.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e0d6bafc77503130d6dc849057ecb95edc4f0291..eb5b73d7f0de69ef7fc88d9296dc60987aca135b 100644 --- a/Geo/findLinks.h +++ b/Geo/findLinks.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ac2ce7f50148e6dfb5b069c3d071a46deb949407..69658a9ea517eaaafb533b84ee2f704a6ecef4ce 100644 --- a/Geo/fourierEdge.cpp +++ b/Geo/fourierEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 73a528e5fdc481fec3145f6a7dc9cc65e7b7971e..11bde2c9ad5ffad9924a56e54621ca8337d339c2 100644 --- a/Geo/fourierEdge.h +++ b/Geo/fourierEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 daa4e3657e1d0c934bd98287d639cf5b34ad3acd..6c15f4c9401410a1095791828dd0668f58a7ca84 100644 --- a/Geo/fourierFace.cpp +++ b/Geo/fourierFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5643a95a39a6dd093b9ed9d94b14ad76cd558097..996424e5b10c0ccab6ad6af0631fe791d65ef6d2 100644 --- a/Geo/fourierFace.h +++ b/Geo/fourierFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7452b0f5d43af6e6243e298fa26514190b57c394..21a8aa2321bb4c821ab88b75e5830fcae8179a45 100644 --- a/Geo/fourierProjectionFace.cpp +++ b/Geo/fourierProjectionFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0a11a207eea54db1e8d23188202dfc06e6c4a975..4ff6f70b8061d4d10497ccf8a363afffc3b7ddd7 100644 --- a/Geo/fourierProjectionFace.h +++ b/Geo/fourierProjectionFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 33466fc8e0722f5c81ecf3641fe78422a3f38af1..1cedd35ba7c41e0f03fda620d7999b6dc8bee699 100644 --- a/Geo/fourierVertex.h +++ b/Geo/fourierVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3c91d5c0e6d1947b0295ab625478804ab932f3c9..8796caea924720cdfb9bb4a80422fe9194dd1b81 100644 --- a/Geo/gmshEdge.cpp +++ b/Geo/gmshEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 89b9be5d01585f90e597056139237d7b2aacb0f9..2d6d3d47fa3624b669e36a6f76e737bdcf7c3870 100644 --- a/Geo/gmshEdge.h +++ b/Geo/gmshEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 20e13333f6b3cb4670454de3da2a3dcf3a248c56..e7a786487ba3bdbec4f59c5f7c4e69490073e081 100644 --- a/Geo/gmshEdgeDiscretize.cpp +++ b/Geo/gmshEdgeDiscretize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 38f6e58345ca736fe7f9f692bf90e33d068c5e60..2f3e9b2f6b1a29b791e48448f1777ddf69ecb37d 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 faf9397dc7686e2a1e799240a25a71df75953ee2..08b4a75ea85c849c679808f1202166bac07b6c32 100644 --- a/Geo/gmshFace.h +++ b/Geo/gmshFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5fb9ae71e52786d5cfb4402e0f00b088ed128cd4..c7e04ea885f4743b3bb068ead2977cb83708757d 100644 --- a/Geo/gmshLevelset.cpp +++ b/Geo/gmshLevelset.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 257c00ab8c262a4c701bc4e7036d157b9c23db10..b958c2466dc19e1a8204ca862f142438dea65840 100644 --- a/Geo/gmshLevelset.h +++ b/Geo/gmshLevelset.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c064fb7dfffd4d0fcc8175eae2e9491f5887c508..2c1de3b2c2a536b979151dcaf505ba633566b946 100644 --- a/Geo/gmshRegion.cpp +++ b/Geo/gmshRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c09adc6a14d5348168275c3f3cbde178ed2f6f39..283f120f95f3742fa7f8c3255706cf030ef34463 100644 --- a/Geo/gmshRegion.h +++ b/Geo/gmshRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 851c1ff270538302413bbc36789c4ee9ca527573..d4c3215e6ddc5f78ba0c8cf98f2051c29decec6b 100644 --- a/Geo/gmshSurface.cpp +++ b/Geo/gmshSurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c5708a76419912d29d868c21a682e05028a92144..335a4016dcfd33dd1af8946cb755f1a400e9c518 100644 --- a/Geo/gmshSurface.h +++ b/Geo/gmshSurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4384512511c7153dc34861b3e99cda34749f996d..3e2bb8fe4d897ecabcd831cdce29123bbc994a30 100644 --- a/Geo/gmshVertex.cpp +++ b/Geo/gmshVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 75e11a5d1c439e7b357632213aba20fdb7bdc035..bda742556dbb19e075adbdfe5673ee8bbbd05683 100644 --- a/Geo/gmshVertex.h +++ b/Geo/gmshVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6e86a45bb909c32cb4ab4a71b40114dbc73123af..425d2188966c38fcf5eaa8134ea4e84618c677ac 100644 --- a/Geo/intersectCurveSurface.cpp +++ b/Geo/intersectCurveSurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a4e8dbcca6a3f1841e626425b64e86e6aa9f10db..3ca8407fbd044a21269a7f3995843ce55ddacc8b 100644 --- a/Geo/intersectCurveSurface.h +++ b/Geo/intersectCurveSurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cbabfaf1b4222141bf3f7f997110498f226a80fc..a0d4548e4ae5bdf50228075f9d2d43568148034a 100644 --- a/Geo/partitionEdge.h +++ b/Geo/partitionEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 87b6d66e7849eb9a5100f73e5f476c0c62b953d4..833fc1c02901319f30f6c260a3ff825a61c787f5 100644 --- a/Geo/partitionFace.h +++ b/Geo/partitionFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0fa6f291dd23391cbccfaa61c8b016f3343effe4..48f1477825f3ed84969276e9ec35566ce8121073 100644 --- a/Geo/partitionVertex.h +++ b/Geo/partitionVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 be25be1872043fd6503febef19166edd426e6ddb..8b9b6c50945b173633b4ff5ad7f96749d1efdaed 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 a5a82ac4e00248d765dc90dcd8f7c9b71cbacde6..9cdbe75a7fea39a32bc2ed9fe9567de55ccf124c 100644 --- a/Graphics/Camera.cpp +++ b/Graphics/Camera.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c35b004eb6224c23d926ccfbf318167387b5221b..cf1442dbf7c9318f3d6a24d8a2816777e5be0a0d 100644 --- a/Graphics/Camera.h +++ b/Graphics/Camera.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 90c179bcee16f9e0b0e49ccad8dddee8688bdd9e..afeaae61050271b4cbb2f202cc9f1163ce0f66e4 100644 --- a/Graphics/PixelBuffer.h +++ b/Graphics/PixelBuffer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e46ebc2bd19dc4c42089d6e0a5dfc4a0b921fae2..6124ef51592ba859bc2838f37dbd3f2b4e2c5a39 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 37f17d2143fe08f3edf25faddad311cb5ca174af..78f39799870d3717e4b5a4149e14227fcf8d0f6b 100644 --- a/Graphics/ReadImg.h +++ b/Graphics/ReadImg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ccbad7ba212ea189b2ec8cca94d4ed92be7b2898..9dbc3308bbee85dcb539a53b8207e9223cf795e1 100644 --- a/Graphics/drawAxes.cpp +++ b/Graphics/drawAxes.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ca3e443a40f3265455abce471df88bcba6a5e284..22c4b6ba6cdec820b4db27bb281efe24975503ff 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 49ea2df1576cb4d72c1a3a5c97142e8b1965e209..8556be92a5e845c5a5ad5cc7dfaa0b514782f80d 100644 --- a/Graphics/drawContext.h +++ b/Graphics/drawContext.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3b4af79d85bcfdae5bdb19f408f067e1a4b9dd8e..a908118c7d76bba9bd3f1b326d6373009ea745a8 100644 --- a/Graphics/drawGeom.cpp +++ b/Graphics/drawGeom.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 20647370e552943bc5c99377f974f5184283f0ad..5834e8934baa4cbc95abc34aac76b76a58407d5d 100644 --- a/Graphics/drawGlyph.cpp +++ b/Graphics/drawGlyph.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d6ebb6055130dca899067e120b3ccce017c30d8a..86760000a3a7e1cb1c12e9ef8d874ccaeb15aa99 100644 --- a/Graphics/drawGraph2d.cpp +++ b/Graphics/drawGraph2d.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eecb73db08bbd67e137e8cfde345b0297b5cf7d0..824fe9557d5d53d8403b51de0817bec3f92be741 100644 --- a/Graphics/drawMesh.cpp +++ b/Graphics/drawMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9a13e328869d4b46e91c5dddd6a7bdf43e372fb0..a684ac3f20a47b4de286407ffa80865fce54659e 100644 --- a/Graphics/drawPost.cpp +++ b/Graphics/drawPost.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 72de3474d33f920c4c74140f5cec6b50fcdb31f6..20a9f88b9b4f648690b189ec48dfb88d508c9ab8 100644 --- a/Graphics/drawScales.cpp +++ b/Graphics/drawScales.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 273f64df1218f8b39c91d2ff493e0ab720b00e32..df677384e36c94b64bab579886dea0ccfc88e400 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e26b239191b30ffe76cc93853d5fd231b8f683fa..344e85454012b776e262b654c0bdd5696e6e105e 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eb7c5aa63a120b5b7caf23792b5c883735e8d987..821f7be37be358b88df9c626cd66ed326ffa09cd 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2f64b99cc8767b81d4c25a18646bc4d3997697b7..60255a622281ddf1674454c2d526e6a7546976b5 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 500efe89a4159b4f09e3ef646b49815cdd3f911a..1287865540ae458c8067cf1869e16484dd6fe8a5 100644 --- a/Graphics/gl2pgf.cpp +++ b/Graphics/gl2pgf.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 586cd69886b47dae47fcc69bbb48972bac835c83..289d311f4f3d9989ae2e514c64cb179a5628437a 100644 --- a/Graphics/gl2pgf.h +++ b/Graphics/gl2pgf.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2a7ce0e132e42725783fac3703565bcf64c6abcb..1474843a94215642b7777c9706619c5b7a6c0f43 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b1ba0d15f5a1b2259a33c5498ffbee62124e0868..2d20875517758a8fde47bb2ee12f18c287ac785a 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 18b5e3e89a6f11da41182ad5d01ae18544cb33e4..3a6a8dd9805676aba3f484248bff4df4da6c3bc3 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 82d438eeed42ced0397cefb88704accd11999d06..38f620e2af1d4cd7558d3bbfb462b807625adfcc 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 dc5a0637577b9cec3604dc557d978fb2e3acf077..b5b5934a0d89e6b16a517ce11a61b96f6abdba33 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 06c38d4b7ea9dfcbcc995581ee77a96ad3f28e94..9f59ef77a44630b861a63cfd4f72542835194481 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ea68d0a92b2db0563e24c1c13a1c874cae36bfab..ab878904e89d5b98a47f939a97b21e4453649128 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b7b1b80df36c181d50d44702d59b23ba5cf18ddc..4144e84a9a0ee2ff37be36f6546cc7ef09363173 100644 --- a/Mesh/BDS.h +++ b/Mesh/BDS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 fe7af255a5c8dda45febfc0fe671c90526277a9b..28b49408db1fd29eec4d5505a33dc32a8b65ae1d 100644 --- a/Mesh/BGMBase.cpp +++ b/Mesh/BGMBase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ccb5e64376ce9f90eb73adf0229d0f5c65a6f0bd..5b9a651713e243c7931ab7fcddf94e7f9eec5641 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0fcd71011ab2bd4ff365b86b25d35d6c22c99922..4c0cb6d667133a71132fc94b059f841e1758967f 100644 --- a/Mesh/BackgroundMesh.h +++ b/Mesh/BackgroundMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 014bf4e4d086b1ed286995d9ce841b653da1b12d..f3ff9e3c775fe0baeb79dc4ddd89564c4a8a57d2 100644 --- a/Mesh/BackgroundMesh2D.cpp +++ b/Mesh/BackgroundMesh2D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f4ed565f1776e763710a91269fe2f1e0d81f284b..8a7b33b5ed80710f0431d75d042e05aad951391a 100644 --- a/Mesh/BackgroundMesh2D.h +++ b/Mesh/BackgroundMesh2D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1cd67591cb09b9d4c284b5d7f890a049af84b783..84dacff7a57d68ee04d5ff642a70bddc8fed90a1 100644 --- a/Mesh/BackgroundMesh3D.cpp +++ b/Mesh/BackgroundMesh3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2a7282d6d59b7f9658bd00c6063479180e196269..ad695eb0b0d5daf8faea10afb2ad59da646a309b 100644 --- a/Mesh/BackgroundMesh3D.h +++ b/Mesh/BackgroundMesh3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 59f0a8e916421ee126564cb5afb12a3d2790047d..8cd171dd200fc3e62e9e44f3988d252e103c358e 100644 --- a/Mesh/BackgroundMeshManager.cpp +++ b/Mesh/BackgroundMeshManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f7d6b6c6997bd83a87895864aa0afde93ec318e2..2bbc9d780dc60eab169c27afe12a3a7b4dfd04a5 100644 --- a/Mesh/BackgroundMeshManager.h +++ b/Mesh/BackgroundMeshManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bbb080625d9ec263e95f358459b3737c5004bdaa..c5b7e5d38c9b4959fb8a81e24e1c4c3e7f017211 100644 --- a/Mesh/BackgroundMeshTools.cpp +++ b/Mesh/BackgroundMeshTools.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9314d46256e3f21207946a7715d76ab38ad7e2a5..d6537f2d16c6376049526ee5fafb9fef726efd98 100644 --- a/Mesh/BackgroundMeshTools.h +++ b/Mesh/BackgroundMeshTools.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 62cba3b4e85ad8814b355c93dd8b9aec73b17747..41dc3860770106faafc73698b461743b27fed968 100644 --- a/Mesh/BoundaryLayers.cpp +++ b/Mesh/BoundaryLayers.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 56d0584353611f87641317ca1c16ce5f0110f4aa..532296d56a954c2744c769cf9d693edb8d0124a3 100644 --- a/Mesh/BoundaryLayers.h +++ b/Mesh/BoundaryLayers.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d870c95fbc5409eac1914babf5cf9755c5fd5260..66040e93f823c264fc0fcda2751bbdda28afc245 100644 --- a/Mesh/CMakeLists.txt +++ b/Mesh/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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/CenterlineField.cpp b/Mesh/CenterlineField.cpp index dafdac3eb9e35061a8c25b089e778d9c8376c52e..923cb9d645833498e5b3b7a5a4d55425ce4622a9 100644 --- a/Mesh/CenterlineField.cpp +++ b/Mesh/CenterlineField.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/CenterlineField.h b/Mesh/CenterlineField.h index 33b2797464939192e5346cc868c1146afa9ecfa5..28c3a1976cbdb202941ebb600a2c3c947ee4a4d0 100644 --- a/Mesh/CenterlineField.h +++ b/Mesh/CenterlineField.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4e520dc9717109c62cdc2695f781bae4ecfd7eb5..5e86dfac0767f419a8b2c64e7de12c225aef507e 100644 --- a/Mesh/Field.cpp +++ b/Mesh/Field.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a44a83b667da85ffc3832e5e7762dd87d2dadfdc..c0bf2aa218087e1092eb2b8df12d72e862118231 100644 --- a/Mesh/Field.h +++ b/Mesh/Field.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7ce1f49c4081f41e702f3da60c74df77407079b1..e93b27db233f6dddcd7cb842542801040447651e 100644 --- a/Mesh/FieldPython.h +++ b/Mesh/FieldPython.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 be03cb69193ff3fc55bba0e2126f055bf9163ac4..55ddb9adfb4321899ef3c7c8f37fbc8bc0abda54 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c135923257d459103a8d4facc78cd2362bfa661e..ee9557cf88b5990d016c587160f4811ec648f3b6 100644 --- a/Mesh/Generator.h +++ b/Mesh/Generator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 859cba4c1092c923c5f7df7a95c60b0a2b34b76c..1416f585b97d75b9336a3ca58495d4795dac24cc 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 107f7fa6e7fd62e9f7d8106be1e5d5927f025fb5..ce56552d4a62b65d58b7dfbcb441c1f38dc48e28 100644 --- a/Mesh/HighOrder.h +++ b/Mesh/HighOrder.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 34a5bb63e2e9cc51704afdc563a8e5c1fc291763..b52eec570a8f42ad8d8d1204c5114811007596a9 100644 --- a/Mesh/Levy3D.cpp +++ b/Mesh/Levy3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0005b232e2810cd1801fc6a53b796245b310ae65..7c48003895bfa120ea0353ef430e316b4384d595 100644 --- a/Mesh/Levy3D.h +++ b/Mesh/Levy3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1d194f3946704aae6f7f484ae8f4db1ef2e5281a..e2100853cfa44c334841355e9dfbcb21323808b5 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-2016 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2017 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 2777c0a5b0f3199ebcea396c7cfb7777633620ad..46242dd80cb18b5d94b16f892b935e19ceb6ace6 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-2016 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2017 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 55f3eecde26bc6f2d142b441a64c7277cf1c82ba..7a573b5cacb85adc0b5edc2b18c0f2a1256a4b1a 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-2016 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2017 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 b8bdff41bf02c174eea047ba983415b2726d283a..9f7a6517ea608c89df9d5aef5ce383807136695f 100644 --- a/Mesh/ThinLayer.cpp +++ b/Mesh/ThinLayer.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ae3524d4970d8f8653304e30c003e99df20c29c5..d575257a856ceab55704e0e3c1dace356f1d88db 100644 --- a/Mesh/ThinLayer.h +++ b/Mesh/ThinLayer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 202b9a866cdef1cde3feac4f087883f76b18a444..a9eef7778a34c64c0373c90b2e5bbb5f06c294ec 100644 --- a/Mesh/Voronoi3D.cpp +++ b/Mesh/Voronoi3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ed6b3b57431d6465c1371e421dabd589d8bdf272..ae3451404fe06bbc91de3fa4af45395bf12b7a78 100644 --- a/Mesh/Voronoi3D.h +++ b/Mesh/Voronoi3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b3e20280504d3e102213707fb40ebbc93b6b70c9..ca61659f98a98cfab9a951d10c2bc11a697e5e3f 100644 --- a/Mesh/cross3D.h +++ b/Mesh/cross3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a47fe0baf11bb101f28ba85f2a20e92d64310feb..97d459f7dd93be6c41d3f5f061c4bb02cefdf715 100644 --- a/Mesh/delaunay3d.cpp +++ b/Mesh/delaunay3d.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 58c578d4e49996e9e16093b7de7e1bed46529628..e1ededbcd7f60020f3bbed988f84b34a5d5718a8 100644 --- a/Mesh/delaunay3d.h +++ b/Mesh/delaunay3d.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bfab084c0743dd343bb735cb1a2ea3d61ae7f906..fb330ccf28fa6bd59d9c8c115744f06d6cc05ed5 100644 --- a/Mesh/delaunay3d_private.h +++ b/Mesh/delaunay3d_private.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a9c259e0a4223b72c08d37fea53898acdb4b075b..a2a1b18123ab1ce54394c6343280b078fa9957e7 100644 --- a/Mesh/delaunay_refinement.cpp +++ b/Mesh/delaunay_refinement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b9cfbcb5c9364dcea6a72d82141232a6a9c67f8b..3360315f727d5ce3b6f0c8462a49ec153ab8906e 100644 --- a/Mesh/delaunay_refinement.h +++ b/Mesh/delaunay_refinement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 05d76987ee0aee0e62f98c1ff46842193a1fecb6..7145f30e509971b5a7a4f78162f06eca2f1fef2d 100644 --- a/Mesh/directions3D.cpp +++ b/Mesh/directions3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3f980540ea8c67c589333d61bcc62cdd9acb801b..f4c24b6c5794c0f32b1af02d93c188bb30b22c82 100644 --- a/Mesh/directions3D.h +++ b/Mesh/directions3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bc8728af6ce95da30cacf07cd9860a1e6a349d77..502568b45a6007037058c1a7c680766a016d2e25 100644 --- a/Mesh/filterElements.cpp +++ b/Mesh/filterElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bd18e2937c3ab9194522d5bbd0b6c0fc5240c9e6..f0de0d76c37be35745f6988641d4885f115aff5f 100644 --- a/Mesh/filterElements.h +++ b/Mesh/filterElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 218535883ede6e88f3fa191aab81fcea51ec3cf2..d2c1a53e4887a900f34d2c87fb9d3388da8e1158 100644 --- a/Mesh/meshDiscreteRegion.cpp +++ b/Mesh/meshDiscreteRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cb91c208d480224f4f52a482d10c722ba3f2f734..d689a6656879f4504bf93bcaa909e98cf2bc0d48 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7f06a44808d923152a9b29461c98bfdc1a654fc5..d64cb17793fd7e2d8d9a65e9406e003261d850da 100644 --- a/Mesh/meshGEdge.h +++ b/Mesh/meshGEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 53fd1ffc8601d708a08c8b7e1ff965179cba5052..7b408839a9d9d0e7bd014bbb2f7b00458feb6a26 100644 --- a/Mesh/meshGEdgeExtruded.cpp +++ b/Mesh/meshGEdgeExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c6151f435173850724b9bc5d833ca987c966c2b7..186cb9078daa658952d0d25b98ea842e813cea10 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ea9baac2b98a447960459dff7bfc0c099c36ca91..4b1f031e949c66263edd86839a2ac14dc392c8d0 100644 --- a/Mesh/meshGFace.h +++ b/Mesh/meshGFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1de4f65346bfbd05dd1d917f66f27f14d3cfa645..8400af3b28e892d783fc205ad71840b22b8233da 100644 --- a/Mesh/meshGFaceBDS.cpp +++ b/Mesh/meshGFaceBDS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f8a576948a4e7af3761e1f88d6f5e337ecdad0bd..af746f6ae27574cc07ab97a66ec1b38fc2c4277a 100644 --- a/Mesh/meshGFaceBDS.h +++ b/Mesh/meshGFaceBDS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 644fb882bd4a9e6a85ebe50261c70ebe87e8556d..4ac4cb1a8dcf15bcd98abc59a58709e557580ed9 100644 --- a/Mesh/meshGFaceBamg.cpp +++ b/Mesh/meshGFaceBamg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 95b99b168c6f1ababf349da6fd0fb0da4831a4f3..70277e52a8eb003c56830ed2375334aa0de3627e 100644 --- a/Mesh/meshGFaceBamg.h +++ b/Mesh/meshGFaceBamg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 907f8abacd58339db56ac6cac1f014999b15eab3..b89bc6a4563af94d77c693c10b0166be7bc866b1 100644 --- a/Mesh/meshGFaceDelaunayInsertion.cpp +++ b/Mesh/meshGFaceDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1dede74ed4af609661f4c15a0797c9f4905af0a3..25478277057189e4dc486461d810287066e91ab7 100644 --- a/Mesh/meshGFaceDelaunayInsertion.h +++ b/Mesh/meshGFaceDelaunayInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/meshGFaceElliptic.cpp b/Mesh/meshGFaceElliptic.cpp index 02e856468f9c7b23653441c8f757802a2faad3de..065cf3dfa98b4dc107ca1a230f0aaf5a8cde75d0 100644 --- a/Mesh/meshGFaceElliptic.cpp +++ b/Mesh/meshGFaceElliptic.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/meshGFaceElliptic.h b/Mesh/meshGFaceElliptic.h index a6fc2165a04c596b5c0d713ccdfb970191d553af..42fd9e9fe7116b33703ca603562788b4cefe9b34 100644 --- a/Mesh/meshGFaceElliptic.h +++ b/Mesh/meshGFaceElliptic.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 46886dedc3c897fa8cd5c30fec8a6c55724b7a61..2ebe45a35765908b74d05222adee842d632fc4c5 100644 --- a/Mesh/meshGFaceExtruded.cpp +++ b/Mesh/meshGFaceExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7317d42d0093826e1173e51d6c073a4e58bf7faa..aefca5896df809abf48d9c53637be67f008cdb6d 100644 --- a/Mesh/meshGFaceLloyd.cpp +++ b/Mesh/meshGFaceLloyd.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c1e34275a448c496a8e6ec3ce2bf6fdf28e491fe..252d29803e4c08f9db469f24f1a1f31c05c85a12 100644 --- a/Mesh/meshGFaceOptimize.cpp +++ b/Mesh/meshGFaceOptimize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2df946fb5c26868ba2c23cf06a1e75216e934628..cd61ff4dc54b9d001ccb5ce6d6d9ad4b589550cb 100644 --- a/Mesh/meshGFaceOptimize.h +++ b/Mesh/meshGFaceOptimize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0dc78d68866a65a8d123320b25494c90f6bd422f..f274fd6c31a21951e4080233a1f2fbfb6ba8f264 100644 --- a/Mesh/meshGFaceQuadrilateralize.cpp +++ b/Mesh/meshGFaceQuadrilateralize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1f60efbe9bf2300542c57a318683342c671f8b1e..ff049ed3836fc10f200bee303f9bbf9608e20b9f 100644 --- a/Mesh/meshGFaceQuadrilateralize.h +++ b/Mesh/meshGFaceQuadrilateralize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/meshGFaceTransfinite.cpp b/Mesh/meshGFaceTransfinite.cpp index 0b038440771ac783949d77a997ca264e2db041ea..d7fbe527987a268591ec1f6082e1110e515c18f2 100644 --- a/Mesh/meshGFaceTransfinite.cpp +++ b/Mesh/meshGFaceTransfinite.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f737949d93c12c2af942f333017f29c493c33d4d..3b4e541267159e44e5ca61234955c6ef22800a56 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1d50f5c5e40807f1319a541645bae96cd4ba6586..5d14285c029dbe67caad6b2a577ccb62289c7e0a 100644 --- a/Mesh/meshGRegion.h +++ b/Mesh/meshGRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2ba637757c19ae03880ce861bc6b4a20af12c177..2fd2c789db56a30005f6ba91f52c4d91d897e32f 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1e7502772077758e47f49fd9ee47025b125b24f2..17bfde91db8dbd9eae956bde198f2765c1391cc2 100644 --- a/Mesh/meshGRegionCarveHole.cpp +++ b/Mesh/meshGRegionCarveHole.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b392f301b3148ed047cdd434ee91ff306d3ea933..68ef26206363275e3385927451ee8ed658ae15d4 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3ed5d4020dcf03b44066acc53f725e4e1a30a428..cc75283d2b84dc57ea54ac1bde0551fafea3dad9 100644 --- a/Mesh/meshGRegionDelaunayInsertion.h +++ b/Mesh/meshGRegionDelaunayInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e64ee51ef4456c3627bf1320d528aab241b70a09..ac0c1a99c0330ab606c1a2369fbffc66b6168f3b 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e5d79d6622347e48d92854863daef6c2e3576460..e4cc66e88c27df3bd8e2996db2ed3965c6aa9bda 100644 --- a/Mesh/meshGRegionLocalMeshMod.cpp +++ b/Mesh/meshGRegionLocalMeshMod.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 89cd7292bac34dffd39c0fb609eed2112e6b160c..0306a858e6c1eea55489434425577f96387c016f 100644 --- a/Mesh/meshGRegionLocalMeshMod.h +++ b/Mesh/meshGRegionLocalMeshMod.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 01c62fb97e9fbc7e7435f5016f0cea07adfa889e..fb16acccc3aee454b45701cff5c9aee7bf129222 100644 --- a/Mesh/meshGRegionMMG3D.cpp +++ b/Mesh/meshGRegionMMG3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e13258d7ef11eecd1dbd0edf6bf1e58ee616297a..4abdd0161f4caff3209f9a9adc48be708c32fe6d 100644 --- a/Mesh/meshGRegionMMG3D.h +++ b/Mesh/meshGRegionMMG3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2e263e6cf2176574a0a7882d315a45a10d0250a4..e341b31813286ec5e4c4bb56056ea4104bb8a24f 100644 --- a/Mesh/meshGRegionTransfinite.cpp +++ b/Mesh/meshGRegionTransfinite.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2381a85d87a3b3f62fc608458b74876d3a7a3e1b..463c120ef8c72738deea7344ea8b4ad45a9da41c 100644 --- a/Mesh/meshMetric.cpp +++ b/Mesh/meshMetric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 82918aa88c96ade417f58a57045bf37cc48bf5fb..9c7dd4e6541120a20e55e98c5bc5ead9137451ab 100644 --- a/Mesh/meshMetric.h +++ b/Mesh/meshMetric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a211536556e86f7ccaca3ae7402fab86f43a897c..62ed7f260bdf6e6b53d37bc1ef0acca251f6e7bf 100644 --- a/Mesh/meshPartition.cpp +++ b/Mesh/meshPartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4bffa008e2fd5d165bd33fd91284c782cda4b900..fcc593b492b16e4c7a991fd9211dfce8aa89f25e 100644 --- a/Mesh/meshPartition.h +++ b/Mesh/meshPartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/meshPartitionObjects.h b/Mesh/meshPartitionObjects.h index f73c77c8502df995a751a14b0d297f5747e08cab..c8578517556ca9f75487529e15bb0b61da9d4e06 100644 --- a/Mesh/meshPartitionObjects.h +++ b/Mesh/meshPartitionObjects.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/meshPartitionOptions.h b/Mesh/meshPartitionOptions.h index 134a2e4736382eb6b7ee7899a668447a3c5fab7f..c17500c5426b688c61c27d59d0270452ab2a2f70 100644 --- a/Mesh/meshPartitionOptions.h +++ b/Mesh/meshPartitionOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e4255ff9b5d76655df36d4d53ee0814e49ed7786..2c26f4ad89d1898d7b99296f814ac465c0fc1970 100644 --- a/Mesh/meshRefine.cpp +++ b/Mesh/meshRefine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/multiscalePartition.cpp b/Mesh/multiscalePartition.cpp index 3cc8bd46097fb1edd826ec496580b2780d4a49b9..7e2a2d2c05e22b1f148a4a81fe0392d004de607b 100644 --- a/Mesh/multiscalePartition.cpp +++ b/Mesh/multiscalePartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/multiscalePartition.h b/Mesh/multiscalePartition.h index b38842b1a1ac590fda2c5085d902965e836ded17..3f44ad525db693e8a6ea3e7b0d35c03f5f7f54cb 100644 --- a/Mesh/multiscalePartition.h +++ b/Mesh/multiscalePartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/periodical.cpp b/Mesh/periodical.cpp index 671d104215e73eb77833d24abd7d07dcaa5b671f..42e0c92972a70e0c81c86e7e0dcc84ebeb87a489 100644 --- a/Mesh/periodical.cpp +++ b/Mesh/periodical.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/periodical.h b/Mesh/periodical.h index 60144ad7126df8bde8063671961dd5147f3569a6..7ff7377a91588783b5f3ed4de16fd575735667b2 100644 --- a/Mesh/periodical.h +++ b/Mesh/periodical.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d363382607cf544c21d0f4b7e1353cbe02cdfa61..6f0148ac28b60a15b93d4f1cf983cbe3ffe0c335 100644 --- a/Mesh/pointInsertion.cpp +++ b/Mesh/pointInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6b649dc8f4578af02677f5f165aca0f875db09d7..87cf374f66efaa7d0ef5a6137cdef92c9a82c2ec 100644 --- a/Mesh/pointInsertion.h +++ b/Mesh/pointInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b43a747f4c105bad1bd09d870f330cec9c685286..1598bb82b3cbe3034c629e049000c3af8ebeea7c 100644 --- a/Mesh/pointInsertionRTreeTools.cpp +++ b/Mesh/pointInsertionRTreeTools.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d8f950d3d7f79b2d74bf1d878503c27c25376cba..431cb45755d61f6270843327821c8bd1cb61b22e 100644 --- a/Mesh/pointInsertionRTreeTools.h +++ b/Mesh/pointInsertionRTreeTools.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b1084ca229919c5a89af7e0c25999184eb90fae9..9eacdcd6a7178c8c7d1d6317c9631cdfa175bc17 100644 --- a/Mesh/qualityMeasures.cpp +++ b/Mesh/qualityMeasures.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7b713177e40c0ece4fc471ecd1f37d6364459655..f2141c5acb32c8f8476d2bcee6ef8e7f5b7c139f 100644 --- a/Mesh/qualityMeasures.h +++ b/Mesh/qualityMeasures.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1507b1b3a912b88083bee82c23890909d6c7f18f..dd988806ae780dac50114851a81001bc01ba034a 100644 --- a/Mesh/simple3D.cpp +++ b/Mesh/simple3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4fc4889d53aef2c1f22f2642aa3cf830090ce17e..42c28f72270ab96fefd66025a86c0b67cee12e12 100644 --- a/Mesh/simple3D.h +++ b/Mesh/simple3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9e0ee0ce3ce555c45f6e3eca9787c885645b60bf..662953aea9e229a255b3f59060aa274fc3feba87 100644 --- a/Mesh/surfaceFiller.h +++ b/Mesh/surfaceFiller.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 62d3a65bb1a5236cac617820affe7c924094833d..f0266471c68a53f4cc937f6d1221f9b770015b4e 100644 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0387bb943dc6cf9094128dd87174c7416b821568..c2ca3c2173da8ac20d65771c1c43fd26701e71f3 100644 --- a/Mesh/yamakawa.h +++ b/Mesh/yamakawa.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a587fb8f413dc608a346bc58b23d21b02703b5d0..7218d082d83131edd03d44c3d95e55fc15774286 100644 --- a/Numeric/BasisFactory.h +++ b/Numeric/BasisFactory.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a3eb3fd16d5a1935dbfa7f202c96c644c3d27c19..66c9f1c6d5cd8e01548ea3baad45bd179ab83ac7 100644 --- a/Numeric/BergotBasis.cpp +++ b/Numeric/BergotBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1f381e0d835e71dd540f4fa648c7fc8e4e780eb9..1692d90076a27a8bdcb38f3419339b030e161c9d 100644 --- a/Numeric/BergotBasis.h +++ b/Numeric/BergotBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7fe523cfaf5e41651a46c303519909b31542595e..4f6d1ad5dde119240b84160c151ab7c0521fc896 100644 --- a/Numeric/CMakeLists.txt +++ b/Numeric/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 67de0e0a32c77c7da6b0f92eff9b03586a5f8ba1..f145571840c280e01efabafcb124741d2d248844 100644 --- a/Numeric/CondNumBasis.cpp +++ b/Numeric/CondNumBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7ae2132af0e887b4f38027840712c95b8c609f75..5b0d6d0a53c60146747ec278ea652c3b96cce1fa 100644 --- a/Numeric/CondNumBasis.h +++ b/Numeric/CondNumBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3a607be928ed6e3436336fc99cde6e2465d032d6..914affb1653e19a72ff11372f5fbae1460f38647 100644 --- a/Numeric/ConjugateGradients.cpp +++ b/Numeric/ConjugateGradients.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 24ae315ac7791879f9129b39328e2d52ac3ecbe4..fd056589aa03d3db4428c8d0a959156128652e0c 100644 --- a/Numeric/ConjugateGradients.h +++ b/Numeric/ConjugateGradients.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2310ac62994a37ea9b7652b82bde28d9c7afcd8a..b5e69bb1dbc01a39fda342b9809bce9d3cffe03b 100644 --- a/Numeric/ElementType.cpp +++ b/Numeric/ElementType.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 137be60453e5b8340dd28266c6b79e0822f9d66a..0ecd1d51d316a6c3608325be43823b0283bc3be1 100644 --- a/Numeric/ElementType.h +++ b/Numeric/ElementType.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 637c707428a63b4894adceb72035522300c36ff2..17945d0538748dc6883d2c45ca6f303493fba1ab 100644 --- a/Numeric/FuncSpaceData.h +++ b/Numeric/FuncSpaceData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3ffca3da97218a908232b4693c1725c8b5936d13..59caacd8c91e476ba9daddfe534aab68e7838578 100644 --- a/Numeric/GaussIntegration.cpp +++ b/Numeric/GaussIntegration.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b841629a3d142737719181a2008e0b5a7b49f3a5..3202cb742b26bb5541d47a31c4d3a27d220a47cc 100644 --- a/Numeric/GaussIntegration.h +++ b/Numeric/GaussIntegration.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f81ad323b5ffe229a274eae9c3898a9cf536a29a..3322c39dd10ec66ab5778711af59adf44cd2bda1 100644 --- a/Numeric/GaussJacobi1D.cpp +++ b/Numeric/GaussJacobi1D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f3d79d938aeade5aee7a3e36ddf62d92b604a437..bc870d5442c2d845956bcdb33afe1fe744c2cb16 100644 --- a/Numeric/GaussJacobi1D.h +++ b/Numeric/GaussJacobi1D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 db192f1ccfbaba1c5ab9ec9b9f767ec05ff642a2..8a1fab9f59c5b2a5fb3193042cff78de04a5409a 100644 --- a/Numeric/GaussLegendre1D.h +++ b/Numeric/GaussLegendre1D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 256ee63e164b0ce016e7e9a23c986a4b293a6d26..445564e7f1e431567757072b263b7f23a8afe4fc 100644 --- a/Numeric/GaussLegendreSimplex.cpp +++ b/Numeric/GaussLegendreSimplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7d451ea0f38960993d3f151e5bd4afb47b5c7f15..aef8678d0c89f53b60372b68e1bc99482494c2ff 100644 --- a/Numeric/GaussQuadratureHex.cpp +++ b/Numeric/GaussQuadratureHex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e2e15d441eba33075090043b12636f4f2627883b..de1b17390694df4e31655c2b9e9848deafad39cb 100644 --- a/Numeric/GaussQuadratureLin.cpp +++ b/Numeric/GaussQuadratureLin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b34daa27f09ffb483a65261fc26db12ce6185492..fc876ab48618ba07a52efb6771e1cf7d4732d9e8 100644 --- a/Numeric/GaussQuadraturePri.cpp +++ b/Numeric/GaussQuadraturePri.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ffa17d9b4618bd57df8d91f99e585b7ce93546e7..2466ffbeb77f71d96c0741d084a78bcb143428de 100644 --- a/Numeric/GaussQuadraturePyr.cpp +++ b/Numeric/GaussQuadraturePyr.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 22b04629bbab2c456febc71043f5b0903231f950..234cc0a15f08ccb50ec31af2a141bc3020fbc201 100644 --- a/Numeric/GaussQuadratureQuad.cpp +++ b/Numeric/GaussQuadratureQuad.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e44f319f0494d66edc93958772c65d431676c7bc..85b44f785df7e766e3b9742a9af8a430fdad80d0 100644 --- a/Numeric/GaussQuadratureTet.cpp +++ b/Numeric/GaussQuadratureTet.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7e2e14771647818570067bbfdacb913f610b9bdd..55f280395be57f750046020f74d239396f38e199 100644 --- a/Numeric/GaussQuadratureTri.cpp +++ b/Numeric/GaussQuadratureTri.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e74d05909dee24cae93b6e6c573b4a2778bb956f..72b9481b1a840519b21f4e4f043fc30486ef77c5 100644 --- a/Numeric/HilbertCurve.cpp +++ b/Numeric/HilbertCurve.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c7d700221895e171f962ad8bd8f18fa4496406bf..8472ac37cc0fc6697a05aad119389ab1330a2ca7 100644 --- a/Numeric/HilbertCurve.h +++ b/Numeric/HilbertCurve.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1917d97c676147fca96673aed79ac835e85d7584..ce30e83ec57ae3f8a35b53eb93e3401ea2436690 100644 --- a/Numeric/Iso.cpp +++ b/Numeric/Iso.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4bd3cb4c9db786c757e1351d1e66d1d6cf57be4a..6b72f4730307ee742eafb06928905005408511ce 100644 --- a/Numeric/Iso.h +++ b/Numeric/Iso.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3bb6ac9d07badc028a600fdda16708a7d0a0c1be..7396692dcf83d03dca2ee895b361c425acaf27f0 100644 --- a/Numeric/JacobianBasis.cpp +++ b/Numeric/JacobianBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 25d14b0be30d357743384711f27602cef301a056..a43e07a18943194b777b5740317a0472084ba4cf 100644 --- a/Numeric/JacobianBasis.h +++ b/Numeric/JacobianBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4553684d8e6b157fffb178fb2ff6b70b1c68246b..ac01ba6ad64998b8e8311b920fab11cd29a139e8 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9c61625ef70fd5dc5af7836ec173a9c06ace1733..950df0c2947caf9ab70237dbe40a9ecd32440721 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8ae3db92d10d67091c69851ce723ce3ead319171..a494a50afe713d72b72b66967e389488cde6a905 100644 --- a/Numeric/approximationError.cpp +++ b/Numeric/approximationError.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 efe7d9888482a31540b91da93c2b2be2a143e629..b30882e44bf6b0aaa5c87c481ba74306ddd3877d 100644 --- a/Numeric/approximationError.h +++ b/Numeric/approximationError.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 805f6e2154f252318a2273428b848f6e4771b16e..32b1cf0040a8df604215bdde0340d46ca355237e 100644 --- a/Numeric/bezierBasis.cpp +++ b/Numeric/bezierBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 efd3fc221227b0aec8544749af3c822530a2252d..9ab310c9bffaf3ee871536b956ea3eb586b1c572 100644 --- a/Numeric/bezierBasis.h +++ b/Numeric/bezierBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 db43677f4d539aa5ee08f899c2cbe4a28205fa48..101c6f457ac6840f48db83f510ab4d42d1063bc8 100644 --- a/Numeric/cartesian.h +++ b/Numeric/cartesian.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 304057bc200ae5662e4e08c7172449ef0898a1dd..96d96ff11e5bb77333b9f0af304fe1c0c3e13ab6 100644 --- a/Numeric/decasteljau.cpp +++ b/Numeric/decasteljau.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 16cb2eee961a0eec7d1cb84def9cec99168c93f8..3daa16e67c39e7b445f18c74ec5c0894acb1b8f7 100644 --- a/Numeric/decasteljau.h +++ b/Numeric/decasteljau.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5d5c3e55ebb4e8213ed45ba4e0c731182c802a0f..e652e28de38bf50e602e3c4dabaaf7852f867a43 100644 --- a/Numeric/discreteFrechetDistance.cpp +++ b/Numeric/discreteFrechetDistance.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8014e2f3d8d89fe5289339067f1e95e3e6cb2707..3a5fec6077ce1082256b0149e355577b0931a7d4 100644 --- a/Numeric/discreteFrechetDistance.h +++ b/Numeric/discreteFrechetDistance.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c5197d2dd62b0daae67811b9d8e42712fc427b2c..6e26d28bbb1f4f45e031f7d7cb628445d9001b14 100644 --- a/Numeric/fullMatrix.cpp +++ b/Numeric/fullMatrix.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f566a1fb6639a931fa56ca9c53b10b8708ab9d3c..ec35e9b5060c44c316308859ee8e6e8a3567d5dc 100644 --- a/Numeric/fullMatrix.h +++ b/Numeric/fullMatrix.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8c747af381d2252f9d441faeaf67f2f45797bb8e..c38efcc3d2e5f4cb9dd0b57dc8c4fb96206bf73a 100644 --- a/Numeric/hausdorffDistance.cpp +++ b/Numeric/hausdorffDistance.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f942b110ee36d68c4cb3b9cbb196efcda218fecb..59448c597dd07a9226b7d21f417477827b515436 100644 --- a/Numeric/jacobiPolynomials.cpp +++ b/Numeric/jacobiPolynomials.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 67886df7819467915bdc75baf19a37a89afbea66..e44b87e80c7d22a05e9039e04d72acb40a7b694b 100644 --- a/Numeric/jacobiPolynomials.h +++ b/Numeric/jacobiPolynomials.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cb7721cd605996c81b98ac6c8e8f12aa5d81d6b0..1f105c1aea74c8316c69b162b5f86331b4055285 100644 --- a/Numeric/legendrePolynomials.cpp +++ b/Numeric/legendrePolynomials.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 df574140d00001bc209e05ee52ed8b1c5320da26..12f0e41c409a38e817725210b9585ea2ba218d34 100644 --- a/Numeric/legendrePolynomials.h +++ b/Numeric/legendrePolynomials.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d8fb48df9a473b7cc2db886be97d8c097ece5c06..1dea4e31a4332ef01ee0d81fd30ad6bf084e81fc 100644 --- a/Numeric/mathEvaluator.cpp +++ b/Numeric/mathEvaluator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d129eca385d2ede477bc88a92d3088b49c0c8cad..310cc4b523e096c4c01db6c8351a11bf9741493c 100644 --- a/Numeric/mathEvaluator.h +++ b/Numeric/mathEvaluator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d2bd3d798f00c9e1cd581fd472286a3df4a28fd1..9779f8aefa696aacb24132a20753124b0c039fbe 100644 --- a/Numeric/miniBasis.cpp +++ b/Numeric/miniBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 563bc4064fa28642ad8e8bb9a04c095b07f8daac..1cec81b37b98ce2509a7d780f34de68712e9f0dd 100644 --- a/Numeric/miniBasis.h +++ b/Numeric/miniBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eede59990d6641eea38fbf96fdb266e2de719e0b..4d36726c62da2278bdd915750c5fbb274ce8d2e6 100644 --- a/Numeric/nodalBasis.cpp +++ b/Numeric/nodalBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 472aed9c16556e501faf1ff9e26a555c0b088fe1..c2aea4e9437e2054e8366a38c2132c020f2ce43d 100644 --- a/Numeric/nodalBasis.h +++ b/Numeric/nodalBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a67c411938a79805c18048a756d8f6f3d216f4d5..dff4320be506dacef10a5c352577e141bdb2fa24 100644 --- a/Numeric/pointsGenerators.cpp +++ b/Numeric/pointsGenerators.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7ec6902b8054e6aae455e6d0c013da1fa3a447ce..5de3e65191d241c40bd359752957c9013de42ef3 100644 --- a/Numeric/pointsGenerators.h +++ b/Numeric/pointsGenerators.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2e1c563dc9fb08043aa9c9967f4c4fa408f7ccc3..efd685c0ba729e0c70e201d547b474e8eac4973f 100644 --- a/Numeric/polynomialBasis.cpp +++ b/Numeric/polynomialBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 671f6f0e607e09478918f4a159188e564a95839c..8a4033fb5b46d52f157c83a046f3a8886cb05eee 100644 --- a/Numeric/polynomialBasis.h +++ b/Numeric/polynomialBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2c2786e352d649cfec5f4adfa0694fe4655dd7a1..4266a663e22b07e3f0802ba9a43508090b910309 100644 --- a/Numeric/pyramidalBasis.cpp +++ b/Numeric/pyramidalBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6c32e1be164305ea2712947f951331ae7e455f95..e6ec26443b3954407d6a0d69e8c06e55a3279fee 100644 --- a/Numeric/pyramidalBasis.h +++ b/Numeric/pyramidalBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 791d540f935da6ef609a047bf862f28e01bc3d1b..e047f80b8d5f5f54010fac48c0bfe24d217583ef 100644 --- a/Numeric/robustPredicates.h +++ b/Numeric/robustPredicates.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 19f83cb1c03d5ba7f9b988ed25b95254f8301dbb..9601e22b32b1e70c9833cc6bf32858aed48c5486 100644 --- a/Numeric/simpleFunction.h +++ b/Numeric/simpleFunction.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b88b07ee1a2f056a6f8469a8d83f82a14a624211..af66d8578840defa5f1570b3ed33ef670313774c 100644 --- a/Numeric/simpleFunctionPython.h +++ b/Numeric/simpleFunctionPython.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b5f956da8f738431cc4e657435b596b63068c205..eeb2891dad9ea12a4a55323456c9e113d46462b0 100644 --- a/Parser/CMakeLists.txt +++ b/Parser/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 8a71b78342cf27a29f562a837455a04fb33abaff..4e6c7a7fd17b8b28f18a0d526ea07b0f09ad34c3 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 969e9d7889a7fa67176893414002a0dffc498ddf..4f4604079db2e7d2ea7aaa4d08540e921e14890b 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5ca901882920296fa69f49641bc0345f737c59bc..58fb22cabac75a192aa8d5de73f0366c5c4f8ef9 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,5 +1,5 @@ %{ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e8b039697d6a1d6371a61f78e286e650c27aa002..d7748a2f38c1e0ab7a8e434a43c6abb0210edbe1 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -470,7 +470,7 @@ /* Copy the first part of user declarations. */ #line 1 "Gmsh.y" -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8247505bbe5709c1b250b3c6a0b828231b38f6b5..ee2f1d1a94ab3ebf2706cf6d639b1971da5cbfed 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,5 +1,5 @@ %{ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f68246b4b069ea8462c179a304ee8e6bd0fc1fa3..2e5c18e14e492f21e6ef8f18a394b516ca631d79 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -1125,7 +1125,7 @@ int gmsh_yy_flex_debug = 0; char *gmsh_yytext; #line 1 "Gmsh.l" #line 2 "Gmsh.l" -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 814a88536de9d952c49fe8215cb24ff2f0084021..09adc779143b3674a4680ff29bdc11fced63b2a3 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5e9a4990e02cd06fc335842f0d3441a94338781b..207f9329a3b1c9e82a3702720ef6c02bb174e1cb 100644 --- a/Plugin/AnalyseCurvedMesh.cpp +++ b/Plugin/AnalyseCurvedMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bfaef52494f53378676556d15aedad48b9217663..7572fd69ff2f81584f6b7f93180aa7ed08bcd739 100644 --- a/Plugin/AnalyseCurvedMesh.h +++ b/Plugin/AnalyseCurvedMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8d732101be1b00b13c99ed7830fc80f3ccbc3d1e..47792b14a8c5d065ad9425eba1c2b4926b478d27 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 853b19c85c2c7d27b7f365927663d74978012ef2..876a384e4856cf44217036e6ce3ad0c9f162238c 100644 --- a/Plugin/Annotate.h +++ b/Plugin/Annotate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 905f8235a672719a33465dbcbc858aa9d10e3cf4..77654ce0b95c2bbf3be78538bb8cc1672217e5b1 100644 --- a/Plugin/Bubbles.cpp +++ b/Plugin/Bubbles.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 42b22f5d6531bd044cf856bd179119dda0b2a28d..61cc7933c6d0e3239e9c551531a397b4a6140192 100644 --- a/Plugin/Bubbles.h +++ b/Plugin/Bubbles.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 73833f10b4f29db422b31b5ce2ae3c082ddd816d..83343629bac83735ce48bb3965f4eedcdf267959 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 68b8dec25ba34d01f50b73f0d1379f91a1db908e..8a24062654882928ed98048bbbf71bb5dbc00122 100644 --- a/Plugin/Crack.cpp +++ b/Plugin/Crack.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 73c8ed7e02595a575516b50b6851bf53ec2004ee..c32a6b55572a6a4f7c1320c32df1dfcda45e5a97 100644 --- a/Plugin/Crack.h +++ b/Plugin/Crack.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3fa8464e97c2478bba67d08698abdf4f8d4a9fce..75da75775dd13f6be7dd547edd5edaf62ab4fcc2 100644 --- a/Plugin/Curl.cpp +++ b/Plugin/Curl.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 910a437019ae40c00a7e8136dfc2152acdd69b5e..2cb82f1f765644e5db6e3f7ea40f982a4c87e996 100644 --- a/Plugin/Curl.h +++ b/Plugin/Curl.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 850b407a071f112de47cf6db6596a8d751e355f6..ca3b5568e1453dbc9751de7c865cc78408913f32 100644 --- a/Plugin/CutBox.cpp +++ b/Plugin/CutBox.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bbefe30290ea8b1d73310b9e07f6e7d0fdfff9dc..0c2d1cbc629c640e4cbab0c140f8ab3a74efa13d 100644 --- a/Plugin/CutBox.h +++ b/Plugin/CutBox.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 88475df7e4e600062ed4233c2482d68e8f0ce50c..68b59411c9aaa96ea7ca8d9b42b7911fb4cb93ae 100644 --- a/Plugin/CutGrid.cpp +++ b/Plugin/CutGrid.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b7cd56387b644bc70a5420b07bbd5fc202b73d10..b3a6a6e52bf5b610f4f15d19e556bf7735a4980c 100644 --- a/Plugin/CutGrid.h +++ b/Plugin/CutGrid.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 66cdf4b4cb6db62e234ff2bf2fc358482bacc296..cf7e0b7e06f3cb61724ffdcfbbbdac282912ecbb 100644 --- a/Plugin/CutMesh.cpp +++ b/Plugin/CutMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b4822827c6d6a0927f743de79424762bbcfb64a4..236d5986c4efe77932eb68f07f8a2501beb240dd 100644 --- a/Plugin/CutMesh.h +++ b/Plugin/CutMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3678ca4793d33f2196773438fe982cd1daccddb2..97f1e3f16a1400a90144ae0a62cd9633cd0c3734 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 73b7aedb160b04ba46227ac10dfab6b71bc0a640..38eb15b5266ea565c6b4c8acd08ed1f35047dc8b 100644 --- a/Plugin/CutParametric.h +++ b/Plugin/CutParametric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e17a4288fa8073229f90176aa48050476f4d5cef..6b5ffca4b8f60b7c2855266ea308ad2664ba54a9 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bec9eef4684c926285ec5e04f9df91a06ff3c480..9e4cd7f0eade311871a9a41419c9edadf203a790 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 14a33786fa78b65f67e5e26ea0bc8b699b9c5ea3..9328c78e51a6dbc2560df3e2f8235d02f66f834c 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 74ef8aa259f9724e597ec5ba7f2d4bca2b28f3fb..4df2058eec0b0099ac6829c55e74edf4063efa52 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e791b665a5852d37e33dfe40052595e32578b020..f9c6eae240a6edd8b9bda5a762d3d6db4f0dfef6 100644 --- a/Plugin/DiscretizationError.cpp +++ b/Plugin/DiscretizationError.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d10a8afc2116dba2110a402d7d7598ea7c32dfed..9a5da1a854df106cf021110423720929ff9ec7d3 100644 --- a/Plugin/DiscretizationError.h +++ b/Plugin/DiscretizationError.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3c72320ea79d49526282ca5931c549c665a61854..4386e15d5258442db6486340bcba4c2ed7a414f7 100644 --- a/Plugin/Distance.cpp +++ b/Plugin/Distance.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7cb83a0be2de306fff0cce0ac4f0ef6fade199ff..5888d9185522b233dcffe43612ee1eadcbe71dd0 100644 --- a/Plugin/Distance.h +++ b/Plugin/Distance.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5c69d580f52586c7121149e8752c58fce5e5b641..d6cb9da57c1d14f8be9ca353eaf762f209596b75 100644 --- a/Plugin/Divergence.cpp +++ b/Plugin/Divergence.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eeb9f20263b18afcc3c822f62a5c6d18baf6ba4d..dc65599513c6e868d3c5a3db6be9909ed37a3298 100644 --- a/Plugin/Divergence.h +++ b/Plugin/Divergence.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d1c8a834d738d4f384d52c769e7a50f9aafa71ca..a468efb85f31811a41b4c5ea503e832ac9cf5306 100644 --- a/Plugin/Eigenvalues.cpp +++ b/Plugin/Eigenvalues.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f06b8bdd8d9656ae2f6b0375c9f1d948fa9a670e..9ce0127204075ee543c2b06dfd72da55068e31a0 100644 --- a/Plugin/Eigenvalues.h +++ b/Plugin/Eigenvalues.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4cf9764bebd1f2b523d1fd99ec1fa0a490ef6998..b1e9004dfd806e229351fc8707459caa1a960b2a 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 213828c7577d4e1c581a8d82629bea333bcc3f02..125815ea2a1935b1d7c3f461581a3789de4465d7 100644 --- a/Plugin/Eigenvectors.h +++ b/Plugin/Eigenvectors.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1ee793030236215abba777c43456b0cd7b43edd1..35f1315857776fe4c58183f06a74391ea80338b8 100644 --- a/Plugin/ExtractEdges.cpp +++ b/Plugin/ExtractEdges.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7e022e35b8224f9dcbe33894a44fc4d0c79089bf..409bd21efa819cc13b7c30fa00f3ec93baa9fc68 100644 --- a/Plugin/ExtractEdges.h +++ b/Plugin/ExtractEdges.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 964beebf0e3adffb1ba584a45d3089165bb55589..f3757dfa213483f69d55eef581dbc6db5ce0f62d 100644 --- a/Plugin/ExtractElements.cpp +++ b/Plugin/ExtractElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ea36a93a745392fab9ee5f76f80d30392998496e..46c6987454f48dec1ea6d08b884289de36c90116 100644 --- a/Plugin/ExtractElements.h +++ b/Plugin/ExtractElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a5ab23ac8f5b50bdd69f71de6610fb9ed8273b56..58da884a9659a27851ab23ddbb2ea105cd08e6e6 100644 --- a/Plugin/FaultZone.cpp +++ b/Plugin/FaultZone.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c5ef6d9b7c0e10c0d6ed76f3c0dc3659cf5034fc..bcb54c9a739e2b3b2bf2e439afd49b64dff12a50 100644 --- a/Plugin/FaultZone.h +++ b/Plugin/FaultZone.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e7845922272526f724dc0e2b81ba93810eb114d7..d8efd70d7ff1350d0b9904f463d5c95138062d2e 100644 --- a/Plugin/FieldFromAmplitudePhase.cpp +++ b/Plugin/FieldFromAmplitudePhase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c64fcecd5b874c1ef78f415a93368b316be32d0b..37a1725d6d868b4b4512705670038687183056b9 100644 --- a/Plugin/FieldFromAmplitudePhase.h +++ b/Plugin/FieldFromAmplitudePhase.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2aeece8f7a3464c25f8cac10a4bc0991a8c4612a..f21153294d40ae1674efef60941fd08791e1d64f 100644 --- a/Plugin/GaussPoints.cpp +++ b/Plugin/GaussPoints.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0d507b5a6730dcd5c2a7076829d418b448f6c8da..552a7f471de696b1906783a57d5a600a07e64d54 100644 --- a/Plugin/GaussPoints.h +++ b/Plugin/GaussPoints.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e6a7fd4743c505fa03fa10867027e535632ced69..4a5c59184ceed90a689140b57e41c524b19f262f 100644 --- a/Plugin/Gradient.cpp +++ b/Plugin/Gradient.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 fb9a0671beea7f8e23c83d12011c6d88efec8520..29667eb050c87bfa777c4119edb14198119bc296 100644 --- a/Plugin/Gradient.h +++ b/Plugin/Gradient.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cdba180018a831e5ecae98fb01d8fa3d6271ea42..b76d9aacb5d17236fdcb131d15626b3b80f45669 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 61f19805e667a51084487f543d3f73882612034e..72d79d2f036a74c8ffe1afba2f84dcac980c7912 100644 --- a/Plugin/HarmonicToTime.h +++ b/Plugin/HarmonicToTime.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 06b699ebcdbdb730e57e9f3b776b39c874b46292..144e6b194bcdccced34f015d6ebbd0ba6ddb67f1 100644 --- a/Plugin/HomologyComputation.cpp +++ b/Plugin/HomologyComputation.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 06c043a72e96eadb72752a1b05c34b04f5ba8f85..192b6783e2d5abcadaca46110951af13e5e94b93 100644 --- a/Plugin/HomologyComputation.h +++ b/Plugin/HomologyComputation.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6a583783cb331fee7abdbfc74962cb3b4b04f4c2..edb0f1456296e6fd57800e44083318689c11bb40 100644 --- a/Plugin/HomologyPostProcessing.cpp +++ b/Plugin/HomologyPostProcessing.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bed4b7587a5e12406db3dc982c0b00a4008bbe94..57aa18af8334246efcc544cf7b96f6f2e8407ca4 100644 --- a/Plugin/HomologyPostProcessing.h +++ b/Plugin/HomologyPostProcessing.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b0dff3a82b3cdaa9d355364443a66d38ab0694a3..e521f50ee030ca5091b5b8612ffa7abfce2cc6f4 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f7ddf46ed40b46423b3adac976f94d0cf9a8abee..d3b9c9f50397d65d4c18d87383d317d6cdc781e7 100644 --- a/Plugin/Integrate.h +++ b/Plugin/Integrate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f38bb5fe71fd4f4da9a073cbca250d4926c27c9a..80834dad3afc44cb1a8fba4e54dbe99559efe757 100644 --- a/Plugin/Isosurface.cpp +++ b/Plugin/Isosurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1ba8c87f0469820158975885db1474a912e3d81a..e869bd550f820c2bfbb5b216cd521b9e1a06bca5 100644 --- a/Plugin/Isosurface.h +++ b/Plugin/Isosurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b4980210cd905ea77ae68b6cb95e2f84a5ccf853..78055aaf954bac753e47581d77e1e0c9b7544bd2 100644 --- a/Plugin/Lambda2.cpp +++ b/Plugin/Lambda2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 eced4abf52dd6dc785b9060b1e05459663b57582..f63c4b446e197796fe92607e9b6a7737d4a5ec72 100644 --- a/Plugin/Lambda2.h +++ b/Plugin/Lambda2.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 49d35d3a37543fba083999c68a9a9176d0f7420e..6b1830f9f72bdc17c8ed94ee8579895557317da5 100644 --- a/Plugin/Levelset.cpp +++ b/Plugin/Levelset.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a8f3bb847b600e174ced848e3f6c9560c500f2bd..1afdb6d33f8ec5e508a1a580a6fd4de284bb8640 100644 --- a/Plugin/Levelset.h +++ b/Plugin/Levelset.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6d55e98103c3f0f65ca1691fefa9db84c98e61b3..4a31391a578a3a65eb5e3596ab94170db05ea2ac 100644 --- a/Plugin/LongitudeLatitude.cpp +++ b/Plugin/LongitudeLatitude.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 247ba19d303c2a72021d09c775188c9da74464a9..8e9ec182cdf0a4c48cc2f181da247fbaf90bdc55 100644 --- a/Plugin/LongitudeLatitude.h +++ b/Plugin/LongitudeLatitude.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2b14a3eb05c75226774044b09e3463dea90cd05a..e18d5112d541d3af6383251dc9bd67d3df8ecea5 100644 --- a/Plugin/MakeSimplex.cpp +++ b/Plugin/MakeSimplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c20ad79c46c8ec701c1095326f9507f7136304ca..210caf19bd0249796d71a7c92832d15c6e1b3102 100644 --- a/Plugin/MakeSimplex.h +++ b/Plugin/MakeSimplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d75d300c5b00d3eea7f236d760900ac0effec06b..201c2481d5b53f106570088d5dafd54228547262 100644 --- a/Plugin/MathEval.cpp +++ b/Plugin/MathEval.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 23b9ece1b1ac3223abaacd64f83918c80f75668d..ef3cc94b42ff3a2855f0f3d79f81c101c00b08aa 100644 --- a/Plugin/MathEval.h +++ b/Plugin/MathEval.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 45a56f1dee27993dd7b2e4283adbf2fe4dce6993..a379e0e4b5f32e8600c36a5c4b44ee4c15f13b17 100644 --- a/Plugin/MeshSubEntities.cpp +++ b/Plugin/MeshSubEntities.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e9f1e02cd395e1b52cdfdf265c4f5b2e18628823..30a40e911186b7ef27c6ce68a2f7d8541cc3c8d4 100644 --- a/Plugin/MeshSubEntities.h +++ b/Plugin/MeshSubEntities.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7694e55997c14866773412b88399b4535e0d077a..40e0ff56444b7896ff0313f01ef442b1f9ebfdad 100644 --- a/Plugin/MinMax.cpp +++ b/Plugin/MinMax.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 06032f407bf5bfeb8e80a1c57d92a32629b3737b..5ccf7180e28eee1c42da9c68e62ade9264430827 100644 --- a/Plugin/MinMax.h +++ b/Plugin/MinMax.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6247ec8cbdb57f7a8c234975bf941f1bc3d01f21..b40578039667566fb1a3453b4d573f72cc46b8cc 100644 --- a/Plugin/ModifyComponents.cpp +++ b/Plugin/ModifyComponents.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 597bc6b5aae75dec54e25f7a7ab44f8f065d64bd..18401a502df3a8cc33c47c2463746e5cb271cc94 100644 --- a/Plugin/ModifyComponents.h +++ b/Plugin/ModifyComponents.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5a465db2a305fa1cc30ff680d34410774ce1360d..62f85f17308408b6da093f1d2ec46c313c4dbf0c 100644 --- a/Plugin/ModulusPhase.cpp +++ b/Plugin/ModulusPhase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7d5650d767ffd42e6a7c5d460c5c4353538e759a..dc8b11b4ea4522493413c8a51ac1671a590b4fd2 100644 --- a/Plugin/ModulusPhase.h +++ b/Plugin/ModulusPhase.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3910cbecd98aca8491314000498fffe5dfd60126..ef7706d7a504fb6934b8687a91f8412d9bcab145 100644 --- a/Plugin/NearToFarField.cpp +++ b/Plugin/NearToFarField.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f4264643e62c8cb651feab97afec96848efa74a4..1915110dcded723f86ddb4be6686d89d3bbff606 100644 --- a/Plugin/NearToFarField.h +++ b/Plugin/NearToFarField.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0e327eb85557b91e03c5ce9147b2f2e62c1fecc4..a360ffba4c203536a71fee7a3e9cdbac7811c616 100644 --- a/Plugin/NearestNeighbor.cpp +++ b/Plugin/NearestNeighbor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3166237d1b8a95f6585b389e342a0d9cbd362315..b01718f6516cc055582b5192a0c1008cb5384e98 100644 --- a/Plugin/NearestNeighbor.h +++ b/Plugin/NearestNeighbor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 976cbcf34bc7de5b07688b23efb163832f406340..9eccc1d024349c75c5eac5f22655f495ac99d123 100644 --- a/Plugin/NewView.cpp +++ b/Plugin/NewView.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 de0d77b7702a8a7b3173115ca25d89f9a72c40af..697dc45b5c5cd3cd5f343651ebac8c6a7b710886 100644 --- a/Plugin/NewView.h +++ b/Plugin/NewView.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 913f957d715d211756fcf79e3c4e661b362544db..a6ac0d63da1374aa2b0808e11e5d832318b43079 100644 --- a/Plugin/Particles.cpp +++ b/Plugin/Particles.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 22a3a839d881b591d173315b417a16e2ae7a0f6f..bef4afc9867db5f0b01fe7b20821a6058338dff4 100644 --- a/Plugin/Particles.h +++ b/Plugin/Particles.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c46ba2bda427f8b768ac84be848e3d7a51d28dc8..47580852b724e054eccad088053a15d710406efc 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 00ca4a8ccc8caf01f73b886abc86703797c6b9a2..a42346f744557851c0e524c8715314d7ba6b304b 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d27f37ce1359e090b7345c2fd347de6d3bf523d9..25599d209443687f15210a43603932b956bbc866 100644 --- a/Plugin/PluginManager.cpp +++ b/Plugin/PluginManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 40e83ef981c38a8a8b278c732bd290c54593c438..3bcb3e908184063b2e4a140b9d7b14bea51384e5 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ba1dc5084e0eecf35f4dcc1d70f150be776527db..ac0bbd3700b076f0d3705c323b1cc717d740fcfc 100644 --- a/Plugin/Probe.cpp +++ b/Plugin/Probe.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 81d71f3812ef65e04bcdabe8528b38b9dce90be5..643ccfb13a09aa51b19a51e6be5df1a147510ecb 100644 --- a/Plugin/Probe.h +++ b/Plugin/Probe.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 66ca38c0d207b3e55745441137c357781281b2d5..7ca2599888b5ceebade755cb3e348f1763a4b7b9 100644 --- a/Plugin/Remove.cpp +++ b/Plugin/Remove.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 cd6bc65c4d79cd65a5d193bda4cf6bb4c858b01d..95332df14d977c357c877dd2a953293ead4ca601 100644 --- a/Plugin/Remove.h +++ b/Plugin/Remove.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 fe5421693d176b7a99bab7f1130fb737810a0943..6730763c06a0ca80db8b89e6f178bff419741915 100644 --- a/Plugin/Scal2Tens.cpp +++ b/Plugin/Scal2Tens.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ed77d856fdc96b0ef3f5a22980600fea6fb6d6b0..c4da8f7757a45b57a2012bfdc1d77e2499082d9d 100644 --- a/Plugin/Scal2Tens.h +++ b/Plugin/Scal2Tens.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5a10a7beaa6272f451ae974aee8dea6f19bcdc75..a52655957787c091d26b05384eb0e33b6708558f 100644 --- a/Plugin/Scal2Vec.cpp +++ b/Plugin/Scal2Vec.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0196e1e1c530e32fa334584ca5fa5a496540ca6d..7d732bf4bcee7366dcb933957eff832228c53ce5 100644 --- a/Plugin/Scal2Vec.h +++ b/Plugin/Scal2Vec.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f3ddc8f65e824b35d56c945a1d20b196314908c2..62fdee5ee7e2df785a012bd07043a663dab8e637 100644 --- a/Plugin/ShowNeighborElements.cpp +++ b/Plugin/ShowNeighborElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 99d70aec02c7d842407f1cf824215782de41cc7a..aef3d2ce995c667c4efa9a863f3401fb7487f78e 100644 --- a/Plugin/ShowNeighborElements.h +++ b/Plugin/ShowNeighborElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e319c9498d4c0fbbcefb98ab35c8cad3b7aa24c0..785fb10c3a439583518ad26d6999a06b4a96d373 100644 --- a/Plugin/SimplePartition.cpp +++ b/Plugin/SimplePartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 94816d0f260890d08fe3d3678ad57ed1a9f2b788..e065437c118a805bd59d880dfd2711c4cb2d4f20 100644 --- a/Plugin/SimplePartition.h +++ b/Plugin/SimplePartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 821d3e1ed0d9d9ac52fb26bb201906b4ad452e06..d488243d1e041785cb75376abaa161f84ac59121 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 137092ca11c7e9c910549675d574d156dae194d5..df915f04ab7bb14b6b34de5f66faf5d868f39f97 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 785b0a700de583a697e6f4da13c682481eabbb36..3e891ad37404fe4145fdfa124a0a8b98928ac4bb 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b2b3ca93910232457e81c5c184ad54f72f2cd897..b5073e28bcae79b996bfbfe353baab6a5e0b5e8c 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 508233631bdd1213a924c45132950049f75a365b..9792240d3189c71fa0856eccc64975e7aef29e98 100644 --- a/Plugin/SphericalRaise.cpp +++ b/Plugin/SphericalRaise.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e7c352210c42e65ab0e44d8e0aca4f48faebd992..7142cd6d0714e6bd421e69d6709ff85dc343043d 100644 --- a/Plugin/SphericalRaise.h +++ b/Plugin/SphericalRaise.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8bc50bab4f8f9ee3665954be5e309ee7aa6e1114..8fc8fcce16ea9eadcf703cd6aaf52ee43e2c565f 100644 --- a/Plugin/StreamLines.cpp +++ b/Plugin/StreamLines.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c8ce908169d2db8316c47f09156240deb5dd5f89..266d070750022f4363758c5e750976e95a750cd4 100644 --- a/Plugin/StreamLines.h +++ b/Plugin/StreamLines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 90e87d7f717e0e08df2af57b9e3e2a5498ef5e1c..4145df62973b345a002117337bb6a29892073fa9 100644 --- a/Plugin/Tetrahedralize.cpp +++ b/Plugin/Tetrahedralize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3e0b8ac05070366ba28a6b55fad83cffa888eb36..939ce5e2fd8174f95c973b7606ecbe29e5e6ad8b 100644 --- a/Plugin/Tetrahedralize.h +++ b/Plugin/Tetrahedralize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 46a37a40dc419e506f738af3ba09a25109b5d69e..c981e3ab9b62478f9331b17a0e00a1a8b9ad6d0b 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8daa77336eab74ff417de66220b7a31beffe1c03..a99e94aec30b1eb85f6f9290cfc638832fd2ae93 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0f59903bdc58348d5aee5530295eec2cf8e6d05c..4ee720a118da29adc9afe64da4cbf4eb35fdf2c2 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ea434c7eafb9170ce68ba8840e83e1571ca2a348..29d29b65bd2a8532010735e55a181cfe8b1f0a7c 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a4558a63156c7fe8ce8f0ee61f3d8a95cc06ed7c..f58cfb8260ff3bbfd1bc4fdb5554fbebad97cb52 100644 --- a/Plugin/Warp.cpp +++ b/Plugin/Warp.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 5cb6c128285cf9ca91b5f52efbb73866cbe452ee..c2b3651f50109c70523b5cf9910d4bc6051b27bd 100644 --- a/Plugin/Warp.h +++ b/Plugin/Warp.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 93b13d39c1274cf00ddf6914823a96bd1914b878..f37fce59e677a4de0c6a88d79b2e5d5c11f5f4c8 100644 --- a/Post/CMakeLists.txt +++ b/Post/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 9983a79e4aac7f54cf7f37db6c1bc6f928228acf..53d699100b3fdab6d69f4d6d41c4914a0d39a504 100644 --- a/Post/ColorTable.cpp +++ b/Post/ColorTable.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9c5905214a0efc00fc712656a1f435d0a2cd8db0..5d0c53454c8d0e4f25372c097da6310b3e6daa74 100644 --- a/Post/ColorTable.h +++ b/Post/ColorTable.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 174fc10b2d3df3fde4f610577d82612ef440cdaa..4b104b5a90c86e2bb05e2a92411dfe9b1461670a 100644 --- a/Post/OctreePost.cpp +++ b/Post/OctreePost.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ff7ddc0055645adf77a18145dfdaafd124fef82b..0c1f1d6afb9d127d899dad4396446471c0127509 100644 --- a/Post/OctreePost.h +++ b/Post/OctreePost.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e599d4fafafd42a1e958af6d4fa106435b800426..ee16a36d1286b9229a89449f5b66874689731e44 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3c8f56d44e8bdf48b1c3f3d1128d773870ecf132..98a30862d44d0dfabd03efefc4e15b4e6edf6a15 100644 --- a/Post/PView.h +++ b/Post/PView.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 677ba979214f8f13adb155c5f73bc50c1b814fac..64819ef5ea5b992f53a92e184d5f425064148dca 100644 --- a/Post/PViewAsSimpleFunction.cpp +++ b/Post/PViewAsSimpleFunction.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9fb511f2eccfd0b4085eec2b05444a9a1272dcfa..c4202d4335364c09f2917b5e717353ee73b1f982 100644 --- a/Post/PViewAsSimpleFunction.h +++ b/Post/PViewAsSimpleFunction.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1d8ee66b208ee36aa3a0c7adaba02310137f1256..760c7f14712997e1897a71a499c4cfc3fe56a057 100644 --- a/Post/PViewData.cpp +++ b/Post/PViewData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7feec8a8a16fd34314ef5d1fe6117d2061d5fcfe..ccc591397256754d4f43b05d19acf53f2ebc6944 100644 --- a/Post/PViewData.h +++ b/Post/PViewData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bad1181db3489166aa87dbae285fde42ba5bb9e4..d52e5324c94fb50dff0d052980130abeb9f430f9 100644 --- a/Post/PViewDataGModel.cpp +++ b/Post/PViewDataGModel.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c15c818830403f6a9e953bf22c3ce118a96acf6c..e7af95139500bead32179a85452d754982864b39 100644 --- a/Post/PViewDataGModel.h +++ b/Post/PViewDataGModel.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 84f9eda3b956bb36e00acb0b4c0dbf02c85daa34..fd6ee713dd85b2761fce0405546bd19bcb083835 100644 --- a/Post/PViewDataGModelIO.cpp +++ b/Post/PViewDataGModelIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 baf705ce83375c060951d36b997359e62dc51e30..8191a0a606c91153bd8682d35b4eba65c0d76944 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8355487ea9ebf7024e50f2b2a3d415602cb51f5a..703066aa75030d722a3114fc184214ee3adaf7ef 100644 --- a/Post/PViewDataList.cpp +++ b/Post/PViewDataList.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 9c1af06bd2405c7aa58ff8c1cff4a689aa68217b..4f8459cb95a10b21e3c3a3082d6c6d9a1694def9 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -1,5 +1,5 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 29f6af1e6a45c6bb481ebef31228a160ce445072..d6ef15e8113df02ce42cc59ca0e178758d450357 100644 --- a/Post/PViewDataListIO.cpp +++ b/Post/PViewDataListIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0fcf3b23070adf8d9b6955f69cc633c5b987660b..57e751e8595d5523a6163a9334f1c0709a1bc273 100644 --- a/Post/PViewDataRemote.h +++ b/Post/PViewDataRemote.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 41e4f8f984fb06cff532f94ab19eedd897f15e2f..b6ab54dedc175bbe7608f07f925f6a850912a673 100644 --- a/Post/PViewFactory.cpp +++ b/Post/PViewFactory.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2742e3718b215211445ce8756538b24c15906cd0..093df01032705691ff0009bdd95f52bfd1036819 100644 --- a/Post/PViewFactory.h +++ b/Post/PViewFactory.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 49cd161339d18250484756431af677cc4f92e10e..d0742019bf14a2078e163e680d73ffa9b9f56daf 100644 --- a/Post/PViewIO.cpp +++ b/Post/PViewIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3063fa645b58d90b5bd7678d13b28394ff0bc911..c1d7c7cff64c3eeca8835a8216a71ae6294291be 100644 --- a/Post/PViewOptions.cpp +++ b/Post/PViewOptions.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 37cab72bcd6960c20f5b0953c75cb5a3114ec0fa..19cc7a35663b123e324a1b8f554e2d580eb98196 100644 --- a/Post/PViewOptions.h +++ b/Post/PViewOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 157e4b86d5beb56db17aeda0cabe2919d9ca1973..e6a9b56609d011f4dcc7b22c57f493220480e562 100644 --- a/Post/PViewVertexArrays.cpp +++ b/Post/PViewVertexArrays.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3de209bcc29e6393952050e922ccc5f639ca9fdb..edaad0cf6fc1602fe3f197be45bbd9a9a0de09e2 100644 --- a/Post/PViewX3D.cpp +++ b/Post/PViewX3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 e6efd4428a0ec3fa7be6a9760ff70eb978fab62b..c4a51ea67e704a0c6447c112cec63314659746cb 100644 --- a/Post/PViewX3D.h +++ b/Post/PViewX3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f75b4713feef7f5dcac65b8452b4bb4034b76b32..583534b7ef20f0718007a9e99486607d68fbf008 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 bec1407023074992b8668cbab3ab4f854c595eb3..488bf274346a17e8c0bd9cebd85b6aaf4d987d84 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 758f55c6b94f5f9ca97f6a4a977f45249e70b781..aac3ad3d580da3ceddd9fa5890a320daf5ddbebe 100644 --- a/Post/shapeFunctions.cpp +++ b/Post/shapeFunctions.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 fd26320b9cabad56922d7625a8cfcf96c302a80f..4a5f5baa015821f18d509d7e49d4cbea558d125b 100644 --- a/Post/shapeFunctions.h +++ b/Post/shapeFunctions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 01142cb5f2fa5e83648d09cf8e39b56730b14249..510bb1acae9ebfb7b8c0f17f48e9b24642ee25f9 100644 --- a/Qt/CMakeLists.txt +++ b/Qt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 00e7ccdb706bba6a1b81b4f793fe79bbb370b1ca..3e51cf718bfa9ea0502f2a019fe2d3ef12515a84 100644 --- a/Qt/GLWidget.cpp +++ b/Qt/GLWidget.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 830a9499bcac1ae8f5a63859b68d0530ff31e0f2..8c75fedfd0705e033980f842de3a464da7206def 100644 --- a/Qt/GLWidget.h +++ b/Qt/GLWidget.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 998a418c7b4b0952c6843ccb00f8473122302e93..dff10d87aa2c5dd641bbc6fb3a019baef87df91e 100644 --- a/Qt/Main.cpp +++ b/Qt/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a37284d2310a497e92225c7e12479ca49fd735b0..ebdbdee86ac1c79189c88c70b86fa30aade92aa9 100644 --- a/Qt/QGui.cpp +++ b/Qt/QGui.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a6af7c00fa1bf960584c899340685558b10a8855..b3f8f8c52f7cbe58cb0613cfe7279e5791616d5d 100644 --- a/Qt/QGui.h +++ b/Qt/QGui.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 c8783beafe068bde1d9eb72f0a4cd73e7d491893..e74d7f854547b4ce63e92ed507f1437ed5c383cf 100644 --- a/Qt/graphicWindow.cpp +++ b/Qt/graphicWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 270d0cd97836a00e7fcb60360ee10b6d29025a7b..68197a9d2b9d26ba2007758a6998be2d2a444704 100644 --- a/Qt/graphicWindow.h +++ b/Qt/graphicWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4cbf5e097c29d14d6b98ec2ae27a53090d74c59a..faa5d7c11c9108f83e30da08f871f625aced39ab 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-2016 C. Geuzaine and J.-F. Remacle, and is +Gmsh is copyright (C) 1997-2017 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 doc/LICENSE.txt and doc/CREDITS.txt for more information. diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt index 27296158c9b522e960cd8e2017bc17a8fbc1f2df..d9f5de36614eb4848556ccdc3dad4f09925f3a74 100644 --- a/Solver/CMakeLists.txt +++ b/Solver/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 567a7dd9f05d283fc6a8ab2d97edc71b8202956b..25edc85843fde3e6309c1f61350ca90dd3cf17be 100644 --- a/Solver/FuncGradDisc.h +++ b/Solver/FuncGradDisc.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8f058b42a3333fbec179af0795761548b69e8ba1..d5d3af89ab15d4dacb43b7d414dd20b52b65eef5 100644 --- a/Solver/FuncHeaviside.h +++ b/Solver/FuncHeaviside.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 11aa405df48bf1b203ebdc3e1930da78807d681f..0b92a9e8a46ae3cc52d2b5b66b518276415aab7f 100644 --- a/Solver/SElement.cpp +++ b/Solver/SElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4bd42c2d73422db46c9998a5640e868f9b2736e9..ac70624e14a07f4cc3bea6789ece81fdf3e5daee 100644 --- a/Solver/SElement.h +++ b/Solver/SElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 4887c8f67c155f19193ef283950d92e26f31d2d9..44344b28ec8ffbac2316bbb9190a28e40b39cff5 100644 --- a/Solver/STensor33.cpp +++ b/Solver/STensor33.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f5aa5afeed529903a7704f2c6f2b3af5b874b4f8..bd01bdf8ad58b568d36699a080698064da2372c5 100644 --- a/Solver/STensor33.h +++ b/Solver/STensor33.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7948aa76b3f127e16048bf95be97a1f883961f5b..0de15b89917d67879ea9e8eb88fdeea6f0aa1509 100644 --- a/Solver/STensor43.cpp +++ b/Solver/STensor43.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 58f20ed78a4f3cf9663aa169c4b31707a3c41a87..09c08dc9627ce519a9fbc3f7d9b2336360d0a39c 100644 --- a/Solver/STensor43.h +++ b/Solver/STensor43.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 6dd307d6962b426b23bf0de8a7c97e4852d6ed2c..b992746a5d1857b602f83f39d343c3f2fb725236 100644 --- a/Solver/STensor53.cpp +++ b/Solver/STensor53.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 559d34929738cfc88cd2aa2ae0805c95f8858e49..fefe35d8acb6412db80699065765e6b16a820a91 100644 --- a/Solver/STensor53.h +++ b/Solver/STensor53.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 724e41ed5bf8b9d4c15b260bd58d4d25687e1650..a1f047964cdb30c590250321dde30ab4aa924c06 100644 --- a/Solver/STensor63.cpp +++ b/Solver/STensor63.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 feb134e327e92ccaa11f5a75b883275ebad29cc7..de6218a8be91edbb7623217ae3d8e3bdcf5ee509 100644 --- a/Solver/STensor63.h +++ b/Solver/STensor63.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 69b82cccecfe47437ce3522d866bc540e4e31484..5df0d5b49c94cc5071efcf538dce64cd4dde5dfd 100644 --- a/Solver/crossConfTerm.h +++ b/Solver/crossConfTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1c28e7fb2b32ea5292ca95ab3f011546cf7720cb..0e9e158c1e36f1210281b62de000f65ac5e2c547 100644 --- a/Solver/distanceTerm.h +++ b/Solver/distanceTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 3c9d76aad27742dd06b75bc7cfe08b41fef82ead..8ca916496fdff17770d0a9af96e6b7178a04a7ee 100644 --- a/Solver/dofManager.cpp +++ b/Solver/dofManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 dc95741c50675763fc56b591efb48bb0f963ef61..4e19f1cbb9a967c9680661458293772930e475e5 100644 --- a/Solver/dofManager.h +++ b/Solver/dofManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f17d30e97dab7e960b52f7101e63cd1afbd2cd46..24043d69e4c58d422a4d4e68d27f16309ee36626 100644 --- a/Solver/eigenSolver.cpp +++ b/Solver/eigenSolver.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b0ffa023b3b95bb9984912df0fae976981248955..91229e811ae162d150c4d1429527260753f03b16 100644 --- a/Solver/eigenSolver.h +++ b/Solver/eigenSolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ace825b2e0b607638921c2c9ce70b10bbfeb02c7..e0a8074b178d550d34cccf0ff5c7c98e69b0a588 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 ff3fd675128b178db831ac9e85948732fafadfbb..82fefc46fc54fdd3e22bd9ad9f654965b27d57c7 100644 --- a/Solver/elasticitySolver.h +++ b/Solver/elasticitySolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 81c54127ebaf490b609a566bbe5a50ec48b5d3e2..c73e5e21d6c8982fb0b8f27f58ca556dcc94e497 100644 --- a/Solver/elasticityTerm.cpp +++ b/Solver/elasticityTerm.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 57293637f6e9a20991ab3b205d43488499f3f692..626a7a97e13b0f54c2097cab3dc3df14ea496ef2 100644 --- a/Solver/elasticityTerm.h +++ b/Solver/elasticityTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8a7c7fb0e4d526ddde4cb80f7d1a5c6169df8cef..df7fdd47e3d15b710951ca7132c6899acc7c4499 100644 --- a/Solver/femTerm.h +++ b/Solver/femTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 f7fdf6805b3bbb98ae8082499059fd5212c2e9a9..9f40c7e5156428c388c49db8d99d8b2dcf189e47 100644 --- a/Solver/filters.cpp +++ b/Solver/filters.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7a14fd197bcce3e45590565db9778d386ee5dbe8..1f3bcc53a2a18a74af42bdb8d3b709a5fde64371 100644 --- a/Solver/filters.h +++ b/Solver/filters.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 453fb311d0f09ebf70e160d81b080b3811120a6c..7492f05e0255ff9161cd5a809ef6730bc86e10f4 100644 --- a/Solver/frameSolver.h +++ b/Solver/frameSolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 811860165718c847bab12b7dc71db60d51286b50..57ecbfde3c16ab1e8e6d00ba5fb0fe421d85722d 100644 --- a/Solver/functionSpace.cpp +++ b/Solver/functionSpace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 69619b69c0aeba82407fe9fb51cc4d38559c3164..674b2a062929303bce3c2311826e6f24cf6410c9 100644 --- a/Solver/functionSpace.h +++ b/Solver/functionSpace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 61b1393ad8d12c74474fb8452afdcb2837f97002..b4b087b55ed9388f028e79b376010483ee2b6352 100644 --- a/Solver/groupOfElements.cpp +++ b/Solver/groupOfElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0561b31b9f00ca8c024f65294e9bd150f0f2e802..f6b31021c751cd756aa3171874fbe50eef001c1e 100644 --- a/Solver/groupOfElements.h +++ b/Solver/groupOfElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 44e064e743b29efaddc44cf4082961621cffcf31..8513b20ca6079768f1b00333fa9afbe338c05ad2 100644 --- a/Solver/helmholtzTerm.h +++ b/Solver/helmholtzTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 66e367d536933e832920afbbd10ed0cc85d12379..f901e9f9a2863e44b427f1ae6c3f9103debbc4df 100644 --- a/Solver/laplaceTerm.h +++ b/Solver/laplaceTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8601fa28adf6d810cf0829b6818e10dcb6c3f058..fa1e9cae07d2e9e40e893203081cc347d264892c 100644 --- a/Solver/linearSystem.cpp +++ b/Solver/linearSystem.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 94d620b8485979fde6088f2e714914e9560a2679..a1900dfc2b9943093aa0871df7f0cf95b6838b96 100644 --- a/Solver/linearSystem.h +++ b/Solver/linearSystem.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d25cd8dd1e1652942bb2980a000f740f80cdbec8..e8d311daa548aac73efaea8294d30e846fd8acd6 100644 --- a/Solver/linearSystemCSR.cpp +++ b/Solver/linearSystemCSR.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 93e056dd62e70f45e549e5e32a8b441619f0b8ee..58e4538beec90c0a41f7f55d878c3d7a23ca8d67 100644 --- a/Solver/linearSystemCSR.h +++ b/Solver/linearSystemCSR.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1ae37db5fa43495d3ec58a3b748bd983e8616ad1..ef953c642534abe6f018e991a996d5116cebfd71 100644 --- a/Solver/linearSystemFull.h +++ b/Solver/linearSystemFull.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 b69092e46686dcb01e42a2cdcdf2566a070e1035..0db5c5bf6d97e36674ac405c626644234b737c4f 100644 --- a/Solver/linearSystemGMM.h +++ b/Solver/linearSystemGMM.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 1f6349d5b74d8fc51c2a9fb4790cf0a4ef377d1a..87052a4e4ba119c83310bbd703982a32f79754b7 100644 --- a/Solver/linearSystemMUMPS.cpp +++ b/Solver/linearSystemMUMPS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0b6cd87f2293b56e888ed3ad0731f2d0b06d37be..411fb20fcf42e79be7b580f7e7ce6f8b8e9be578 100644 --- a/Solver/linearSystemMUMPS.h +++ b/Solver/linearSystemMUMPS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7f4bb8b34567bc657f300562f4398c1fb10a46bc..983e652c025f05e371f0cadeb3c3f9b877eddfb3 100644 --- a/Solver/linearSystemPETSc.cpp +++ b/Solver/linearSystemPETSc.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0575c5174ede73a51b6ab1fd69fd5d859629ce1d..9226b94526a1041d9bb0c9c3987e9ac08ee55be7 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 8072cb0068e8f92a13da3b217ec32223d4a9b519..b0de1237020279be45f751c2e1e6cd681b7bfd82 100644 --- a/Solver/materialLaw.h +++ b/Solver/materialLaw.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/multiscaleLaplace.cpp b/Solver/multiscaleLaplace.cpp index 14b25fb6e3f94d5283e56413932c123fd6298ad4..ca2d11eaae226ec908d1dd3350f94e0498aeeb0d 100644 --- a/Solver/multiscaleLaplace.cpp +++ b/Solver/multiscaleLaplace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/multiscaleLaplace.h b/Solver/multiscaleLaplace.h index b377456778c170c424027b148639475d51b6eee7..b5411284fb98a7168387c44d0f2575d72ee8f853 100644 --- a/Solver/multiscaleLaplace.h +++ b/Solver/multiscaleLaplace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 0ab0db9d2c140271bbb02af8d9a4fe023de4971d..740178a2cca6e8f19ddfce252a6b6d782d455ae5 100644 --- a/Solver/orthogonalTerm.h +++ b/Solver/orthogonalTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 d6cece12af41f9f17fff0cb04a302ef9ecef9b5f..2402a6181cb42594b79e806213b146fa87b54b5e 100644 --- a/Solver/quadratureRules.h +++ b/Solver/quadratureRules.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 445541deddf9da68fb3dc4a72db810cc70fc55db..78d5a8472b5f892cbb37cb3a031c6c9f78dd526f 100644 --- a/Solver/solverAlgorithms.h +++ b/Solver/solverAlgorithms.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 68760d81e1545c36aafa9f275d24e358de0ba5f1..d3afd87ac94fc52110af9af554da8aa129c51673 100644 --- a/Solver/solverField.h +++ b/Solver/solverField.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 a88181b2845bf9bd4c2c97405745e56507a53d84..bfb2a4f3bfdbf0c78269430b47a75714e18be4e2 100644 --- a/Solver/sparsityPattern.cpp +++ b/Solver/sparsityPattern.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 334c291f45b578b7ba428e30405ac3aa33fb9526..bb539265d2604f776ccf0e317f065c01571dca42 100644 --- a/Solver/sparsityPattern.h +++ b/Solver/sparsityPattern.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 687c09e6ce212e1991f5819ccd033b96470025b2..219042407eb011d5916be8f7f10583d37f318e0e 100644 --- a/Solver/terms.cpp +++ b/Solver/terms.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 49e01eb2d5ba0f54fe4e946e5d2cf62ffd76ab74..ca70c60d9f60a0b1023c85813f6d81c159c45832 100644 --- a/Solver/terms.h +++ b/Solver/terms.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 7a2885a8ecad74d6eacd1f1e8649bbbeb26ae0f3..777e5e45ef25b2ed5b9b16b96ea789dd017c80de 100644 --- a/Solver/terms.hpp +++ b/Solver/terms.hpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/ANN/CMakeLists.txt b/contrib/ANN/CMakeLists.txt index 0af8bb24990abc1ac9d49127b0292d18d87a1a9b..8d51ba5b4c1f588700c8ed42e0d48eb96a96591b 100644 --- a/contrib/ANN/CMakeLists.txt +++ b/contrib/ANN/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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/Chaco/CMakeLists.txt b/contrib/Chaco/CMakeLists.txt index fc28cb2689dec40a6c825f469a47ae9a738d64a3..5a6e093527b0c53b993db828826b18437564eaf7 100644 --- a/contrib/Chaco/CMakeLists.txt +++ b/contrib/Chaco/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 8e557a02daed755822e69caa218fd4d8643af8d3..e25cdd4269d53db6d0af569c06d774efdca8c853 100644 --- a/contrib/DiscreteIntegration/CMakeLists.txt +++ b/contrib/DiscreteIntegration/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 6f7c6f2a4572e845fc8341341f21a0f8422eaac0..79c7deb4bece85c04073d9029294fa39751169a2 100644 --- a/contrib/HighOrderMeshOptimizer/CMakeLists.txt +++ b/contrib/HighOrderMeshOptimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 8f3964f1100f0d23a416c929cb3fce9d3aac2295..2e9e52f6a719a8f6436090c518b4fd00825b75ef 100644 --- a/contrib/MathEx/CMakeLists.txt +++ b/contrib/MathEx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 0b185d9a22fc0fc661e6793abf1717f439f79a7c..98b6c93bc75b1fd07e424131506fcffc13cdcf24 100644 --- a/contrib/MeshOptimizer/CMakeLists.txt +++ b/contrib/MeshOptimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 f68e993e2b37dc2699a62b900860ef97b943f922..ab349d41f10f160f3efc87c12d237eb6f7ac03e5 100644 --- a/contrib/MeshQualityOptimizer/CMakeLists.txt +++ b/contrib/MeshQualityOptimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 84d1c1a2e768b6d0e86ec632af349becd837fe22..389f275504f2e27b4506e68ff1357c78d2863d32 100644 --- a/contrib/Metis/CMakeLists.txt +++ b/contrib/Metis/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 1d2d6dbce7ac08a332c8d0fb0555b2477b53bb28..d51370f36f9c8425f6f0e0b980d71caaa73bf1d7 100644 --- a/contrib/Netgen/CMakeLists.txt +++ b/contrib/Netgen/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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/Salome/CMakeLists.txt b/contrib/Salome/CMakeLists.txt index 456bc195fcf95fa66fa8653fac0f2f18bacde79e..ceff7f7f56f9cc659e5af26ac11765a904ff7aec 100644 --- a/contrib/Salome/CMakeLists.txt +++ b/contrib/Salome/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 5dedb56984cfa6e4f8e8729ab9a69f796b81366d..b3c84632689c6bd02600e5cd0be1b7e4f2ababff 100644 --- a/contrib/Tetgen1.5/CMakeLists.txt +++ b/contrib/Tetgen1.5/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 735a65b33a2c1c345001257758ab46e8fa63d629..572c94ce51244b69d2879e6d3a781f05aa0b6ea4 100644 --- a/contrib/bamg/CMakeLists.txt +++ b/contrib/bamg/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 a67be0ea67bbbaedef61a67408d7a8a8c2303a33..b730ad0297bff4429fdd82484edec4cb81f161e2 100644 --- a/contrib/blossom/CMakeLists.txt +++ b/contrib/blossom/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 fa4c497aefd83f98a39b6588bc359a1ff238287d..d118a84530d00d4f7e89cc3b0dbf5e86288aa612 100644 --- a/contrib/kbipack/CMakeLists.txt +++ b/contrib/kbipack/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 4749f834de836e12a29e3367c6d21bcf9bb79e12..d956d301fa1256acbbd215ed187b21de776499d9 100644 --- a/contrib/mmg3d/CMakeLists.txt +++ b/contrib/mmg3d/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 7c6426b605dfb1e175567e28b63704ae2a348208..1d24869d4f274e75e70200066f9d281ff8f82eec 100644 --- a/contrib/mpeg_encode/CMakeLists.txt +++ b/contrib/mpeg_encode/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 b9ed98da34fe298a4a805ab71ea180d55c8d03cb..84abc11d52eb57c8f4dd98f2930b023403575f50 100644 --- a/contrib/onelab/CMakeLists.txt +++ b/contrib/onelab/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 131108f6dc309712e7527fc5784dd913dd4255b8..4492fbbfd2f2a81205df5315fb8648813c916b45 100644 --- a/contrib/onelab/OnelabMessage.cpp +++ b/contrib/onelab/OnelabMessage.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 2a2ff766f880ccee12f5e2db6938dcf5e821b6e5..1ec555d15f5c2f5893646f9f7a180543288be5ce 100644 --- a/contrib/onelab/myOS.cpp +++ b/contrib/onelab/myOS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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 615857beb08361afbc5544c1844b5b764051ed97..5e7e496ede7e1ec99aacb0a7b369b00f4d88c5e9 100644 --- a/contrib/onelab/myOS.h +++ b/contrib/onelab/myOS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See 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/taucs/CMakeLists.txt b/contrib/taucs/CMakeLists.txt index 11afb67ebb1dc682e8beb8d10b635cf01ccd11e4..f98b0f058358ece6eb9f7aa92d588e2c33f5846a 100644 --- a/contrib/taucs/CMakeLists.txt +++ b/contrib/taucs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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 5a6a149ff9d3d10253b99dd94174b1f3519db4f6..420d59869fc87e5878e86623ef4116341447d9a1 100644 --- a/contrib/zipper/CMakeLists.txt +++ b/contrib/zipper/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See 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/CREDITS.txt b/doc/CREDITS.txt index 90dd79ad44328ac864f86b5e8e1d3c185951a231..13c82a38cb9d6e285f6fb8cffcef306a3cf1e1b7 100644 --- a/doc/CREDITS.txt +++ b/doc/CREDITS.txt @@ -1,4 +1,4 @@ - Gmsh is copyright (C) 1997-2016 + Gmsh is copyright (C) 1997-2017 Christophe Geuzaine <cgeuzaine at ulg.ac.be> diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 5daacca52594d371f14c0b10caa9cee159905df2..395e16f791aa997f73d65cacd00d29e986c5ebb1 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,4 +1,6 @@ -2.15.0 (December 4. 2016): fixed several regressions (multi-file partitioned +2.15.1 (January 2, 2017): small improvements and bug fixes. + +2.15.0 (December 4, 2016): fixed several regressions (multi-file partitioned grid export, mesh subdivision, old compound mesher); improved 2D boundary layer field & removed non-functional 3D boundary layer field; faster rendering of large meshes. diff --git a/doc/gmsh.html b/doc/gmsh.html index 74624cfc2a4739ee41621bfcc696f4c0adc653dd..7cd184c49f5df6e661dc661c0ba03d3a3320a331 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -99,7 +99,7 @@ Public License (GPL)</a>: <ul> <li> <p class="highlight"> - Current stable release (version 2.15.0, December 4 2016): + Current stable release (version 2.15.1, January 2 2017): Windows <a href="bin/Windows/gmsh-2.15.0-Windows32.zip">32 bit</a> / <a href="bin/Windows/gmsh-2.15.0-Windows64.zip">64 bit</a>, @@ -210,7 +210,7 @@ program, you can file a report directly <h2><a name="Licensing"></a>Licensing</h2> <p> -Gmsh is copyright (C) 1997-2016 by +Gmsh is copyright (C) 1997-2017 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="doc/CREDITS.txt">CREDITS</a> file for more information) and diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index a7022b0a11883217a7e2df110a599490e3438231..6e5c63443ddb113803bd6bff4054139d61ce9826 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-2016 C. Geuzaine, J.-F. Remacle +@c Gmsh - Copyright (C) 1997-2017 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 %**start of header @setfilename gmsh.info @set GMSH-VERSION 2.15 -@set COPYRIGHT @copyright{} 1997-2016 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle +@set COPYRIGHT @copyright{} 1997-2017 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @settitle Gmsh @value{GMSH-VERSION} @footnotestyle separate @setchapternewpage odd diff --git a/utils/api_demos/mainHomology.cpp b/utils/api_demos/mainHomology.cpp index 7f7428ee5b1e5198ff6531cf4823573958b6784f..21f0cc2635f562392e83765493c05affcd2a8f45 100644 --- a/utils/api_demos/mainHomology.cpp +++ b/utils/api_demos/mainHomology.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/misc/update_copyright.sh b/utils/misc/update_copyright.sh index 659a91f2281e18e71522f1a771ef8f2b4929308f..e3807639f8b6b8a6cb51bc7d6f77b2c2f4fae233 100755 --- a/utils/misc/update_copyright.sh +++ b/utils/misc/update_copyright.sh @@ -1,12 +1,12 @@ #!/bin/sh - -files=`find ../.. -not -path "*.svn*" -and -not -path "*lib*" -and -not -path "*bin*" -and -not -name "update_copyright.sh" -print0 | xargs -0 grep 'Copyright (C) 1997-2015 C. Geuzaine, J.-F. Remacle' -sl` +files=`find ../.. -not -path "*.svn*" -and -not -path "*lib*" -and -not -path "*bin*" -and -not -name "update_copyright.sh" -print0 | xargs -0 grep 'Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle' -sl` #echo $files for file in $files do -sed "s|(C) 1997-2015 C|(C) 1997-2016 C|g" $file > $file.tmp +sed "s|(C) 1997-2016 C|(C) 1997-2017 C|g" $file > $file.tmp echo modified $file rm -f $file mv $file.tmp $file diff --git a/utils/nightly/gmsh.ctest b/utils/nightly/gmsh.ctest index 7901c78ee6caf8ea44fc14cbb80e8fac47935e4a..f982e3549b54c16893e299cbc682d00e32a01c63 100644 --- a/utils/nightly/gmsh.ctest +++ b/utils/nightly/gmsh.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_linux32.ctest b/utils/nightly/gmsh_linux32.ctest index 3c76230b293f0e68ba1c4f0dee20d346e12fdb49..e20cef40785576f0dc6ec8470d76d24de274b346 100644 --- a/utils/nightly/gmsh_linux32.ctest +++ b/utils/nightly/gmsh_linux32.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_linux32_nightly.ctest b/utils/nightly/gmsh_linux32_nightly.ctest index 920e76d1131e6308d811b2dcc3532581166dbc2e..9dd36a0f620bf618fc254480a08212c4d96e501b 100644 --- a/utils/nightly/gmsh_linux32_nightly.ctest +++ b/utils/nightly/gmsh_linux32_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_linux32_test.ctest b/utils/nightly/gmsh_linux32_test.ctest index b584883134dc7d2bc794b157d22fec21c692521c..c8f67c4e3730295f492d13a76bf8991579c1f6ae 100644 --- a/utils/nightly/gmsh_linux32_test.ctest +++ b/utils/nightly/gmsh_linux32_test.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_linux64.ctest b/utils/nightly/gmsh_linux64.ctest index 9e09e29f0383992a74287224f66f88cdb58e521c..64204778bd4bcdea71e1cf428281c4eecc2264fb 100644 --- a/utils/nightly/gmsh_linux64.ctest +++ b/utils/nightly/gmsh_linux64.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_linux64_coverage.ctest b/utils/nightly/gmsh_linux64_coverage.ctest index ce4e81eb660ea943bcdf5231adbd024279466c0a..029a23b1378418e85f7c270858aa2f02520e8e24 100644 --- a/utils/nightly/gmsh_linux64_coverage.ctest +++ b/utils/nightly/gmsh_linux64_coverage.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_linux64_nightly.ctest b/utils/nightly/gmsh_linux64_nightly.ctest index e634d34444d5a2dbc01e5ad414e888513c8812ae..ec9d098f1f502945647c7f263c6ce93dcd0079f0 100644 --- a/utils/nightly/gmsh_linux64_nightly.ctest +++ b/utils/nightly/gmsh_linux64_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_linux64_test.ctest b/utils/nightly/gmsh_linux64_test.ctest index 64817990fdec60c014d55f419c1bd8f800785548..a970f37625e23c86e9c8ef564100ad6441bdbdc0 100644 --- a/utils/nightly/gmsh_linux64_test.ctest +++ b/utils/nightly/gmsh_linux64_test.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_mac.ctest b/utils/nightly/gmsh_mac.ctest index 7c12adc1b396c7ba8d7bc77a50988395f77bb41d..3df439743fd5b9d9e85f89905ecc2329f5192483 100644 --- a/utils/nightly/gmsh_mac.ctest +++ b/utils/nightly/gmsh_mac.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_mac_nightly.ctest b/utils/nightly/gmsh_mac_nightly.ctest index c1ccbc893eabea9c859b185d29bdad80ce6a19f5..7880778e080a886a3f69356b5d8639b7a767aa40 100644 --- a/utils/nightly/gmsh_mac_nightly.ctest +++ b/utils/nightly/gmsh_mac_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_mac_test.ctest b/utils/nightly/gmsh_mac_test.ctest index 803975ca490f7bea2e48d849ecc695a65ce0f0e4..a017e77182fd83578f6b0048b94720203591898f 100644 --- a/utils/nightly/gmsh_mac_test.ctest +++ b/utils/nightly/gmsh_mac_test.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_msvc.ctest b/utils/nightly/gmsh_msvc.ctest index c268c3b469485ca58392120a0085c26309cc9291..13a318e5036de77678ab039c329e129e42c892f2 100644 --- a/utils/nightly/gmsh_msvc.ctest +++ b/utils/nightly/gmsh_msvc.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_msvc_nightly.ctest b/utils/nightly/gmsh_msvc_nightly.ctest index 845d2cc4e0f7a5d9034a2989f7d9b7015ec68580..a9bfcddf2a6fbf8db22a1065fd9ea1a75bbd5c87 100644 --- a/utils/nightly/gmsh_msvc_nightly.ctest +++ b/utils/nightly/gmsh_msvc_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_win32.ctest b/utils/nightly/gmsh_win32.ctest index e00b383b51f258b9f0e08eda07dc4cb2949f9a48..aa78c818b0ba7cd765189b045b79d3b44626b161 100644 --- a/utils/nightly/gmsh_win32.ctest +++ b/utils/nightly/gmsh_win32.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_win32_nightly.ctest b/utils/nightly/gmsh_win32_nightly.ctest index 742636cbbda08e7576fd52bf4771bc45f167c2ee..88a02d7c3eaa05735a628aff13c89f727abc6c72 100644 --- a/utils/nightly/gmsh_win32_nightly.ctest +++ b/utils/nightly/gmsh_win32_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_win32_test.ctest b/utils/nightly/gmsh_win32_test.ctest index aee0f7b9e2d122765f968c152b293b9691f47d68..b2b804673a790ca09d37c848489909848caafd0e 100644 --- a/utils/nightly/gmsh_win32_test.ctest +++ b/utils/nightly/gmsh_win32_test.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_win64.ctest b/utils/nightly/gmsh_win64.ctest index 155e92ecbd13c6c46d08a7d2810c92334dbb1740..5021f28a1b09d35704afa832b960df79d068749e 100644 --- a/utils/nightly/gmsh_win64.ctest +++ b/utils/nightly/gmsh_win64.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_win64_nightly.ctest b/utils/nightly/gmsh_win64_nightly.ctest index 5813f7385fd123a6664b516b2236f4028406547c..99e493a5c324407c3352f92338b5ad81d3528933 100644 --- a/utils/nightly/gmsh_win64_nightly.ctest +++ b/utils/nightly/gmsh_win64_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/nightly/gmsh_win64_test.ctest b/utils/nightly/gmsh_win64_test.ctest index 0530f60dd1e7e9b0042453783e91c5eedb8e0551..035be86e47c7c79325b38469523b2ba43fd99139 100644 --- a/utils/nightly/gmsh_win64_test.ctest +++ b/utils/nightly/gmsh_win64_test.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>. diff --git a/utils/solvers/c++/GmshSocket.h b/utils/solvers/c++/GmshSocket.h index f2e28096e4cd0c65ac3c0658180fe9bcadb273c8..8afb52ed8047e9be897a429a7511e9b84eaab3cf 100644 --- a/utils/solvers/c++/GmshSocket.h +++ b/utils/solvers/c++/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2017 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 775bb5de46a097ead7b01fa25509a33b0759f866..34cb8d12aa1c4f4b777eef4cb10586e73d57cd57 100644 --- a/wrappers/gmshpy/CMakeLists.txt +++ b/wrappers/gmshpy/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2016 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@onelab.info>.