diff --git a/Plugin/Distance.cpp b/Plugin/Distance.cpp index 5a2922bafc2b29ae09dd8617ea7ee2b91ea8e3b5..7f69090934bdefec0f8a152adfd95179c1d849b2 100644 --- a/Plugin/Distance.cpp +++ b/Plugin/Distance.cpp @@ -2,8 +2,6 @@ // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. -// -// Contributed by Matti Pellikka <matti.pellikka@tut.fi>. #include <stdlib.h> #include "Gmsh.h" diff --git a/Plugin/Distance.h b/Plugin/Distance.h index 14b13b226d995e53f7e789fdf394b0b730938bb3..1b6a5efddc29d12e5c28563b7002d1d4bdc4bff7 100644 --- a/Plugin/Distance.h +++ b/Plugin/Distance.h @@ -2,8 +2,6 @@ // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. -// -// Contributed by Matti Pellikka <matti.pellikka@tut.fi>. #ifndef _DISTANCE_H_ #define _DISTANCE_H_