diff --git a/Numeric/gmshAssembler.cpp b/Numeric/gmshAssembler.cpp index 50fa37d04948a632f2b71360ee6b49ce33671bde..06613adfac711ebd1661988542ae01aa8e84add4 100644 --- a/Numeric/gmshAssembler.cpp +++ b/Numeric/gmshAssembler.cpp @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #include "MVertex.h" #include "gmshAssembler.h" #include "gmshLinearSystem.h" diff --git a/Numeric/gmshAssembler.h b/Numeric/gmshAssembler.h index 18d769affb4b4a8d268520835c58bb374ef846ec..86ccfe8ec3c93112bec86f19d3da9ba6a92073c2 100644 --- a/Numeric/gmshAssembler.h +++ b/Numeric/gmshAssembler.h @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #ifndef _GMSH_ASSEMBLER_H_ #define _GMSH_ASSEMBLER_H_ diff --git a/Numeric/gmshElasticity.cpp b/Numeric/gmshElasticity.cpp index eed442a04c5bdc7d5372115ee732a627746af9b8..69a3f1b78f5932a53143e51cd8fcd685cf5f67fd 100644 --- a/Numeric/gmshElasticity.cpp +++ b/Numeric/gmshElasticity.cpp @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #include "gmshElasticity.h" extern double inv3x3 (double a[3][3], double b[3][3]); diff --git a/Numeric/gmshElasticity.h b/Numeric/gmshElasticity.h index fd91644c2abb143b4a52800f30488a36ea5a2503..ef91b36935bc55f8b9f59426508e384b3b52f165 100644 --- a/Numeric/gmshElasticity.h +++ b/Numeric/gmshElasticity.h @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #ifndef _GMSH_ELASTICITY_H_ #define _GMSH_ELASTICITY_H_ diff --git a/Numeric/gmshFunction.h b/Numeric/gmshFunction.h index a3187794863d04c4eeaf0c7b376850a3b70a6d0a..cb98bf1dfa6d42d05e559d7bbc40f70fb003e3e7 100644 --- a/Numeric/gmshFunction.h +++ b/Numeric/gmshFunction.h @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #ifndef _GMSH_FUNCTION_H_ #define _GMSH_FUNCTION_H_ diff --git a/Numeric/gmshLaplace.cpp b/Numeric/gmshLaplace.cpp index d036940c501eda5125f02c8d17d3ef5f5ceb87e6..d09753228a2e424940f14273ffb6aa2af8430864 100644 --- a/Numeric/gmshLaplace.cpp +++ b/Numeric/gmshLaplace.cpp @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #include "gmshLaplace.h" extern double inv3x3 (double a[3][3], double b[3][3]); diff --git a/Numeric/gmshLaplace.h b/Numeric/gmshLaplace.h index fa4ee83477687e3fcdfeeb20b660b8f92a840107..34a5fee87c377601a0c4094e1fa0b46e63be13ed 100644 --- a/Numeric/gmshLaplace.h +++ b/Numeric/gmshLaplace.h @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #ifndef _GMSH_LAPLACE_H_ #define _GMSH_LAPLACE_H_ diff --git a/Numeric/gmshLinearSystem.h b/Numeric/gmshLinearSystem.h index 0cdc587397514a6a65bddbe170fad816d70df67b..0ae30e13c6379475cec646c2b3c30a4d14821df2 100644 --- a/Numeric/gmshLinearSystem.h +++ b/Numeric/gmshLinearSystem.h @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #ifndef _GMSH_LINEAR_SYSTEM_H_ #define _GMSH_LINEAR_SYSTEM_H_ diff --git a/Numeric/gmshLinearSystemGmm.h b/Numeric/gmshLinearSystemGmm.h index bd830cc0e558bbcde25adf4eaa7eea285629930e..cb06605f853e2438cdfb417f783c72f8fd16bb89 100644 --- a/Numeric/gmshLinearSystemGmm.h +++ b/Numeric/gmshLinearSystemGmm.h @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #ifndef _GMSH_LINEAR_SYSTEM_GMM_H_ #define _GMSH_LINEAR_SYSTEM_GMM_H_ diff --git a/Numeric/gmshTermOfFormulation.cpp b/Numeric/gmshTermOfFormulation.cpp index 12df17436f88362a011c95151376c28b4bf28780..6f21b4c95b5855e6ef6a017df1a6bee4a9501c35 100644 --- a/Numeric/gmshTermOfFormulation.cpp +++ b/Numeric/gmshTermOfFormulation.cpp @@ -1,11 +1,14 @@ -#include "gmshTermOfFormulation.h" -#include "gmshFunction.h" +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. #include "Gmsh.h" #include "GModel.h" #include "MElement.h" #include "GmshMatrix.h" - +#include "gmshTermOfFormulation.h" +#include "gmshFunction.h" #include "gmshLinearSystem.h" #include "gmshAssembler.h" diff --git a/Numeric/gmshTermOfFormulation.h b/Numeric/gmshTermOfFormulation.h index 689d6ffae206918d9a243d1aaced2174e1498db9..83f2eb8a5a4c06a4c1fdd9c69249d7c5ff38c22c 100644 --- a/Numeric/gmshTermOfFormulation.h +++ b/Numeric/gmshTermOfFormulation.h @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #ifndef _GMSH_TERM_OF_FORMULATION_H_ #define _GMSH_TERM_OF_FORMULATION_H_