diff --git a/common/.gitlab-ci.yml b/common/.gitlab-ci.yml index a9f9cada1..98b9c8520 100644 --- a/common/.gitlab-ci.yml +++ b/common/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: # Stage: prepare ############################################################################## -# Build docker image which is used to build & test VILLASnode +# Build docker image which is used to build & test VILLAScommon docker-dev: stage: prepare script: diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 5eacdfe60..356c9010f 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -4,7 +4,7 @@ # @copyright 2018, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # -# VILLASfpga +# VILLAScommon # # 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 diff --git a/common/Dockerfile b/common/Dockerfile index 711eb8bad..ec0dc9056 100644 --- a/common/Dockerfile +++ b/common/Dockerfile @@ -1,10 +1,10 @@ -# Dockerfile for VILLASfpga development. +# Dockerfile for VILLAScommon development. # # This Dockerfile builds an image which contains all library dependencies -# and tools to build VILLASfpga. -# However, VILLASfpga itself it not part of the image. +# and tools to build VILLAScommon. +# However, VILLAScommon itself it not part of the image. # -# This image can be used for developing VILLASfpga +# This image can be used for developing VILLAScommon # by running: # make docker # @@ -12,7 +12,7 @@ # @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # -# VILLASfpga +# VILLAScommon # # 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 diff --git a/common/include/villas/common.h b/common/include/villas/common.h index 180479af9..2f4e7acdc 100644 --- a/common/include/villas/common.h +++ b/common/include/villas/common.h @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/config.h b/common/include/villas/config.h index 6982778c4..9254429d8 100644 --- a/common/include/villas/config.h +++ b/common/include/villas/config.h @@ -8,7 +8,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/graph/directed.hpp b/common/include/villas/graph/directed.hpp index d75123e43..d94acaf95 100644 --- a/common/include/villas/graph/directed.hpp +++ b/common/include/villas/graph/directed.hpp @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/graph/edge.hpp b/common/include/villas/graph/edge.hpp index 496a518c0..c36e0dc1d 100644 --- a/common/include/villas/graph/edge.hpp +++ b/common/include/villas/graph/edge.hpp @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/graph/vertex.hpp b/common/include/villas/graph/vertex.hpp index 82b52f9e6..bef0db300 100644 --- a/common/include/villas/graph/vertex.hpp +++ b/common/include/villas/graph/vertex.hpp @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/kernel/kernel.h b/common/include/villas/kernel/kernel.h index d5528acb5..e6f087bb2 100644 --- a/common/include/villas/kernel/kernel.h +++ b/common/include/villas/kernel/kernel.h @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/log.h b/common/include/villas/log.h index 98d266c3c..f37b806cf 100644 --- a/common/include/villas/log.h +++ b/common/include/villas/log.h @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/log.hpp b/common/include/villas/log.hpp index 0e5dd9a23..6f06cd6e4 100644 --- a/common/include/villas/log.hpp +++ b/common/include/villas/log.hpp @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/log_config.h b/common/include/villas/log_config.h index e16bb724e..982754322 100644 --- a/common/include/villas/log_config.h +++ b/common/include/villas/log_config.h @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/memory.hpp b/common/include/villas/memory.hpp index 2494754e4..9a766eaa2 100644 --- a/common/include/villas/memory.hpp +++ b/common/include/villas/memory.hpp @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/memory_manager.hpp b/common/include/villas/memory_manager.hpp index 52681a4d3..dc87293d4 100644 --- a/common/include/villas/memory_manager.hpp +++ b/common/include/villas/memory_manager.hpp @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/plugin.hpp b/common/include/villas/plugin.hpp index 52d149d27..b3cb94738 100644 --- a/common/include/villas/plugin.hpp +++ b/common/include/villas/plugin.hpp @@ -6,7 +6,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/utils.h b/common/include/villas/utils.h index ea06b660e..1b21f5edd 100644 --- a/common/include/villas/utils.h +++ b/common/include/villas/utils.h @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/include/villas/utils.hpp b/common/include/villas/utils.hpp index 11e044d98..1abc24078 100644 --- a/common/include/villas/utils.hpp +++ b/common/include/villas/utils.hpp @@ -5,7 +5,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/CMakeLists.txt b/common/lib/CMakeLists.txt index 3bb189964..876dd3c5e 100644 --- a/common/lib/CMakeLists.txt +++ b/common/lib/CMakeLists.txt @@ -4,7 +4,7 @@ # @copyright 2018, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # -# VILLASfpga +# VILLAScommon # # 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 diff --git a/common/lib/kernel/kernel.c b/common/lib/kernel/kernel.c index ed69b1225..64d004c1b 100644 --- a/common/lib/kernel/kernel.c +++ b/common/lib/kernel/kernel.c @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/kernel/pci.c b/common/lib/kernel/pci.c index 2a7dcdf45..6e035bd00 100644 --- a/common/lib/kernel/pci.c +++ b/common/lib/kernel/pci.c @@ -4,7 +4,7 @@ * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/kernel/vfio.cpp b/common/lib/kernel/vfio.cpp index 805bacb71..fb1e535e3 100644 --- a/common/lib/kernel/vfio.cpp +++ b/common/lib/kernel/vfio.cpp @@ -6,7 +6,7 @@ * @copyright 2018, Daniel Krebs * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/list.c b/common/lib/list.c index 5a21a5df3..10d688e9c 100644 --- a/common/lib/list.c +++ b/common/lib/list.c @@ -6,7 +6,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/log.c b/common/lib/log.c index 06d418252..679cf147b 100644 --- a/common/lib/log.c +++ b/common/lib/log.c @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/log_config.c b/common/lib/log_config.c index ed1c182c6..167e74d19 100644 --- a/common/lib/log_config.c +++ b/common/lib/log_config.c @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/log_helper.c b/common/lib/log_helper.c index cc050894a..535f92c1e 100644 --- a/common/lib/log_helper.c +++ b/common/lib/log_helper.c @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/memory.cpp b/common/lib/memory.cpp index 561db44fe..87d1432c0 100644 --- a/common/lib/memory.cpp +++ b/common/lib/memory.cpp @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/memory_manager.cpp b/common/lib/memory_manager.cpp index 915ee8649..284bcee13 100644 --- a/common/lib/memory_manager.cpp +++ b/common/lib/memory_manager.cpp @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/plugin.cpp b/common/lib/plugin.cpp index 508747de2..b2f27996c 100644 --- a/common/lib/plugin.cpp +++ b/common/lib/plugin.cpp @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/utils.c b/common/lib/utils.c index 9764f4496..08a1531d3 100644 --- a/common/lib/utils.c +++ b/common/lib/utils.c @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/lib/utils.cpp b/common/lib/utils.cpp index 0795c1017..df8782a28 100644 --- a/common/lib/utils.cpp +++ b/common/lib/utils.cpp @@ -4,7 +4,7 @@ * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/tests/CMakeLists.txt b/common/tests/CMakeLists.txt index 12eb4a143..a9c724b06 100644 --- a/common/tests/CMakeLists.txt +++ b/common/tests/CMakeLists.txt @@ -4,7 +4,7 @@ # @copyright 2018, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # -# VILLASfpga +# VILLAScommon # # 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 diff --git a/common/tests/graph.cpp b/common/tests/graph.cpp index b84eaac7e..3d5a4cc7e 100644 --- a/common/tests/graph.cpp +++ b/common/tests/graph.cpp @@ -4,7 +4,7 @@ * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/tests/logging.cpp b/common/tests/logging.cpp index 958f6f1b4..12dc144dc 100644 --- a/common/tests/logging.cpp +++ b/common/tests/logging.cpp @@ -4,7 +4,7 @@ * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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 diff --git a/common/tests/main.cpp b/common/tests/main.cpp index a667da695..3f7b8ea27 100644 --- a/common/tests/main.cpp +++ b/common/tests/main.cpp @@ -4,7 +4,7 @@ * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * - * VILLASfpga + * VILLAScommon * * 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