From 4c3ce8db4fbc939e8374d87d77d7a9cc0ab97626 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Tue, 1 Nov 2016 09:02:03 +0100
Subject: [PATCH] fix introduction of RTE data related source files

---
 alib2data/src/rte/RTE.cpp                          | 7 +++++++
 alib2data/src/rte/RTE.h                            | 7 +++++++
 alib2data/src/rte/RTEClasses.h                     | 7 +++++++
 alib2data/src/rte/RTEFeatures.h                    | 5 +++--
 alib2data/src/rte/common/RTEFromXMLParser.h        | 4 ++--
 alib2data/src/rte/common/RTEToXMLComposer.h        | 7 +++++++
 alib2data/src/rte/formal/FormalRTE.h               | 7 +++++++
 alib2data/src/rte/formal/FormalRTEAlternation.h    | 7 +++++++
 alib2data/src/rte/formal/FormalRTEElement.h        | 7 +++++++
 alib2data/src/rte/formal/FormalRTEElements.h       | 7 +++++++
 alib2data/src/rte/formal/FormalRTEEmpty.h          | 7 +++++++
 alib2data/src/rte/formal/FormalRTEIteration.h      | 7 +++++++
 alib2data/src/rte/formal/FormalRTESubstitution.h   | 7 +++++++
 alib2data/src/rte/formal/FormalRTESymbol.h         | 7 +++++++
 alib2data/src/rte/formal/FormalRTESymbolAlphabet.h | 7 +++++++
 alib2data/src/rte/formal/FormalRTESymbolSubst.h    | 7 +++++++
 16 files changed, 103 insertions(+), 4 deletions(-)

diff --git a/alib2data/src/rte/RTE.cpp b/alib2data/src/rte/RTE.cpp
index 98ec057d57..00a2445ae6 100644
--- a/alib2data/src/rte/RTE.cpp
+++ b/alib2data/src/rte/RTE.cpp
@@ -1,3 +1,10 @@
+/*
+ * RTE.cpp
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #include "RTE.h"
 #include "../alphabet/Symbol.h"
 #include "../string/LinearString.h"
diff --git a/alib2data/src/rte/RTE.h b/alib2data/src/rte/RTE.h
index c9079ffb13..cfe57b412d 100644
--- a/alib2data/src/rte/RTE.h
+++ b/alib2data/src/rte/RTE.h
@@ -1,3 +1,10 @@
+/*
+ * RTE.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef RTE_H_
 #define RTE_H_
 
diff --git a/alib2data/src/rte/RTEClasses.h b/alib2data/src/rte/RTEClasses.h
index d4f8591187..56a68cea60 100644
--- a/alib2data/src/rte/RTEClasses.h
+++ b/alib2data/src/rte/RTEClasses.h
@@ -1,3 +1,10 @@
+/*
+ * RTEClasses.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef RTE_CLASSES_H_
 #define RTE_CLASSES_H_
 
diff --git a/alib2data/src/rte/RTEFeatures.h b/alib2data/src/rte/RTEFeatures.h
index 9d58de961c..50ba6392de 100644
--- a/alib2data/src/rte/RTEFeatures.h
+++ b/alib2data/src/rte/RTEFeatures.h
@@ -1,10 +1,11 @@
 /*
  * RTEFeatures.h
  *
- *  Created on: Jun 19, 2014
- *      Author: Jan Travnicek
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
  */
 
+
 #ifndef RTE_FEATURES_H_
 #define RTE_FEATURES_H_
 
diff --git a/alib2data/src/rte/common/RTEFromXMLParser.h b/alib2data/src/rte/common/RTEFromXMLParser.h
index dd999c105d..3f09b0ad58 100644
--- a/alib2data/src/rte/common/RTEFromXMLParser.h
+++ b/alib2data/src/rte/common/RTEFromXMLParser.h
@@ -1,8 +1,8 @@
 /*
  * RTEFromXMLParser.h
  *
- *  Created on: Nov 23, 2013
- *      Author: Martin Zak
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
  */
 
 #ifndef RTE_FROM_XML_PARSER_H_
