diff --git a/CMakeLists.txt b/CMakeLists.txt index fd1335ef92e34fb3ea0c28fe42aa158e736cce38..fea3a7f65706110cfdb57fa1e9ca35e6e3e9a3aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 5d6ba8fb63ccf9cd7a5e3e73a22fc7f12d819e97..cbd0908df4356cd42eefbeeae8bc6997fa50d38e 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt index 7a0c54c48607aed199869b22ff086e99100be0f3..cb20d416309f44d81e2f49a931584bd68690ec30 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Colors.h b/Common/Colors.h index 97743556a8827794ca12a63bb7adadeb4cbeb3e4..2434dbb9db84acbe53efb97c838bc0ae632b2e0d 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index b3fc022089160abcde7bc90bc02e391d2e8a0141..0296f9539cb50de93877c7afa0e5d1c68fbedeb2 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. @@ -937,7 +937,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-2013 Christophe Geuzaine and Jean-Francois Remacle\n"); + fprintf(stderr, "Copyright (C) 1997-2014 Christophe Geuzaine and Jean-Francois Remacle\n"); PrintUsage(argv[0]); Msg::Exit(0); } diff --git a/Common/CommandLine.h b/Common/CommandLine.h index 8fb94c9ef11ec0dbb0715e403b0a0ec53a823319..8b4292f69c10b9b15c17215b19682794e485ffd5 100644 --- a/Common/CommandLine.h +++ b/Common/CommandLine.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Context.cpp b/Common/Context.cpp index 9f2f33dc992f9d08507c64ea024d9ff40f6102d6..42134a49749935c102251bcdd73da5b89b5eac9c 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Context.h b/Common/Context.h index cf87afb2421f982da44e67ada65ddc68f613c31d..485711d2f6ff1a6c7433b5b8b5c4ba1cd52a1e30 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/CreateFile.cpp b/Common/CreateFile.cpp index 8a6ac5464f8d70b43b4b6d15b3609702ee16c7f6..a06efe00bd5ee0faa76b6b322914ab4c03c21b10 100644 --- a/Common/CreateFile.cpp +++ b/Common/CreateFile.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/CreateFile.h b/Common/CreateFile.h index 932654efb52cb50b3293c61be553735a0f4ec0c9..f8b02b61cf3ff1c42d77fbcbe26e9cf4dbd1f85a 100644 --- a/Common/CreateFile.h +++ b/Common/CreateFile.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 979f5c7302f16cfa3ffdb9abff379a0d447f81b7..00ce9f219bf192245f489f6f72e871cca553afdf 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GamePad.cpp b/Common/GamePad.cpp index f275a26c4b27c91c2b3413edc3b07bb547047a51..dc5181dfaa1972561d7fa86ec1e7a58947a24073 100644 --- a/Common/GamePad.cpp +++ b/Common/GamePad.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GamePad.h b/Common/GamePad.h index 4ec7dbf79fd646cc92441e769a19487768365834..1f6b333c69f74f8f6971187c3beafbc6aa15ef7c 100644 --- a/Common/GamePad.h +++ b/Common/GamePad.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Gmsh.cpp b/Common/Gmsh.cpp index e97c8396916ce655f566eb46b4afdb3d8b1aee4f..7bfa425fb2a0f08c362406c73267e702590274c7 100644 --- a/Common/Gmsh.cpp +++ b/Common/Gmsh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Gmsh.h b/Common/Gmsh.h index 833cfe7f67ea0604cee2e4175635c4906848a342..8d5e21ee304852032d96804176ddc3dae23d586c 100644 --- a/Common/Gmsh.h +++ b/Common/Gmsh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GmshConfig.h.in b/Common/GmshConfig.h.in index cf3c81d219126d2661e1d7b1cdba36107fc7cc11..5695622fd9d1d8c8c259fbc31586b0dd5d0f624d 100644 --- a/Common/GmshConfig.h.in +++ b/Common/GmshConfig.h.in @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GmshDefines.h b/Common/GmshDefines.h index 6d1cf9eff760cd8c5e643bfcac88c953d6a4f2b4..9742f84b15e1f4e75d9c878887f81224fe00d8dc 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index aec212996468f4bfe7136309497003d856883a8f..03b718bb338a4b28d0c4f98a9dd10d8d3590984c 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GmshMessage.h b/Common/GmshMessage.h index d4b3c6f11f7d6d80e4486c6a2b831d8f73e6b81d..79f47ab225e18c399af108c2cc738b478e5037cd 100644 --- a/Common/GmshMessage.h +++ b/Common/GmshMessage.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GmshRemote.cpp b/Common/GmshRemote.cpp index ed040b6e3aca461160d77a5670b09cfe5138e1ce..4c701d448b10f0ce738dafa2a738fac13e855e6d 100644 --- a/Common/GmshRemote.cpp +++ b/Common/GmshRemote.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GmshRemote.h b/Common/GmshRemote.h index 532f2131b7ff14c0aa25b27aff7d5fb3b9419200..d33183b92686b35b91c48b37c9d8fc596e324494 100644 --- a/Common/GmshRemote.h +++ b/Common/GmshRemote.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/GmshSocket.h b/Common/GmshSocket.h index 19cddb8e55e9ea51c9651560d336e1f4d774e6fd..158f9e6f80cd40a68e5b9cbab138ff5f9d870eab 100644 --- a/Common/GmshSocket.h +++ b/Common/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 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 32461d0832ae056d02b23651a58437943cf6a6ec..c1340507d8c32219935a837735d13196c21b5f08 100644 --- a/Common/GmshVersion.h.in +++ b/Common/GmshVersion.h.in @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Hash.h b/Common/Hash.h index eb473bc5c90b1101644c110475698dcc5cffb46d..5e3257aa5d10d89bfa2f3c9fa4cda8db8817ddee 100644 --- a/Common/Hash.h +++ b/Common/Hash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/HashMap.h b/Common/HashMap.h index a07c9111ec1508a23f4c435a567b41e0ec8939ef..d4f885f550c7bd46eabbeb33c8f0a0f29dc463df 100644 --- a/Common/HashMap.h +++ b/Common/HashMap.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/ListUtils.cpp b/Common/ListUtils.cpp index 03fcf4ce5f4a3466a71bbdf356f49a81211b63fc..cbac7acb7259c7b7e1b91276285f08b5a8c9e979 100644 --- a/Common/ListUtils.cpp +++ b/Common/ListUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/ListUtils.h b/Common/ListUtils.h index 5e3dac09997ef90c80712d98377a942a6d571c31..bbe9496c07971335005c7bb3c4972ca298d6664e 100644 --- a/Common/ListUtils.h +++ b/Common/ListUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Main.cpp b/Common/Main.cpp index cc1992f28e3c915eaa7ddefff677540e29febe72..cb6a3c80380601ad31470a490ea94830a6a8b67d 100644 --- a/Common/Main.cpp +++ b/Common/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/MallocUtils.cpp b/Common/MallocUtils.cpp index 534e349f7948ed3cc9cf89aef291267fa84414da..39ea9fec512e62b53bac4d5db6a929fca31eb2e0 100644 --- a/Common/MallocUtils.cpp +++ b/Common/MallocUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/MallocUtils.h b/Common/MallocUtils.h index 81906806bbacb874caa21f6b826b4f42afe7bd12..125a6079043e801f5827e3d15b06eb69276853f3 100644 --- a/Common/MallocUtils.h +++ b/Common/MallocUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/OS.cpp b/Common/OS.cpp index ad3127a9ced839349a2c48ac263be4637293696d..3b0f4bb6c9adc77fb6170c0215fbca269f3e0473 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/OS.h b/Common/OS.h index d856f2a340f9444cd97346e4605435a479d67d05..6c9fc46901c8ab4115883ae6eedc5196b8b67356 100644 --- a/Common/OS.h +++ b/Common/OS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Octree.cpp b/Common/Octree.cpp index 783a1839bdf08a40cd781bc4fb552c5b7ddee5b9..5468bc488bdfef21e857ca6396bbe1c705e670b8 100644 --- a/Common/Octree.cpp +++ b/Common/Octree.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Octree.h b/Common/Octree.h index f69c97a83ea51c893782d6438a3389d1f4c39e12..a0a774121f6be1099a15fa042a09a2f752baa1c3 100644 --- a/Common/Octree.h +++ b/Common/Octree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/OctreeInternals.cpp b/Common/OctreeInternals.cpp index e852d2510aefd2339193b7462255a4a88a86f05d..c84ab175a734f4a987cd1852ae963c5c371c1acc 100644 --- a/Common/OctreeInternals.cpp +++ b/Common/OctreeInternals.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/OctreeInternals.h b/Common/OctreeInternals.h index bdfa72c8b93f0d2a454e0c94e142de08a65f21b5..fa32a504f27c132274fd17f433f69c8d940a733d 100644 --- a/Common/OctreeInternals.h +++ b/Common/OctreeInternals.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp index 8f0729c94adee1a46a04d49c9877b0257bfa7d72..4e6a10c188f66758e3047af183b991b7e81bf191 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/OpenFile.h b/Common/OpenFile.h index 5c7e03cce49e3005ea38c7a749252850ddbb33f8..2997f0e82fbbb068065cb063666032a80a62f79f 100644 --- a/Common/OpenFile.h +++ b/Common/OpenFile.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Options.cpp b/Common/Options.cpp index efbcfbb9c5b3557c841fbd45d074d94147daecf3..3d76466f8fad88c1c47a352a57734af759f73d5b 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/Options.h b/Common/Options.h index fccd0d8562a2070b4f621062343103bfefd5433c..6bbb799f9fabaffdaa27706cbc340602ca151452 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/SmoothData.cpp b/Common/SmoothData.cpp index 4e004b1b638f6a190d581966743b61871ee13668..d133a48259cdca04147be1f43b8c1e266c86d5ca 100644 --- a/Common/SmoothData.cpp +++ b/Common/SmoothData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/SmoothData.h b/Common/SmoothData.h index 8e3071964acc084182cdcbd50d2d6f49cd83a574..53e08f33af41a6897b07e107a41e3139938e490f 100644 --- a/Common/SmoothData.h +++ b/Common/SmoothData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/StringUtils.cpp b/Common/StringUtils.cpp index 7c8d4cb9a5e388ebfa0ba92ed90cf116dba99b6a..f609237f6fa59bef2c15e47f6446b2592864c4ae 100644 --- a/Common/StringUtils.cpp +++ b/Common/StringUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/StringUtils.h b/Common/StringUtils.h index d81e99a225d75d9596b543983158f8d4103c83dc..7791681f239d96f989f6d9a373a8bdf34aeed40e 100644 --- a/Common/StringUtils.h +++ b/Common/StringUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/TreeUtils.cpp b/Common/TreeUtils.cpp index 7e2841eb9dd655c1bf7a8f21a76de1e620e36267..1521270dcd864b518b66e7172aef8d99e4d3b0e8 100644 --- a/Common/TreeUtils.cpp +++ b/Common/TreeUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/TreeUtils.h b/Common/TreeUtils.h index 9b0fe4f7c33f561f468ae3daa424077054110a47..7dd9526b6070c42c68886ea44abebc5f50753aa9 100644 --- a/Common/TreeUtils.h +++ b/Common/TreeUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/VertexArray.cpp b/Common/VertexArray.cpp index 538ad6387329f10c1c09f199f4ee6dd473401463..936b87fb96e7d8fa450295be8333dbdd2860c7c4 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/VertexArray.h b/Common/VertexArray.h index 75f1aae7b1198870cfaf6308af65d71a4cd0eb5a..2d4e5c53f16f2f6a2d8049806f1ee635a83d3b12 100644 --- a/Common/VertexArray.h +++ b/Common/VertexArray.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/gmshPopplerWrapper.cpp b/Common/gmshPopplerWrapper.cpp index 46a0e566bf780c5b0226f222a3a284a52f7d22f2..0d0d40a713e40c733c22db93cb990dc8d04f6c1b 100644 --- a/Common/gmshPopplerWrapper.cpp +++ b/Common/gmshPopplerWrapper.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/gmshPopplerWrapper.h b/Common/gmshPopplerWrapper.h index 7fef0a9e745a977781afbc9ba03bd16ad49b6af2..d225c70003724b100ec1156716c4bc7aa5b88d3c 100644 --- a/Common/gmshPopplerWrapper.h +++ b/Common/gmshPopplerWrapper.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/onelabUtils.cpp b/Common/onelabUtils.cpp index bd819e4ac979a65d995935db817cb832ac2be416..b099b7870f666721795ec17bbd54397425e5770a 100644 --- a/Common/onelabUtils.cpp +++ b/Common/onelabUtils.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Common/onelabUtils.h b/Common/onelabUtils.h index 133e648dfbe93883b57083eadec3866e1cf33206..5ddc9c7979c3424ed701de68f0602589c9665811 100644 --- a/Common/onelabUtils.h +++ b/Common/onelabUtils.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/CMakeLists.txt b/Fltk/CMakeLists.txt index 61f4ca18c74607b05a564eaf92cdffe4b7cdf539..e98342e478f1e99d4b90db0a74a448f8bdee3550 100644 --- a/Fltk/CMakeLists.txt +++ b/Fltk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index e843725be8cc7a70eb357f1fecf959fadebb4730..cb3a1df3985b4d23bf2c1158d39c166c7f441c8e 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/FlGui.h b/Fltk/FlGui.h index eadfc31cbb4f5dd3d04ec82982a36c28e1607157..265602ecc0c04d9ca01697c1e202da88d7ddd159 100644 --- a/Fltk/FlGui.h +++ b/Fltk/FlGui.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index 85027043b460371954e4d20bc7fe84337ec3aa93..bd4754f2781eaa72931abffdac9cfaefcc4d691b 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/Navigator.cpp b/Fltk/Navigator.cpp index 651068a21296fb81a353a05b9656bd74226c1eb6..e08ba92c20b7a261f950dba2c3fb72b15a116e57 100644 --- a/Fltk/Navigator.cpp +++ b/Fltk/Navigator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/Navigator.h b/Fltk/Navigator.h index 7fdab5e1a03a70a09011a90fe2211b5f8300c13a..bf56e237544de42527ada9c63f8812dbf8a10ec9 100644 --- a/Fltk/Navigator.h +++ b/Fltk/Navigator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/classificationEditor.cpp b/Fltk/classificationEditor.cpp index b26b9f726d7cbaa004e470eb14608c920b5ba806..367a322e09052ba4c2a90a50039721a16657a07c 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/classificationEditor.h b/Fltk/classificationEditor.h index edddae83ea67f95f2cde086475bae6e55a78f3c3..a13e6d3f2379d5c93ac63c044b7307e7c9fd9167 100644 --- a/Fltk/classificationEditor.h +++ b/Fltk/classificationEditor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/clippingWindow.cpp b/Fltk/clippingWindow.cpp index 346cac95392f6f918c14cf921ae37c7536f4accd..2e3e303eb2ea2bacf367fdf4c839f22ca5263b71 100644 --- a/Fltk/clippingWindow.cpp +++ b/Fltk/clippingWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/clippingWindow.h b/Fltk/clippingWindow.h index 9ee3892553761492c36e7434b74b25abfe08b073..11d1887a3af7f8c07e6b1e99c361235f81d9abc3 100644 --- a/Fltk/clippingWindow.h +++ b/Fltk/clippingWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/colorbarWindow.cpp b/Fltk/colorbarWindow.cpp index d1a83b9821f3cc8f38128ad4c69f46aced56816b..05a66ce4f46b657e3b336a575af0ab162bb916c0 100644 --- a/Fltk/colorbarWindow.cpp +++ b/Fltk/colorbarWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/colorbarWindow.h b/Fltk/colorbarWindow.h index a6463db01ee616166b84d15a20d5db5dc4ea9feb..32b70f41c9e98b7b50d28e195aeeca25c5a9a28e 100644 --- a/Fltk/colorbarWindow.h +++ b/Fltk/colorbarWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/contextWindow.cpp b/Fltk/contextWindow.cpp index 7970d7f2c971eb2bf1eeca43ec6aee10856af016..24893d81f3ce8a6fe5cf598e05341715f8dab1e7 100644 --- a/Fltk/contextWindow.cpp +++ b/Fltk/contextWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/contextWindow.h b/Fltk/contextWindow.h index f0cdac86aaaa5cc7ecce37b008db7e9de5c51c75..48a1164494e59a5be4b7cb71940a9797493dff74 100644 --- a/Fltk/contextWindow.h +++ b/Fltk/contextWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/drawContextFltk.h b/Fltk/drawContextFltk.h index 9715e867d07f7be996ab42b04506c226844001ef..e35794b723bd9238498310149f59d31d712fe3b9 100644 --- a/Fltk/drawContextFltk.h +++ b/Fltk/drawContextFltk.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/drawContextFltkCairo.cpp b/Fltk/drawContextFltkCairo.cpp index 6d848df10ef39f3d358db808baa9cba1c3345e4c..5b2f80417cccf4e1b9bd9936f2fce0d24667a91b 100644 --- a/Fltk/drawContextFltkCairo.cpp +++ b/Fltk/drawContextFltkCairo.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/drawContextFltkCairo.h b/Fltk/drawContextFltkCairo.h index 24c49bcbfa0494a0d0758a5c3525bf99137328c7..3656b1098d98da94880cc7c121999c3d2230c1e2 100644 --- a/Fltk/drawContextFltkCairo.h +++ b/Fltk/drawContextFltkCairo.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/drawContextFltkStringTexture.cpp b/Fltk/drawContextFltkStringTexture.cpp index 71aeb4304730f11fc26b9a5739ab6bff8ec313e0..b0787be201b112f01107b2916e7f2b231bef2449 100644 --- a/Fltk/drawContextFltkStringTexture.cpp +++ b/Fltk/drawContextFltkStringTexture.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/drawContextFltkStringTexture.h b/Fltk/drawContextFltkStringTexture.h index cd0fe3e92be8e95b58ca155c6c1a1c13da0f1a73..cf31c2e0c83b80ef0ec275212853d6ef89e2366f 100644 --- a/Fltk/drawContextFltkStringTexture.h +++ b/Fltk/drawContextFltkStringTexture.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/extraDialogs.cpp b/Fltk/extraDialogs.cpp index 81ea035782a8a49216d2372e835e854d7fce7af0..b7313c1a0ed9f532be8a26571900de8a7bc38b60 100644 --- a/Fltk/extraDialogs.cpp +++ b/Fltk/extraDialogs.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/extraDialogs.h b/Fltk/extraDialogs.h index 23232b9b6eb78ebf11949413835683038af55c18..81c6f66620d9f83f20527b34b328c39bfdf24322 100644 --- a/Fltk/extraDialogs.h +++ b/Fltk/extraDialogs.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/fieldWindow.cpp b/Fltk/fieldWindow.cpp index 2e36971fc5f8f2116ba86917b2bf18bd438843a5..0ff4ee599846bf5acbb575821b6fbc1de053d504 100644 --- a/Fltk/fieldWindow.cpp +++ b/Fltk/fieldWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/fieldWindow.h b/Fltk/fieldWindow.h index fd2954b0392d48aa82f3dde3712924804452a935..9bcd2d51e0a05a62bea9631f322ea5319f8b550b 100644 --- a/Fltk/fieldWindow.h +++ b/Fltk/fieldWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/fileDialogs.cpp b/Fltk/fileDialogs.cpp index e2d294184bfc146c1de27b3cc987cc744410bb9c..2326e95fdba49a8943482dc6357ea60ff382e8b0 100644 --- a/Fltk/fileDialogs.cpp +++ b/Fltk/fileDialogs.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/fileDialogs.h b/Fltk/fileDialogs.h index 155171781d8449c1797872c872168b2abef15357..c9cdf6bb2c8a58a671c3ca7c9550c097f5b16877 100644 --- a/Fltk/fileDialogs.h +++ b/Fltk/fileDialogs.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/gamepadWindow.cpp b/Fltk/gamepadWindow.cpp index d4614b5d86bf78a4f92b1b88271457733cfe8f6e..5393dbda4874d4efd1489f56599001c5bc643af3 100644 --- a/Fltk/gamepadWindow.cpp +++ b/Fltk/gamepadWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/gamepadWindow.h b/Fltk/gamepadWindow.h index 8ad6265e2513ca657851538b3fa4ef2354cf7f5c..5ee126da6b469c03301bbbb951c6086be6f0380a 100644 --- a/Fltk/gamepadWindow.h +++ b/Fltk/gamepadWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/gmshLocalNetworkClient.h b/Fltk/gmshLocalNetworkClient.h index 54913a91b20dbd69c48c5f34772124605a17841c..8243598e1f0a5d678c9366c5d8696cdf01028ce1 100644 --- a/Fltk/gmshLocalNetworkClient.h +++ b/Fltk/gmshLocalNetworkClient.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/graphicWindow.cpp b/Fltk/graphicWindow.cpp index 14c8835cfb597cc8ffe08abc23c025b1fa7b0bc9..77ced1497384370a99df40f1955b8f87411b0630 100644 --- a/Fltk/graphicWindow.cpp +++ b/Fltk/graphicWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/graphicWindow.h b/Fltk/graphicWindow.h index 5deaba9dd2d0c2c4e97fa46808e95a159110ac80..c8d54460515fdd7633317eb5db08da63ac35d811 100644 --- a/Fltk/graphicWindow.h +++ b/Fltk/graphicWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp index c245abecf79c6ed13cf83a7c58304ef787208039..f84c02d13ec7c6a6f05edcbd937a6cce0a2cd3b7 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/helpWindow.h b/Fltk/helpWindow.h index 32f7e3ae3c818bae4ad0508f75d41ce442f77514..970480add827f11cd7f805d77063dc7d6cfeb0ac 100644 --- a/Fltk/helpWindow.h +++ b/Fltk/helpWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/highOrderToolsWindow.cpp b/Fltk/highOrderToolsWindow.cpp index 93683f2427c27e70a881bdb776a871c4bca0bca3..64dde818f79e020b6848c2c227b8ad55f2c71f32 100644 --- a/Fltk/highOrderToolsWindow.cpp +++ b/Fltk/highOrderToolsWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/highOrderToolsWindow.h b/Fltk/highOrderToolsWindow.h index 21e4f24594e7f16d3130995e94e4ab8e520478fa..e0782fa5cac703301569d786efd24a1123bd09ae 100644 --- a/Fltk/highOrderToolsWindow.h +++ b/Fltk/highOrderToolsWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/inputRange.h b/Fltk/inputRange.h index ff8a38f7980022d3e1d4b56b17e8232b870db4d3..de2c26652b12ac3d3916f09a260170d79f52a5b4 100644 --- a/Fltk/inputRange.h +++ b/Fltk/inputRange.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/inputRegion.cpp b/Fltk/inputRegion.cpp index 774f6a658fe63f008f52e1f9fdc18f0786c3e98b..1711016b3810a4d89fba5563276be915f55a3750 100644 --- a/Fltk/inputRegion.cpp +++ b/Fltk/inputRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/inputRegion.h b/Fltk/inputRegion.h index 010ea056250e4892cf58558be35a76c8f63c2e42..98f589571918b5c00ebe74fdeda27b0c2a878937 100644 --- a/Fltk/inputRegion.h +++ b/Fltk/inputRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/inputValue.cpp b/Fltk/inputValue.cpp index 9799122fc0e658744dab551afa52868acf7438a1..e7edb4896325049a96edc5e40593f38f7bbe7f68 100644 --- a/Fltk/inputValue.cpp +++ b/Fltk/inputValue.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/inputValue.h b/Fltk/inputValue.h index 81ab76699c6afe1c43ac37b808cc262e52a5ee80..c5627c370dcd8ae0e6c8bf0f241d8cb5a0b112f8 100644 --- a/Fltk/inputValue.h +++ b/Fltk/inputValue.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/mainWindow.h b/Fltk/mainWindow.h index d4983386196dbae44e7d08ee4a66a0c4a9e10f8f..cf99f0ceabdac594bacc2514bad17af39f1bf214 100644 --- a/Fltk/mainWindow.h +++ b/Fltk/mainWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/manipWindow.cpp b/Fltk/manipWindow.cpp index 57dc8fa3513b4fa28593fa8037050ae0ae7239c1..9a742f25e000027699e7f6ff47b514b6871d01ed 100644 --- a/Fltk/manipWindow.cpp +++ b/Fltk/manipWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/manipWindow.h b/Fltk/manipWindow.h index 07843d344dd1034338dd9a0f0f8343e122a5884d..eb0c7429283789d2f369bf5f449d281aa7e1db1d 100644 --- a/Fltk/manipWindow.h +++ b/Fltk/manipWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/onelabGroup.cpp b/Fltk/onelabGroup.cpp index 21415a3ca5c1887a72025bf0f8b4d4c8aab96181..6104aeced1dab3fc12eab1114e7a0a8d82c0bdc7 100644 --- a/Fltk/onelabGroup.cpp +++ b/Fltk/onelabGroup.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/onelabGroup.h b/Fltk/onelabGroup.h index 6e0afe8514cbc24d4c0555f5406b216d33aa0d04..b9bbc44fdb8ebb08c8a2eee1ec061825fbe5bb3a 100644 --- a/Fltk/onelabGroup.h +++ b/Fltk/onelabGroup.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/openglWindow.cpp b/Fltk/openglWindow.cpp index 60bd1ccb172f461ed8ec31fcd61ab7ecf14a6efd..2399c237b2796a54f7602f11662e900441393e27 100644 --- a/Fltk/openglWindow.cpp +++ b/Fltk/openglWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/openglWindow.h b/Fltk/openglWindow.h index 22cd79b2b2045b7aaed2387e5269ae505b1d160e..27fe2129c15ef556d55c73843ae515e8f6c74d23 100644 --- a/Fltk/openglWindow.h +++ b/Fltk/openglWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index 2ed3661b6be9177ff2af694ad8e5ab87cef51887..1fc37c51e362e3ffa493636f0e657ab19cd04ce3 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/optionWindow.h b/Fltk/optionWindow.h index ed061565f29cf21f9190452c862cfb685ddf539f..0e678928b2f5b8f5f7937edda45c8cfa9a2d4d32 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/outputRange.h b/Fltk/outputRange.h index c973551065f9d0ac32f09b79a67629c090f81864..72d09f518563c49959ccfc0702c09d0f20a950b4 100644 --- a/Fltk/outputRange.h +++ b/Fltk/outputRange.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/paletteWindow.h b/Fltk/paletteWindow.h index 4262fd405acfc15a04ccace61cbbb9982b4886d0..973ff28d91fc5a33bb285dbc2762b7934d0c57b1 100644 --- a/Fltk/paletteWindow.h +++ b/Fltk/paletteWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/partitionDialog.cpp b/Fltk/partitionDialog.cpp index 516d6f892337904beb94f1dcd1d293b9142ed596..5041f40da805f8e68e8ea96302edfb3a018d1ceb 100644 --- a/Fltk/partitionDialog.cpp +++ b/Fltk/partitionDialog.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/partitionDialog.h b/Fltk/partitionDialog.h index 571c0327a122cd6f94bd571f7f5ee336f74745ab..d27bfb991748cd21fb7a64456bcc65838da51296 100644 --- a/Fltk/partitionDialog.h +++ b/Fltk/partitionDialog.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/pluginWindow.cpp b/Fltk/pluginWindow.cpp index e36291f1c9fb5921f5542e4a4fda9cf55e554a04..316b55ebab85b2ec51ddebee64788204e00a446f 100644 --- a/Fltk/pluginWindow.cpp +++ b/Fltk/pluginWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/pluginWindow.h b/Fltk/pluginWindow.h index 90c7c04dfd4a4b648b85b89d84d422329ae7c783..eae93ccdec0354b8e12ddc4eb3c81c18ff1f2f38 100644 --- a/Fltk/pluginWindow.h +++ b/Fltk/pluginWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/projectionEditor.cpp b/Fltk/projectionEditor.cpp index bac9260ee4af6208c268d83fa40ae0fc9ba51f7e..33b4b427986e6a592c3ab3a4c5158953605baad0 100644 --- a/Fltk/projectionEditor.cpp +++ b/Fltk/projectionEditor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/projectionEditor.h b/Fltk/projectionEditor.h index 877f8130b7e5036fb4c5710763087d934440a55e..293a06a01ba675a6c9af0aa328f72e28b8956c0f 100644 --- a/Fltk/projectionEditor.h +++ b/Fltk/projectionEditor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/solverButton.cpp b/Fltk/solverButton.cpp index a09bfa1b2929d3bfd72aed6977f73fb0f1c7742d..a38dda822d64232d755c4e8f43cadba338e73ae6 100644 --- a/Fltk/solverButton.cpp +++ b/Fltk/solverButton.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/solverButton.h b/Fltk/solverButton.h index c2faaab5610c9516d93d2e4a60c3f3a8ea7b76fc..fc8eb3f2cbb6d71574f3099bd9a63cdd595dfe0c 100644 --- a/Fltk/solverButton.h +++ b/Fltk/solverButton.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/spherePositionWidget.h b/Fltk/spherePositionWidget.h index 36e59c0c6f25eb00b51fe2e79b215df64dd756cd..eee2117467375d4253ed7ac73af7ee3f08426a99 100644 --- a/Fltk/spherePositionWidget.h +++ b/Fltk/spherePositionWidget.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/statisticsWindow.cpp b/Fltk/statisticsWindow.cpp index 4b978a81c32fbd64402f907b453dd77a2a0d08d6..455227cd197ae6c2ba3879bc120e278094844750 100644 --- a/Fltk/statisticsWindow.cpp +++ b/Fltk/statisticsWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/statisticsWindow.h b/Fltk/statisticsWindow.h index 6f9f30176d0e29fa4d477329077edb8ceae40921..7d748df7b32af9d2294713e80bc890650123d63f 100644 --- a/Fltk/statisticsWindow.h +++ b/Fltk/statisticsWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/viewButton.cpp b/Fltk/viewButton.cpp index 28a265bd856f4c5c0f99470601ed42a63e6775c1..ad1c7aa0bb3053eae44d0452b39176046d2c4b7a 100644 --- a/Fltk/viewButton.cpp +++ b/Fltk/viewButton.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/viewButton.h b/Fltk/viewButton.h index 5700c21d08a498517a2f58539ca260f7ad477a31..d43a403a946c7e3b5c191eb29fcd7642c2ee2ad7 100644 --- a/Fltk/viewButton.h +++ b/Fltk/viewButton.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/visibilityWindow.cpp b/Fltk/visibilityWindow.cpp index 87744a06756917f30f0a2391d8dd2ea25cedb9a7..1b8ed65061b2450f4ce8d1d001aa89a4bc1f0650 100644 --- a/Fltk/visibilityWindow.cpp +++ b/Fltk/visibilityWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Fltk/visibilityWindow.h b/Fltk/visibilityWindow.h index dacbb6c0144949eb38e505e80f9bea9f6caeb84a..164fde10f32fb70e1f94be7447b584d7bf1f2b87 100644 --- a/Fltk/visibilityWindow.h +++ b/Fltk/visibilityWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/FunctionSpace/CMakeLists.txt b/FunctionSpace/CMakeLists.txt index a356168c42347bb235cd95f9aca1d99af863e1fd..49c13a1ceab6534ec7f7924d76e72bc0591c884a 100644 --- a/FunctionSpace/CMakeLists.txt +++ b/FunctionSpace/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ACISEdge.cpp b/Geo/ACISEdge.cpp index eddd93b99f02ba9bfb9199558f31af32f6ef02eb..c1d99dd0f166f4856bf24d45ef8f60d89d23a278 100644 --- a/Geo/ACISEdge.cpp +++ b/Geo/ACISEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ACISEdge.h b/Geo/ACISEdge.h index 10514d41e6463f8da21ca1b01ecf524788eee317..fa804c07a2c99e1f0d3096bb27cdec3a70ba3603 100644 --- a/Geo/ACISEdge.h +++ b/Geo/ACISEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ACISFace.cpp b/Geo/ACISFace.cpp index ef39511e0446ee6912a758f8e3504cc801b84f7a..0c9662a6a4d08665f407ac7e7a0cdaedbdf74024 100644 --- a/Geo/ACISFace.cpp +++ b/Geo/ACISFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ACISFace.h b/Geo/ACISFace.h index cd85d024731eb97365281d302e549528a07068bd..e1b0e99e389d512ca28f2f160e7ce100d12752c4 100644 --- a/Geo/ACISFace.h +++ b/Geo/ACISFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ACISVertex.cpp b/Geo/ACISVertex.cpp index 366bd832ef5f235b6da19e4c45467d7000d5cfc8..e7c10e3632bd04e2accd77ea87bd1773221ba4af 100644 --- a/Geo/ACISVertex.cpp +++ b/Geo/ACISVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. @@ -33,22 +33,3 @@ void ACISVertex::setPosition(GPoint &p) SPoint2 ACISVertex::reparamOnFace(const GFace *gf, int dir) const { - // FIXME there is definitively a fastest way to do it and this is wring for seams �!!! - return gf->parFromPoint(SPoint3(x(),y(),z())); -} - -GVertex *getACISVertexByNativePtr(GModel *model, VERTEX* toFind) -{ - GModel::viter it =model->firstVertex(); - for (; it != model->lastVertex(); it++){ - ACISVertex *av = dynamic_cast<ACISVertex*>(*it); - if (av){ - if (toFind == av->getVERTEX()){ - return *it; - } - } - } - return 0; -} - -#endif diff --git a/Geo/ACISVertex.h b/Geo/ACISVertex.h index 1e7da6046bfc38fd7ccae5805abec3186c953116..5f796a4fdb26e8d3aecca4dd80cae9b4d80d2d66 100644 --- a/Geo/ACISVertex.h +++ b/Geo/ACISVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/CGNSOptions.h b/Geo/CGNSOptions.h index 3f865c94f9e70f06d1d82588e2d7182024ba664b..b2de45fb132202df5caf99d4107d0b3842a13f5c 100644 --- a/Geo/CGNSOptions.h +++ b/Geo/CGNSOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/CMakeLists.txt b/Geo/CMakeLists.txt index 4cd0471bc0961dc5f9c3e700f8985e4e962b3d5a..2c56e9b75c9551f9b2e5d9bbc867b66b94357e0b 100644 --- a/Geo/CMakeLists.txt +++ b/Geo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Cell.cpp b/Geo/Cell.cpp index 85a0163ea8dd4883eca77701f8de32d63ae0ece7..dc95c70d7f1edd2f690bde11e216a92abaee5241 100644 --- a/Geo/Cell.cpp +++ b/Geo/Cell.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Cell.h b/Geo/Cell.h index 5c999d81c829665303af075ec10c848d9e581281..3473a8963c62e2f4c42c09e19b4c39f7590a83df 100644 --- a/Geo/Cell.h +++ b/Geo/Cell.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/CellComplex.cpp b/Geo/CellComplex.cpp index 79e3b489c931400867c41a1e1c31a7d91a7d9563..7405363085e887405030bd99cbfda944255e0286 100644 --- a/Geo/CellComplex.cpp +++ b/Geo/CellComplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/CellComplex.h b/Geo/CellComplex.h index 2f2520128ac0a458a68e8d2eb7bd20b23575e3df..8dadc538410f7904081c732a6778c2dfa36a9a9c 100644 --- a/Geo/CellComplex.h +++ b/Geo/CellComplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Chain.cpp b/Geo/Chain.cpp index 13ba5623c33bb14b1402d43a5aa6c570083a2adc..cdc9de9e52f9eb0de5536d5cba6bd9ef7e06f52b 100644 --- a/Geo/Chain.cpp +++ b/Geo/Chain.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Chain.h b/Geo/Chain.h index 0d1c55e05ceebb794b287b7f0fc399c52eb1b7c6..8ef7981ddab3c0079d944ec153f58bb367b53fd4 100644 --- a/Geo/Chain.h +++ b/Geo/Chain.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ChainComplex.cpp b/Geo/ChainComplex.cpp index d0da0319e7d68d149620ba9e4a98d80584db5921..87ce20442571e5a572c156be15a8e024bb1aa469 100644 --- a/Geo/ChainComplex.cpp +++ b/Geo/ChainComplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ChainComplex.h b/Geo/ChainComplex.h index 62fd8726ae33a045d9b13ddcb749fb48576ea9dc..8712eda4758debe133e5cdeeca0e091f1ecabf91 100644 --- a/Geo/ChainComplex.h +++ b/Geo/ChainComplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Curvature.cpp b/Geo/Curvature.cpp index 16be519156e55fc7f0070cd042b9c8d442073943..a21f9be8a086b3dbf71517ad170052a7ed4bac22 100644 --- a/Geo/Curvature.cpp +++ b/Geo/Curvature.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Curvature.h b/Geo/Curvature.h index afdba8576fcb21edc17b56279f9c479d87fe4a35..ff83f0e979f355666c098df694c495cce8c33a2b 100644 --- a/Geo/Curvature.h +++ b/Geo/Curvature.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/CustomContainer.h b/Geo/CustomContainer.h index d830a1c3f3961592b875a6d0969f81c1565b31db..e3f6b68f495d9f9880cdb664c4cea794dfa3adb0 100644 --- a/Geo/CustomContainer.h +++ b/Geo/CustomContainer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ExtrudeParams.cpp b/Geo/ExtrudeParams.cpp index 6c4510a79da9a020b638c25b675ac2808cc76dcf..a1fe11b3c274adfff427f00e17ce9d23be879673 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/ExtrudeParams.h b/Geo/ExtrudeParams.h index 03775f84cd5e4924a3f0d5d008f839cb37fd2ef3..583260f6bc629f1a07c1a6bdffa8fc2cba998924 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GEdge.cpp b/Geo/GEdge.cpp index 448996d54466935268b22c03a46dfc8c30624942..30baf14d14184424330ee5cb963853597641e31e 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GEdge.h b/Geo/GEdge.h index 9bdfb169687d0c876fa4076d879e5fe1d722f3ba..0e5b5cfeb41f58f7c6fdaf43e9c994aedc3fa8aa 100644 --- a/Geo/GEdge.h +++ b/Geo/GEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GEdgeCompound.cpp b/Geo/GEdgeCompound.cpp index bf8e47c356846944ddf8f7514516d8d15f871013..86337ed944c51d007ee653e59295b1af1c990627 100644 --- a/Geo/GEdgeCompound.cpp +++ b/Geo/GEdgeCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GEdgeCompound.h b/Geo/GEdgeCompound.h index 00ca1cf5db2a5025a5b6fcada59a4414038c22f8..d4bf15def6faf5a063af1868adf76a3b7fe7750d 100644 --- a/Geo/GEdgeCompound.h +++ b/Geo/GEdgeCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GEdgeLoop.cpp b/Geo/GEdgeLoop.cpp index 1b65f0a322ee2714bca5c09b5cf4da5301894689..73ae2c4e23ec9b1c2c9432908d28562e1b74ba2a 100644 --- a/Geo/GEdgeLoop.cpp +++ b/Geo/GEdgeLoop.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GEdgeLoop.h b/Geo/GEdgeLoop.h index 4b3919c3b495b201fafc85a7a7b0baed1f0e1f19..b35aa61959ca3e3a76b8d0ba6302f46a0e72fc14 100644 --- a/Geo/GEdgeLoop.h +++ b/Geo/GEdgeLoop.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GEntity.cpp b/Geo/GEntity.cpp index cab2c0e6ff69ef3abcbceccb0879237533075424..d32aa6c4e13f5647d8dec77a9ef03960a8866115 100644 --- a/Geo/GEntity.cpp +++ b/Geo/GEntity.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GEntity.h b/Geo/GEntity.h index cbe257e13c7d2e3e58d18846d0e409ead37c3ff7..b120b83799c8864166b947ece032e4780409649d 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp index 8efeb53b2fc842db4e57c80e29c749d8cd7e98e6..546daf965c9d171376d14b373f16ced586890e45 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GFace.h b/Geo/GFace.h index 6078100fd2e45bdd3e17c027686eb12e3bac833b..232f74f2cdd2da5e9b3a10767d0582814bd378be 100644 --- a/Geo/GFace.h +++ b/Geo/GFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GFaceCompound.cpp b/Geo/GFaceCompound.cpp index 1e240a9697cb6692214df0e95811ed76ca26e0c8..10ceb249831081f61f16acee256940dd92eb6e49 100644 --- a/Geo/GFaceCompound.cpp +++ b/Geo/GFaceCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GFaceCompound.h b/Geo/GFaceCompound.h index f97a9fb072cbf42c198481a9e81c8b451c2d5609..c2146e68cfc00f9234da96911c6e6e3b8b693320 100644 --- a/Geo/GFaceCompound.h +++ b/Geo/GFaceCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 690745ca4282383fd0be7f88fb28d4ab11c08ab6..f74a2f55ef79bd6c271f2f57db04898330ec85e2 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModel.h b/Geo/GModel.h index d1aa2ec37a63042c9cfa31aaf3bb64017b7b5de1..6bbd50bbeac967d0049d5d977973104af5251f92 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelFactory.cpp b/Geo/GModelFactory.cpp index 4a7cbeae41e38b6269649a5b54553c73b10b6482..2bbac8659f93a3ab2224448f171b181eb55542c4 100644 --- a/Geo/GModelFactory.cpp +++ b/Geo/GModelFactory.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelFactory.h b/Geo/GModelFactory.h index f9004c3a286406b92ca0c082be10361aef24d245..ba9aa2b6a4e06922087826e8c04d2788bd292738 100644 --- a/Geo/GModelFactory.h +++ b/Geo/GModelFactory.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_ACIS.cpp b/Geo/GModelIO_ACIS.cpp index fa3fc4bdbc6cf0a1768786097855f912b81432d0..c044a82566131c3481449c4eadd58a383d7a4980 100644 --- a/Geo/GModelIO_ACIS.cpp +++ b/Geo/GModelIO_ACIS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_ACTRAN.cpp b/Geo/GModelIO_ACTRAN.cpp index 1cad484c1af2627bf11caca4e585bf5be07f3ecb..27e885fcd3f83a0d8b964adf312919b34d5a8596 100644 --- a/Geo/GModelIO_ACTRAN.cpp +++ b/Geo/GModelIO_ACTRAN.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_BDF.cpp b/Geo/GModelIO_BDF.cpp index a2f07f40c7b18c6226476dcc776b27a927593278..3e90be70494c82ffaf5f16b2d8fa5d8d20baf9ca 100644 --- a/Geo/GModelIO_BDF.cpp +++ b/Geo/GModelIO_BDF.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_CELUM.cpp b/Geo/GModelIO_CELUM.cpp index 61b79e3208dc1f40a520349b0d4f79bf5e57b807..5864112c3ffbc9f436847d1fc4e3752ee95def33 100644 --- a/Geo/GModelIO_CELUM.cpp +++ b/Geo/GModelIO_CELUM.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. @@ -56,68 +56,3 @@ int GModel::writeCELUM(const std::string &name, bool saveAll, - nombre de facettes - ligne vide ... pour chaque facette - - num�ro de la facette (commence � 1 : utilis� dans les erreurs de lectures) - - cha�ne de caract�res (nom de la partie g�om�trique, mat�riau,... ) - - la liste des 3 num�ros de sommets - - ligne vide - ... - * un fichier de sommets - - nombre de sommets - - facteur de conversion - - ligne vide - ... pour chaque sommet - - num�ro du sommet (commence � 1 : utilis� dans les erreurs de lectures) - - coordonn�es cart�siennes du sommet - - composantes de la normale ext�rieure orient�e - - valeur de la 1i�re courbure principale - - valeur de la 2i�me courbure principale - - composantes de la 1i�re direction principale - - composantes de la 2i�me direction principale - - ligne blanche - ... - */ - fprintf(fpf, "%d\n\n", numf); - fprintf(fps, "%d %g\n\n", nums, 1.0); - for(fiter it = firstFace(); it != lastFace(); it++){ - GFace *f = *it; - if(!saveAll && f->physicals.empty()) continue; - std::vector<MVertex*> vvec; - std::map<MVertex*, CelumInfo> vmap; - for(unsigned int i = 0; i < f->triangles.size(); i++){ - fprintf(fpf, "%d \"face %d\"", idf++, f->tag()); - for(int j = 0; j < 3; j++){ - MVertex *v = f->triangles[i]->getVertex(j); - if(!vmap.count(v)){ - v->setIndex(ids++); - SPoint2 param; - bool ok = reparamMeshVertexOnFace(v, f, param); - if(!ok) - Msg::Warning("Could not reparamtrize vertex %d on face %d", - v->getNum(), f->tag()); - CelumInfo info; - info.normal = f->normal(param); - f->curvatures(param, &info.dirMax, &info.dirMin, - &info.curvMax, &info.curvMin); - vmap[v] = info; - vvec.push_back(v); - } - fprintf(fpf, " %d", v->getIndex()); - } - fprintf(fpf, "\n\n"); - } - for(unsigned int i = 0; i < vvec.size(); i++){ - MVertex *v = vvec[i]; - std::map<MVertex *, CelumInfo>::iterator it = vmap.find(v); - fprintf(fps, "%d %g %g %g %g %g %g %g %g %g %g %g %g %g %g\n\n", - it->first->getIndex(), it->first->x(), it->first->y(), it->first->z(), - it->second.normal.x(), it->second.normal.y(), - it->second.normal.z(), it->second.curvMin, it->second.curvMax, - it->second.dirMin.x(), it->second.dirMin.y(), it->second.dirMin.z(), - it->second.dirMax.x(), it->second.dirMax.y(), it->second.dirMax.z()); - } - } - - fclose(fpf); - fclose(fps); - return 1; -} diff --git a/Geo/GModelIO_CGNS.cpp b/Geo/GModelIO_CGNS.cpp index 243622768e75a2712f1df731b00931168967d514..8cdd3f10555d7b5be0fcd48c3222378431b18880 100644 --- a/Geo/GModelIO_CGNS.cpp +++ b/Geo/GModelIO_CGNS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_DIFF.cpp b/Geo/GModelIO_DIFF.cpp index 83b5dc511555b7c3cb0c110dcfd0952b45f82bfb..18f27acbfe67d0c2592ba49ecf9cfdeac47c1148 100644 --- a/Geo/GModelIO_DIFF.cpp +++ b/Geo/GModelIO_DIFF.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_Fourier.cpp b/Geo/GModelIO_Fourier.cpp index 987213200f5a243137119443c3f859e1090e6f37..6f4beca4ae3f03664136a131036a115d4ff98c33 100644 --- a/Geo/GModelIO_Fourier.cpp +++ b/Geo/GModelIO_Fourier.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_Fourier.h b/Geo/GModelIO_Fourier.h index 7c699a01e984e84551d0c7854a9f0ab773706afd..cb3d18f9954ee6748415b7619784e6e166c7ffd2 100644 --- a/Geo/GModelIO_Fourier.h +++ b/Geo/GModelIO_Fourier.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_GEO.cpp b/Geo/GModelIO_GEO.cpp index 3b8cf19978d6bb8341d8e4d8698e7f15ddaa2f2c..0fec60f139b63d63ac38a5a24072cea68f2f7097 100644 --- a/Geo/GModelIO_GEO.cpp +++ b/Geo/GModelIO_GEO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_GEOM.cpp b/Geo/GModelIO_GEOM.cpp index e318fc8dd0d75d13a2b54c70051f0c0f124cd5b9..4d6558791c85e0bab2ad4507047d5e0b38500c2f 100644 --- a/Geo/GModelIO_GEOM.cpp +++ b/Geo/GModelIO_GEOM.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_INP.cpp b/Geo/GModelIO_INP.cpp index 0c82a562aa687e30af318ec065b4bd3d2d5e962e..216d70175f22d2fb9ef9e873c9ba6a5e6cf563bf 100644 --- a/Geo/GModelIO_INP.cpp +++ b/Geo/GModelIO_INP.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_IR3.cpp b/Geo/GModelIO_IR3.cpp index 2cc29ce9c58fbc3ce3fd581313a68d39c9f7afd2..a1f7d965cf447b5099af6bebf58e4d8b72dd6e9f 100644 --- a/Geo/GModelIO_IR3.cpp +++ b/Geo/GModelIO_IR3.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_MAIL.cpp b/Geo/GModelIO_MAIL.cpp index 1dda663233a7e9db4e4f80b953aa3eb5126bd496..31ba276ad05b9a130ebaf0b475cb71f4e4ead787 100644 --- a/Geo/GModelIO_MAIL.cpp +++ b/Geo/GModelIO_MAIL.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_MED.cpp b/Geo/GModelIO_MED.cpp index 6627dafcec92caa7a80420aef88723565741c80f..6420c7ea778e62e435c3c033c2efdec1b18e3e9a 100644 --- a/Geo/GModelIO_MED.cpp +++ b/Geo/GModelIO_MED.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_MESH.cpp b/Geo/GModelIO_MESH.cpp index 2fa3fc6df3dbbd1ebe33d3ce4f507a6537681814..ab9dfbcc1f3f339c7ab4f99b812bc932e1a34326 100644 --- a/Geo/GModelIO_MESH.cpp +++ b/Geo/GModelIO_MESH.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_MSH.cpp b/Geo/GModelIO_MSH.cpp index eecb0b5e3a145c24f3a13a9f78d2ea8be1f62e52..236aa5222154909c808ec738ee107f0bfa264da4 100644 --- a/Geo/GModelIO_MSH.cpp +++ b/Geo/GModelIO_MSH.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_MSH2.cpp b/Geo/GModelIO_MSH2.cpp index a082dc114f6a4d55c42fa6f96e4e64845b280e58..4f3d7e057a008b2d78c397ad793b0fcc2fa6d950 100644 --- a/Geo/GModelIO_MSH2.cpp +++ b/Geo/GModelIO_MSH2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp index f6b8a077f84602ee40bf8fe105e44de3fef54bcf..8dd9728309fc24bc8f7a90c48b2948bf192be7db 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index d0d132cf18c06598da05553b618e300639e9806f..f45d2935287439899ecdd0924739d03965937819 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_P3D.cpp b/Geo/GModelIO_P3D.cpp index 38ce548a3e7f5cff5951fe10202fdf929df002bf..2b177869a4d05ec53d7729694faaa85e0c571b37 100644 --- a/Geo/GModelIO_P3D.cpp +++ b/Geo/GModelIO_P3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_PLY.cpp b/Geo/GModelIO_PLY.cpp index 949b419558dccaf664990f493416e9f9df15a898..068d0046ec3be07e389074258fd3b440fba332cb 100644 --- a/Geo/GModelIO_PLY.cpp +++ b/Geo/GModelIO_PLY.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_POS.cpp b/Geo/GModelIO_POS.cpp index 0b0d3cbc4f0b50d5598bb3dfe7c275c1f23a6f8f..f9b562259ab76ce328bb378c1a2ad2cc81ecfdc2 100644 --- a/Geo/GModelIO_POS.cpp +++ b/Geo/GModelIO_POS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_SGEOM.cpp b/Geo/GModelIO_SGEOM.cpp index 4788dd6fc5b0f76b4f9dc4ce36cbc011005df71e..9c8a0e1b3aff5bebea241a00bf6ffe36e07668ce 100644 --- a/Geo/GModelIO_SGEOM.cpp +++ b/Geo/GModelIO_SGEOM.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_SGEOM.h b/Geo/GModelIO_SGEOM.h index 75fc4d22c58fc81f4875d46e8b760a5ac2848ad7..ef9916a5c6771dc456890195b0702d1c389ec2a6 100644 --- a/Geo/GModelIO_SGEOM.h +++ b/Geo/GModelIO_SGEOM.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_STL.cpp b/Geo/GModelIO_STL.cpp index a993c1b0b07c8701fa2a33d6e67bb4b930980fd8..229b249ffdec4f504f33b58c244c98f5b0140603 100644 --- a/Geo/GModelIO_STL.cpp +++ b/Geo/GModelIO_STL.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_SU2.cpp b/Geo/GModelIO_SU2.cpp index 12a44e875e763d535721a8beebaaa53a07e9e53e..7e38f4c41c6d498606093a52482e1b424686ca9b 100644 --- a/Geo/GModelIO_SU2.cpp +++ b/Geo/GModelIO_SU2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_UNV.cpp b/Geo/GModelIO_UNV.cpp index c0b07428ea105a904e70f2b7d626510487baf406..c0801d871a52771323b982aafd41f5b1fed0d535 100644 --- a/Geo/GModelIO_UNV.cpp +++ b/Geo/GModelIO_UNV.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_VRML.cpp b/Geo/GModelIO_VRML.cpp index 8b354c5868941989a49a7936e7a28b275a0f67c6..533d001eec37b8be72b84d1a503a46b2b1e03e4a 100644 --- a/Geo/GModelIO_VRML.cpp +++ b/Geo/GModelIO_VRML.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelIO_VTK.cpp b/Geo/GModelIO_VTK.cpp index cba22e8c84d86d1421192e014a6ec5ad2f9dbade..cf55c7c4ffc6fb3355a95a4f827db4fc4387f558 100644 --- a/Geo/GModelIO_VTK.cpp +++ b/Geo/GModelIO_VTK.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GModelVertexArrays.cpp b/Geo/GModelVertexArrays.cpp index feb6246c74864082d49a2319976b16a7a3b2e6dd..52f7600f90e25ae0710046877bbc3b5ee27dffff 100644 --- a/Geo/GModelVertexArrays.cpp +++ b/Geo/GModelVertexArrays.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GPoint.h b/Geo/GPoint.h index cd743cacd14d5f3cd9e954416b70dc39f3cf5501..13bb3e8eb125fe53e49af827054f0f3284b2ef22 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GRbf.cpp b/Geo/GRbf.cpp index b2c3f2dcb7d6603e99ef3ea12a3202bbc402818e..30965a0517a8b16c6a365be2c62531d62dd8980e 100644 --- a/Geo/GRbf.cpp +++ b/Geo/GRbf.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GRbf.h b/Geo/GRbf.h index 25962ef955d1810442c3532a9bded0cd5a078f41..547fd6dc295eb55d03e8816ad39c90e03cf0b773 100644 --- a/Geo/GRbf.h +++ b/Geo/GRbf.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GRegion.cpp b/Geo/GRegion.cpp index d88982dab5b9a6c66e51e49b2fbc5bc39cf025ea..afd6772670a5dddb4bba6b6bcaa301618dbf5b80 100644 --- a/Geo/GRegion.cpp +++ b/Geo/GRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GRegion.h b/Geo/GRegion.h index fd5a66353341c398853439a696c061b0b527c453..110c232942091fef97f86be4c1e0050a1da4af9a 100644 --- a/Geo/GRegion.h +++ b/Geo/GRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GRegionCompound.cpp b/Geo/GRegionCompound.cpp index b0f27ab4205e86beb4b402dff290764c116a6d8f..b55bef34811c881092c821cb91d69ceadef9af19 100644 --- a/Geo/GRegionCompound.cpp +++ b/Geo/GRegionCompound.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GRegionCompound.h b/Geo/GRegionCompound.h index 18db62549b28c8d6368cb0153f6b524faa29e44e..5140f9281456d645843b3e1786130c0b6d60fc13 100644 --- a/Geo/GRegionCompound.h +++ b/Geo/GRegionCompound.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GVertex.cpp b/Geo/GVertex.cpp index 3606b5bcfabddd87da98e6a676bd9db36a1281da..85f1c49ce87156bf760c7b64103aa8bd85d708bc 100644 --- a/Geo/GVertex.cpp +++ b/Geo/GVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GVertex.h b/Geo/GVertex.h index 3cdd18410ef32f612bdf2a05fef4cb3f11ee82ec..96e98fd22e00b88ff4b8ff36e674630369032a08 100644 --- a/Geo/GVertex.h +++ b/Geo/GVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index 55fd8e128097fa15fd1ae3c8b12efc7bcd59536d..41e285a3f9fa54a3ed8f8e32819190d15526ab92 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Geo.h b/Geo/Geo.h index f69e3e54162c8d15748be71ef80cda88f27cac2d..4097c296c0b95f3c4f29c452fc7f783659ecbf3f 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index 732f87a34eb2f4516156b301a058791836010575..1270eb7c46615370673642159b95a71192af480c 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GeoInterpolation.h b/Geo/GeoInterpolation.h index 50730aaeb781af15f94e27d9619f632b5616799e..f1298d65348553b5005c11bbc437ae42e604576f 100644 --- a/Geo/GeoInterpolation.h +++ b/Geo/GeoInterpolation.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GeoStringInterface.cpp b/Geo/GeoStringInterface.cpp index e449f04569139970945f8aeb6c69db0f90e55e6a..7b29975fa351bb3208450cc131e062b21f4844c5 100644 --- a/Geo/GeoStringInterface.cpp +++ b/Geo/GeoStringInterface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GeoStringInterface.h b/Geo/GeoStringInterface.h index 651ebede675fd34754c21234bf8c2c1bf9bf26f3..b8c9da7437222e02b91f29df88ffab9b4f4c1a57 100644 --- a/Geo/GeoStringInterface.h +++ b/Geo/GeoStringInterface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GeomMeshMatcher.cpp b/Geo/GeomMeshMatcher.cpp index 84c08b4995b8be7cbac8cd0a808de28ac4496a6d..79ddb234ca7652e533ba6aa5759d7dbdf07f71bf 100644 --- a/Geo/GeomMeshMatcher.cpp +++ b/Geo/GeomMeshMatcher.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/GeomMeshMatcher.h b/Geo/GeomMeshMatcher.h index dd2d1872db9504115e78658877ef51e1f2dc3f6b..2ecd609e6748fb13d65457c3a5520b7b075e96ab 100644 --- a/Geo/GeomMeshMatcher.h +++ b/Geo/GeomMeshMatcher.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index 3a3bd2407047c84f5d1a121e7aa5f3322a73c881..97eab681e2542622a35cd80b4d31981c8b8f6864 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Homology.h b/Geo/Homology.h index 6010a1e2f7f8545d99ad401eb345822772a003fc..7768a3101022d3399a63c166feef56198ba640fd 100644 --- a/Geo/Homology.h +++ b/Geo/Homology.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MEdge.cpp b/Geo/MEdge.cpp index 127bedbec5bc32aa649092feb31d8125a3606b9d..3f7112606c88f738540af46ecd2a96c93f26fa2d 100644 --- a/Geo/MEdge.cpp +++ b/Geo/MEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MEdge.h b/Geo/MEdge.h index 86c9857c2766431bd342bedfd7eaef30df6d8360..92c30ea5ce341f9a1b738b85a899052c8fd12568 100644 --- a/Geo/MEdge.h +++ b/Geo/MEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MEdgeHash.h b/Geo/MEdgeHash.h index bc15c8e29036de1a0d63653be408fd493102c83c..d7306266987cbf6e047a7682c733dbdf9c55777d 100644 --- a/Geo/MEdgeHash.h +++ b/Geo/MEdgeHash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp index fa487a5a9771cad2a3c4f39e0783fda046340360..adcd2ec447bb3843c20f3595e152292768ca6cb6 100644 --- a/Geo/MElement.cpp +++ b/Geo/MElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MElement.h b/Geo/MElement.h index cc19534964f621526819712ca5c4f236136d479b..99637b1b4895611780962bb3ae1ca3f47795dacb 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MElementCut.cpp b/Geo/MElementCut.cpp index df8f5292ddf8eb019b84c44c4245e0e153bc4469..d80893f50a1ec7253dcd6e841492aef56d776dc3 100644 --- a/Geo/MElementCut.cpp +++ b/Geo/MElementCut.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MElementCut.h b/Geo/MElementCut.h index 500c3d23a7d015e6e698baea78cd77297f6ed108..f1a011cb7456378bcbbb927dd5037097b78d56ee 100644 --- a/Geo/MElementCut.h +++ b/Geo/MElementCut.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MElementOctree.cpp b/Geo/MElementOctree.cpp index e65860ca16fbcb8d1e03650ceaa1815c5438cc66..04f24c62267025ce018b03c36c56b6ba035cd291 100644 --- a/Geo/MElementOctree.cpp +++ b/Geo/MElementOctree.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MElementOctree.h b/Geo/MElementOctree.h index a52316f37e71b1c50a1aff1356daaa31f1bf5436..3777a0cb5f296ce8f3ba50818ebf2a0b9b6863dc 100644 --- a/Geo/MElementOctree.h +++ b/Geo/MElementOctree.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MFace.cpp b/Geo/MFace.cpp index 146c4091d47f8412b74bd750d8eba1a941911269..c46bc1913b30c3f35666d318d8f917a397adfeab 100644 --- a/Geo/MFace.cpp +++ b/Geo/MFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MFace.h b/Geo/MFace.h index c2774c819a5c9b6365b33ddeb006c4422712e9c3..0e0936904e32af6425fbacf90f2d80b1f9ac7957 100644 --- a/Geo/MFace.h +++ b/Geo/MFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MFaceHash.h b/Geo/MFaceHash.h index 03bf2414da03bc5b34a5ccbff52838e0eec21109..d9b3e6acbdf87293971efe4bd5b2875a30b52ba6 100644 --- a/Geo/MFaceHash.h +++ b/Geo/MFaceHash.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MHexahedron.cpp b/Geo/MHexahedron.cpp index 7e4a20ae7346428293a88a9b6a1e2ff3dc12d4b6..f862e644f496da580bcfc93f25bf20dff7747d60 100644 --- a/Geo/MHexahedron.cpp +++ b/Geo/MHexahedron.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MHexahedron.h b/Geo/MHexahedron.h index 17596c1a7f0145b46183efffcf4a9ea71d6f331d..22ddc41034d1922e978e53faa580874fc4bae585 100644 --- a/Geo/MHexahedron.h +++ b/Geo/MHexahedron.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MLine.cpp b/Geo/MLine.cpp index fa296bf2ff117eb9302a6727d9a9bc68c56e2b04..4dfc65ff85bd7295c09b72c207a2c32f64166390 100644 --- a/Geo/MLine.cpp +++ b/Geo/MLine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MLine.h b/Geo/MLine.h index 12c192d20bdaeec3f4be8f5882b79d2f81cc6228..d6e47489c401f9cc3d1d2677000b304c2f5b3dbb 100644 --- a/Geo/MLine.h +++ b/Geo/MLine.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MPoint.h b/Geo/MPoint.h index 06e89b0481e5ae0e535780f8625e5b230dbd3066..0ce0bee58e6f32dfe7ee7c20aa800d104eebea86 100644 --- a/Geo/MPoint.h +++ b/Geo/MPoint.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MPrism.cpp b/Geo/MPrism.cpp index 35cf9d96b27ca857e3e890e4ba30328c7d319f32..b83af8b1a6291a2007ffa0658e0cd4f9484e0238 100644 --- a/Geo/MPrism.cpp +++ b/Geo/MPrism.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MPrism.h b/Geo/MPrism.h index 3bf01b3e8406e520900831a7cf556e0bc389a351..2a2075f1743d54b16ae15da317e8411889d42098 100644 --- a/Geo/MPrism.h +++ b/Geo/MPrism.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MPyramid.cpp b/Geo/MPyramid.cpp index 1f496faccbdcc9c0e4fc3c7cc6c24348c86b2075..4bf91037f721b966fec93a87a21850b70ba643fc 100644 --- a/Geo/MPyramid.cpp +++ b/Geo/MPyramid.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MPyramid.h b/Geo/MPyramid.h index 73c71a9d80c7dbee44a0bce97744652bb4cbcd73..423a7d0ae1e86331b01066b9bad4443ffdfcc3b1 100644 --- a/Geo/MPyramid.h +++ b/Geo/MPyramid.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MQuadrangle.cpp b/Geo/MQuadrangle.cpp index 2e921ac53381bd0acefb563faf234d8e829b4f7d..271c6d70082be4988bb5eb126dcc0880b44efdde 100644 --- a/Geo/MQuadrangle.cpp +++ b/Geo/MQuadrangle.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MQuadrangle.h b/Geo/MQuadrangle.h index f2e696e0ec91293694a0845b68cba427c83f9148..07f171f142e71ae57504955e1cf6c0190647962e 100644 --- a/Geo/MQuadrangle.h +++ b/Geo/MQuadrangle.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MSubElement.cpp b/Geo/MSubElement.cpp index 1652cf8a80aa06f09b977b14952a96228c475b70..3a4e24db8dc0c1abcd1541d1ce98d6697e9f6492 100644 --- a/Geo/MSubElement.cpp +++ b/Geo/MSubElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MSubElement.h b/Geo/MSubElement.h index 34b05983991a16291c78429afb3f52c84533a406..72404d034e8126adf129c40947ba2c89abb9e535 100644 --- a/Geo/MSubElement.h +++ b/Geo/MSubElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MTetrahedron.cpp b/Geo/MTetrahedron.cpp index 680ee8f8bc31bcaef8d47d69adbd709aee1aa9b1..6a7ce299315a4c70ece950d5308dbc4e0d82194c 100644 --- a/Geo/MTetrahedron.cpp +++ b/Geo/MTetrahedron.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MTetrahedron.h b/Geo/MTetrahedron.h index de26df6f3e6fd51b3b2fabc5e44e2c0d24fcdd82..245fdc09a87b4b11026cc9150be86d0882972feb 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MTriangle.cpp b/Geo/MTriangle.cpp index e7f2a8b37faf152d3a44c54342c38e63f692b47f..28ab2572276c4b8fd752493021fae3a5c0fb0319 100644 --- a/Geo/MTriangle.cpp +++ b/Geo/MTriangle.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MTriangle.h b/Geo/MTriangle.h index db9c31c19bfa273bf7b934fa027c26b4f05ce471..dbda43a1f23410ace1b8bd70e0b743a1269810a8 100644 --- a/Geo/MTriangle.h +++ b/Geo/MTriangle.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MVertex.cpp b/Geo/MVertex.cpp index 98dceccb732b641d583aa304098376eb85204618..52ba59c1d58a65abdabda46d0a7038ab12a07c19 100644 --- a/Geo/MVertex.cpp +++ b/Geo/MVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MVertex.h b/Geo/MVertex.h index 70038b6f4324587a2c4ad3e0e34aabfa186d2368..c4049fe74bd1a97b0a7f08787cfbc9ed47ea3dc0 100644 --- a/Geo/MVertex.h +++ b/Geo/MVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MVertexBoundaryLayerData.cpp b/Geo/MVertexBoundaryLayerData.cpp index 4ff6e7d2179864e877042ff80a7910dabca27868..29aece2852660b7c4e241285bdc7237ef902f9a0 100644 --- a/Geo/MVertexBoundaryLayerData.cpp +++ b/Geo/MVertexBoundaryLayerData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MVertexBoundaryLayerData.h b/Geo/MVertexBoundaryLayerData.h index d001ec7075f6c34c87bf2a8b752a7a877e258410..368de9b7164c842965e89619670d4b1474c9e2d8 100644 --- a/Geo/MVertexBoundaryLayerData.h +++ b/Geo/MVertexBoundaryLayerData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MVertexPositionSet.h b/Geo/MVertexPositionSet.h index f10b2b4213e7c44ce0d9233e7db46e6e48a49967..27f379e63578911f56dd1020802e81c49145f637 100644 --- a/Geo/MVertexPositionSet.h +++ b/Geo/MVertexPositionSet.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MZone.cpp b/Geo/MZone.cpp index 58780962ad2ab6cbec4fb3383e0310354074eba3..89c68d63d11fbef05c1956fd7c9ebed0e1e858f7 100644 --- a/Geo/MZone.cpp +++ b/Geo/MZone.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MZone.h b/Geo/MZone.h index e25fd357f8a9b094ddb5361174bf37dd10e6de8e..a071dbf7a87c28c43d6a1fe814fa645fdf2583be 100644 --- a/Geo/MZone.h +++ b/Geo/MZone.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MZoneBoundary.cpp b/Geo/MZoneBoundary.cpp index 1f0279bbb45f556ba62ee55f0636029972878b1e..4e6b59eab303fcabf29220ef7c66ea2cadf1cea9 100644 --- a/Geo/MZoneBoundary.cpp +++ b/Geo/MZoneBoundary.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/MZoneBoundary.h b/Geo/MZoneBoundary.h index 3a40922b57fa722c4ce92de2df6c28178dca71c5..a465142cabc941be76faf4c5549b738093c06828 100644 --- a/Geo/MZoneBoundary.h +++ b/Geo/MZoneBoundary.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCEdge.cpp b/Geo/OCCEdge.cpp index 23c59eba933d3fe5e5b4c72860df3653c75b7a22..5e869775fc2256f23850484835c29009cd370794 100644 --- a/Geo/OCCEdge.cpp +++ b/Geo/OCCEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCEdge.h b/Geo/OCCEdge.h index 76c63c679adaea8df5c5d9c8b46979f0bcade73b..ba176b283b0c1d052e37bc2cc7b764c48c151cfb 100644 --- a/Geo/OCCEdge.h +++ b/Geo/OCCEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCFace.cpp b/Geo/OCCFace.cpp index 29a620881b64d66c88098e8bf120030b9809f187..125774adb24a0e78a157a42967e24cf973f3d7e6 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCFace.h b/Geo/OCCFace.h index 6d1a1ea9233d1e043fdc1a305cf381484eb4191e..d51baa26a96a9283ceba33ca06339ae36ccc5da5 100644 --- a/Geo/OCCFace.h +++ b/Geo/OCCFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCIncludes.h b/Geo/OCCIncludes.h index 6ebfc3f348e7b80e787701f276394ff66002f2e5..9f05b63b978c3ba96aeccb4d4d8529e3deb79fe3 100644 --- a/Geo/OCCIncludes.h +++ b/Geo/OCCIncludes.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCRegion.cpp b/Geo/OCCRegion.cpp index 897e84a5b6272929986aaf17108a63b7f5de9134..d4df9425d71fe51b69c38372178203fcc2fb17c4 100644 --- a/Geo/OCCRegion.cpp +++ b/Geo/OCCRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCRegion.h b/Geo/OCCRegion.h index 27049bd63cfc250ca5b8df38d31951a936ccafb2..2fcd174d96fe1a30a8f3f8579f0238edf6597144 100644 --- a/Geo/OCCRegion.h +++ b/Geo/OCCRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCVertex.cpp b/Geo/OCCVertex.cpp index adc42ba13da4df78e6ad0c20706e02255aad24b6..ae941cbfa29c79e6d69eb2608b791c597c47041e 100644 --- a/Geo/OCCVertex.cpp +++ b/Geo/OCCVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCCVertex.h b/Geo/OCCVertex.h index d0143aa2c26a37d1d8aa6635c987302f711812a0..7845c4512e6171b24651adca0cec85bb62ab5d7f 100644 --- a/Geo/OCCVertex.h +++ b/Geo/OCCVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCC_Connect.cpp b/Geo/OCC_Connect.cpp index 0748b0c9f61ec1e815d6950ea029780094797517..1e9dbb9d0c1c4b5d82ff6bef22749a17ba914575 100644 --- a/Geo/OCC_Connect.cpp +++ b/Geo/OCC_Connect.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/OCC_Connect.h b/Geo/OCC_Connect.h index 2acba6bbe383f4cb8143dd09f7d5d941aeb1e585..bb9f45cdb978caa8d029a01bce9391919715207a 100644 --- a/Geo/OCC_Connect.h +++ b/Geo/OCC_Connect.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Pair.h b/Geo/Pair.h index acef809afdd2709c68057e65d7ae74fe8909729c..2c3dcff669bf57fba0b886172fd91787f97ed49f 100644 --- a/Geo/Pair.h +++ b/Geo/Pair.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/Range.h b/Geo/Range.h index bab118de6a895f2b4f413c4e2e3918923cb452f0..d8374725a5b1e86c99ee14b0e0fe6f545fadfaf3 100644 --- a/Geo/Range.h +++ b/Geo/Range.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/SBoundingBox3d.h b/Geo/SBoundingBox3d.h index 179fa67d9191982f1b1bdc65b0a887b3a7c254a4..f3e13369a02ef1997e74d35643aeb53567d6bc53 100644 --- a/Geo/SBoundingBox3d.h +++ b/Geo/SBoundingBox3d.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/SGEOMIncludes.h b/Geo/SGEOMIncludes.h index c6936f48db39ec152b36b2d4d801ddbc18b08426..0ced426b35a3ae7c284f09e037d9b1405443d20d 100644 --- a/Geo/SGEOMIncludes.h +++ b/Geo/SGEOMIncludes.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/SOrientedBoundingBox.cpp b/Geo/SOrientedBoundingBox.cpp index b233df0f8fb003e3239b9aaf51addb0cadc5eb5b..755fa8b3786a80486251e2b951dd6eb646df6ff8 100644 --- a/Geo/SOrientedBoundingBox.cpp +++ b/Geo/SOrientedBoundingBox.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/SOrientedBoundingBox.h b/Geo/SOrientedBoundingBox.h index 0e99573d7bd8ff0930760a18a010593924b81dd2..c0285462c84a8852d39c48235c85ac7b3011bbed 100644 --- a/Geo/SOrientedBoundingBox.h +++ b/Geo/SOrientedBoundingBox.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/SPoint2.h b/Geo/SPoint2.h index bcf192f533f9cfcf22f5c7e57f8164acf7d89ef8..4eb8599693bfb3f322864794bf20c4a792885901 100644 --- a/Geo/SPoint2.h +++ b/Geo/SPoint2.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/SPoint3.h b/Geo/SPoint3.h index 26b6bee2b31b695828e5861a646807e91267f434..bb1102a40b2cc9e794c1714966fc8d6038e49af4 100644 --- a/Geo/SPoint3.h +++ b/Geo/SPoint3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/STensor3.cpp b/Geo/STensor3.cpp index 63ba5ed059109c65a6ce520ee466dc96199ab27a..fee79d26615752dc0e9970a8e27fba05dfec5947 100644 --- a/Geo/STensor3.cpp +++ b/Geo/STensor3.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/STensor3.h b/Geo/STensor3.h index 228648c76862f1c254b6c3a32b00190687899ae0..f4afda115f676d4c6239650f03ad6fc5af71a9a8 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/SVector3.h b/Geo/SVector3.h index 0de0a89d124e8ac26672fbe3a08c33a2f7ffb7ff..b942568e258f965bba3c9e908e714a8be892fa8e 100644 --- a/Geo/SVector3.h +++ b/Geo/SVector3.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/boundaryLayersData.cpp b/Geo/boundaryLayersData.cpp index 1b44b02c97a4a8ed3daf47b2412435f2f34b4930..7bbed0a3712ea8e32803955a83ae9651325b8e16 100644 --- a/Geo/boundaryLayersData.cpp +++ b/Geo/boundaryLayersData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/boundaryLayersData.h b/Geo/boundaryLayersData.h index b626555c56dd88797c8b416fa9b6dee98f84df51..baf7529c9758b347fa61aa2c659c089634cb79e8 100644 --- a/Geo/boundaryLayersData.h +++ b/Geo/boundaryLayersData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/discreteEdge.cpp b/Geo/discreteEdge.cpp index 7ce3f119ff83d066e448635b42b60aec112894f5..dd91060f4f3a6269d00e4476d2c2db017b4f4ea3 100644 --- a/Geo/discreteEdge.cpp +++ b/Geo/discreteEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/discreteEdge.h b/Geo/discreteEdge.h index 24ec3ade89c06182687f803578f73b01dbf309b4..d0abcfe950757be19301f8fe1b8bf454c6f8597a 100644 --- a/Geo/discreteEdge.h +++ b/Geo/discreteEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/discreteFace.cpp b/Geo/discreteFace.cpp index 306565acea1ac0133c567bb3aba41ec17228e625..da1dbde3d4bcac92cf632b8e8f3c5fce93f07903 100644 --- a/Geo/discreteFace.cpp +++ b/Geo/discreteFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/discreteFace.h b/Geo/discreteFace.h index 6f16f641c491d74ae14e5df931ee3e4e11e6fb54..a182037266b0bb15d720e5a9812b7b275d031157 100644 --- a/Geo/discreteFace.h +++ b/Geo/discreteFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/discreteRegion.cpp b/Geo/discreteRegion.cpp index f09ff8029c3038f115bc73d10952175733cb84ae..f6e2285e7067ee29f4d493935ca5e7ea1c9f1f70 100644 --- a/Geo/discreteRegion.cpp +++ b/Geo/discreteRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/discreteRegion.h b/Geo/discreteRegion.h index f2b1d058ac69fd65dc1dfc2803da18e8a3dce42b..f73ca49cc49806da80bd6c49674030f850724c66 100644 --- a/Geo/discreteRegion.h +++ b/Geo/discreteRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/discreteVertex.h b/Geo/discreteVertex.h index ada55cfff032b7a0efec0436a30e59268423958e..e5a2435a73e9acc3132dec75d97d763045a4156d 100644 --- a/Geo/discreteVertex.h +++ b/Geo/discreteVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/findLinks.cpp b/Geo/findLinks.cpp index 590f80454b06bae5664c63efa28c52baf3517a22..9b4213e23b1b669f859e3b02d240dfb8a4cdacf0 100644 --- a/Geo/findLinks.cpp +++ b/Geo/findLinks.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/findLinks.h b/Geo/findLinks.h index 8270f118ae168207a929993fa184cbc220b628c4..dff9b48478688073c37b580fe4968c1014d26640 100644 --- a/Geo/findLinks.h +++ b/Geo/findLinks.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/fourierEdge.cpp b/Geo/fourierEdge.cpp index 0aa307913ccaaa94ca8c639c596736f8e53db45d..08b1e470ea7835622972bc4ddcde325cbb4daf13 100644 --- a/Geo/fourierEdge.cpp +++ b/Geo/fourierEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/fourierEdge.h b/Geo/fourierEdge.h index 298c908b3541f5a509ad51c337a4658098e57543..8f4c31e564d77b560a774ae55773bb038ab8b5a4 100644 --- a/Geo/fourierEdge.h +++ b/Geo/fourierEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/fourierFace.cpp b/Geo/fourierFace.cpp index 24b6a7e7d7bdf5b5cb7f2826b02698a03dd9f80b..02b4b4cd3fc28acb281a515f7f5bbcff608b7f1d 100644 --- a/Geo/fourierFace.cpp +++ b/Geo/fourierFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/fourierFace.h b/Geo/fourierFace.h index d3ba1f61675a9e3d497862494186270ea7beecc9..f01e69646bfbf623081675d7006e3c8790ef6ad1 100644 --- a/Geo/fourierFace.h +++ b/Geo/fourierFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/fourierProjectionFace.cpp b/Geo/fourierProjectionFace.cpp index cc16a1a4f6d7a0cf1b9e0651722ff7508867e36d..48d0479f8bf87fa0194f6e41c72bc0328dbb1095 100644 --- a/Geo/fourierProjectionFace.cpp +++ b/Geo/fourierProjectionFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/fourierProjectionFace.h b/Geo/fourierProjectionFace.h index d8b304a9516c831f2b562b64814643ac240008bf..7bf8fa14b1c7c3a432da55e593deecf53d7cc3c5 100644 --- a/Geo/fourierProjectionFace.h +++ b/Geo/fourierProjectionFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/fourierVertex.h b/Geo/fourierVertex.h index 1862e25f502956e37430d0b6c8834b5d3bf75bd1..6b42147a3bb7290cd4edc474da3d3740d47aac31 100644 --- a/Geo/fourierVertex.h +++ b/Geo/fourierVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshEdge.cpp b/Geo/gmshEdge.cpp index 806bc2341f83f7d1697b2f4dea96cfe63aa6feef..8bd39eaf55677799351d061b3696d7b03385e5c7 100644 --- a/Geo/gmshEdge.cpp +++ b/Geo/gmshEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshEdge.h b/Geo/gmshEdge.h index 95c50074f4832c94baa8ce955dd99c4e46f5211a..f54bcfb4f8f110c6edb439493d34d6cdec33f2aa 100644 --- a/Geo/gmshEdge.h +++ b/Geo/gmshEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshFace.cpp b/Geo/gmshFace.cpp index fd0bc291c04187326f4cd1c548599b1c403cde17..a5f4db21749eb2e990a9f3f8f9bf9296f1f22b61 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h index 2621c8f3766c2fbfc468090eb1fd7fd318fe3215..733025fbffa224c2215ee9fa8e88946884337684 100644 --- a/Geo/gmshFace.h +++ b/Geo/gmshFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshLevelset.cpp b/Geo/gmshLevelset.cpp index 05c9025a885b58d1989db941c679256a0ea7cd13..d695bb9cae33ae02286191df1cafae47a69c2f0e 100644 --- a/Geo/gmshLevelset.cpp +++ b/Geo/gmshLevelset.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshLevelset.h b/Geo/gmshLevelset.h index 605cac27aff62256ced95d976d6d4b3de8466a11..581148c36dba5617db91a1e37349af70a2228d11 100644 --- a/Geo/gmshLevelset.h +++ b/Geo/gmshLevelset.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshRegion.cpp b/Geo/gmshRegion.cpp index 139348776661ceb99c3d5dd9fa47523db7003702..efbbef70a8cdc4033475747f0699f4aace69817d 100644 --- a/Geo/gmshRegion.cpp +++ b/Geo/gmshRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshRegion.h b/Geo/gmshRegion.h index cdd9169582bc13d9488bb8a16e0e215822bcca9b..902da6aa0eff3c8f237677d3ba5db86e66acc10b 100644 --- a/Geo/gmshRegion.h +++ b/Geo/gmshRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshSurface.cpp b/Geo/gmshSurface.cpp index 35a7472ff087badb31d26de89bfe6f9c5fc7a589..098c49cf508c33131851febac009d89467eae3b7 100644 --- a/Geo/gmshSurface.cpp +++ b/Geo/gmshSurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshSurface.h b/Geo/gmshSurface.h index c9333ab4035ca6edcf394682896ec0c11b3dceed..5f0818aef664f34d2969042814ae41a18b8bffc5 100644 --- a/Geo/gmshSurface.h +++ b/Geo/gmshSurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshVertex.cpp b/Geo/gmshVertex.cpp index eb268d05a6858cb1b6f4296c6ea525644f3ebae3..cb3d4fffc34af158a026b6732189f6925d8741ec 100644 --- a/Geo/gmshVertex.cpp +++ b/Geo/gmshVertex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/gmshVertex.h b/Geo/gmshVertex.h index cd5f716fd9a81e97fed481f07a6453ba26601c88..101875e3b5d103a71825076a769a10015c92a472 100644 --- a/Geo/gmshVertex.h +++ b/Geo/gmshVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/intersectCurveSurface.h b/Geo/intersectCurveSurface.h index 4c9fb5d2475f819df70f32aaabdf61a0b7a49049..c06c10cdf3adbf50caf2ad8b72ec9f61c105e2da 100644 --- a/Geo/intersectCurveSurface.h +++ b/Geo/intersectCurveSurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/partitionEdge.h b/Geo/partitionEdge.h index 890ece0cf70b5092e1976daf7bd5670245c5c18a..c3113e55a26c22b0a3b97dd25bb171d38abf8514 100644 --- a/Geo/partitionEdge.h +++ b/Geo/partitionEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/partitionFace.h b/Geo/partitionFace.h index 2d9ef148944487e4447ab04a3ab4aaecdd74e35b..d622a7f4090fa4cc1eb631e3ecd3f487f7c540e2 100644 --- a/Geo/partitionFace.h +++ b/Geo/partitionFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Geo/partitionVertex.h b/Geo/partitionVertex.h index 19107c1cab35746fb0359de10d54f6df57e48aea..a576f9bacd9f63eae2157dc2e68d5f0e8409f6eb 100644 --- a/Geo/partitionVertex.h +++ b/Geo/partitionVertex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt index 197ebdcc1ed8c86fba5d9a3786e6e7775212399c..e4f73ecc79376197b08cf35b86c99cd837bef5fa 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/Camera.cpp b/Graphics/Camera.cpp index 9eab2ac68fb04af41796292570802d90fa753d41..74c47fdf7c3c55ba52660ada37a084dd5ec9fc59 100644 --- a/Graphics/Camera.cpp +++ b/Graphics/Camera.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/Camera.h b/Graphics/Camera.h index bcad5599dd55bc2adf526fa12d6406c73e7ea122..63af2115ba59c9e438ff69ab7e25a5e19a522105 100644 --- a/Graphics/Camera.h +++ b/Graphics/Camera.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/PixelBuffer.h b/Graphics/PixelBuffer.h index 2ff9a20462a25bda65d767fbeee524ada9eeed31..3ca6794d1914e306ac7a8ba5d50b841c1cf9f37c 100644 --- a/Graphics/PixelBuffer.h +++ b/Graphics/PixelBuffer.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/ReadImg.cpp b/Graphics/ReadImg.cpp index deeeccea6180c74cedb64829ba5af7cf54b2e652..55c8cb58ca499fd37e102a8f1e0310cbc767ea74 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/ReadImg.h b/Graphics/ReadImg.h index 30f5496ba0f7a978b8dd09bc2d7a40a57b41550f..74335e73130b7b53749417b443517bed48bcb030 100644 --- a/Graphics/ReadImg.h +++ b/Graphics/ReadImg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawAxes.cpp b/Graphics/drawAxes.cpp index b6cc93d61a90e2e7eac0e588e1db1740b60c209f..d0e796fd863272f268d0f81758963530a2e77b95 100644 --- a/Graphics/drawAxes.cpp +++ b/Graphics/drawAxes.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index 25e2fb3f0188beca7ab89045290bde6cc6d1b876..553e252ae52e15efa5950473c72ad08acbc3aadc 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawContext.h b/Graphics/drawContext.h index 1afd7b01a1b85ee02fb54991b439578f86983219..5fd64428ffebafaed562e4fc07951084adc1b3c7 100644 --- a/Graphics/drawContext.h +++ b/Graphics/drawContext.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawGeom.cpp b/Graphics/drawGeom.cpp index d98020607f91fc8aa53fd4dbbfc804196edfce0c..4da3101abf0246ff6915c4ed106f3b97b6bddb81 100644 --- a/Graphics/drawGeom.cpp +++ b/Graphics/drawGeom.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawGlyph.cpp b/Graphics/drawGlyph.cpp index 8dc90abf2681a29e4551d679de4354d331749467..641c8ff7e354b060e10b8f3617b9d0652c15899e 100644 --- a/Graphics/drawGlyph.cpp +++ b/Graphics/drawGlyph.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawGraph2d.cpp b/Graphics/drawGraph2d.cpp index c8c6440068e8b96429002cbf8bd1a4935ea9fe28..92debefae2e9b4d42abe0c43dc4f40d344ffd756 100644 --- a/Graphics/drawGraph2d.cpp +++ b/Graphics/drawGraph2d.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawMesh.cpp b/Graphics/drawMesh.cpp index 8d682dbe8065deebe764cc09f0d858bde03cecad..b1f5d08d77c8ef4b9786c49fc1e88e9e1e5672c5 100644 --- a/Graphics/drawMesh.cpp +++ b/Graphics/drawMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawPost.cpp b/Graphics/drawPost.cpp index 1f9da8c7907b2dd5b2dd18b1e5843cf04de760ac..387501a910bd2b80b6a25518d7a21854cc0462a9 100644 --- a/Graphics/drawPost.cpp +++ b/Graphics/drawPost.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/drawScales.cpp b/Graphics/drawScales.cpp index ecc4f44b3bc9f5b222ff9ed22f33afc01162e6f1..386704c158529c6ed75a1875d9e0fc75401bcf8c 100644 --- a/Graphics/drawScales.cpp +++ b/Graphics/drawScales.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2gif.cpp b/Graphics/gl2gif.cpp index b3b724106f3c23b139d4a24d56e49e2be4326d60..6d8b5eaa5bc91e0323983992afcd45a4ecb1c4b2 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2gif.h b/Graphics/gl2gif.h index 94a3c0c50deca59854e045b373cf1b25d183f53d..c9acd0ef8fb37ec7a379c0c637f41e79e4fdf5f5 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 0868060a46c0e27b88ab312b1a00fc6a68149059..8890f05eaddddedec23fa3a0bdc408dba90725bd 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2jpeg.h b/Graphics/gl2jpeg.h index a9806aefc18570a25d1a321e033276cc65a09874..e33b88d2a15147d32bf437216e62ff2fa9109dca 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2png.cpp b/Graphics/gl2png.cpp index 989d93b406d49517d00dc65cf423fbc706affb73..26eadfe751237a000c3f52f5084f3d9efe502c6c 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2png.h b/Graphics/gl2png.h index a67fc92ea66f9efebdec43a8cd107b4ed736c869..3ce7e7d1e5253e65980e93a450674b0b9e5169cc 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2ppm.cpp b/Graphics/gl2ppm.cpp index 5f601caa4cf7a0aa4ca462664bdd727276737568..56a19bba2da55d7e2d6151dae91db0c078732c95 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index dd2a87144d39493122080985ad13cfa97fd44efe..ba97a6d11783b45a3c40c9794a88524faf673012 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2yuv.cpp b/Graphics/gl2yuv.cpp index 5d228dedb12b5eb7d43d805df478c5832f851d1a..38690e9658c787a6ee98908f6fb1ed93b979041b 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Graphics/gl2yuv.h b/Graphics/gl2yuv.h index cf676f86542d5fb282adbb77e37269f077636ff9..5fd2d32afad3e9b139c7a39bdb9495a16c70de5a 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/BDS.cpp b/Mesh/BDS.cpp index e5c01e67a3e4a687eae97959d9dc9bccb49409bf..357759af15e5d97c7b864e2eab9787b7eb44b1e9 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/BDS.h b/Mesh/BDS.h index 7741f8717ae17e102c60d4bd279f4fa1efb9c94f..354bcc1132000234fe2380866f3e700a161e45c9 100644 --- a/Mesh/BDS.h +++ b/Mesh/BDS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/BackgroundMesh.cpp b/Mesh/BackgroundMesh.cpp index 43ed51d7e5e71c0dc6562cf25b9677f8b5cedb7f..b215630f6854798c0bc929d17f1ea089d84304c5 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/BackgroundMesh.h b/Mesh/BackgroundMesh.h index 8ef51f6d8c5f4012a8ea40877eea0d4c5ab26ef5..6550bf69d9d4a501ce514e6aacbe4e261afeac97 100644 --- a/Mesh/BackgroundMesh.h +++ b/Mesh/BackgroundMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/BoundaryLayers.cpp b/Mesh/BoundaryLayers.cpp index 5e5864bb198920802909075089dc0d8d14bbb7de..f89a66ebf9ac6cd58daaa5f43788ca3d87bd3edf 100644 --- a/Mesh/BoundaryLayers.cpp +++ b/Mesh/BoundaryLayers.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/BoundaryLayers.h b/Mesh/BoundaryLayers.h index b57d560ee6dc313adb49e0c3950d3ff016a6af76..96dcec55a85c63c2f69be6fc7b41f62232c578db 100644 --- a/Mesh/BoundaryLayers.h +++ b/Mesh/BoundaryLayers.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/CMakeLists.txt b/Mesh/CMakeLists.txt index 3b36197bb217372dfb0cc202e8a8ff1aeb717ee4..1afc7593d1f112979263b053c78461484e97dbf0 100644 --- a/Mesh/CMakeLists.txt +++ b/Mesh/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/CenterlineField.cpp b/Mesh/CenterlineField.cpp index 259bc3f1532e15f0c80ba58db71dc6aa8cc1a06a..56f5ad123bc77dc9e3d4aa75581ff2e46190c7fe 100644 --- a/Mesh/CenterlineField.cpp +++ b/Mesh/CenterlineField.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/CenterlineField.h b/Mesh/CenterlineField.h index 525a1451c0495b69b893770844fa2498ce2e02a2..25275f3911e2b38a5c4b839a96e53c74d20e471b 100644 --- a/Mesh/CenterlineField.h +++ b/Mesh/CenterlineField.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp index a6affbf351e98606c4b6b0968bb4f43924e9edd3..6b55d146de7cb6b202b08d9368f8697fae59bc96 100644 --- a/Mesh/Field.cpp +++ b/Mesh/Field.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/Field.h b/Mesh/Field.h index fee3dd81f4e90152a88cdb44f537a22be39a62f2..1e87afda0385b176ba7a52c3cc8338d365de83ab 100644 --- a/Mesh/Field.h +++ b/Mesh/Field.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index d2753f1db59fffd8e47731a195c2f2494e25d8de..f2d0e0f96fb857fb5e95cfaeedade227b0fa465c 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/Generator.h b/Mesh/Generator.h index bde1d44636c069cf711b30d603c264b9b09eb807..a9cb4ec77e030a5d1523897a0abb3753ca0f1c15 100644 --- a/Mesh/Generator.h +++ b/Mesh/Generator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp index 495571b06626fadb53508cfa29a9aa207cbe5461..d6cf536c544b81c538a6e094656c9e02f53d3148 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/HighOrder.h b/Mesh/HighOrder.h index b4641e81f1611b7cd6461ca952a68e009f5f2e2c..7164d06985f5818c2f7a0bcfeaba2e4f35bab76d 100644 --- a/Mesh/HighOrder.h +++ b/Mesh/HighOrder.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/Levy3D.cpp b/Mesh/Levy3D.cpp index 9159e439718c8b308160e8049da4e4a734f1406d..fcb9f8c52e0463ccdcf3bf2422d0a0e068af3dea 100644 --- a/Mesh/Levy3D.cpp +++ b/Mesh/Levy3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/Levy3D.h b/Mesh/Levy3D.h index c2720166431ff984e2493390e34940788fdc787c..ec2b8eae64ffe13985f35a82ecba5b3fd14cfed1 100644 --- a/Mesh/Levy3D.h +++ b/Mesh/Levy3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/QuadTriExtruded2D.cpp b/Mesh/QuadTriExtruded2D.cpp index 04e610d15787be41aacb046f334cc966efa802c6..1924aa6ab590947d47b6c712fcf75a0dff12aeed 100644 --- a/Mesh/QuadTriExtruded2D.cpp +++ b/Mesh/QuadTriExtruded2D.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-2013 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2014 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/QuadTriExtruded2D.h b/Mesh/QuadTriExtruded2D.h index 329a842cfe2861061dddf4b173e6f3c9e12e44d0..3b1a05d8dc3ef02de035892f3365e576d0673dea 100644 --- a/Mesh/QuadTriExtruded2D.h +++ b/Mesh/QuadTriExtruded2D.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-2013 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2014 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/QuadTriExtruded3D.cpp b/Mesh/QuadTriExtruded3D.cpp index acb2ddc6ecd0dd96cfd6453f09d99de718b9225b..cab245c3022a0b455742b793ed89a328e294f9a8 100644 --- a/Mesh/QuadTriExtruded3D.cpp +++ b/Mesh/QuadTriExtruded3D.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-2013 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2014 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/QuadTriExtruded3D.h b/Mesh/QuadTriExtruded3D.h index 4b7e1ea73f3c66d910c1107ab158d23750a7df87..c7efd0e311884d29b95fb39cbd9194e657ca5e66 100644 --- a/Mesh/QuadTriExtruded3D.h +++ b/Mesh/QuadTriExtruded3D.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-2013 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2014 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/QuadTriTransfinite3D.cpp b/Mesh/QuadTriTransfinite3D.cpp index 856f90347116ce5cd6da43c959b6045f03f5d6cc..3a262bff4dcbb536d02f6855275fc9b25768b4a6 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-2013 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2014 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/QuadTriTransfinite3D.h b/Mesh/QuadTriTransfinite3D.h index bd6c37f75c34e6d6b97e44fa7636a4eb54076618..889f7426a17b743c82bdef8f249582dbe8fe219f 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-2013 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2014 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.cpp b/Mesh/QuadTriUtils.cpp index 2154a6a2e1ba77a56557c4635795ca435c0d9139..ff34f064fc15123371b989bf38d617b8f7f57c7d 100644 --- a/Mesh/QuadTriUtils.cpp +++ b/Mesh/QuadTriUtils.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-2013 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2014 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 19645f9d635985910c5085da4ec37945c69c017c..d3205b1fa8b9b31352e84059a07a4c7ae777f429 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-2013 C. Geuzaine, J.-F. Remacle +All reused or original Gmsh code is Copyright (C) 1997-2014 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/Voronoi3D.cpp b/Mesh/Voronoi3D.cpp index 3f60bf0df6a1b21570bd3054a61bf12c5e82e150..b8cc605ecebf7694a84074c1e08ffb623ee93c93 100644 --- a/Mesh/Voronoi3D.cpp +++ b/Mesh/Voronoi3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/Voronoi3D.h b/Mesh/Voronoi3D.h index 8a4aa934e950a521f3f53b1b908e928cd4f9ec11..974849ee45423d5030eeb67f0d5540218c33fdb2 100644 --- a/Mesh/Voronoi3D.h +++ b/Mesh/Voronoi3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/cross3D.h b/Mesh/cross3D.h index c3289e88a1ad68e12b811001a589a6f95f36afd4..a553159375b699acaad22647b9e07813586db5bd 100644 --- a/Mesh/cross3D.h +++ b/Mesh/cross3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/directions3D.cpp b/Mesh/directions3D.cpp index 80a479299e44dcff30ee0cf5a87a3946285ef2c4..67103d82b4018579da44a16d661af57cfdcf428a 100644 --- a/Mesh/directions3D.cpp +++ b/Mesh/directions3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/directions3D.h b/Mesh/directions3D.h index 74ee32dbc8ffa6d0826832d167b5b7ebc18951f7..0046da94ef95b966fd2625fd202eb99c71a4508d 100644 --- a/Mesh/directions3D.h +++ b/Mesh/directions3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/filterElements.cpp b/Mesh/filterElements.cpp index d043f87d7daaaa3bffca42b42a1a15458176b093..43c52347dcfd3e50fca72fbdc96f773ba8ccdbaa 100644 --- a/Mesh/filterElements.cpp +++ b/Mesh/filterElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp index 901e4b82be38c90256f9013921a433c4833f2864..2ef14643679aa8af7b77c9ec80d0112fda13bd78 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGEdge.h b/Mesh/meshGEdge.h index d482a500f01b1c89cd81d05dab943a4fd91d26e5..0c8a932e3350c5a3bbe8ae202a306079222cc40a 100644 --- a/Mesh/meshGEdge.h +++ b/Mesh/meshGEdge.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGEdgeExtruded.cpp b/Mesh/meshGEdgeExtruded.cpp index 07fe62c9fff69df4e81b21a9372f5b1751b1dbd1..ebc8a3c37f8d3c768d7b416745f64e9e89d4863a 100644 --- a/Mesh/meshGEdgeExtruded.cpp +++ b/Mesh/meshGEdgeExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index 03727df35e515ad47504570e75b54d4ea729f7df..64c979280341a4dd489a580a7f50ef6421a66b01 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFace.h b/Mesh/meshGFace.h index ce7f22c2be8dd2f527c3d8e4043091c51e9a2dfc..d1a2c2ae51ea6c190c9726b6c1137d91bca5dda6 100644 --- a/Mesh/meshGFace.h +++ b/Mesh/meshGFace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceBDS.cpp b/Mesh/meshGFaceBDS.cpp index 33add83320c09130543584f9cfd94024885a7131..c96846ea13412dea12be2460bf360be6ca5be156 100644 --- a/Mesh/meshGFaceBDS.cpp +++ b/Mesh/meshGFaceBDS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceBDS.h b/Mesh/meshGFaceBDS.h index 798bb29406560e428475f7fbc5564a2e232e5d8a..0b0db94316f6aea23e2844b99ef2d114e816016d 100644 --- a/Mesh/meshGFaceBDS.h +++ b/Mesh/meshGFaceBDS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceBamg.cpp b/Mesh/meshGFaceBamg.cpp index 0a41d9045b78a05808220a8d780da3367940e005..586a6c6ede24cb1347986af861ef70f5f8d7cd6a 100644 --- a/Mesh/meshGFaceBamg.cpp +++ b/Mesh/meshGFaceBamg.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceBamg.h b/Mesh/meshGFaceBamg.h index 6cb7f52f81af885b94bca778674449d7f13842c6..cffb95bbe5688b2adf15785478ea04fc66dab1d4 100644 --- a/Mesh/meshGFaceBamg.h +++ b/Mesh/meshGFaceBamg.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceDelaunayInsertion.cpp b/Mesh/meshGFaceDelaunayInsertion.cpp index 8de90a7d5f087e74d843d1ad10b479743b549528..2b3088c177f78be3f03ce882a715a2cf8f9cef40 100644 --- a/Mesh/meshGFaceDelaunayInsertion.cpp +++ b/Mesh/meshGFaceDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceDelaunayInsertion.h b/Mesh/meshGFaceDelaunayInsertion.h index 45e5e7073fd82452107fc95375b1294a9a34d30b..57f175b886965345e6dd4c9f540d3005a9d3f5f5 100644 --- a/Mesh/meshGFaceDelaunayInsertion.h +++ b/Mesh/meshGFaceDelaunayInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceElliptic.cpp b/Mesh/meshGFaceElliptic.cpp index b2affefce27cf68c65eb69f1dba2154e6d57ab79..c26405fbd7c8b07678a45c0402a08fd663d48c6b 100644 --- a/Mesh/meshGFaceElliptic.cpp +++ b/Mesh/meshGFaceElliptic.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceElliptic.h b/Mesh/meshGFaceElliptic.h index a1c1ef467cb0a902fecf5fd6c3396b8d86e278c6..5d297cbf078d763a2d734dd75db6ca7e80762e14 100644 --- a/Mesh/meshGFaceElliptic.h +++ b/Mesh/meshGFaceElliptic.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceExtruded.cpp b/Mesh/meshGFaceExtruded.cpp index b065a0aa81581f5443e8176574a230013d17e279..1b887c40359520f0d50def2d86a1f9355b546ac0 100644 --- a/Mesh/meshGFaceExtruded.cpp +++ b/Mesh/meshGFaceExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceLloyd.cpp b/Mesh/meshGFaceLloyd.cpp index 5463029610d35c6569c7a22945450598bea5cabf..eb3cd1cf2023283353d83f926cf5a655355d77c6 100644 --- a/Mesh/meshGFaceLloyd.cpp +++ b/Mesh/meshGFaceLloyd.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceOptimize.cpp b/Mesh/meshGFaceOptimize.cpp index 098d44fd243a88f954c399c4fe481378592eaf13..25bbf4f84ff1eae7ce6f34a9500fb2e11302790b 100644 --- a/Mesh/meshGFaceOptimize.cpp +++ b/Mesh/meshGFaceOptimize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceOptimize.h b/Mesh/meshGFaceOptimize.h index 8b7644cfe7f86879442834b7d5ef5d30f2c9da65..6cf82660e4e46844de4c761ff0e6175c92134e14 100644 --- a/Mesh/meshGFaceOptimize.h +++ b/Mesh/meshGFaceOptimize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceQuadrilateralize.cpp b/Mesh/meshGFaceQuadrilateralize.cpp index 89f848f77ca67363bb99a28ccca3a2b18aac03fa..e07441ddedcf48fb21457653d9aaeb871a87ebbf 100644 --- a/Mesh/meshGFaceQuadrilateralize.cpp +++ b/Mesh/meshGFaceQuadrilateralize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceQuadrilateralize.h b/Mesh/meshGFaceQuadrilateralize.h index 2fff9f14acaa3318552f4145f447ffebed64cda1..e75561e5ecf9e9d6a1713e8ced3e170758c02ced 100644 --- a/Mesh/meshGFaceQuadrilateralize.h +++ b/Mesh/meshGFaceQuadrilateralize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGFaceTransfinite.cpp b/Mesh/meshGFaceTransfinite.cpp index 98819cb795448b52e5007171aed4eaf79b6bef03..671c031ab796cf921a643999b6e1b01dfab46f78 100644 --- a/Mesh/meshGFaceTransfinite.cpp +++ b/Mesh/meshGFaceTransfinite.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp index 69b79a9692f76c2629fa739f513bb433f6a37818..6314ff62e10bc48f369d22b9264fc8c59e3724cc 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegion.h b/Mesh/meshGRegion.h index af8703ac986b6467783928a4468c04d14c5ac436..2469a172196fb8177b000884a4c1d1edc0300717 100644 --- a/Mesh/meshGRegion.h +++ b/Mesh/meshGRegion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionCarveHole.cpp b/Mesh/meshGRegionCarveHole.cpp index b551f0a708e4c08fca143707ab546ac715c1e685..16f36450a5f98a005374259c38b3acf51ae195c7 100644 --- a/Mesh/meshGRegionCarveHole.cpp +++ b/Mesh/meshGRegionCarveHole.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionDelaunayInsertion.cpp b/Mesh/meshGRegionDelaunayInsertion.cpp index e044efcd5e38228a9df9d960233d844272faec46..c34c4a8e0fe7a6ec2ae8447d43dec03e2b0af982 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionDelaunayInsertion.h b/Mesh/meshGRegionDelaunayInsertion.h index 196c8a91599536e4cd0a1ec25bd287a803935e81..15a467cd8a828dc6ad7dfcb4ffb05f20952c80d5 100644 --- a/Mesh/meshGRegionDelaunayInsertion.h +++ b/Mesh/meshGRegionDelaunayInsertion.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionExtruded.cpp b/Mesh/meshGRegionExtruded.cpp index ce996065140cb4384cb76f3d4ef4de23cf6092e6..f4df794766b768b811fcf5b1b8a62c8599a1e137 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionLocalMeshMod.cpp b/Mesh/meshGRegionLocalMeshMod.cpp index 1a5204b611636051e0df5bc1bf38968b9f3e3f5d..0f29102facc2ad83f0a14262cfa36f326f6c58b1 100644 --- a/Mesh/meshGRegionLocalMeshMod.cpp +++ b/Mesh/meshGRegionLocalMeshMod.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionLocalMeshMod.h b/Mesh/meshGRegionLocalMeshMod.h index e8583771d2a2634c665a225cf91a048cc6ec84f3..a838150ceda5144ca6c753b030bd921252404892 100644 --- a/Mesh/meshGRegionLocalMeshMod.h +++ b/Mesh/meshGRegionLocalMeshMod.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionMMG3D.cpp b/Mesh/meshGRegionMMG3D.cpp index ae68aee27bba86c29f0999c3ce2529223ee8b605..169bf551486cd98f11e3fdebf1bd2b44bc1ea8ce 100644 --- a/Mesh/meshGRegionMMG3D.cpp +++ b/Mesh/meshGRegionMMG3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionMMG3D.h b/Mesh/meshGRegionMMG3D.h index e4efed43b9cd04d2fc37c8391983c647b1419681..cb2b649c0fd6f412a3c554ddd13528ed2b98ef8c 100644 --- a/Mesh/meshGRegionMMG3D.h +++ b/Mesh/meshGRegionMMG3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshGRegionTransfinite.cpp b/Mesh/meshGRegionTransfinite.cpp index ae11499238089cdf7869ac1ef5c82f71b350d50d..52ccf067c8e720966c619b7f672664a1e7bc74c3 100644 --- a/Mesh/meshGRegionTransfinite.cpp +++ b/Mesh/meshGRegionTransfinite.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshMetric.cpp b/Mesh/meshMetric.cpp index 1bb47b88356e9f884f5596ae7f44592da3d340a1..d1a13e1dd43ac6d3e91763873603b987c27c861f 100644 --- a/Mesh/meshMetric.cpp +++ b/Mesh/meshMetric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshMetric.h b/Mesh/meshMetric.h index a3fe76a7914419d91693ee028517830c5a751cb5..e398d848afb8b8823accec2dcbe1dd3e593139e9 100644 --- a/Mesh/meshMetric.h +++ b/Mesh/meshMetric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshPartition.cpp b/Mesh/meshPartition.cpp index bae14961809524cf27be661c5a884368f3f02429..19241e976ee12ebce2568bb9b9bb46d771364b93 100644 --- a/Mesh/meshPartition.cpp +++ b/Mesh/meshPartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshPartition.h b/Mesh/meshPartition.h index ef0f2a8409e5dfa9ee77f2157eb467118827832e..d605922dd612196709f05ac4a8dd2394a14e019e 100644 --- a/Mesh/meshPartition.h +++ b/Mesh/meshPartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshPartitionObjects.h b/Mesh/meshPartitionObjects.h index 4fcfa57b6d21b8cf18e76eeaef2b58be15e80213..08c10914d055716179c67bdfe55823deb40cde21 100644 --- a/Mesh/meshPartitionObjects.h +++ b/Mesh/meshPartitionObjects.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshPartitionOptions.h b/Mesh/meshPartitionOptions.h index 61b3484594d4058a751a71d9cd3208ff709d1521..65268261f0ef24c2300a94393040f4bbbe00baee 100644 --- a/Mesh/meshPartitionOptions.h +++ b/Mesh/meshPartitionOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/meshRefine.cpp b/Mesh/meshRefine.cpp index 9fc79a34b82868bde54c329882244b8855e736aa..e12dd8f0dfbc543d5ddae919f33398f291b77b93 100644 --- a/Mesh/meshRefine.cpp +++ b/Mesh/meshRefine.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/multiscalePartition.cpp b/Mesh/multiscalePartition.cpp index 23d41a4d3dd3b4310ee3a0a14b3155480b2fcb35..41accece9c6def547b53f5e078b2140f881ffce8 100644 --- a/Mesh/multiscalePartition.cpp +++ b/Mesh/multiscalePartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/multiscalePartition.h b/Mesh/multiscalePartition.h index 455889f71b549b1a5444be0aecb3c4798be8d67b..ab082ed44588c6d61937f041c0699cb2624b3c1d 100644 --- a/Mesh/multiscalePartition.h +++ b/Mesh/multiscalePartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/periodical.cpp b/Mesh/periodical.cpp index d91ca7695c5070127d1bb6a1950c18f33784dc94..6028889d46db118ce8786fb2aee8d263e5beb7a9 100644 --- a/Mesh/periodical.cpp +++ b/Mesh/periodical.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/periodical.h b/Mesh/periodical.h index dae1b49ec08dbbe1b3ab9e0f0ee1a649f644f68b..a794d65aff1983f05897fe82c9b428cac33f5158 100644 --- a/Mesh/periodical.h +++ b/Mesh/periodical.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/qualityMeasures.cpp b/Mesh/qualityMeasures.cpp index 580a2a8549620fefa859e07416ae93b8656b8158..de581d894b8e21375ebc3ae8703c1f67710405cf 100644 --- a/Mesh/qualityMeasures.cpp +++ b/Mesh/qualityMeasures.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/qualityMeasures.h b/Mesh/qualityMeasures.h index 0019422474e9146ee230a381021275f1b87e845d..f2fc96876ea6e9eeb920de66f8ca641a2916bd35 100644 --- a/Mesh/qualityMeasures.h +++ b/Mesh/qualityMeasures.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/simple3D.cpp b/Mesh/simple3D.cpp index c08ffbe102d162a2642bfbf482c3defc1a5d1265..d896aa88b7c11bd76f8e9c665b6cf6eeda32a31a 100644 --- a/Mesh/simple3D.cpp +++ b/Mesh/simple3D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/simple3D.h b/Mesh/simple3D.h index 4bddedcf72a18eac0c2928e08da8865169343b9e..9dd9e42e7038557eb02d257522e58bfd9c39713f 100644 --- a/Mesh/simple3D.h +++ b/Mesh/simple3D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/surfaceFiller.cpp b/Mesh/surfaceFiller.cpp index f54e73e5d65c38b3ffd402aa587c306b81e11a7f..0777ea75e33d3a6f711260103970d4cbefead159 100644 --- a/Mesh/surfaceFiller.cpp +++ b/Mesh/surfaceFiller.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/surfaceFiller.h b/Mesh/surfaceFiller.h index d4c7b9fdf31e58f222f83619c53998ef53986a6b..ae20a52b17ae8e5abdbaf0a54c34fe132878af0e 100644 --- a/Mesh/surfaceFiller.h +++ b/Mesh/surfaceFiller.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index 57640301c342841a202b4186539009b25d008dc6..f3e5ff891635e953251c40e7325c75b229c0fceb 100644 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Mesh/yamakawa.h b/Mesh/yamakawa.h index e14a3e9d0930be7362930101588c34446d67d023..2154d7009df186efd46781fdfd92ad5c86f03275 100644 --- a/Mesh/yamakawa.h +++ b/Mesh/yamakawa.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/BasisFactory.h b/Numeric/BasisFactory.h index 0e441643f586711ae16bc652e4c58569b78699c1..d7b8e51fcfd3d5c771fcb96cf7e860d836862995 100644 --- a/Numeric/BasisFactory.h +++ b/Numeric/BasisFactory.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/BergotBasis.cpp b/Numeric/BergotBasis.cpp index 993f547ad7c2b34095217265b131419c4c3db187..acc09a14d234b7345c29e3cf69bfd5970b188553 100644 --- a/Numeric/BergotBasis.cpp +++ b/Numeric/BergotBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/BergotBasis.h b/Numeric/BergotBasis.h index 7fb7569ccce564ac0903fca377e40b4d3e81bff9..2de1375a82d38756a92b492f0a369f723f3a6a68 100644 --- a/Numeric/BergotBasis.h +++ b/Numeric/BergotBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/CMakeLists.txt b/Numeric/CMakeLists.txt index 98b3d33f91f6cedca094acd098a5b2710b394f92..a3382e8d9278fc501861e57d515a718fa078282c 100644 --- a/Numeric/CMakeLists.txt +++ b/Numeric/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/ElementType.cpp b/Numeric/ElementType.cpp index 77a682b279e0bc0730a2811bdf4e014944da1a00..0a8ed7fa8b638510ac4ae42db02cee5e186788ed 100644 --- a/Numeric/ElementType.cpp +++ b/Numeric/ElementType.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/ElementType.h b/Numeric/ElementType.h index 415af7efd7168fe82864544914b68c3cbb7b9126..7952155dad0e5125df0862ea4aeb9ef04df8675d 100644 --- a/Numeric/ElementType.h +++ b/Numeric/ElementType.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussIntegration.cpp b/Numeric/GaussIntegration.cpp index e95cd9c8aaf73b80d834347a806e3e3a699b87b7..37cbd14457d39fef352a9075f5d693ca20851573 100644 --- a/Numeric/GaussIntegration.cpp +++ b/Numeric/GaussIntegration.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussIntegration.h b/Numeric/GaussIntegration.h index 81ec6ab3ca78cd4f54df9dbc1c69bf6ccbbb460e..f4d622d0b31dcb2bcb95b6e216bb386c5856de10 100644 --- a/Numeric/GaussIntegration.h +++ b/Numeric/GaussIntegration.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussJacobi1D.cpp b/Numeric/GaussJacobi1D.cpp index b4473281531bb90ad5ac5c652c9f5240a369ff8c..967057fa9a6f4acf2a1867e5f7a8ac7d9c541485 100644 --- a/Numeric/GaussJacobi1D.cpp +++ b/Numeric/GaussJacobi1D.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussJacobi1D.h b/Numeric/GaussJacobi1D.h index 09cf5d6743adc769dc2d1ad0287380cc9ae400db..dd7e85c36cb62f6c28ac162221f28bca2e72f74f 100644 --- a/Numeric/GaussJacobi1D.h +++ b/Numeric/GaussJacobi1D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussLegendre1D.h b/Numeric/GaussLegendre1D.h index bfbb78e663091ae0c4a7ee514de9777378d8109f..ef87d007584a7ac465902dbe96b91864e42b1a29 100644 --- a/Numeric/GaussLegendre1D.h +++ b/Numeric/GaussLegendre1D.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussLegendreSimplex.cpp b/Numeric/GaussLegendreSimplex.cpp index 1276109cf2c7fdb5ff5f410eef920128cde1f67f..7d5b8d8d02fc48a0c7d55d06423bb21ff184f8b5 100644 --- a/Numeric/GaussLegendreSimplex.cpp +++ b/Numeric/GaussLegendreSimplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadratureHex.cpp b/Numeric/GaussQuadratureHex.cpp index 4695d6f70d643a89abcdda2e2cd805dc06e1cb4f..c40f83f836de03d87a9dcef998e26f321fd86da6 100644 --- a/Numeric/GaussQuadratureHex.cpp +++ b/Numeric/GaussQuadratureHex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadratureLin.cpp b/Numeric/GaussQuadratureLin.cpp index d15be162a340592207b942ae223872fdc5d61845..62743a20e0a59fca57dcd12ec6672c84b11ef031 100644 --- a/Numeric/GaussQuadratureLin.cpp +++ b/Numeric/GaussQuadratureLin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadraturePri.cpp b/Numeric/GaussQuadraturePri.cpp index 829a3a3dad0d3e2430cf1d350c6ea46eebb60b9c..227e4cebc6f327fdde2e49f4e97175f9594d59cc 100644 --- a/Numeric/GaussQuadraturePri.cpp +++ b/Numeric/GaussQuadraturePri.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadraturePyr.cpp b/Numeric/GaussQuadraturePyr.cpp index 16c82cd7dd1cab7de33d3f105bd44bfe581cf637..6c1c5b9a79085b266b07efbfb40d6a90894dcb73 100644 --- a/Numeric/GaussQuadraturePyr.cpp +++ b/Numeric/GaussQuadraturePyr.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadratureQuad.cpp b/Numeric/GaussQuadratureQuad.cpp index 2547de254bf0146d7b56e7caeec9bb4c8337dc0e..09293f42fa6161969d86c6dab78a26d7e2e9f609 100644 --- a/Numeric/GaussQuadratureQuad.cpp +++ b/Numeric/GaussQuadratureQuad.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadratureTet.cpp b/Numeric/GaussQuadratureTet.cpp index df9dfcf598a1a78fee1942fb2d6e1914ef42be6c..164710ebcdcef9246548722234e53fc3640aa774 100644 --- a/Numeric/GaussQuadratureTet.cpp +++ b/Numeric/GaussQuadratureTet.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/GaussQuadratureTri.cpp b/Numeric/GaussQuadratureTri.cpp index 80e0f3351c99e0368055b4ce7a04ebb300112ee0..06831a73e59d12f124307613ff96d4aae3661ab5 100644 --- a/Numeric/GaussQuadratureTri.cpp +++ b/Numeric/GaussQuadratureTri.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/Iso.cpp b/Numeric/Iso.cpp index f75930aff624708358b0587c526c10e1c2199523..80bb66ed7d4e00076cee2a2b565b835d67611034 100644 --- a/Numeric/Iso.cpp +++ b/Numeric/Iso.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/Iso.h b/Numeric/Iso.h index 36e9c859d554f18db120811db8ef6f5e84b24468..72452449bdc883d40efd14873186d6f0eb5283a6 100644 --- a/Numeric/Iso.h +++ b/Numeric/Iso.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/JacobianBasis.cpp b/Numeric/JacobianBasis.cpp index bec6e56d987bc061dbedc058889b4f08ec83c02c..af719e909c81e907efc9edebac1338bdd4e648e7 100644 --- a/Numeric/JacobianBasis.cpp +++ b/Numeric/JacobianBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/JacobianBasis.h b/Numeric/JacobianBasis.h index ab9fedb51c56a78e3e2b8d9d4ef0872d6674e8ce..f1655c2e16f9520c5260bcb17e1048c487be3c57 100644 --- a/Numeric/JacobianBasis.h +++ b/Numeric/JacobianBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/Numeric.cpp b/Numeric/Numeric.cpp index 5b9581e48ec459aa1f4907beb28c6d74d6230ae1..5827e151d207083ed320cd154f674a572365eaf5 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/Numeric.h b/Numeric/Numeric.h index 91e5cfc2f6343d25b2d946e4a280e1772c5a840f..3e100539c61f1bbb0dc892600ef1dc2e6fe96c88 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/bezierBasis.cpp b/Numeric/bezierBasis.cpp index b6e60abf36d15465c88611b5d2ff5a989f42f1b7..ae93f045880cef9b80962b95cea025b13800f907 100644 --- a/Numeric/bezierBasis.cpp +++ b/Numeric/bezierBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/bezierBasis.h b/Numeric/bezierBasis.h index 4e0c519383de1637d4aa73da22d8ad7d06e0e44b..3ecc1784801d08453b443e5f76b1a5d7e353f153 100644 --- a/Numeric/bezierBasis.h +++ b/Numeric/bezierBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/cartesian.h b/Numeric/cartesian.h index f479fc61d073b488a0ff35291725b3ee9aa78691..5ac13d2a24eb8b72842a9836253502e05fdf57fa 100644 --- a/Numeric/cartesian.h +++ b/Numeric/cartesian.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/fullMatrix.cpp b/Numeric/fullMatrix.cpp index 73767d23ce4b651095389c543bf7c618b464783f..a7544b5ef1f2878fec11088ed8acec1324f31c30 100644 --- a/Numeric/fullMatrix.cpp +++ b/Numeric/fullMatrix.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/fullMatrix.h b/Numeric/fullMatrix.h index 34de2ae24b0b7d39d86c4d1591a63f0a26379a5c..c1c03cd2df697dde101bf33984c2dae48644c9ff 100644 --- a/Numeric/fullMatrix.h +++ b/Numeric/fullMatrix.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/jacobiPolynomials.cpp b/Numeric/jacobiPolynomials.cpp index 9f3c5e78091d8c601b192e6506f699df9f663e6f..0f473a84c904dcf6455babd3dae485cb2ee0d548 100644 --- a/Numeric/jacobiPolynomials.cpp +++ b/Numeric/jacobiPolynomials.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/jacobiPolynomials.h b/Numeric/jacobiPolynomials.h index b3d510c3412a85fe05617b90eddc2e4860eb5539..9f6367723d2d85edeeb8103a169c5ca3a1453dcf 100644 --- a/Numeric/jacobiPolynomials.h +++ b/Numeric/jacobiPolynomials.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/legendrePolynomials.cpp b/Numeric/legendrePolynomials.cpp index 89d25c20d65a70b9499b4e7123e0225704e1b48f..ebdc62599164a502379faa66818155056286bf09 100644 --- a/Numeric/legendrePolynomials.cpp +++ b/Numeric/legendrePolynomials.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/legendrePolynomials.h b/Numeric/legendrePolynomials.h index 381e62e24964d9d3173276da0311964452979e25..4cd446fc3da907096a88152c29d5e97a7213bac1 100644 --- a/Numeric/legendrePolynomials.h +++ b/Numeric/legendrePolynomials.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/mathEvaluator.cpp b/Numeric/mathEvaluator.cpp index 500e93fe0c470e6670b6a044efb47f8fa2045547..f68fe7b4639fba7316cbd5074abcc37019273160 100644 --- a/Numeric/mathEvaluator.cpp +++ b/Numeric/mathEvaluator.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/mathEvaluator.h b/Numeric/mathEvaluator.h index 48e8f57abb2c79883ea691128d56067d1eb9805a..e0710500b51eb4d6f6661e6d80258440f58fe08e 100644 --- a/Numeric/mathEvaluator.h +++ b/Numeric/mathEvaluator.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/nodalBasis.cpp b/Numeric/nodalBasis.cpp index 6a8cb4e14100facefb212b77647664e6b1a81a2a..d4fbbfe384ca1e45cfad26ad5fb5847213a8f8e0 100644 --- a/Numeric/nodalBasis.cpp +++ b/Numeric/nodalBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/nodalBasis.h b/Numeric/nodalBasis.h index 34f7216a74ad0911ff07cd963d2cfaa52240f8c4..e35f948e093dbf0619ae76b71862203e1ec6309c 100644 --- a/Numeric/nodalBasis.h +++ b/Numeric/nodalBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/pointsGenerators.cpp b/Numeric/pointsGenerators.cpp index 77f97d94e178a0e49671f154c1ecbbbdefb16dc6..deadf493f633a02090666b718ad480aa663a9e49 100644 --- a/Numeric/pointsGenerators.cpp +++ b/Numeric/pointsGenerators.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. @@ -195,568 +195,3 @@ fullMatrix<double> gmshGenerateMonomialsQuadrangle(int order, bool forSerendipPo } /* -00 10 20 30 40 �.. -01 11 21 31 41 �.. -02 12 -03 13 -04 14 -�. �. -*/ - -fullMatrix<double> gmshGenerateMonomialsQuadSerendipity(int order) -{ - int nbMonomials = order ? order*4 : 1; - fullMatrix<double> monomials(nbMonomials, 2); - - monomials(0, 0) = 0; - monomials(0, 1) = 0; - - if (order > 0) { - monomials(1, 0) = 1; - monomials(1, 1) = 0; - - monomials(2, 0) = 1; - monomials(2, 1) = 1; - - monomials(3, 0) = 0; - monomials(3, 1) = 1; - - if (order > 1) { - int index = 3; - for (int p = 2; p <= order; ++p) { - monomials(++index, 0) = p; - monomials( index, 1) = 0; - - monomials(++index, 0) = p; - monomials( index, 1) = 1; - - monomials(++index, 0) = 1; - monomials( index, 1) = p; - - monomials(++index, 0) = 0; - monomials( index, 1) = p; - } - } - } - return monomials; -} - -//KH : caveat : node coordinates are not yet coherent with node numbering associated -// to numbering of principal vertices of face !!!! -fullMatrix<double> gmshGenerateMonomialsTetrahedron(int order, bool serendip) -{ - int nbMonomials = serendip ? 4 + (order - 1)*6 : (order + 1)*(order + 2)*(order + 3)/6; - if (serendip && !order) nbMonomials = 1; - fullMatrix<double> monomials(nbMonomials, 3); - - monomials(0, 0) = 0; - monomials(0, 1) = 0; - monomials(0, 2) = 0; - - if (order > 0) { - monomials(1, 0) = order; - monomials(1, 1) = 0; - monomials(1, 2) = 0; - - monomials(2, 0) = 0; - monomials(2, 1) = order; - monomials(2, 2) = 0; - - monomials(3, 0) = 0; - monomials(3, 1) = 0; - monomials(3, 2) = order; - - // the template has been defined in table edges_tetra and faces_tetra (MElement.h) - - if (order > 1) { - int index = 4; - for (int iedge = 0; iedge < 6; ++iedge) { - int i0 = MTetrahedron::edges_tetra(iedge, 0); - int i1 = MTetrahedron::edges_tetra(iedge, 1); - - int u[3]; - u[0] = (monomials(i1,0)-monomials(i0,0)) / order; - u[1] = (monomials(i1,1)-monomials(i0,1)) / order; - u[2] = (monomials(i1,2)-monomials(i0,2)) / order; - - for (int i = 1; i < order; ++i, ++index) { - monomials(index, 0) = monomials(i0, 0) + u[0] * i; - monomials(index, 1) = monomials(i0, 1) + u[1] * i; - monomials(index, 2) = monomials(i0, 2) + u[2] * i; - } - } - - if (!serendip && order > 2) { - fullMatrix<double> dudv = gmshGenerateMonomialsTriangle(order - 3); - dudv.add(1); - - for (int iface = 0; iface < 4; ++iface) { - int i0 = MTetrahedron::faces_tetra(iface, 0); - int i1 = MTetrahedron::faces_tetra(iface, 1); - int i2 = MTetrahedron::faces_tetra(iface, 2); - - int u[3]; - u[0] = (monomials(i1, 0) - monomials(i0, 0)) / order; - u[1] = (monomials(i1, 1) - monomials(i0, 1)) / order; - u[2] = (monomials(i1, 2) - monomials(i0, 2)) / order; - int v[3]; - v[0] = (monomials(i2, 0) - monomials(i0, 0)) / order; - v[1] = (monomials(i2, 1) - monomials(i0, 1)) / order; - v[2] = (monomials(i2, 2) - monomials(i0, 2)) / order; - - for (int i = 0; i < dudv.size1(); ++i, ++index) { - monomials(index, 0) = monomials(i0, 0) + u[0] * dudv(i, 0) + v[0] * dudv(i, 1); - monomials(index, 1) = monomials(i0, 1) + u[1] * dudv(i, 0) + v[1] * dudv(i, 1); - monomials(index, 2) = monomials(i0, 2) + u[2] * dudv(i, 0) + v[2] * dudv(i, 1); - } - } - - if (order > 3) { - fullMatrix<double> inner = gmshGenerateMonomialsTetrahedron(order - 4); - inner.add(1); - monomials.copy(inner, 0, nbMonomials - index, 0, 3, index, 0); - } - } - } - } - return monomials; -} - -fullMatrix<double> gmshGenerateMonomialsPrism(int order, bool forSerendipPoints) -{ - int nbMonomials = forSerendipPoints ? 6 + (order-1)*9 : - (order + 1)*(order + 1)*(order + 2)/2; - if (forSerendipPoints && !order) nbMonomials = 1; - fullMatrix<double> monomials(nbMonomials, 3); - - monomials(0, 0) = 0; - monomials(0, 1) = 0; - monomials(0, 2) = 0; - - if (order > 0) { - monomials(1, 0) = order; - monomials(1, 1) = 0; - monomials(1, 2) = 0; - - monomials(2, 0) = 0; - monomials(2, 1) = order; - monomials(2, 2) = 0; - - monomials(3, 0) = 0; - monomials(3, 1) = 0; - monomials(3, 2) = order; - - monomials(4, 0) = order; - monomials(4, 1) = 0; - monomials(4, 2) = order; - - monomials(5, 0) = 0; - monomials(5, 1) = order; - monomials(5, 2) = order; - - if (order > 1) { - int index = 6; - for (int iedge = 0; iedge < 9; ++iedge) { - int i0 = MPrism::edges_prism(iedge, 0); - int i1 = MPrism::edges_prism(iedge, 1); - - int u_1 = (monomials(i1,0)-monomials(i0,0)) / order; - int u_2 = (monomials(i1,1)-monomials(i0,1)) / order; - int u_3 = (monomials(i1,2)-monomials(i0,2)) / order; - - for (int i = 1; i < order; ++i, ++index) { - monomials(index, 0) = monomials(i0, 0) + i * u_1; - monomials(index, 1) = monomials(i0, 1) + i * u_2; - monomials(index, 2) = monomials(i0, 2) + i * u_3; - } - } - - if (!forSerendipPoints) { - fullMatrix<double> dudvQ = gmshGenerateMonomialsQuadrangle(order - 2); - dudvQ.add(1); - - fullMatrix<double> dudvT; - if (order > 2) { - dudvT = gmshGenerateMonomialsTriangle(order - 3); - dudvT.add(1); - } - - for (int iface = 0; iface < 5; ++iface) { - int i0, i1, i2; - i0 = MPrism::faces_prism(iface, 0); - i1 = MPrism::faces_prism(iface, 1); - fullMatrix<double> dudv; - if (MPrism::faces_prism(iface, 3) != -1) { - i2 = MPrism::faces_prism(iface, 3); - dudv.setAsProxy(dudvQ); - } - else if (order > 2) { - i2 = MPrism::faces_prism(iface, 2); - dudv.setAsProxy(dudvT); - } - else continue; - - int u[3]; - u[0] = (monomials(i1, 0) - monomials(i0, 0)) / order; - u[1] = (monomials(i1, 1) - monomials(i0, 1)) / order; - u[2] = (monomials(i1, 2) - monomials(i0, 2)) / order; - int v[3]; - v[0] = (monomials(i2, 0) - monomials(i0, 0)) / order; - v[1] = (monomials(i2, 1) - monomials(i0, 1)) / order; - v[2] = (monomials(i2, 2) - monomials(i0, 2)) / order; - - for (int i = 0; i < dudv.size1(); ++i, ++index) { - monomials(index, 0) = monomials(i0, 0) + u[0] * dudv(i, 0) + v[0] * dudv(i, 1); - monomials(index, 1) = monomials(i0, 1) + u[1] * dudv(i, 0) + v[1] * dudv(i, 1); - monomials(index, 2) = monomials(i0, 2) + u[2] * dudv(i, 0) + v[2] * dudv(i, 1); - } - } - - if (order > 2) { - fullMatrix<double> triMonomials = gmshGenerateMonomialsTriangle(order - 3); - fullMatrix<double> lineMonomials = gmshGenerateMonomialsLine(order - 2); - - for (int i = 0; i < triMonomials.size1(); ++i) { - for (int j = 0; j < lineMonomials.size1(); ++j, ++index) { - monomials(index, 0) = 1 + triMonomials(i, 0); - monomials(index, 1) = 1 + triMonomials(i, 1); - monomials(index, 2) = 1 + lineMonomials(j, 0); - } - } - } - } - } - } - return monomials; -} - -fullMatrix<double> gmshGenerateMonomialsPrismSerendipity(int order) -{ - int nbMonomials = order ? 6 + (order-1) * 9 : 1; - fullMatrix<double> monomials(nbMonomials, 3); - - monomials(0, 0) = 0; - monomials(0, 1) = 0; - monomials(0, 2) = 0; - - if (order > 0) { - monomials(1, 0) = 1; - monomials(1, 1) = 0; - monomials(1, 2) = 0; - - monomials(2, 0) = 0; - monomials(2, 1) = 1; - monomials(2, 2) = 0; - - monomials(3, 0) = 0; - monomials(3, 1) = 0; - monomials(3, 2) = 1; - - monomials(4, 0) = 1; - monomials(4, 1) = 0; - monomials(4, 2) = 1; - - monomials(5, 0) = 0; - monomials(5, 1) = 1; - monomials(5, 2) = 1; - - if (order > 1) { - const int ind[7][3] = { - {2, 0, 0}, - {2, 0, 1}, - - {0, 2, 0}, - {0, 2, 1}, - - {0, 0, 2}, - {1, 0, 2}, - {0, 1, 2} - }; - int val[3] = {0, 1, -1}; - int index = 5; - for (int p = 2; p <= order; ++p) { - val[2] = p; - for (int i = 0; i < 7; ++i) { - monomials(++index, 0) = val[ind[i][0]]; - monomials( index, 1) = val[ind[i][1]]; - monomials( index, 2) = val[ind[i][2]]; - } - } - - int val0 = 1; - int val1 = order - 1; - for (int p = 2; p <= order; ++p) { - monomials(++index, 0) = val0; - monomials( index, 1) = val1; - monomials( index, 2) = 0; - - monomials(++index, 0) = val0; - monomials( index, 1) = val1; - monomials( index, 2) = 1; - - ++val0; - --val1; - } - } - } - return monomials; -} - -fullMatrix<double> gmshGenerateMonomialsHexahedron(int order, bool forSerendipPoints) -{ - int nbMonomials = forSerendipPoints ? 8 + (order-1)*12 : - (order+1)*(order+1)*(order+1); - if (forSerendipPoints && !order) nbMonomials = 1; - fullMatrix<double> monomials(nbMonomials, 3); - - monomials(0, 0) = 0; - monomials(0, 1) = 0; - monomials(0, 2) = 0; - - if (order > 0) { - monomials(1, 0) = order; - monomials(1, 1) = 0; - monomials(1, 2) = 0; - - monomials(2, 0) = order; - monomials(2, 1) = order; - monomials(2, 2) = 0; - - monomials(3, 0) = 0; - monomials(3, 1) = order; - monomials(3, 2) = 0; - - monomials(4, 0) = 0; - monomials(4, 1) = 0; - monomials(4, 2) = order; - - monomials(5, 0) = order; - monomials(5, 1) = 0; - monomials(5, 2) = order; - - monomials(6, 0) = order; - monomials(6, 1) = order; - monomials(6, 2) = order; - - monomials(7, 0) = 0; - monomials(7, 1) = order; - monomials(7, 2) = order; - - if (order > 1) { - int index = 8; - for (int iedge = 0; iedge < 12; ++iedge) { - int i0 = MHexahedron::edges_hexa(iedge, 0); - int i1 = MHexahedron::edges_hexa(iedge, 1); - - int u_1 = (monomials(i1,0)-monomials(i0,0)) / order; - int u_2 = (monomials(i1,1)-monomials(i0,1)) / order; - int u_3 = (monomials(i1,2)-monomials(i0,2)) / order; - - for (int i = 1; i < order; ++i, ++index) { - monomials(index, 0) = monomials(i0, 0) + i * u_1; - monomials(index, 1) = monomials(i0, 1) + i * u_2; - monomials(index, 2) = monomials(i0, 2) + i * u_3; - } - } - - if (!forSerendipPoints) { - fullMatrix<double> dudv = gmshGenerateMonomialsQuadrangle(order - 2); - dudv.add(1); - - for (int iface = 0; iface < 6; ++iface) { - int i0 = MHexahedron::faces_hexa(iface, 0); - int i1 = MHexahedron::faces_hexa(iface, 1); - int i3 = MHexahedron::faces_hexa(iface, 3); - - int u[3]; - u[0] = (monomials(i1, 0) - monomials(i0, 0)) / order; - u[1] = (monomials(i1, 1) - monomials(i0, 1)) / order; - u[2] = (monomials(i1, 2) - monomials(i0, 2)) / order; - int v[3]; - v[0] = (monomials(i3, 0) - monomials(i0, 0)) / order; - v[1] = (monomials(i3, 1) - monomials(i0, 1)) / order; - v[2] = (monomials(i3, 2) - monomials(i0, 2)) / order; - - for (int i = 0; i < dudv.size1(); ++i, ++index) { - monomials(index, 0) = monomials(i0, 0) + u[0] * dudv(i, 0) + v[0] * dudv(i, 1); - monomials(index, 1) = monomials(i0, 1) + u[1] * dudv(i, 0) + v[1] * dudv(i, 1); - monomials(index, 2) = monomials(i0, 2) + u[2] * dudv(i, 0) + v[2] * dudv(i, 1); - } - } - - fullMatrix<double> inner = gmshGenerateMonomialsHexahedron(order - 2); - inner.add(1); - monomials.copy(inner, 0, nbMonomials - index, 0, 3, index, 0); - } - } - } - return monomials; -} - -fullMatrix<double> gmshGenerateMonomialsHexaSerendipity(int order) -{ - int nbMonomials = order ? 8 + (order-1) * 12 : 1; - fullMatrix<double> monomials(nbMonomials, 3); - - monomials(0, 0) = 0; - monomials(0, 1) = 0; - monomials(0, 2) = 0; - - if (order > 0) { - monomials(1, 0) = 1; - monomials(1, 1) = 0; - monomials(1, 2) = 0; - - monomials(2, 0) = 1; - monomials(2, 1) = 1; - monomials(2, 2) = 0; - - monomials(3, 0) = 0; - monomials(3, 1) = 1; - monomials(3, 2) = 0; - - monomials(4, 0) = 0; - monomials(4, 1) = 0; - monomials(4, 2) = 1; - - monomials(5, 0) = 1; - monomials(5, 1) = 0; - monomials(5, 2) = 1; - - monomials(6, 0) = 1; - monomials(6, 1) = 1; - monomials(6, 2) = 1; - - monomials(7, 0) = 0; - monomials(7, 1) = 1; - monomials(7, 2) = 1; - - if (order > 1) { - const int ind[12][3] = { - {2, 0, 0}, - {2, 0, 1}, - {2, 1, 1}, - {2, 1, 0}, - - {0, 2, 0}, - {0, 2, 1}, - {1, 2, 1}, - {1, 2, 0}, - - {0, 0, 2}, - {0, 1, 2}, - {1, 1, 2}, - {1, 0, 2} - }; - int val[3] = {0, 1, -1}; - int index = 7; - for (int p = 2; p <= order; ++p) { - val[2] = p; - for (int i = 0; i < 12; ++i) { - monomials(++index, 0) = val[ind[i][0]]; - monomials( index, 1) = val[ind[i][1]]; - monomials( index, 2) = val[ind[i][2]]; - } - } - } - } - return monomials; -} - -fullMatrix<double> gmshGenerateMonomialsPyramid(int order, bool forSerendipPoints) -{ - int nbMonomials = forSerendipPoints ? 5 + (order-1)*8 : - (order+1)*((order+1)+1)*(2*(order+1)+1)/6; - if (forSerendipPoints && !order) nbMonomials = 1; - fullMatrix<double> monomials(nbMonomials, 3); - - monomials(0, 0) = 0; - monomials(0, 1) = 0; - monomials(0, 2) = 0; - - if (order > 0) { - monomials(1, 0) = order; - monomials(1, 1) = 0; - monomials(1, 2) = 0; - - monomials(2, 0) = order; - monomials(2, 1) = order; - monomials(2, 2) = 0; - - monomials(3, 0) = 0; - monomials(3, 1) = order; - monomials(3, 2) = 0; - - monomials(4, 0) = 0; - monomials(4, 1) = 0; - monomials(4, 2) = order; - - if (order > 1) { - int index = 5; - for (int iedge = 0; iedge < 8; ++iedge) { - int i0 = MPyramid::edges_pyramid(iedge, 0); - int i1 = MPyramid::edges_pyramid(iedge, 1); - - int u_1 = (monomials(i1,0)-monomials(i0,0)) / order; - int u_2 = (monomials(i1,1)-monomials(i0,1)) / order; - int u_3 = (monomials(i1,2)-monomials(i0,2)) / order; - - for (int i = 1; i < order; ++i, ++index) { - monomials(index, 0) = monomials(i0, 0) + i * u_1; - monomials(index, 1) = monomials(i0, 1) + i * u_2; - monomials(index, 2) = monomials(i0, 2) + i * u_3; - } - } - - if (!forSerendipPoints) { - fullMatrix<double> dudvQ = gmshGenerateMonomialsQuadrangle(order - 2); - dudvQ.add(1); - - fullMatrix<double> dudvT; - if (order > 2) { - dudvT = gmshGenerateMonomialsTriangle(order - 3); - dudvT.add(1); - } - - for (int iface = 0; iface < 5; ++iface) { - int i0, i1, i2; - i0 = MPyramid::faces_pyramid(iface, 0); - i1 = MPyramid::faces_pyramid(iface, 1); - fullMatrix<double> dudv; - if (MPyramid::faces_pyramid(iface, 3) != -1) { - i2 = MPyramid::faces_pyramid(iface, 3); - dudv.setAsProxy(dudvQ); - } - else if (order > 2) { - i2 = MPyramid::faces_pyramid(iface, 2); - dudv.setAsProxy(dudvT); - } - else continue; - - int u[3]; - u[0] = (monomials(i1, 0) - monomials(i0, 0)) / order; - u[1] = (monomials(i1, 1) - monomials(i0, 1)) / order; - u[2] = (monomials(i1, 2) - monomials(i0, 2)) / order; - int v[3]; - v[0] = (monomials(i2, 0) - monomials(i0, 0)) / order; - v[1] = (monomials(i2, 1) - monomials(i0, 1)) / order; - v[2] = (monomials(i2, 2) - monomials(i0, 2)) / order; - - for (int i = 0; i < dudv.size1(); ++i, ++index) { - monomials(index, 0) = monomials(i0, 0) + u[0] * dudv(i, 0) + v[0] * dudv(i, 1); - monomials(index, 1) = monomials(i0, 1) + u[1] * dudv(i, 0) + v[1] * dudv(i, 1); - monomials(index, 2) = monomials(i0, 2) + u[2] * dudv(i, 0) + v[2] * dudv(i, 1); - } - } - - if (order > 2) { - fullMatrix<double> inner = gmshGenerateMonomialsPyramid(order - 3); - inner.add(1); - monomials.copy(inner, 0, nbMonomials - index, 0, 3, index, 0); - } - } - } - } - return monomials; -} - diff --git a/Numeric/pointsGenerators.h b/Numeric/pointsGenerators.h index 59814e24099259095ed8c1df74033f0e7f01f7ae..6546e7dfd60b2a884cefaff1f6a451f071cef782 100644 --- a/Numeric/pointsGenerators.h +++ b/Numeric/pointsGenerators.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/polynomialBasis.cpp b/Numeric/polynomialBasis.cpp index df717fb22983bf800a527b2535384b51d24680b4..8620cf3052c4b859f6f324b544b145b541cdd963 100644 --- a/Numeric/polynomialBasis.cpp +++ b/Numeric/polynomialBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/polynomialBasis.h b/Numeric/polynomialBasis.h index 66c7c27a9f2fa733ed3f814d13f7cba3336899b1..3ecc83619a20b23ed6e2a46c61d143be95eaa1e4 100644 --- a/Numeric/polynomialBasis.h +++ b/Numeric/polynomialBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/pyramidalBasis.cpp b/Numeric/pyramidalBasis.cpp index a16e1ffd3051c832ed3b9d34d7a67f539e2e4dc8..634ab598fe702b63d278996a85c64a3fd485d08a 100644 --- a/Numeric/pyramidalBasis.cpp +++ b/Numeric/pyramidalBasis.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/pyramidalBasis.h b/Numeric/pyramidalBasis.h index db87118fc5301409571ffa5185bdec4b392f3198..610f48005d20068dda564da0556634793a44c328 100644 --- a/Numeric/pyramidalBasis.h +++ b/Numeric/pyramidalBasis.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/robustPredicates.h b/Numeric/robustPredicates.h index ec2d60250fbce76f4d25951365773f81f4b32feb..c93fd56afd58941e6e55e80bf01e1ec8b5a372e2 100644 --- a/Numeric/robustPredicates.h +++ b/Numeric/robustPredicates.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Numeric/simpleFunction.h b/Numeric/simpleFunction.h index 313e2139f7956036bada57946abd360513a12c8c..10503cce9f356e230d785b9083ca00e14cab8cac 100644 --- a/Numeric/simpleFunction.h +++ b/Numeric/simpleFunction.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Parser/CMakeLists.txt b/Parser/CMakeLists.txt index 65b0c0f69254d6c90835ef3fa01f19697c7d1835..9b3f8534c359be12ecfd57953dc28b9a3e7e9ff7 100644 --- a/Parser/CMakeLists.txt +++ b/Parser/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Parser/FunctionManager.cpp b/Parser/FunctionManager.cpp index dd4ef0ebb97a980faa4cc9471311457ed8c0c50b..f20469273f8282f9736e7ec2e174fef374d9d94f 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 8eb904db4a0aaa6f48b071f03c7c3d30515e7edb..5594c651b21efec1e73ddfeeae01bfa0b792ed05 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index 41e5139ec6359b68c3a09df9cbcd693293308dff..9bf98eb00a181a8649954e671a97a83265513e37 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,5 +1,5 @@ %{ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index 58e08c8290fe4b7dc99846a52cb093dd9c5f8aca..35283b295391175629a8575a054f6b4c179e942d 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -400,7 +400,7 @@ /* Copy the first part of user declarations. */ #line 1 "Gmsh.y" -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index d3f0314008432f44ecf5fe751195e3a46f83e5aa..6a91aa5535a92592f173434edc03ad8c33bb72ab 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,5 +1,5 @@ %{ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 61e63a586f980e54d74c18711dd1baaa85d995b3..e65ea60b54579868e0c4666e0ce525376d6a0a72 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -990,7 +990,7 @@ int gmsh_yy_flex_debug = 0; char *gmsh_yytext; #line 1 "Gmsh.l" #line 2 "Gmsh.l" -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Parser/Parser.h b/Parser/Parser.h index d3e312eb00f24fe704c3e8e4454e0897028fe593..eeff17c0dc29ae9e7c2f927a4f9f7395c3b36c35 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/AnalyseCurvedMesh.cpp b/Plugin/AnalyseCurvedMesh.cpp index b73f262befe0e1db51790f0aec82f6891bca8e97..f99be2624e06e9058e20412291bb58902fe50932 100644 --- a/Plugin/AnalyseCurvedMesh.cpp +++ b/Plugin/AnalyseCurvedMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/AnalyseCurvedMesh.h b/Plugin/AnalyseCurvedMesh.h index 46c4d0d3a7cf95bb1a461cec55e438b950865597..a16c68c3c9687ad8e6e6938f77b8fca65009c9e5 100644 --- a/Plugin/AnalyseCurvedMesh.h +++ b/Plugin/AnalyseCurvedMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp index 55bd2dc7a713192b69cb819ff2b97093ff05d161..0943f55f7782c8f3ce89c3d695b7c44094cb6965 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Annotate.h b/Plugin/Annotate.h index 76bec9bd34d6eb650b240b679aa242b22b9879e7..5204e732aa7f9ef7cb448182d21fab5c2618e602 100644 --- a/Plugin/Annotate.h +++ b/Plugin/Annotate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Bubbles.cpp b/Plugin/Bubbles.cpp index 2155e85f992f00af79f4d4e580bae0602936aea2..3b4d1c1ed4c2f9ebe58dda05fce1d769143a6c12 100644 --- a/Plugin/Bubbles.cpp +++ b/Plugin/Bubbles.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Bubbles.h b/Plugin/Bubbles.h index 40750efcf034fde646e17ee92f76174e7322ed67..8cc2ae6e0931171c36753e6b30771445bbe5cb8a 100644 --- a/Plugin/Bubbles.h +++ b/Plugin/Bubbles.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt index 4af19054c1cb0fbb97c9d82f5d7961ad3ed6b6b4..2545e44f899a5eca4b99094d403cd591d5bb84c9 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Crack.cpp b/Plugin/Crack.cpp index 2d16d21043fe038572cbe0f81f074c7b58e72528..26b31e39bb2bd10a944ece8adccb4cece0da9fc8 100644 --- a/Plugin/Crack.cpp +++ b/Plugin/Crack.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Crack.h b/Plugin/Crack.h index 6ce6c8a59e3bb8e1876f2cf8a4d51d08ff5e64ad..ddd5879b6540e4b3df6c13086ba6f49fe03a8fda 100644 --- a/Plugin/Crack.h +++ b/Plugin/Crack.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Curl.cpp b/Plugin/Curl.cpp index 0eaf5087fa5480b64497b8dba9b402782d3636a1..09ecf3b16aa23991c6b7e9be5daa3db0b0fd37ca 100644 --- a/Plugin/Curl.cpp +++ b/Plugin/Curl.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Curl.h b/Plugin/Curl.h index d2574738fdd710d8331085ebfbd47b190a4f000a..1adc0e0f46e9078ddd8df636f267cfb4fbe8a16f 100644 --- a/Plugin/Curl.h +++ b/Plugin/Curl.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutBox.cpp b/Plugin/CutBox.cpp index 47b249bf8f979f5c3bc33fb2f67cb99ee01dd482..ad57ac2d3675b940b2d09f2823747543e7e09fc3 100644 --- a/Plugin/CutBox.cpp +++ b/Plugin/CutBox.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutBox.h b/Plugin/CutBox.h index 15475e5edc16ec64a6362d404a9d9ac38fdd951c..2b480d38ff7cc8064ff06376200568e80107479c 100644 --- a/Plugin/CutBox.h +++ b/Plugin/CutBox.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutGrid.cpp b/Plugin/CutGrid.cpp index f5d0d021bd24e1b6589360302f5a615e4cd08434..c39d3bb310449dbbb5d9aea22be0a6825d86266a 100644 --- a/Plugin/CutGrid.cpp +++ b/Plugin/CutGrid.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutGrid.h b/Plugin/CutGrid.h index 84e5599bceedde3b28d645cdc655a90e2a2f519a..cd05f16925a8f332d2e3c03ca332221aa18c53c1 100644 --- a/Plugin/CutGrid.h +++ b/Plugin/CutGrid.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutMesh.cpp b/Plugin/CutMesh.cpp index 3ccb922c0850016a31dcf11447ac00139a0a83eb..c9a54b285ff2d0919ada4b329807fbd942ac598b 100644 --- a/Plugin/CutMesh.cpp +++ b/Plugin/CutMesh.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutMesh.h b/Plugin/CutMesh.h index 194b770e430cd20c527509b06baff5f39e224460..61fc28d2d71d5fedff5f30d559da28185a1e72b0 100644 --- a/Plugin/CutMesh.h +++ b/Plugin/CutMesh.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutParametric.cpp b/Plugin/CutParametric.cpp index 65817b89d009af354df19cccbc539df28a9bfbd1..3624dab248724916b09a765c3f327388a193c5ef 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutParametric.h b/Plugin/CutParametric.h index 2b4d7aa1b902c25419c3aa783890d6e3b98fc7a1..e50b3e89b23b4665428bc2b54bcc3aad9a8672ce 100644 --- a/Plugin/CutParametric.h +++ b/Plugin/CutParametric.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp index d718a011523aebe7a7344138b72cd322180c7149..8877826840f6e0701ce3d5aa1258426f235c1ea2 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutPlane.h b/Plugin/CutPlane.h index 6d7502056b73176665843de7cedaf7d990e64f77..e11fc2baa3f4dc667866cd260b3a740cbec13069 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp index 3f8b9c83adefd9ccb712bfbdfd79c218c257ef15..2bf34dacf2808ef68db26c561411b61c14387c3a 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/CutSphere.h b/Plugin/CutSphere.h index 74b99e847d739e88935dd36c3ca11d5ca57f3902..d45c20236fb11e4866e9fd913e68866b0eb3cdb3 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/DiscretizationError.cpp b/Plugin/DiscretizationError.cpp index 8b9aec3ed669ffa539cd6e128ec2ba2c73304e7d..c64471cbf787c3ce3af90fc8880822bfddb1aa7f 100644 --- a/Plugin/DiscretizationError.cpp +++ b/Plugin/DiscretizationError.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/DiscretizationError.h b/Plugin/DiscretizationError.h index 13a1fd66c9bf10edfd7d94c6f89365494bfb4a2a..20baddafccc4474f93b696856c27b4226b6c95f9 100644 --- a/Plugin/DiscretizationError.h +++ b/Plugin/DiscretizationError.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Distance.cpp b/Plugin/Distance.cpp index a652bfe20b769bf537ad72c91f3b10d833c4dd78..930cfec8c3446858855f9e9cc32625abc09ca941 100644 --- a/Plugin/Distance.cpp +++ b/Plugin/Distance.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Distance.h b/Plugin/Distance.h index eea1e6de431cf33c5cbb7b1b713be04e98289466..611564de48944aac00aaa042053236f83577f7d8 100644 --- a/Plugin/Distance.h +++ b/Plugin/Distance.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Divergence.cpp b/Plugin/Divergence.cpp index c88cac0edeb7bc4f42d40d70ffa127bd3660ecb4..8e3d9a1a20209869e88be36bec5876d50cd3382d 100644 --- a/Plugin/Divergence.cpp +++ b/Plugin/Divergence.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Divergence.h b/Plugin/Divergence.h index 7e4890da852efd7c71ae5dd04525acd7f2770706..b3aa28a7eeac2489031f6a121223a6fef8567bd4 100644 --- a/Plugin/Divergence.h +++ b/Plugin/Divergence.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Eigenvalues.cpp b/Plugin/Eigenvalues.cpp index c674ff50434df8a867ca466c211af3f4a621941f..7e6324d1010144dd0b17bdc8207a6d36c5bd728b 100644 --- a/Plugin/Eigenvalues.cpp +++ b/Plugin/Eigenvalues.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Eigenvalues.h b/Plugin/Eigenvalues.h index 59cad9136c995b810acf27efd00ac787260b69fd..4579e5bd0f365c18d1e2c87f6b507609ff989d4b 100644 --- a/Plugin/Eigenvalues.h +++ b/Plugin/Eigenvalues.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Eigenvectors.cpp b/Plugin/Eigenvectors.cpp index 7269a67887e380b662d5a97b0377c77435cef164..32f6a32ff6afb859cf968680144b95ac15c3b7f3 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Eigenvectors.h b/Plugin/Eigenvectors.h index 1636c079add5386fb6247bfcef57c582f400c62b..75ac0cef81724b6923c4091570373a144920411d 100644 --- a/Plugin/Eigenvectors.h +++ b/Plugin/Eigenvectors.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/ExtractEdges.cpp b/Plugin/ExtractEdges.cpp index 1515902131a749700c151ac51427db50d9fecf31..48b2254fecefa8cd1b657ae3b14ef1c932dc08c5 100644 --- a/Plugin/ExtractEdges.cpp +++ b/Plugin/ExtractEdges.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/ExtractEdges.h b/Plugin/ExtractEdges.h index 328fddf8683a3c87ef959990cdfd0577cd6e0dc6..88f1bc7bdb34adc417bb8806b6395324fb829226 100644 --- a/Plugin/ExtractEdges.h +++ b/Plugin/ExtractEdges.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/ExtractElements.cpp b/Plugin/ExtractElements.cpp index db64abe7105df184a41ee81ef50a9acdd69093be..6fcca36b5c5d31d5d29dd9de65e75618a3451b8c 100644 --- a/Plugin/ExtractElements.cpp +++ b/Plugin/ExtractElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/ExtractElements.h b/Plugin/ExtractElements.h index 2bd558eb18704e508abf4289a3067679ed6ba6b3..5d76617ce64df88e5ccf80a57ac488942e2dcab1 100644 --- a/Plugin/ExtractElements.h +++ b/Plugin/ExtractElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/FaultZone.cpp b/Plugin/FaultZone.cpp index c4a8ece340f42e7f8232926094b8fe6bcc18deac..4b13c72801b2ffbb83d1d0d46ce0badf8091f2e7 100644 --- a/Plugin/FaultZone.cpp +++ b/Plugin/FaultZone.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/FaultZone.h b/Plugin/FaultZone.h index fb4d15fe89eeac6fa0fa0afc4c4dc2069fd7bb00..6af28404d66e6dc3c3ecf64e93c77078707f6749 100644 --- a/Plugin/FaultZone.h +++ b/Plugin/FaultZone.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/FieldFromAmplitudePhase.cpp b/Plugin/FieldFromAmplitudePhase.cpp index ed522d322d3b922770ddded568ea2357e4c81269..287bfe5cac4c1dce9ae592bc9b8d698fd04af204 100644 --- a/Plugin/FieldFromAmplitudePhase.cpp +++ b/Plugin/FieldFromAmplitudePhase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/FieldFromAmplitudePhase.h b/Plugin/FieldFromAmplitudePhase.h index 0b30f8cf977581d340cb56d5786c1bd32c612fce..cc36e37feb11e3185963cd5818cc175656bc62ce 100644 --- a/Plugin/FieldFromAmplitudePhase.h +++ b/Plugin/FieldFromAmplitudePhase.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Gradient.cpp b/Plugin/Gradient.cpp index 6c563064dcf60e5f01f90161f0799fae6419c0f7..24f7e79e4be6f104f8436384776d9765408c5721 100644 --- a/Plugin/Gradient.cpp +++ b/Plugin/Gradient.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Gradient.h b/Plugin/Gradient.h index 65bb7ada263772f684bfa09385db0e71aaf67632..2615d87ff91f88f85af5a375181ad423f05ce1a3 100644 --- a/Plugin/Gradient.h +++ b/Plugin/Gradient.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/HarmonicToTime.cpp b/Plugin/HarmonicToTime.cpp index 009b07d6d8ed6de50dee1a49fc2203651564bbd2..97cb4fdd043822c6e984b9c6e5600cb8d440a40e 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/HarmonicToTime.h b/Plugin/HarmonicToTime.h index 67056d891100c245e5b92d2b6a0a3dbec5d373f2..d836c553d1462bf4d35862aa509ac4c0c9d306ff 100644 --- a/Plugin/HarmonicToTime.h +++ b/Plugin/HarmonicToTime.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/HomologyComputation.cpp b/Plugin/HomologyComputation.cpp index 0dd4a1d4b4afd23e374c4f97af4c8c5497947dfd..2caccf91feef1067a86374728fc9004283a4cb0e 100644 --- a/Plugin/HomologyComputation.cpp +++ b/Plugin/HomologyComputation.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/HomologyComputation.h b/Plugin/HomologyComputation.h index fd0311a4d234afb07fce48bee3379bc6e508a775..8b8425c962000433f7ef4b08d471a0d825b25146 100644 --- a/Plugin/HomologyComputation.h +++ b/Plugin/HomologyComputation.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/HomologyPostProcessing.cpp b/Plugin/HomologyPostProcessing.cpp index 3d3cb24bafa252ec682fed368fdab02a767360c2..ac72c8737da4603677640ddcb48c929f8e26b265 100644 --- a/Plugin/HomologyPostProcessing.cpp +++ b/Plugin/HomologyPostProcessing.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/HomologyPostProcessing.h b/Plugin/HomologyPostProcessing.h index b24e0723715c5ce24c8057c0f4006d41e0f15f9f..a4a11835d5cd8af77e01bcb936e1a6697ea99e48 100644 --- a/Plugin/HomologyPostProcessing.h +++ b/Plugin/HomologyPostProcessing.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Integrate.cpp b/Plugin/Integrate.cpp index 7c1e6bece8eb3ede35ca9e2ed0bca7b96485aa85..4d22d96ec607934ed6080a621dddb74e41873c29 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Integrate.h b/Plugin/Integrate.h index 705ce0a58b61a0640a672bcb21cb6dc4f819e2fe..10642fb51e8329b45e19e7e17b4a44ee2a3ac8c8 100644 --- a/Plugin/Integrate.h +++ b/Plugin/Integrate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Isosurface.cpp b/Plugin/Isosurface.cpp index 44e176d799b71b5a6dbfedaa635be5ee29aab698..6cf451948a3493767f36448c6507a48063425a86 100644 --- a/Plugin/Isosurface.cpp +++ b/Plugin/Isosurface.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Isosurface.h b/Plugin/Isosurface.h index 6389be9a0db77b66c4f797e9c7713bec9ded6762..f5a89922542635b0ff99bda6de26b2c389a9c578 100644 --- a/Plugin/Isosurface.h +++ b/Plugin/Isosurface.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Lambda2.cpp b/Plugin/Lambda2.cpp index 0e38ca6b8ee490035228cd65b198a874beae97c0..95134973a06e595f5c8a49753c47593b37a53dcc 100644 --- a/Plugin/Lambda2.cpp +++ b/Plugin/Lambda2.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Lambda2.h b/Plugin/Lambda2.h index 3ab437e349a8ec0dedc37957c96561eaf053e153..30dbc459843c175f7bbd72e282fece88fbf00595 100644 --- a/Plugin/Lambda2.h +++ b/Plugin/Lambda2.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Levelset.cpp b/Plugin/Levelset.cpp index 55241452e13f9094576003c2ec108d1f8b8d5c9e..8036dace5183fb0d599143a889bdfa9812c60ae9 100644 --- a/Plugin/Levelset.cpp +++ b/Plugin/Levelset.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Levelset.h b/Plugin/Levelset.h index 07e55cc3be406c03b3a955a832001924be8a6485..d2fd86adf2142dd6796b0b0a1eccca4438305132 100644 --- a/Plugin/Levelset.h +++ b/Plugin/Levelset.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/LongitudeLatitude.cpp b/Plugin/LongitudeLatitude.cpp index f909ac0a030dfcef06e998720f9fc2cceace0a75..07af39053685d524c7e654d38c3ec3d00b3b0ed5 100644 --- a/Plugin/LongitudeLatitude.cpp +++ b/Plugin/LongitudeLatitude.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/LongitudeLatitude.h b/Plugin/LongitudeLatitude.h index 8de9403c1d87810370acdf4be81bf373876b63a2..cb18d08f5df947df93e23be0e30216e3d31dc089 100644 --- a/Plugin/LongitudeLatitude.h +++ b/Plugin/LongitudeLatitude.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/MakeSimplex.cpp b/Plugin/MakeSimplex.cpp index c1c55154468323bccfd632cb111b4edadda3a135..b778e9ab624da9933a1311f36f8e4d61b13c88a2 100644 --- a/Plugin/MakeSimplex.cpp +++ b/Plugin/MakeSimplex.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/MakeSimplex.h b/Plugin/MakeSimplex.h index 38a0991acab1c82879928726c31b491cbd15c40b..666285adcb17cd5b1af11381d8d05914bdd5a5f0 100644 --- a/Plugin/MakeSimplex.h +++ b/Plugin/MakeSimplex.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/MathEval.cpp b/Plugin/MathEval.cpp index ce0638023e865913b20df0dd7e827f32b4f67d72..bdb926a5f7e19c91dbb7084dfbae488da59ed42a 100644 --- a/Plugin/MathEval.cpp +++ b/Plugin/MathEval.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/MathEval.h b/Plugin/MathEval.h index 6b56b281f6e8a6c4027d4304dde27d29bce10b5f..c03f21ecb642089ac47c44038150646fb5fbea00 100644 --- a/Plugin/MathEval.h +++ b/Plugin/MathEval.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/MinMax.cpp b/Plugin/MinMax.cpp index dc3e386010af6235eac8edf0fe1eb556c4cb35a0..13e812ca5a7448f7b963fc7cc94c7d5bc978299d 100644 --- a/Plugin/MinMax.cpp +++ b/Plugin/MinMax.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/MinMax.h b/Plugin/MinMax.h index d01bf3d73883485d226cac32d86540444c330d76..50dce4a10cdbac1285d7e7a8d87606f1a0f716d5 100644 --- a/Plugin/MinMax.h +++ b/Plugin/MinMax.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/ModifyComponent.cpp b/Plugin/ModifyComponent.cpp index b80e8f92ab218fe59d006b15536c5e46b0519ec0..d38bb2717250315d7660151f7ad62daffc938153 100644 --- a/Plugin/ModifyComponent.cpp +++ b/Plugin/ModifyComponent.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/ModifyComponent.h b/Plugin/ModifyComponent.h index 597cb9ec19891424e7f2558f530d40838a1ecfbd..2cd4119fb13fc89c7f1fc9bfeea861707a58d475 100644 --- a/Plugin/ModifyComponent.h +++ b/Plugin/ModifyComponent.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/ModulusPhase.cpp b/Plugin/ModulusPhase.cpp index 4a6f217fa4d3028b3d02f2226362a464ca386413..1664b6b784aa03c86315f493c745f96351d5ef10 100644 --- a/Plugin/ModulusPhase.cpp +++ b/Plugin/ModulusPhase.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/ModulusPhase.h b/Plugin/ModulusPhase.h index ec2c699b3373e2b27def023564653645a99eb38b..f943602d9bd79df4cc29a5c39993c5a3da56f722 100644 --- a/Plugin/ModulusPhase.h +++ b/Plugin/ModulusPhase.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/NearToFarField.cpp b/Plugin/NearToFarField.cpp index b352f7b9df5a38705449685aa592cf8fb2013f9f..efa2e309f5a7c91733715bbd6fa52fb3ab36eda7 100644 --- a/Plugin/NearToFarField.cpp +++ b/Plugin/NearToFarField.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/NearToFarField.h b/Plugin/NearToFarField.h index ab3321df3a2a1e4f13925e13bbb8793efabf8b18..3c2fd81b4455c214185cd7d8dd2365694ac45364 100644 --- a/Plugin/NearToFarField.h +++ b/Plugin/NearToFarField.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/NearestNeighbor.cpp b/Plugin/NearestNeighbor.cpp index bbe7414bddd75cde9beeda7a476f7c5daefe3b57..904bdff454eeebe2ab21ce16dd761a26c300196f 100644 --- a/Plugin/NearestNeighbor.cpp +++ b/Plugin/NearestNeighbor.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/NearestNeighbor.h b/Plugin/NearestNeighbor.h index 769975e3b0f0e5f1da158f83c78b51d42547ebbe..e7f6bb5686c311d7c0ad0bae36c4be201c62ae80 100644 --- a/Plugin/NearestNeighbor.h +++ b/Plugin/NearestNeighbor.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/NewView.cpp b/Plugin/NewView.cpp index d2714fdf7c9e09dbd28bf2b02fcf179558ecb3ad..05405a821111dbceca0cbdb5ac9adc56ff234607 100644 --- a/Plugin/NewView.cpp +++ b/Plugin/NewView.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/NewView.h b/Plugin/NewView.h index 0ca09c2148be97da126783bd6153d76f6e86071a..6490cb7947f28382819d05b024a1b7ea4ddb940c 100644 --- a/Plugin/NewView.h +++ b/Plugin/NewView.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Particles.cpp b/Plugin/Particles.cpp index 10ee964fda0820e378b85984d9ee3a3d1a3bce59..3529007e905f47b5763fad360125d3315540c887 100644 --- a/Plugin/Particles.cpp +++ b/Plugin/Particles.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Particles.h b/Plugin/Particles.h index e3b156aabe9aa7274233f4725690108e69e5cf56..4f79d08f32853c9de4dfef8aa94e1249b39b0a63 100644 --- a/Plugin/Particles.h +++ b/Plugin/Particles.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp index 71e8fae95ac4bbba07eeb4f1b940f6f3ac1442c0..afcfe69ebef8f5b03a9066c231a23b83c3d713dc 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index e48d4a3243f32a2ae6f1a3a837f525cadae32eed..5d328f82a757b56e6fb3c7b97a53c28157cf0cfc 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/PluginManager.cpp b/Plugin/PluginManager.cpp index 8f7d763a966481cd50b1daa50a495eada62293af..a444dc63748e03e1f090669b7ba051e33e082c8f 100644 --- a/Plugin/PluginManager.cpp +++ b/Plugin/PluginManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/PluginManager.h b/Plugin/PluginManager.h index d8554f6c5e88fb9b9c5d0f7cf183c67a34464387..5817607e209f526b7c2f20be1d5981c55cdcd73e 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Probe.cpp b/Plugin/Probe.cpp index fb6984ddf6e204109fda976138de19f8ef1a6850..39f5d7e0b83fdcae89d358a81e660d6655f5fb11 100644 --- a/Plugin/Probe.cpp +++ b/Plugin/Probe.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Probe.h b/Plugin/Probe.h index d165995ce277cb09ebe88c0f6e4fc1e1700c41d3..baaf3646e36b519e509ead081d2a8c73ec96c2a2 100644 --- a/Plugin/Probe.h +++ b/Plugin/Probe.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Remove.cpp b/Plugin/Remove.cpp index 6e063b3f943a3f5ebbe4337bb32b542c93d748a8..590b0ce668e34df01adc11974153726109fdf1b1 100644 --- a/Plugin/Remove.cpp +++ b/Plugin/Remove.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Remove.h b/Plugin/Remove.h index f71c60ad31a950955e500c3b21fafde6ccadc0fa..5e6277c68864ff1aafaa534e6db231072f15f8f7 100644 --- a/Plugin/Remove.h +++ b/Plugin/Remove.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Scal2Vec.cpp b/Plugin/Scal2Vec.cpp index cee391c56e0bcce76222fc7e498114633cb5e67e..436ea1e5448b2a99b621a33a61a76769207ed063 100644 --- a/Plugin/Scal2Vec.cpp +++ b/Plugin/Scal2Vec.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Scal2Vec.h b/Plugin/Scal2Vec.h index f4252ba003daec15a807130d1f8a751581077525..d83ee6cffd273dd64f1b8501be862619ba362234 100644 --- a/Plugin/Scal2Vec.h +++ b/Plugin/Scal2Vec.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/SimplePartition.cpp b/Plugin/SimplePartition.cpp index 44ba96b02fcdd7c0b46c9083fc555153e9a98459..2f393da5654a905aba9f7f227de55610eadc467d 100644 --- a/Plugin/SimplePartition.cpp +++ b/Plugin/SimplePartition.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/SimplePartition.h b/Plugin/SimplePartition.h index b04e35e84898704f69bac03e53e7ae17de877d90..a5c7a1e670daf39e1789785961933c99cba04fc0 100644 --- a/Plugin/SimplePartition.h +++ b/Plugin/SimplePartition.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Skin.cpp b/Plugin/Skin.cpp index 93066235902915cc3617a453bd4d4d049e550b6e..9c1e23f142fe7025f3c64dd825fc28c1839ad77e 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Skin.h b/Plugin/Skin.h index 0baf3fc2a12ba26b62ae578f964c435e27fff047..396f9e580ffd482d1a339986d3d326639c514787 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Smooth.cpp b/Plugin/Smooth.cpp index 3c3403088d00efa27a4c2802e8bed3048627a1ab..f64a7e4b5536c3e11282423f113f12a96437b806 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h index 4f5aa61be26dfaab7fd40026c31c8aa5677fa3d1..7c2f33e2b7275a51b726a4b21c3efc9ddde068a0 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/SphericalRaise.cpp b/Plugin/SphericalRaise.cpp index 965e5360117fc49cfd239701d1c720f2de5e5db1..f631175a85bda0c662f86e0630154379e1b6d879 100644 --- a/Plugin/SphericalRaise.cpp +++ b/Plugin/SphericalRaise.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/SphericalRaise.h b/Plugin/SphericalRaise.h index 31bcbe3e160aacf976d18c559266584f3663a902..ce6f9af3b47f69a5a68b7fb778732ee833a04a98 100644 --- a/Plugin/SphericalRaise.h +++ b/Plugin/SphericalRaise.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/StreamLines.cpp b/Plugin/StreamLines.cpp index 8b7a7dd165e64826a1472f10fac30788ddcf3655..7c6f223536fe0273cd3e084fce099df43d69549c 100644 --- a/Plugin/StreamLines.cpp +++ b/Plugin/StreamLines.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/StreamLines.h b/Plugin/StreamLines.h index 6cc7246737094df9fe7965ad972420297a2f8cb3..078ae575e53387d9200b804ff970181956846735 100644 --- a/Plugin/StreamLines.h +++ b/Plugin/StreamLines.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Tetrahedralize.cpp b/Plugin/Tetrahedralize.cpp index 0301afb9cf0ff289762d58e5aa3ef602e17784cb..38bc2617298e02a867f8d59e7937c1b354c286b3 100644 --- a/Plugin/Tetrahedralize.cpp +++ b/Plugin/Tetrahedralize.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Tetrahedralize.h b/Plugin/Tetrahedralize.h index 66731135746087b50f02efcf75500ad43094290e..6e10ebd7819e0e50be6e1155a1181e4e72f7f666 100644 --- a/Plugin/Tetrahedralize.h +++ b/Plugin/Tetrahedralize.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index ad91d582896897e122ce90d41941f7ff0e90f037..359823275ffb713fc48d61ebd628398275101729 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Transform.h b/Plugin/Transform.h index be628726ce412b0c6ea6564baf3da01d04239bd9..21c99f97073d9e2278a7276eca26a966b9318df5 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Triangulate.cpp b/Plugin/Triangulate.cpp index 290bc7a29f83d31899247fa42b5f8facacb18e12..144421414fd8845db8263e183e4613016d1d1eb1 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Triangulate.h b/Plugin/Triangulate.h index fa5aef09c35c0cdc4946456e72fd14bd870ac9cd..2cdd269270945da65815835b7db0cba93c08ab9c 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Warp.cpp b/Plugin/Warp.cpp index e6951c9138a4f006e9fb14a2185ef3ad0a5e4c9e..4bec27f2a37025cc9b4e6314818e9b458b526fbc 100644 --- a/Plugin/Warp.cpp +++ b/Plugin/Warp.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Plugin/Warp.h b/Plugin/Warp.h index b8f70f46031d327f00af9a8f0dac16756196c74f..b945357d4de13f4f02b883a1d94b24cceaa86020 100644 --- a/Plugin/Warp.h +++ b/Plugin/Warp.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/CMakeLists.txt b/Post/CMakeLists.txt index 64522c83296f028fd31749cff933e4df50a7975f..7c688dd4c438ad70db46309e073b8219e750756a 100644 --- a/Post/CMakeLists.txt +++ b/Post/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/ColorTable.cpp b/Post/ColorTable.cpp index 061ba2a06a875841924a6c9ee0dd520fa568d168..63b018b6d3b963b5efbe2ec0ef2b4733b911d156 100644 --- a/Post/ColorTable.cpp +++ b/Post/ColorTable.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/ColorTable.h b/Post/ColorTable.h index ea422f7ad11cc24234e8434048b25d1167d9520c..d8420807365bd5b629f6ae1fe1eec9cb4a13369e 100644 --- a/Post/ColorTable.h +++ b/Post/ColorTable.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/OctreePost.cpp b/Post/OctreePost.cpp index 3f28936727eeead8cff1ada4fd6ab20571de442c..c05758c7c8370b3835d82b2ad92a91bbcf0dee74 100644 --- a/Post/OctreePost.cpp +++ b/Post/OctreePost.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/OctreePost.h b/Post/OctreePost.h index e8bb378b5bc09860ac36d966e7dc540758a6ff6d..bc384011811d474bb361cfdfa98d93dfcbd34f16 100644 --- a/Post/OctreePost.h +++ b/Post/OctreePost.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PView.cpp b/Post/PView.cpp index 270d2992facbba6f4688e303ba713c402ed518b8..af942177ce623252409da39d00c1ddf01c95cb11 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PView.h b/Post/PView.h index 40e3781a19b41c6c30434d6cf78002ac2afc38f1..af1f99d56894776ee0e78c1a5eaf3ce10cddfbe6 100644 --- a/Post/PView.h +++ b/Post/PView.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewAsSimpleFunction.cpp b/Post/PViewAsSimpleFunction.cpp index 2eaef2468efc5fcc2b2222c8094cc6e7db103828..b488695a055190d7d3f55b1d1598d546047d3b2a 100644 --- a/Post/PViewAsSimpleFunction.cpp +++ b/Post/PViewAsSimpleFunction.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewAsSimpleFunction.h b/Post/PViewAsSimpleFunction.h index 17ba4ae145972c87d17120e1cb0048e1851c2326..ddb8839ddcf710d7790acd02fdb99b52435766ef 100644 --- a/Post/PViewAsSimpleFunction.h +++ b/Post/PViewAsSimpleFunction.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewData.cpp b/Post/PViewData.cpp index 6bcc7c11af4b4269e4a10a48220ca31d33904b77..d4ed4fd69b5f4200775bd276e7338d369368b237 100644 --- a/Post/PViewData.cpp +++ b/Post/PViewData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewData.h b/Post/PViewData.h index a4ef4f1bb3f9a82d97e323cb75b20361f8e8f9dc..5d82cd1e9cdeff4a3d185ef0607f689d7d5beed5 100644 --- a/Post/PViewData.h +++ b/Post/PViewData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewDataGModel.cpp b/Post/PViewDataGModel.cpp index 2421c634eb303f4c49b8cb47b4d05f384640d9bf..42a878e2c2e87c8cd9a8a74247b4cd504121e384 100644 --- a/Post/PViewDataGModel.cpp +++ b/Post/PViewDataGModel.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewDataGModel.h b/Post/PViewDataGModel.h index bbcb92fe14ac297191c631522562e62082da49e9..a2c0a47a686742c3ca1bbba57dbc8e6970258c9e 100644 --- a/Post/PViewDataGModel.h +++ b/Post/PViewDataGModel.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp index 076b3a021f5253ea96587b5a281ab7ded424922f..2aa3a337b43a5452dfb8781c965b6afffe8bc52c 100644 --- a/Post/PViewDataGModelIO.cpp +++ b/Post/PViewDataGModelIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewDataIO.cpp b/Post/PViewDataIO.cpp index 9d3e79542c5068cc02f5c20b32e41ca360ece262..1d0138bd4ec4cf412cbd8f75cfe25c5fcc57edf2 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewDataList.cpp b/Post/PViewDataList.cpp index 211bb224677dda8b731d617eef662d62fc3af012..5b1a60a22195cce8188ea54f5e476d5ffae05c04 100644 --- a/Post/PViewDataList.cpp +++ b/Post/PViewDataList.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewDataList.h b/Post/PViewDataList.h index dd2d763a2930b788a9151d910f1297b2cab7b6da..88e57e1a9ffae6b6ae6807969f1e337946d2926f 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -1,5 +1,5 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewDataListIO.cpp b/Post/PViewDataListIO.cpp index 03dda33b1c7a0dbc703b46fa3e4052c9de32bc02..0ef1cd1e689ea286aefd0a9ff1ff9210fe0414ee 100644 --- a/Post/PViewDataListIO.cpp +++ b/Post/PViewDataListIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewDataRemote.h b/Post/PViewDataRemote.h index 759243566e8e67a33a774a4e2d4e759c7de75631..72bbbae21ee8063ce0773be7a2315ead1bb50a82 100644 --- a/Post/PViewDataRemote.h +++ b/Post/PViewDataRemote.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewFactory.cpp b/Post/PViewFactory.cpp index a74169e0934608db3227761316179aaa74b9b1b7..8448a325805f9fb0c647bc8005491a2711dd0378 100644 --- a/Post/PViewFactory.cpp +++ b/Post/PViewFactory.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewFactory.h b/Post/PViewFactory.h index 018e7fa7e826462d7e7ef08168f1ae40be3a41c3..77e49fed815092505075e2dc18818b912a99f2d7 100644 --- a/Post/PViewFactory.h +++ b/Post/PViewFactory.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewIO.cpp b/Post/PViewIO.cpp index c0f8f972cedfed00be4d753a274414828363270a..b838a72893250bc27adf984dcc992bfe96fbae12 100644 --- a/Post/PViewIO.cpp +++ b/Post/PViewIO.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewOptions.cpp b/Post/PViewOptions.cpp index 1ae82893faef60e10b6f017ac23cd5883145379c..b3c8b916eedf997104a3ad8878a766d896608628 100644 --- a/Post/PViewOptions.cpp +++ b/Post/PViewOptions.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewOptions.h b/Post/PViewOptions.h index 7eaf1b598785d5c8882daf9b62284d4940d3c099..622c8411125bd10c900ca8fbb55919f6e54712fa 100644 --- a/Post/PViewOptions.h +++ b/Post/PViewOptions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/PViewVertexArrays.cpp b/Post/PViewVertexArrays.cpp index f8a07be7642bd56acc1cdd934419b4fab6d2ad8f..cf2598384e56694b1479c9b39fa024a9d09e5bc2 100644 --- a/Post/PViewVertexArrays.cpp +++ b/Post/PViewVertexArrays.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/adaptiveData.cpp b/Post/adaptiveData.cpp index 6a047d72e386d273d2467da87cbdfd25bcaf6713..efdf29e9cb249cecd6e0556499e9929ebda733e4 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/adaptiveData.h b/Post/adaptiveData.h index 37e25924622f08287eaee7fa5951216f6ded9ba2..ff8a28e97bd6f0f0ad01a719797097e203cf7d27 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/shapeFunctions.cpp b/Post/shapeFunctions.cpp index e648a7f91c505f31ea5707a8716952a0cb5212d9..132c3a961e12bc6123541eef8b2fadecc7253086 100644 --- a/Post/shapeFunctions.cpp +++ b/Post/shapeFunctions.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Post/shapeFunctions.h b/Post/shapeFunctions.h index 2c35f3df29f9acd64b3add556fd37f041cbaff1b..3bd0bdcabe2a988f202dd91d177250bf5dbb4230 100644 --- a/Post/shapeFunctions.h +++ b/Post/shapeFunctions.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Qt/CMakeLists.txt b/Qt/CMakeLists.txt index 7d4454ae63572c4f2b8e47074550d0f94433c658..2e3ef98347d4f77d849811c7bf605334d6f6af45 100644 --- a/Qt/CMakeLists.txt +++ b/Qt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Qt/GLWidget.cpp b/Qt/GLWidget.cpp index 54e14a25dd6592f0a8286fa3f5e9d458c0f0e662..b19c1f5bd39f192de6139d350b1530da854bb5b8 100644 --- a/Qt/GLWidget.cpp +++ b/Qt/GLWidget.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Qt/GLWidget.h b/Qt/GLWidget.h index f48ecf5873ed0c24232d6ede1bcd72d07014d6b3..d04218bcf029688751cbfd11fb86c7182387725b 100644 --- a/Qt/GLWidget.h +++ b/Qt/GLWidget.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Qt/Main.cpp b/Qt/Main.cpp index 67113811cc12c877e23863b5cd9f500177526148..537103ab3e9e1ac3eb3ef48ed94f73f7f8c5e525 100644 --- a/Qt/Main.cpp +++ b/Qt/Main.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Qt/QGui.cpp b/Qt/QGui.cpp index a05f90ac232a625dd29b712386b01084d273467a..49192a0dfc3354349c6905157b08d7c27fc29254 100644 --- a/Qt/QGui.cpp +++ b/Qt/QGui.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Qt/QGui.h b/Qt/QGui.h index 41af21e85a36bcb46f3433d85d00e8de60889de0..084e14529789a88017c311be358823023cc821f0 100644 --- a/Qt/QGui.h +++ b/Qt/QGui.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Qt/graphicWindow.cpp b/Qt/graphicWindow.cpp index 799e28958d903b53bdc72b55dd1c721706e1acfa..d626bef2023f237a961a80809c7b189dee94352a 100644 --- a/Qt/graphicWindow.cpp +++ b/Qt/graphicWindow.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Qt/graphicWindow.h b/Qt/graphicWindow.h index f0b1870d869f5375e37f1afcc9e4d139e8453f31..eeea4ac6a5fb8a7d0437e97209d7a67d8a8267ed 100644 --- a/Qt/graphicWindow.h +++ b/Qt/graphicWindow.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt index d46d31bcdcf10697d159d3754c6110a10fa96bf8..a4d1657167df2d0bdbabf1e03d90118e35128a66 100644 --- a/Solver/CMakeLists.txt +++ b/Solver/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/FuncGradDisc.h b/Solver/FuncGradDisc.h index 316fb1137c5a5d687338c6c5de820f58fa4dc66e..2462a53997589928bcbb200c2894d4d57a2d4083 100644 --- a/Solver/FuncGradDisc.h +++ b/Solver/FuncGradDisc.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/FuncHeaviside.h b/Solver/FuncHeaviside.h index 3a746133a949ebcc64873832ee207d5c35b6422d..651bcc090c43341516472dbd2189416de63b7e5d 100644 --- a/Solver/FuncHeaviside.h +++ b/Solver/FuncHeaviside.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/SElement.cpp b/Solver/SElement.cpp index 7f85843055c62ce7ca59ac302edf4639d74acef6..f2818b34030748fb6c90988946f60ca3bcda280b 100644 --- a/Solver/SElement.cpp +++ b/Solver/SElement.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/SElement.h b/Solver/SElement.h index 2e33f29c2a62d51817d17b492e8a41c47b537355..afc291bde4cb373c03dba7b056efe59db2e83f1c 100644 --- a/Solver/SElement.h +++ b/Solver/SElement.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/STensor33.cpp b/Solver/STensor33.cpp index 58adba0516b132e981d11bb9adae88f74b553c74..c7ca7bbccbd20d04c8f6922bcff6ecb958f3669c 100644 --- a/Solver/STensor33.cpp +++ b/Solver/STensor33.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/STensor33.h b/Solver/STensor33.h index 6d0d8d6f12ac015d5dc0ebe990b22f54c5502c9f..f43e03d551f5e8f228db96d479704978a22b1d0a 100644 --- a/Solver/STensor33.h +++ b/Solver/STensor33.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/STensor43.cpp b/Solver/STensor43.cpp index 67202099e3d29bf5fd173ef5a369ba113e3fffac..d1969ceefbbe3bd386880f892975ec2c218c864f 100644 --- a/Solver/STensor43.cpp +++ b/Solver/STensor43.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/STensor43.h b/Solver/STensor43.h index 570454f08d7f6ef93fab16751e95f73ab4e84254..4f75313505c04b159979f05615c3c865c841a9eb 100644 --- a/Solver/STensor43.h +++ b/Solver/STensor43.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/STensor53.cpp b/Solver/STensor53.cpp index 9dce2c76a7ab1e121e2cef79827724b2ae3f70b8..45ed2848b6cbcd43f0cec1db23dbcf46e0843aaf 100644 --- a/Solver/STensor53.cpp +++ b/Solver/STensor53.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/STensor53.h b/Solver/STensor53.h index c1e64c5572d9e2b9d74b2c6f7c7bcac73ff65fe2..92c6b6e74dc767ad710bb858787072ff669af7c2 100644 --- a/Solver/STensor53.h +++ b/Solver/STensor53.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/STensor63.cpp b/Solver/STensor63.cpp index 767fa9b85094f3a02d1b12153c4cd247e25d5b19..5fd3d15608768e52545520abbf76667394fc8a1d 100644 --- a/Solver/STensor63.cpp +++ b/Solver/STensor63.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/STensor63.h b/Solver/STensor63.h index 6cb052c40198deb506c1f74e5815e34e962e52e6..92f0942032e9a1f51bbc34c135c93d6dc5f302b1 100644 --- a/Solver/STensor63.h +++ b/Solver/STensor63.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/crossConfTerm.h b/Solver/crossConfTerm.h index 6fef215d3c95294f8d11c6646149cf76f0c70be5..a3260372a46d31631073fed1f1ae6ab18a65dc80 100644 --- a/Solver/crossConfTerm.h +++ b/Solver/crossConfTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/distanceTerm.h b/Solver/distanceTerm.h index 60d901ff1e3c41c5c051061e7fcc8e1b04e99075..c6b88814175b96cae08ae5ffa94a9cf9a848d12c 100644 --- a/Solver/distanceTerm.h +++ b/Solver/distanceTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/dofManager.cpp b/Solver/dofManager.cpp index cc7970aeb4ac32530affb1a532914d3ad5e7e5d0..77222fcfdb727288d80b2115ba3e0e5b68a4f5f7 100644 --- a/Solver/dofManager.cpp +++ b/Solver/dofManager.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/dofManager.h b/Solver/dofManager.h index df230d52d571eb9d99dad0ca2c4a69fc3ebbaa35..e6e477b0d988dc0e5a6e85640c41e296c2451525 100644 --- a/Solver/dofManager.h +++ b/Solver/dofManager.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/eigenSolver.cpp b/Solver/eigenSolver.cpp index 9be0b06d07cd8b9f087d15d90f5a38407313ef5c..bc2bc3f51c780c6b893ec3349fe725b2090d8c59 100644 --- a/Solver/eigenSolver.cpp +++ b/Solver/eigenSolver.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/eigenSolver.h b/Solver/eigenSolver.h index 67280231281fb67fc8d932c8c91c496dd3bb3542..62ad7be6650cf4760351b60b2cd547b577573780 100644 --- a/Solver/eigenSolver.h +++ b/Solver/eigenSolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp index 6b8d4369f622320ae28079759c027531842b5d76..4d32445f2e3ab4f06d51a2404366740bdb8ec5e1 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/elasticitySolver.h b/Solver/elasticitySolver.h index f830e78aafc055f88f9f59f5ac0d448c59a1af17..cfb879139b276126a7fd3ed190af93b807f84b85 100644 --- a/Solver/elasticitySolver.h +++ b/Solver/elasticitySolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/elasticityTerm.cpp b/Solver/elasticityTerm.cpp index f48cfa9724f3e1dcc59aedea28567ce9db5c6d0c..3f6d0ec6fb41ebc9b043a3ad8e45dfe5ac89e034 100644 --- a/Solver/elasticityTerm.cpp +++ b/Solver/elasticityTerm.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/elasticityTerm.h b/Solver/elasticityTerm.h index c78be0453e3f8807eec3e8cd4b7bdb49112bb9d5..50680dab7ffb60520ed0245e9f58453ec05acdaa 100644 --- a/Solver/elasticityTerm.h +++ b/Solver/elasticityTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/femTerm.h b/Solver/femTerm.h index 59b1d4e934cbbd3e30fad424d3dde5e4109210f1..85d8ccd94abd9cee987367a7113746bdc92f312e 100644 --- a/Solver/femTerm.h +++ b/Solver/femTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/filters.cpp b/Solver/filters.cpp index 9117d610acadd68b943d3fa745bb76bdaa0d1965..ec4dc2405b43558f01aca0aea0966c0679abd6da 100644 --- a/Solver/filters.cpp +++ b/Solver/filters.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/filters.h b/Solver/filters.h index af49a4019480645ae5446cd7e62a37c17605e957..ae3bb327858cb10d12e2c228a0e69d22092e74dc 100644 --- a/Solver/filters.h +++ b/Solver/filters.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/frameSolver.h b/Solver/frameSolver.h index 6494a9a26a15de8d7ce5f55ec51bb97534f9897b..d716ec4b4d1db61d61d6243b980ca1121fe7162b 100644 --- a/Solver/frameSolver.h +++ b/Solver/frameSolver.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/functionSpace.cpp b/Solver/functionSpace.cpp index acc38a327476d3c471e2c836139a671fcda5dc2e..2bf48201ab8cac0efdaa3e412eb1c5bdfa84f4d7 100644 --- a/Solver/functionSpace.cpp +++ b/Solver/functionSpace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/functionSpace.h b/Solver/functionSpace.h index 460599d4313337e472b7a1ef3c56a7f8b82bdf96..d890cd09f9dfbdee3524b6b5ccfd8c6664bb76cf 100644 --- a/Solver/functionSpace.h +++ b/Solver/functionSpace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/groupOfElements.cpp b/Solver/groupOfElements.cpp index e4732ea15c249e04a5e4f4dc3442f162b2f8d0df..791b764e16ae4ca70efa947b0a248738cee86699 100644 --- a/Solver/groupOfElements.cpp +++ b/Solver/groupOfElements.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/groupOfElements.h b/Solver/groupOfElements.h index 90baf0633389b275fae0f69b449792adf4a58ce1..22126f32ce5fa49e872931d1221a95330791bfba 100644 --- a/Solver/groupOfElements.h +++ b/Solver/groupOfElements.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/helmholtzTerm.h b/Solver/helmholtzTerm.h index 5fa537f8ecbd953fc1003e54f8729cfcf185cb6b..890e1802abeba666a973aafa0bbae26aa0568715 100644 --- a/Solver/helmholtzTerm.h +++ b/Solver/helmholtzTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/laplaceTerm.h b/Solver/laplaceTerm.h index 1e0fb53d73cdbd81a6a917ff755559bf7d0b1752..1e2d925c152e56c3b17b38c1a1691be049c7b04a 100644 --- a/Solver/laplaceTerm.h +++ b/Solver/laplaceTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystem.cpp b/Solver/linearSystem.cpp index 06dfddd34f7e7f0e946207eefd3174e66189c4a1..836a180e4e5607412f86c078dc8af9c52516c6fb 100644 --- a/Solver/linearSystem.cpp +++ b/Solver/linearSystem.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystem.h b/Solver/linearSystem.h index 8921b7410eb77d9ce1d1b0792d2bf36cfbbfb372..5075170cee4a3d7210575310c807bb6356b2b349 100644 --- a/Solver/linearSystem.h +++ b/Solver/linearSystem.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystemCSR.cpp b/Solver/linearSystemCSR.cpp index bd238e6079ef6c808fe33ac8696f316e33985ad8..35dcb41ab7a2777cce9511f450796826b3f0f400 100644 --- a/Solver/linearSystemCSR.cpp +++ b/Solver/linearSystemCSR.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystemCSR.h b/Solver/linearSystemCSR.h index 7bdd786215a97777f975e029e075426e50471aa1..b234e741eda7bd2a8855bd1ede8fd0d35ca9d6e3 100644 --- a/Solver/linearSystemCSR.h +++ b/Solver/linearSystemCSR.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystemFull.h b/Solver/linearSystemFull.h index 19e25ce6bae87a709a7eeba957862be246628808..4cd434214b64096db82853ad18db0051707c60f1 100644 --- a/Solver/linearSystemFull.h +++ b/Solver/linearSystemFull.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystemGMM.h b/Solver/linearSystemGMM.h index 99927fd0cb37a66d2ced988187090a21388cf6f5..1f3f06b0999717c760d59d2989a0d20a0703940c 100644 --- a/Solver/linearSystemGMM.h +++ b/Solver/linearSystemGMM.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystemMUMPS.cpp b/Solver/linearSystemMUMPS.cpp index bd6b7b11348e607a4ce350c7ef7b2a155bf274f4..91df7c25a61adcce02d49ee423ddb9471f74ca74 100644 --- a/Solver/linearSystemMUMPS.cpp +++ b/Solver/linearSystemMUMPS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystemMUMPS.h b/Solver/linearSystemMUMPS.h index 5acc492a00556e3a25d6c6dfce0e2d2a5fd0d51c..f175cb53f26190050e369975361695dad4af566d 100644 --- a/Solver/linearSystemMUMPS.h +++ b/Solver/linearSystemMUMPS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystemPETSc.cpp b/Solver/linearSystemPETSc.cpp index 822be8e8c02fa2ab4f2b860eaa7056a55dd8c8c6..1bf23e928207ba712e8b595c79843a3475f4717f 100644 --- a/Solver/linearSystemPETSc.cpp +++ b/Solver/linearSystemPETSc.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h index 5cd933d06618665edf7c634514be7805d64c188c..246746dddd8e66926507eb2aaee39920fc91934b 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/materialLaw.h b/Solver/materialLaw.h index 382191c932de2bb3b9bc3bc97513353d3f36dd4f..9d6f030003b2692358e9e265895a037a9cfdd9d4 100644 --- a/Solver/materialLaw.h +++ b/Solver/materialLaw.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/multiscaleLaplace.cpp b/Solver/multiscaleLaplace.cpp index ece987d20fa267522602cf01c776fcb8afb79517..366b6b32044552d06a55e1167c5abb8c9fea10f9 100644 --- a/Solver/multiscaleLaplace.cpp +++ b/Solver/multiscaleLaplace.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/multiscaleLaplace.h b/Solver/multiscaleLaplace.h index 4b8d65c7e109cec19cdbe8112c74d54faf3d88ab..0b14ee837c1c85be8ab35beac1842ae0651410f9 100644 --- a/Solver/multiscaleLaplace.h +++ b/Solver/multiscaleLaplace.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/orthogonalTerm.h b/Solver/orthogonalTerm.h index c54f9ed80e0ab9729e3c721448550f88536e7536..b060306cdd7dd883a9075944e2c994ac066f6d1c 100644 --- a/Solver/orthogonalTerm.h +++ b/Solver/orthogonalTerm.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/quadratureRules.h b/Solver/quadratureRules.h index 7dc761f9a9622c7a78e969b47d65526c4c176833..aee43bfa75f20f2aa59c64faf999a5b4f6830bef 100644 --- a/Solver/quadratureRules.h +++ b/Solver/quadratureRules.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/solverAlgorithms.h b/Solver/solverAlgorithms.h index 20f1cc8176a98771c26e0eb6c47aca38e0915ded..951f2d725e2a2493d35213f2bc62635a51c783d5 100644 --- a/Solver/solverAlgorithms.h +++ b/Solver/solverAlgorithms.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/solverField.h b/Solver/solverField.h index ad3b935d35248beed2201be543a94364ad3a6659..46b4d61157957b282d3b895b60217f7cbfbe5a56 100644 --- a/Solver/solverField.h +++ b/Solver/solverField.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/sparsityPattern.cpp b/Solver/sparsityPattern.cpp index 248bd3aa9856494ef18d4312eda68e2423d166a4..7d18458229572576300c39309d3cd126e768a53a 100644 --- a/Solver/sparsityPattern.cpp +++ b/Solver/sparsityPattern.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/sparsityPattern.h b/Solver/sparsityPattern.h index 497710aaab1ccf2180f61809a2906954c7f5c49d..c91de0aab2a842920ee28261f3afeaa4f6906290 100644 --- a/Solver/sparsityPattern.h +++ b/Solver/sparsityPattern.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/terms.cpp b/Solver/terms.cpp index c1a945b3cd8f24798f300a170543c17a475ce703..97f2bf5fc73f54f8810ed88dcc102e31a434c144 100644 --- a/Solver/terms.cpp +++ b/Solver/terms.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/terms.h b/Solver/terms.h index 6b72d802bcd21c7d4bb3b7b79e863b256ac7a1db..2e0041137d500f6b5411750a283be7bc45abcc2d 100644 --- a/Solver/terms.h +++ b/Solver/terms.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/Solver/terms.hpp b/Solver/terms.hpp index 3f466ff9b20b3700ec02d03846f51377d3f5c740..fef362b6eaf5920154b3fded57e8bee4bfab591d 100644 --- a/Solver/terms.hpp +++ b/Solver/terms.hpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/ANN/CMakeLists.txt b/contrib/ANN/CMakeLists.txt index da5ec91414d2c45c6567c73b78fc2a5bf86d09dc..6e677066e5306792bc90f775947b0e69a3ea4607 100644 --- a/contrib/ANN/CMakeLists.txt +++ b/contrib/ANN/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/Chaco/CMakeLists.txt b/contrib/Chaco/CMakeLists.txt index 7caca39237cf3130f81283b2a4fd53232ff24338..38b5e7df3bdb92bc2ed611bde752ac4b93ccbd06 100644 --- a/contrib/Chaco/CMakeLists.txt +++ b/contrib/Chaco/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/DiscreteIntegration/CMakeLists.txt b/contrib/DiscreteIntegration/CMakeLists.txt index e142156cbd48d62f8d54d9d013df87df06c8fe6d..51989aa12d6b9ce32418cd700df22cd94c65757e 100644 --- a/contrib/DiscreteIntegration/CMakeLists.txt +++ b/contrib/DiscreteIntegration/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/HighOrderMeshOptimizer/CMakeLists.txt b/contrib/HighOrderMeshOptimizer/CMakeLists.txt index 8777797d500089ba251a9aa52c863b890a5c114a..3147c7291ad412c728bb22d9a13340cf8e04bd9c 100644 --- a/contrib/HighOrderMeshOptimizer/CMakeLists.txt +++ b/contrib/HighOrderMeshOptimizer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/MathEx/CMakeLists.txt b/contrib/MathEx/CMakeLists.txt index 0ce6441d0bb1c054cdf46b3113248a9aa86d910a..355403683e065bf4961efb437ff42ab178cd295f 100644 --- a/contrib/MathEx/CMakeLists.txt +++ b/contrib/MathEx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/Metis/CMakeLists.txt b/contrib/Metis/CMakeLists.txt index e40b4290c38a43c6d4fe77af5f8f0d3d66e3e0af..c5c5541a19f0ea637d8aa975b1b3b0bcad9478bb 100644 --- a/contrib/Metis/CMakeLists.txt +++ b/contrib/Metis/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/Netgen/CMakeLists.txt b/contrib/Netgen/CMakeLists.txt index 21e6c43d774a1a99f56312a47bb942ec56486c56..170a5b79dd97dd13e2f9c0d5235d39095d5f5af1 100644 --- a/contrib/Netgen/CMakeLists.txt +++ b/contrib/Netgen/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/Salome/CMakeLists.txt b/contrib/Salome/CMakeLists.txt index 1fae02cdc9ace42ae4bef137203beaa371f024e1..a5c323fad709e3f7dabc0849b1f06d3704f80712 100644 --- a/contrib/Salome/CMakeLists.txt +++ b/contrib/Salome/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/Tetgen1.4/CMakeLists.txt b/contrib/Tetgen1.4/CMakeLists.txt index 84697aa3e68c7021ba6004b55f0f969574a8dfc5..a39edfa3b915beeabe3f72d229b332db67561be7 100644 --- a/contrib/Tetgen1.4/CMakeLists.txt +++ b/contrib/Tetgen1.4/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/Tetgen1.5/CMakeLists.txt b/contrib/Tetgen1.5/CMakeLists.txt index 6deb3c719d38b789340d2fe8cce4d0ee5519a313..8f438fe87bbeae9fa245070888313dcc6040fbb7 100644 --- a/contrib/Tetgen1.5/CMakeLists.txt +++ b/contrib/Tetgen1.5/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/bamg/CMakeLists.txt b/contrib/bamg/CMakeLists.txt index 884e6ac09b79d621737f02f4e775fdc4390cf84b..1421bc582767e83fbb2dcdf629921b11bd44613b 100644 --- a/contrib/bamg/CMakeLists.txt +++ b/contrib/bamg/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/blossom/CMakeLists.txt b/contrib/blossom/CMakeLists.txt index b71e34e59cb3253f3288322be9d59257ec92c5b7..101fdc6d7c2eac211cbe44daf4bed7e066470a0a 100644 --- a/contrib/blossom/CMakeLists.txt +++ b/contrib/blossom/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/kbipack/CMakeLists.txt b/contrib/kbipack/CMakeLists.txt index 35945e3ac84aa7baad2463b008c3b7ce703a6082..3a1cfcea40c85020e0c0b455caa081c4cffefe4d 100644 --- a/contrib/kbipack/CMakeLists.txt +++ b/contrib/kbipack/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/mmg3d/CMakeLists.txt b/contrib/mmg3d/CMakeLists.txt index adbd929f29117e659a61251620438547874addef..85523e945053384e292866d8b0e537782928a2eb 100644 --- a/contrib/mmg3d/CMakeLists.txt +++ b/contrib/mmg3d/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/mpeg_encode/CMakeLists.txt b/contrib/mpeg_encode/CMakeLists.txt index 50f43428ec65c186e5a4b3cc8f972bbab108b951..cebd32a9ed2486ebd5a98bf372941532ac73c505 100644 --- a/contrib/mpeg_encode/CMakeLists.txt +++ b/contrib/mpeg_encode/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/onelab/CMakeLists.txt b/contrib/onelab/CMakeLists.txt index f454099608f1e7c3f811bebe9c5c0778c9b1d75a..a60d974dbe3826d9e9214c4c486f0ae0b4c7b50e 100644 --- a/contrib/onelab/CMakeLists.txt +++ b/contrib/onelab/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/onelab/OnelabMessage.cpp b/contrib/onelab/OnelabMessage.cpp index d5c860ecc22659de1601698e3a28f60b5696d1d5..18ff2e238a92bc1ee8f034fe1659ecb7f0da34ad 100644 --- a/contrib/onelab/OnelabMessage.cpp +++ b/contrib/onelab/OnelabMessage.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/onelab/myOS.cpp b/contrib/onelab/myOS.cpp index 2401c70da3a0b2998f07ab3c9e2399d44feb41d9..028327836e90369290534dcd794a2b442e57465b 100644 --- a/contrib/onelab/myOS.cpp +++ b/contrib/onelab/myOS.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/contrib/onelab/myOS.h b/contrib/onelab/myOS.h index 16a6099b0720aab2e6017f1b201e1749d9963474..27b3a1fbfb03f4582343dbe0c66879541f6b9603 100644 --- a/contrib/onelab/myOS.h +++ b/contrib/onelab/myOS.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/doc/CREDITS.txt b/doc/CREDITS.txt index a71e3079b41bbec27ca5f4e8621c0fa87eec05c3..861a14bcf0f26492788591ec6ada9f7f40fa9370 100644 --- a/doc/CREDITS.txt +++ b/doc/CREDITS.txt @@ -1,4 +1,4 @@ - Gmsh is copyright (C) 1997-2013 + Gmsh is copyright (C) 1997-2014 Christophe Geuzaine <cgeuzaine at ulg.ac.be> diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 6ae99457eaac6160a5e79f3987595947f6f03ad6..5b35861161739f7b7dc1764788df725e8b9b8ecf 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,6 +1,6 @@ -2.8.4 (): better reproductibility of 2D meshes; new mandatory 'Name' attribute -to define onelab variables in DefineConstant[] & co; small improvements and bug -fixes. +2.8.4 (Feb 7, 2014): better reproductibility of 2D meshes; new mandatory 'Name' +attribute to define onelab variables in DefineConstant[] & co; small +improvements and bug fixes. 2.8.3 (Sep 27, 2013): new quick access menu and multiple view selection in GUI; enhanced animation creation; many small enhancements and bug fixes. diff --git a/doc/gmsh.html b/doc/gmsh.html index 90b156dbe1bfd50b6416df4db3f2e37793b7abe5..630bf5fc63d906e20b587e81da6e99bc5fa0eaa2 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -29,7 +29,7 @@ generator with built-in pre- and post-processing facilities</h1> <h4 align="center">Christophe Geuzaine and Jean-Fran�ois Remacle</h4> -<h4 align="center">Version 2.8.4, ? 2013</h4> +<h4 align="center">Version 2.8.4, February 7 2014</h4> <center> <a href="#Description">Description</a> | @@ -166,7 +166,7 @@ gmsh, password: gmsh). <h2><a name="Licensing"></a>Licensing</h2> -Gmsh is copyright (C) 1997-2013 by C. Geuzaine and J.-F. Remacle and +Gmsh is copyright (C) 1997-2014 by C. Geuzaine and J.-F. Remacle and is distributed under the terms of the <a href="doc/LICENSE.txt">GNU General Public License (GPL)</a> (Version 2 or later, with an exception to allow for easier diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 6f81b129fe5dded8e88d8baad0246e89a478a6e9..4057c4e86c2d3c64543d1dd6d0900a10ee63b33c 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-2013 C. Geuzaine, J.-F. Remacle +@c Gmsh - Copyright (C) 1997-2014 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@geuz.org>. diff --git a/utils/api_demos/mainHomology.cpp b/utils/api_demos/mainHomology.cpp index 1839ac8070b431252fb3ac86d10f9a7920b4787f..238a63c6c3f330449b339625a77fc8c6ecd932f0 100644 --- a/utils/api_demos/mainHomology.cpp +++ b/utils/api_demos/mainHomology.cpp @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/misc/update_copyright.sh b/utils/misc/update_copyright.sh index cfa07142840492aad428f56e73b3917082c55b7a..8e77da2511e7d14edae774959950f43dfc1792b0 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-2012 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-2013 C. Geuzaine, J.-F. Remacle' -sl` #echo $files for file in $files do -sed "s|(C) 1997-2012 C|(C) 1997-2013 C|g" $file > $file.tmp +sed "s|(C) 1997-2013 C|(C) 1997-2014 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 9d4f564e08081afa7050dd9feccea48220e8e5a1..e1b21876d22a544b152a4ea53273eff509afd107 100644 --- a/utils/nightly/gmsh.ctest +++ b/utils/nightly/gmsh.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_linux.ctest b/utils/nightly/gmsh_linux.ctest index ca3954c95861d2d707988ef3e4efcb982d8618f8..a3090ca7733c14f200cabcb354c68619e359e506 100644 --- a/utils/nightly/gmsh_linux.ctest +++ b/utils/nightly/gmsh_linux.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_linux64.ctest b/utils/nightly/gmsh_linux64.ctest index 3051b1341bf379cf6423c3bef70fff1fae5e9b43..530772abdc8f27a8dc47cf9f5a3b04baac55b094 100644 --- a/utils/nightly/gmsh_linux64.ctest +++ b/utils/nightly/gmsh_linux64.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_linux64_dynamic_nightly.ctest b/utils/nightly/gmsh_linux64_dynamic_nightly.ctest index 2d687151e811ffc3202350c16ae9613ad80766ae..e05715aaf4502fb1aa9c0fd2493f18e6521b9644 100644 --- a/utils/nightly/gmsh_linux64_dynamic_nightly.ctest +++ b/utils/nightly/gmsh_linux64_dynamic_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_linux64_nightly.ctest b/utils/nightly/gmsh_linux64_nightly.ctest index 7a40d1fcf3a3428cdb812a6a247451d8d74f9500..647dd30a8125a2a0b62532e5988c1219b713630c 100644 --- a/utils/nightly/gmsh_linux64_nightly.ctest +++ b/utils/nightly/gmsh_linux64_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_linux_nightly.ctest b/utils/nightly/gmsh_linux_nightly.ctest index 0c6330ffd81187bf2a7d065fa387b14507fc563b..e00127ca870f20ff9269038b62fa09c043714928 100644 --- a/utils/nightly/gmsh_linux_nightly.ctest +++ b/utils/nightly/gmsh_linux_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_mac.ctest b/utils/nightly/gmsh_mac.ctest index a465e6ddea56a9a0b354ceb18a1f678367d91317..11184ebce410c768f7485661b8437ca0f1da8cfc 100644 --- a/utils/nightly/gmsh_mac.ctest +++ b/utils/nightly/gmsh_mac.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_mac_dynamic_nightly.ctest b/utils/nightly/gmsh_mac_dynamic_nightly.ctest index ff30a111bf59ee6a6c8a45d1606d2c099f2bab1e..efb6530cd9cd22c42063360b172a155c4c568fb0 100644 --- a/utils/nightly/gmsh_mac_dynamic_nightly.ctest +++ b/utils/nightly/gmsh_mac_dynamic_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_mac_nightly.ctest b/utils/nightly/gmsh_mac_nightly.ctest index 6469ca8d05ac5de2187c5791d92ea156f3aa23d7..18910e64040cc3de33022e57f3aba93b0d8b29ff 100644 --- a/utils/nightly/gmsh_mac_nightly.ctest +++ b/utils/nightly/gmsh_mac_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_win.ctest b/utils/nightly/gmsh_win.ctest index 74b746bf923a9a483054c8ebe64d809515f3a6e5..399fe16e765a6d413c5dbbb17b9eb53ae335383d 100644 --- a/utils/nightly/gmsh_win.ctest +++ b/utils/nightly/gmsh_win.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_win64.ctest b/utils/nightly/gmsh_win64.ctest index 7dc785d6588829b7dad81ee84810a74e123efd25..2adbc3c0ec4b3e7fa4bd01743eb52f495a63a608 100644 --- a/utils/nightly/gmsh_win64.ctest +++ b/utils/nightly/gmsh_win64.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_win64_dynamic_nightly.ctest b/utils/nightly/gmsh_win64_dynamic_nightly.ctest index 3cf2e9d4a4cae92134996f9f0017be7b30c8922f..147a06b296433a6bcb536edfa728ee7c09bdccec 100644 --- a/utils/nightly/gmsh_win64_dynamic_nightly.ctest +++ b/utils/nightly/gmsh_win64_dynamic_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_win64_nightly.ctest b/utils/nightly/gmsh_win64_nightly.ctest index a543477960c283552a42ebcff0ad0652a7a3fec3..7a4207f5ada3ceb424277dfcdbff5627e77c7934 100644 --- a/utils/nightly/gmsh_win64_nightly.ctest +++ b/utils/nightly/gmsh_win64_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/nightly/gmsh_win_nightly.ctest b/utils/nightly/gmsh_win_nightly.ctest index fe08527f4acd85b00a749a3c819589b38b00ba61..c327c252ca75aff8656d5c20caac290a5492d8c1 100644 --- a/utils/nightly/gmsh_win_nightly.ctest +++ b/utils/nightly/gmsh_win_nightly.ctest @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>. diff --git a/utils/solvers/c++/GmshSocket.h b/utils/solvers/c++/GmshSocket.h index 1e1986eec3dff71a14997ce2ff33699fa64f5261..8aa0324ba2db04c8414aa84f3c87925f1e269729 100644 --- a/utils/solvers/c++/GmshSocket.h +++ b/utils/solvers/c++/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2014 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 79070f6798aa518b047fce0a0778605d4e5c6bfb..7a34421ddafebd817a4722ad8bb1266c3a80fb55 100644 --- a/wrappers/gmshpy/CMakeLists.txt +++ b/wrappers/gmshpy/CMakeLists.txt @@ -1,4 +1,4 @@ -# Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all # bugs and problems to the public mailing list <gmsh@geuz.org>.