From f6e04ad0c2db26bfa7b88ff6cb738bbe44c71ae7 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 19 Nov 2008 22:48:18 +0000
Subject: [PATCH] missing copyright

---
 Numeric/gmshAssembler.cpp         | 5 +++++
 Numeric/gmshAssembler.h           | 5 +++++
 Numeric/gmshElasticity.cpp        | 5 +++++
 Numeric/gmshElasticity.h          | 5 +++++
 Numeric/gmshFunction.h            | 5 +++++
 Numeric/gmshLaplace.cpp           | 5 +++++
 Numeric/gmshLaplace.h             | 5 +++++
 Numeric/gmshLinearSystem.h        | 5 +++++
 Numeric/gmshLinearSystemGmm.h     | 5 +++++
 Numeric/gmshTermOfFormulation.cpp | 9 ++++++---
 Numeric/gmshTermOfFormulation.h   | 5 +++++
 11 files changed, 56 insertions(+), 3 deletions(-)

diff --git a/Numeric/gmshAssembler.cpp b/Numeric/gmshAssembler.cpp
index 50fa37d049..06613adfac 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 18d769affb..86ccfe8ec3 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 eed442a04c..69a3f1b78f 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 fd91644c2a..ef91b36935 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 a318779486..cb98bf1dfa 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 d036940c50..d09753228a 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 fa4ee83477..34a5fee87c 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 0cdc587397..0ae30e13c6 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 bd830cc0e5..cb06605f85 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 12df17436f..6f21b4c95b 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 689d6ffae2..83f2eb8a5a 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_
 
-- 
GitLab