From 5cd6e41a8257fc1d085086f47c7bf299ab0c36c1 Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Sun, 9 Sep 2018 23:15:28 +0700
Subject: [PATCH] [+] init and deinit files [*] License information changed

---
 dap_chain.c        |  4 ++--
 dap_chain.h        |  5 +++--
 dap_chain_common.c | 24 ++++++++++++++++++++++++
 dap_chain_common.h |  4 ++--
 dap_chain_datum.c  |  4 ++--
 dap_chain_datum.h  |  5 +++--
 6 files changed, 36 insertions(+), 10 deletions(-)

diff --git a/dap_chain.c b/dap_chain.c
index a88f04b..debe29e 100644
--- a/dap_chain.c
+++ b/dap_chain.c
@@ -1,8 +1,8 @@
 /*
  * Authors:
- * Dmitriy A. Gearasimov <kahovski@gmail.com>
+ * Dmitriy A. Gearasimov <gerasimov.dmitriy@demlabs.net>
  * DeM Labs Inc.   https://demlabs.net
- * DeM Labs Open source community https://github.com/demlabsinc
+ * Kelvin Project https://github.com/kelvinblockchain
  * Copyright  (c) 2017-2018
  * All rights reserved.
 
diff --git a/dap_chain.h b/dap_chain.h
index 22d3bcd..a723b5c 100644
--- a/dap_chain.h
+++ b/dap_chain.h
@@ -1,8 +1,8 @@
 /*
  * Authors:
- * Dmitriy A. Gearasimov <kahovski@gmail.com>
+ * Dmitriy A. Gearasimov <gerasimov.dmitriy@demlabs.net>
  * DeM Labs Inc.   https://demlabs.net
- * DeM Labs Open source community https://github.com/demlabsinc
+ * Kelvin Project https://github.com/kelvinblockchain
  * Copyright  (c) 2017-2018
  * All rights reserved.
 
@@ -22,6 +22,7 @@
     along with any DAP based project.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+
 #pragma once
 #include "dap_chain_block.h"
 #include "dap_chain_block_cache.h"
diff --git a/dap_chain_common.c b/dap_chain_common.c
index 28f6c9f..d67132b 100644
--- a/dap_chain_common.c
+++ b/dap_chain_common.c
@@ -1,3 +1,27 @@
+/*
+ * Authors:
+ * Dmitriy A. Gearasimov <gerasimov.dmitriy@demlabs.net>
+ * DeM Labs Inc.   https://demlabs.net
+ * Kelvin Project https://github.com/kelvinblockchain
+ * Copyright  (c) 2017-2018
+ * All rights reserved.
+
+ This file is part of DAP (Deus Applications Prototypes) the open source project
+
+    DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    DAP is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with any DAP based project.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
 #include <string.h>
 #include "dap_common.h"
 #include "dap_chain_common.h"
diff --git a/dap_chain_common.h b/dap_chain_common.h
index 078a0ed..393f927 100644
--- a/dap_chain_common.h
+++ b/dap_chain_common.h
@@ -1,8 +1,8 @@
 /*
  * Authors:
- * Dmitriy A. Gearasimov <kahovski@gmail.com>
+ * Dmitriy A. Gearasimov <gerasimov.dmitriy@demlabs.net>
  * DeM Labs Inc.   https://demlabs.net
- * DeM Labs Open source community https://github.com/demlabsinc
+ * Kelvin Project https://github.com/kelvinblockchain
  * Copyright  (c) 2017-2018
  * All rights reserved.
 
diff --git a/dap_chain_datum.c b/dap_chain_datum.c
index eee06a6..98b80d6 100644
--- a/dap_chain_datum.c
+++ b/dap_chain_datum.c
@@ -1,8 +1,8 @@
 /*
  * Authors:
- * Dmitriy A. Gearasimov <kahovski@gmail.com>
+ * Dmitriy A. Gearasimov <gerasimov.dmitriy@demlabs.net>
  * DeM Labs Inc.   https://demlabs.net
- * DeM Labs Open source community https://github.com/demlabsinc
+ * Kelvin Project https://github.com/kelvinblockchain
  * Copyright  (c) 2017-2018
  * All rights reserved.
 
diff --git a/dap_chain_datum.h b/dap_chain_datum.h
index e32c882..5abc823 100644
--- a/dap_chain_datum.h
+++ b/dap_chain_datum.h
@@ -1,8 +1,8 @@
 /*
  * Authors:
- * Dmitriy A. Gearasimov <kahovski@gmail.com>
+ * Dmitriy A. Gearasimov <gerasimov.dmitriy@demlabs.net>
  * DeM Labs Inc.   https://demlabs.net
- * DeM Labs Open source community https://github.com/demlabsinc
+ * Kelvin Project https://github.com/kelvinblockchain
  * Copyright  (c) 2017-2018
  * All rights reserved.
 
@@ -21,6 +21,7 @@
     You should have received a copy of the GNU General Public License
     along with any DAP based project.  If not, see <http://www.gnu.org/licenses/>.
 */
+
 #pragma once
 #include <stdint.h>
 #include "dap_common.h"
-- 
GitLab