From d5382281e6a0f338e7d7e7d5b1e3feb093255fac Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 10 May 2016 08:31:01 +0200
Subject: [PATCH] [A/U] Add copyright and license header.

---
 Applications/Utils/MeshEdit/moveMeshNodes.cpp | 6 ++++++
 Applications/Utils/OGSFileConverter/main.cpp  | 9 +++++++++
 2 files changed, 15 insertions(+)

diff --git a/Applications/Utils/MeshEdit/moveMeshNodes.cpp b/Applications/Utils/MeshEdit/moveMeshNodes.cpp
index 517b43404f1..2e3747d932a 100644
--- a/Applications/Utils/MeshEdit/moveMeshNodes.cpp
+++ b/Applications/Utils/MeshEdit/moveMeshNodes.cpp
@@ -1,6 +1,12 @@
 /**
  * \file moveMeshNodes.cpp
  * 2012/03/07 KR Initial implementation
+ *
+ * \copyright
+ * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org)
+ *            Distributed under a Modified BSD License.
+ *              See accompanying file LICENSE.txt or
+ *              http://www.opengeosys.org/LICENSE.txt
  */
 
 #include <memory>
diff --git a/Applications/Utils/OGSFileConverter/main.cpp b/Applications/Utils/OGSFileConverter/main.cpp
index 2b1a098e874..593542373b2 100644
--- a/Applications/Utils/OGSFileConverter/main.cpp
+++ b/Applications/Utils/OGSFileConverter/main.cpp
@@ -1,3 +1,12 @@
+/**
+ *
+ * \copyright
+ * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org)
+ *            Distributed under a Modified BSD License.
+ *              See accompanying file LICENSE.txt or
+ *              http://www.opengeosys.org/LICENSE.txt
+ */
+
 #include "OGSFileConverter.h"
 
 #include <clocale>
-- 
GitLab