Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLAScommon
Commits
574f4467
Commit
574f4467
authored
Jun 21, 2021
by
Steffen Vogel
🎅🏼
Browse files
update copyright year
parent
50f92951
Changes
76
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
574f4467
## CMakeLists.txt
#
# @author Daniel Krebs <github@daniel-krebs.net>
# @copyright 2014-202
0
, RWTH Institute for Automation of Complex Power Systems (ACS)
# @copyright 2014-202
1
, RWTH Institute for Automation of Complex Power Systems (ACS)
# @license GNU General Public License (version 3)
#
# VILLAScommon
...
...
@@ -28,7 +28,7 @@ project(villas-common
# Some more project settings
set
(
PROJECT_AUTHOR
"Steffen Vogel"
)
set
(
PROJECT_COPYRIGHT
"2014-202
0
, Institute for Automation of Complex Power Systems, RWTH Aachen University"
)
set
(
PROJECT_COPYRIGHT
"2014-202
1
, Institute for Automation of Complex Power Systems, RWTH Aachen University"
)
set
(
PROJECT_HOMEPAGE_URL
"https://git.rwth-aachen.de/acs/public/villas/VILLAScommon"
)
if
(
CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME
)
...
...
Dockerfile
View file @
574f4467
...
...
@@ -9,7 +9,7 @@
# make docker
#
# @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
# @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
# @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
# @license GNU General Public License (version 3)
#
# VILLAScommon
...
...
README.md
View file @
574f4467
...
...
@@ -10,7 +10,7 @@ User documentation is available here: <https://villas.fein-aachen.org/doc/>
## Copyright
2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
## License
...
...
cmake/GetVersion.cmake
View file @
574f4467
# CMakeLists.txt.
#
# @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
# @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
# @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
# @license GNU General Public License (version 3)
#
# VILLASnode
...
...
include/villas/boxes.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLASnode
...
...
@@ -65,4 +65,4 @@
#define BOX_UL "+"
/**< Boxdrawing: ┘ */
#define BOX_DLR "+"
/**< Boxdrawing: ┘ */
#define BOX_DL "+"
/**< Boxdrawing: ┘ */
#endif
\ No newline at end of file
#endif
include/villas/buffer.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/common.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/compat.hpp
View file @
574f4467
/** Compatability for different library versions.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/config.h.in
View file @
574f4467
...
...
@@ -5,7 +5,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/cpuset.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <github@daniel-krebs.net>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/dsp/exponential_window.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/dsp/moving_average_window.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/dsp/pid.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/dsp/window.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/exceptions.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLASnode
...
...
include/villas/graph/directed.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/graph/edge.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/graph/vertex.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/hist.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
include/villas/kernel/kernel.hpp
View file @
574f4467
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014-202
0
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 2014-202
1
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment