diff --git a/alib2/src/automaton/PDA/NPDA.cpp b/alib2/src/automaton/PDA/NPDA.cpp index 0d7aff51ac0b70453bc0d389071673742b534cfc..2c8f99eaa15986b9699c0abf1eee077d06c29d0c 100644 --- a/alib2/src/automaton/PDA/NPDA.cpp +++ b/alib2/src/automaton/PDA/NPDA.cpp @@ -2,7 +2,7 @@ * NPDA.cpp * * Created on: Apr 10, 2013 - * Author: martin + * Author: Martin Zak */ #include "NPDA.h" diff --git a/alib2/src/automaton/PDA/NPDA.h b/alib2/src/automaton/PDA/NPDA.h index 693cb0242df6b270da682d3dde42bd0626fea021..3cfb2372baab1e5a3bdf3b836bfd82872427c1a7 100644 --- a/alib2/src/automaton/PDA/NPDA.h +++ b/alib2/src/automaton/PDA/NPDA.h @@ -2,7 +2,7 @@ * NPDA.h * * Created on: Apr 10, 2013 - * Author: martin + * Author: Martin Zak */ #ifndef NPDA_H_ diff --git a/alib2/src/automaton/PDA/SinglePopNPDA.cpp b/alib2/src/automaton/PDA/SinglePopNPDA.cpp index eafeef82122fd568d3fea86e2afaa913a210b8ba..5deb686a797fb76134e3294a9d8ae032acc3df77 100644 --- a/alib2/src/automaton/PDA/SinglePopNPDA.cpp +++ b/alib2/src/automaton/PDA/SinglePopNPDA.cpp @@ -2,7 +2,7 @@ * SinglePopNPDA.cpp * * Created on: Apr 10, 2013 - * Author: martin + * Author: Martin Zak */ #include "SinglePopNPDA.h" diff --git a/alib2/src/automaton/PDA/SinglePopNPDA.h b/alib2/src/automaton/PDA/SinglePopNPDA.h index 3c17c1437214dd0a30b28894c0df8a7f1b973db0..4544d6195e464b7d8b1c879eec68adbaf129ab6c 100644 --- a/alib2/src/automaton/PDA/SinglePopNPDA.h +++ b/alib2/src/automaton/PDA/SinglePopNPDA.h @@ -2,7 +2,7 @@ * SinglePopNPDA.h * * Created on: Apr 10, 2013 - * Author: martin + * Author: Martin Zak */ #ifndef SINGLE_POP_NPDA_H_ diff --git a/alib2/src/automaton/TM/OneTapeDTM.cpp b/alib2/src/automaton/TM/OneTapeDTM.cpp index 486e16aa582ab60f36329c973a50977722f887ee..2e699ca519903e6e4441f83a91a9efdcf364125d 100644 --- a/alib2/src/automaton/TM/OneTapeDTM.cpp +++ b/alib2/src/automaton/TM/OneTapeDTM.cpp @@ -2,7 +2,7 @@ * OneTapeDTM.cpp * * Created on: Apr 24, 2013 - * Author: martin + * Author: Martin Zak */ #include "OneTapeDTM.h" diff --git a/alib2/src/automaton/UnknownTransition.cpp b/alib2/src/automaton/UnknownTransition.cpp index 89e9f0ecce8815cf87f9f971f3b72e69ff9d87fe..916b9d85d606fa9ca8e0c88e5f1b33ca2f40c0ee 100644 --- a/alib2/src/automaton/UnknownTransition.cpp +++ b/alib2/src/automaton/UnknownTransition.cpp @@ -2,7 +2,7 @@ * UnknownTransition.cpp * * Created on: Oct 13, 2013 - * Author: martin + * Author: Martin Zak */ #include "UnknownTransition.h" diff --git a/alib2/src/automaton/common/MultiInitialSymbolsPushdownStoreAlphabet.cpp b/alib2/src/automaton/common/MultiInitialSymbolsPushdownStoreAlphabet.cpp index 53f69416a7148d6c6c6adea783d8c9fe304b74db..69b57ac5e0656558afcd61275d33060723030eac 100644 --- a/alib2/src/automaton/common/MultiInitialSymbolsPushdownStoreAlphabet.cpp +++ b/alib2/src/automaton/common/MultiInitialSymbolsPushdownStoreAlphabet.cpp @@ -2,7 +2,7 @@ * MultiInitialSymbols.cpp * * Created on: Apr 10, 2013 - * Author: martin + * Author: Jan Travnicek */ #include "MultiInitialSymbolsPushdownStoreAlphabet.h" diff --git a/alib2/src/automaton/common/MultiInitialSymbolsPushdownStoreAlphabet.h b/alib2/src/automaton/common/MultiInitialSymbolsPushdownStoreAlphabet.h index 5f4c26464206e7ecd1a7a1f85e9433c96eccf7f7..e9b42c858c3b1af4ad5f9630eefc4d63976152ed 100644 --- a/alib2/src/automaton/common/MultiInitialSymbolsPushdownStoreAlphabet.h +++ b/alib2/src/automaton/common/MultiInitialSymbolsPushdownStoreAlphabet.h @@ -2,7 +2,7 @@ * MultiInitialSymbols.h * * Created on: Apr 10, 2013 - * Author: martin + * Author: Jan Travnicek */ #ifndef MULTI_INITIAL_SYMBOLS_PUSHDOWN_STORE_ALPHABET_H_ diff --git a/alib2/src/automaton/common/PushdownStoreAlphabet.cpp b/alib2/src/automaton/common/PushdownStoreAlphabet.cpp index e9475f5fde2cbe0452a0a8f58f1068a373ca1f04..ed37343b1b451066829b1fe4b5359a7d4ac1018f 100644 --- a/alib2/src/automaton/common/PushdownStoreAlphabet.cpp +++ b/alib2/src/automaton/common/PushdownStoreAlphabet.cpp @@ -2,7 +2,7 @@ * PushdownStoreAlphabet.cpp * * Created on: Apr 10, 2013 - * Author: martin + * Author: Jan Travnicek */ #include "PushdownStoreAlphabet.h" diff --git a/alib2/src/automaton/common/PushdownStoreAlphabet.h b/alib2/src/automaton/common/PushdownStoreAlphabet.h index 2c665173dcc60da52bdbcc8914abc96f2ab1acdc..8193119926c4bcf26112ac0bb03c47a8f752ea34 100644 --- a/alib2/src/automaton/common/PushdownStoreAlphabet.h +++ b/alib2/src/automaton/common/PushdownStoreAlphabet.h @@ -2,7 +2,7 @@ * PushdownStoreAlphabet.h * * Created on: Apr 10, 2013 - * Author: martin + * Author: Jan Travnicek */ #ifndef PUSHDOWN_STORE_ALPHABET_H_ diff --git a/alib2/src/automaton/common/Shift.cpp b/alib2/src/automaton/common/Shift.cpp index 64cb3e94415e0f40ff01e30ef7eece8a69d0b17d..8ca3a6be4ba9df86d42cf874e13a997f092e84bf 100644 --- a/alib2/src/automaton/common/Shift.cpp +++ b/alib2/src/automaton/common/Shift.cpp @@ -2,7 +2,7 @@ * Shift.cpp * * Created on: Dec 8, 2013 - * Author: honza + * Author: Martin Zak */ #include "Shift.h" diff --git a/alib2/src/automaton/common/Shift.h b/alib2/src/automaton/common/Shift.h index d9243adc02f3145a7c8629f280c16bd67a313092..7d854a2c563235dc789f4d3aa0b3be740560bdf2 100644 --- a/alib2/src/automaton/common/Shift.h +++ b/alib2/src/automaton/common/Shift.h @@ -2,7 +2,7 @@ * Shift.h * * Created on: Oct 13, 2013 - * Author: martin + * Author: Martin Zak */ #ifndef SHIFT_H_ diff --git a/alib2/src/automaton/common/SingleInitialSymbolPushdownStoreAlphabet.cpp b/alib2/src/automaton/common/SingleInitialSymbolPushdownStoreAlphabet.cpp index c8532e2e2edb75db0f6d4460a0198087e3d9e0c8..8bc55e1ec8c72cdc3c00406e76fafb030e902521 100644 --- a/alib2/src/automaton/common/SingleInitialSymbolPushdownStoreAlphabet.cpp +++ b/alib2/src/automaton/common/SingleInitialSymbolPushdownStoreAlphabet.cpp @@ -2,7 +2,7 @@ * SingleInitialSymbolPushdownStore.cpp * * Created on: Apr 10, 2013 - * Author: martin + * Author: Jan Travnicek */ #include "SingleInitialSymbolPushdownStoreAlphabet.h" diff --git a/alib2/src/automaton/common/SingleInitialSymbolPushdownStoreAlphabet.h b/alib2/src/automaton/common/SingleInitialSymbolPushdownStoreAlphabet.h index 911b8bb7405d83bf251eb6ef7d20864ac46b68db..4f3afc748095dcbe77ab94aecf50c65294a8f737 100644 --- a/alib2/src/automaton/common/SingleInitialSymbolPushdownStoreAlphabet.h +++ b/alib2/src/automaton/common/SingleInitialSymbolPushdownStoreAlphabet.h @@ -2,7 +2,7 @@ * SingleInitialSymbolPushdownStore.h * * Created on: Apr 10, 2013 - * Author: martin + * Author: Jan Travnicek */ #ifndef SINGLE_INITIAL_SYMBOL_PUSHDOWN_STORE_ALPHABET_H_ diff --git a/alib2/src/grammar/Unrestricted/ContextPreservingUnrestrictedGrammar.cpp b/alib2/src/grammar/Unrestricted/ContextPreservingUnrestrictedGrammar.cpp index ecd4d7085229ebc978fef10593b70579f8619709..e6cae5ac810ca90efc90b63908aeb3d6c948d2f1 100644 --- a/alib2/src/grammar/Unrestricted/ContextPreservingUnrestrictedGrammar.cpp +++ b/alib2/src/grammar/Unrestricted/ContextPreservingUnrestrictedGrammar.cpp @@ -2,7 +2,7 @@ * ContextPreservingUnrestrictedGrammar.cpp * * Created on: Nov 17, 2013 - * Author: martin + * Author: Jan Travnicek */ #include "ContextPreservingUnrestrictedGrammar.h" diff --git a/alib2/src/grammar/Unrestricted/ContextPreservingUnrestrictedGrammar.h b/alib2/src/grammar/Unrestricted/ContextPreservingUnrestrictedGrammar.h index 082cfcfef66842f893a5e61e9099695f364588fc..1317aacf629aac72d01807912b3fd5ac24e3d3dd 100644 --- a/alib2/src/grammar/Unrestricted/ContextPreservingUnrestrictedGrammar.h +++ b/alib2/src/grammar/Unrestricted/ContextPreservingUnrestrictedGrammar.h @@ -2,7 +2,7 @@ * ContextPreservingUnrestrictedGrammar.h * * Created on: Nov 17, 2013 - * Author: martin + * Author: Jan Travnicek */ #ifndef CONTEXT_PRESERVING_UNRESTRICTED_GRAMMAR_H_ diff --git a/alib2/src/grammar/Unrestricted/UnrestrictedGrammar.cpp b/alib2/src/grammar/Unrestricted/UnrestrictedGrammar.cpp index 28f2e366fa120d2139fe47737ba8ea2d374f01c1..a03aabbfbb3e27bf7215d201ca0f4470e92bbd43 100644 --- a/alib2/src/grammar/Unrestricted/UnrestrictedGrammar.cpp +++ b/alib2/src/grammar/Unrestricted/UnrestrictedGrammar.cpp @@ -2,7 +2,7 @@ * UnrestrictedGrammar.cpp * * Created on: Nov 17, 2013 - * Author: martin + * Author: Jan Travnicek */ #include "UnrestrictedGrammar.h" diff --git a/alib2/src/grammar/Unrestricted/UnrestrictedGrammar.h b/alib2/src/grammar/Unrestricted/UnrestrictedGrammar.h index f38050813a01d4226aaf687481133fbf149040d4..526f21e9c958a5171b3f13371a0a7e1fe59d7fc0 100644 --- a/alib2/src/grammar/Unrestricted/UnrestrictedGrammar.h +++ b/alib2/src/grammar/Unrestricted/UnrestrictedGrammar.h @@ -2,7 +2,7 @@ * UnrestrictedGrammar.h * * Created on: Nov 17, 2013 - * Author: martin + * Author: Jan Travnicek */ #ifndef UNRESTRICTED_GRAMMAR_H_