Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, common/gologpp has been created
        at  7cd0d36f374e53e72e30f95d8b5e269709289141 (commit)

https://github.com/fawkesrobotics/fawkes/tree/common/gologpp

- *Log* ---------------------------------------------------------------
commit 7cd0d36f374e53e72e30f95d8b5e269709289141
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Wed Sep 25 17:26:09 2019 +0200
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Wed Sep 25 17:26:09 2019 +0200

    gologpp: add license headers

https://github.com/fawkesrobotics/fawkes/commit/7cd0d36f3

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------


- *Diffs* -------------------------------------------------------------

- *commit* 7cd0d36f374e53e72e30f95d8b5e269709289141 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Wed Sep 25 17:26:09 2019 +0200
Subject: gologpp: add license headers

 src/plugins/gologpp/execution_thread.cpp       | 20 ++++++++++++++++++++
 src/plugins/gologpp/execution_thread.h         | 20 ++++++++++++++++++++
 src/plugins/gologpp/exog_manager.cpp           | 20 ++++++++++++++++++++
 src/plugins/gologpp/exog_manager.h             | 20 ++++++++++++++++++++
 src/plugins/gologpp/gologpp_fawkes_backend.cpp | 21 +++++++++++++++++++++
 src/plugins/gologpp/gologpp_fawkes_backend.h   | 21 +++++++++++++++++++++
 src/plugins/gologpp/plugin.cpp                 | 19 +++++++++++++++++++
 7 files changed, 141 insertions(+)

_Diff for modified files_:
diff --git a/src/plugins/gologpp/execution_thread.cpp 
b/src/plugins/gologpp/execution_thread.cpp
index f9bf100fb..e7b7cd6f3 100644
--- a/src/plugins/gologpp/execution_thread.cpp
+++ b/src/plugins/gologpp/execution_thread.cpp
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *  execution_thread.cpp - Execution thread for Golog++
+ *
+ *  Created: Mon 26 Aug 2019 CEST 15:38
+ *  Copyright  2019  Victor Mataré <mat...@fh-aachen.de>
+ ****************************************************************************/
+
+/*  This program 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 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 Library General Public License for more details.
+ *
+ *  Read the full text in the LICENSE.GPL file in the doc directory.
+ */
+
 #include "execution_thread.h"
 
 #include "gologpp_fawkes_backend.h"
diff --git a/src/plugins/gologpp/execution_thread.h 
b/src/plugins/gologpp/execution_thread.h
index 6e9b918cf..19e435a78 100644
--- a/src/plugins/gologpp/execution_thread.h
+++ b/src/plugins/gologpp/execution_thread.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *  execution_thread.h - Execution thread for Golog++
+ *
+ *  Created: Mon 26 Aug 2019 CEST 15:38
+ *  Copyright  2019  Victor Mataré <mat...@fh-aachen.de>
+ ****************************************************************************/
+
+/*  This program 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 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 Library General Public License for more details.
+ *
+ *  Read the full text in the LICENSE.GPL file in the doc directory.
+ */
+
 #ifndef FAWKES_GOLOGPP_THREAD_H_
 #define FAWKES_GOLOGPP_THREAD_H_
 
diff --git a/src/plugins/gologpp/exog_manager.cpp 
b/src/plugins/gologpp/exog_manager.cpp
index 5163e0d2d..7c4e06a15 100644
--- a/src/plugins/gologpp/exog_manager.cpp
+++ b/src/plugins/gologpp/exog_manager.cpp
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *  exog_manager.cpp - Insert exog actions into Golog++
+ *
+ *  Created: Mon 26 Aug 2019 CEST 15:38
+ *  Copyright  2019  Victor Mataré <mat...@fh-aachen.de>
+ ****************************************************************************/
+
+/*  This program 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 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 Library General Public License for more details.
+ *
+ *  Read the full text in the LICENSE.GPL file in the doc directory.
+ */
+
 #include "exog_manager.h"
 
 #include <core/exception.h>
diff --git a/src/plugins/gologpp/exog_manager.h 
b/src/plugins/gologpp/exog_manager.h
index 0e2682c33..d8f665257 100644
--- a/src/plugins/gologpp/exog_manager.h
+++ b/src/plugins/gologpp/exog_manager.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *  exog_manager.h - Insert exog actions into Golog++
+ *
+ *  Created: Mon 26 Aug 2019 CEST 15:38
+ *  Copyright  2019  Victor Mataré <mat...@fh-aachen.de>
+ ****************************************************************************/
+
+/*  This program 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 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 Library General Public License for more details.
+ *
+ *  Read the full text in the LICENSE.GPL file in the doc directory.
+ */
+
 #ifndef FAWKES_GOLOGPP_BLACKBOARD_H_
 #define FAWKES_GOLOGPP_BLACKBOARD_H_
 
diff --git a/src/plugins/gologpp/gologpp_fawkes_backend.cpp 
b/src/plugins/gologpp/gologpp_fawkes_backend.cpp
index de67497b7..2fedeab02 100644
--- a/src/plugins/gologpp/gologpp_fawkes_backend.cpp
+++ b/src/plugins/gologpp/gologpp_fawkes_backend.cpp
@@ -1,3 +1,24 @@
+/***************************************************************************
+ *  gologpp_fawkes_backend.cpp - Fawkes backend for Golog++
+ *
+ *  Created: Mon 26 Aug 2019 CEST 15:38
+ *  Copyright  2019  Victor Mataré <mat...@fh-aachen.de>
+ *                   Till Hofmann <hofm...@kbsg.rwth-aachen.de>
+ ****************************************************************************/
+
+/*  This program 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 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 Library General Public License for more details.
+ *
+ *  Read the full text in the LICENSE.GPL file in the doc directory.
+ */
+
 #include "gologpp_fawkes_backend.h"
 
 using namespace gologpp;
diff --git a/src/plugins/gologpp/gologpp_fawkes_backend.h 
b/src/plugins/gologpp/gologpp_fawkes_backend.h
index 97d54bffc..96d479f2e 100644
--- a/src/plugins/gologpp/gologpp_fawkes_backend.h
+++ b/src/plugins/gologpp/gologpp_fawkes_backend.h
@@ -1,3 +1,24 @@
+/***************************************************************************
+ *  gologpp_fawkes_backend.cpp - Fawkes backend for Golog++
+ *
+ *  Created: Mon 26 Aug 2019 CEST 15:38
+ *  Copyright  2019  Victor Mataré <mat...@fh-aachen.de>
+ *                   Till Hofmann <hofm...@kbsg.rwth-aachen.de>
+ ****************************************************************************/
+
+/*  This program 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 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 Library General Public License for more details.
+ *
+ *  Read the full text in the LICENSE.GPL file in the doc directory.
+ */
+
 #ifndef FAWKES_GOLOGPP_FAWKES_BACKEND_H_
 #define FAWKES_GOLOGPP_FAWKES_BACKEND_H_
 
diff --git a/src/plugins/gologpp/plugin.cpp b/src/plugins/gologpp/plugin.cpp
index ba4eb5657..7a05d3eae 100644
--- a/src/plugins/gologpp/plugin.cpp
+++ b/src/plugins/gologpp/plugin.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *  plugin.cpp - Golog++ plugin
+ *
+ *  Created: Mon 26 Aug 2019 CEST 15:38
+ *  Copyright  2019  Victor Mataré <mat...@fh-aachen.de>
+ ****************************************************************************/
+
+/*  This program 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 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 Library General Public License for more details.
+ *
+ *  Read the full text in the LICENSE.GPL file in the doc directory.
+ */
 #include "execution_thread.h"
 
 #include <core/plugin.h>



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to