diff --git a/alib2data/src/rte/common/RTEToXMLComposer.h b/alib2data/src/rte/common/RTEToXMLComposer.h
index 8261993e10..8b775edbeb 100644
--- a/alib2data/src/rte/common/RTEToXMLComposer.h
+++ b/alib2data/src/rte/common/RTEToXMLComposer.h
@@ -1,3 +1,10 @@
+/*
+ * RTEToXMLComposer.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef RTE_TO_XML_COMPOSER_H_
 #define RTE_TO_XML_COMPOSER_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTE.h b/alib2data/src/rte/formal/FormalRTE.h
index 86f2bbd988..d47402ba50 100644
--- a/alib2data/src/rte/formal/FormalRTE.h
+++ b/alib2data/src/rte/formal/FormalRTE.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTE.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_H_
 #define FORMAL_RTE_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTEAlternation.h b/alib2data/src/rte/formal/FormalRTEAlternation.h
index 6b8977d0f7..e366d6201f 100644
--- a/alib2data/src/rte/formal/FormalRTEAlternation.h
+++ b/alib2data/src/rte/formal/FormalRTEAlternation.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTEAlternation.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_ALTERNATION_H_
 #define FORMAL_RTE_ALTERNATION_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTEElement.h b/alib2data/src/rte/formal/FormalRTEElement.h
index 75c6b5ec96..3ca434b8ee 100644
--- a/alib2data/src/rte/formal/FormalRTEElement.h
+++ b/alib2data/src/rte/formal/FormalRTEElement.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTEElement.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_ELEMENT_H_
 #define FORMAL_RTE_ELEMENT_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTEElements.h b/alib2data/src/rte/formal/FormalRTEElements.h
index 966c19e4d2..a33eea5458 100644
--- a/alib2data/src/rte/formal/FormalRTEElements.h
+++ b/alib2data/src/rte/formal/FormalRTEElements.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTEElements.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_ELEMENTS_H_
 #define FORMAL_RTE_ELEMENTS_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTEEmpty.h b/alib2data/src/rte/formal/FormalRTEEmpty.h
index d2e04ec581..59d6af2f95 100644
--- a/alib2data/src/rte/formal/FormalRTEEmpty.h
+++ b/alib2data/src/rte/formal/FormalRTEEmpty.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTEEmpty.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_EMPTY_H_
 #define FORMAL_RTE_EMPTY_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTEIteration.h b/alib2data/src/rte/formal/FormalRTEIteration.h
index ee04fdb699..b361d571aa 100644
--- a/alib2data/src/rte/formal/FormalRTEIteration.h
+++ b/alib2data/src/rte/formal/FormalRTEIteration.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTEIteration.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_ITERATION_H_
 #define FORMAL_RTE_ITERATION_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTESubstitution.h b/alib2data/src/rte/formal/FormalRTESubstitution.h
index 907996509a..3972287ef5 100644
--- a/alib2data/src/rte/formal/FormalRTESubstitution.h
+++ b/alib2data/src/rte/formal/FormalRTESubstitution.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTESubstitution.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_SUBSTITUTION_H_
 #define FORMAL_RTE_SUBSTITUTION_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTESymbol.h b/alib2data/src/rte/formal/FormalRTESymbol.h
index b151630f89..aae2d5db91 100644
--- a/alib2data/src/rte/formal/FormalRTESymbol.h
+++ b/alib2data/src/rte/formal/FormalRTESymbol.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTESymbol.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_SYMBOL_H_
 #define FORMAL_RTE_SYMBOL_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTESymbolAlphabet.h b/alib2data/src/rte/formal/FormalRTESymbolAlphabet.h
index a79972db24..bd8a24c8ae 100644
--- a/alib2data/src/rte/formal/FormalRTESymbolAlphabet.h
+++ b/alib2data/src/rte/formal/FormalRTESymbolAlphabet.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTESymbolAlphabet.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_SYMBOL_ALPHABET_H_
 #define FORMAL_RTE_SYMBOL_ALPHABET_H_
 
diff --git a/alib2data/src/rte/formal/FormalRTESymbolSubst.h b/alib2data/src/rte/formal/FormalRTESymbolSubst.h
index b1ffc46173..53e8cb93e6 100644
--- a/alib2data/src/rte/formal/FormalRTESymbolSubst.h
+++ b/alib2data/src/rte/formal/FormalRTESymbolSubst.h
@@ -1,3 +1,10 @@
+/*
+ * FormalRTESymbolSubst.h
+ *
+ *  Created on: Feb 20, 2016
+ *      Author: Tomas Pecka
+ */
+
 #ifndef FORMAL_RTE_SUBST_SYMBOL_H_
 #define FORMAL_RTE_SUBST_SYMBOL_H_
 
-- 
GitLab