Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLAScommon
Commits
e2733e7a
Commit
e2733e7a
authored
Jan 13, 2019
by
Steffen Vogel
🎅🏼
Browse files
update copyright year to 2019
parent
d5ef957d
Changes
88
Hide whitespace changes
Inline
Side-by-side
lib/list.c
View file @
e2733e7a
...
...
@@ -3,7 +3,7 @@
* Linked lists a used for several data structures in the code.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/log.cpp
View file @
e2733e7a
/** Logging and debugging routines
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/log_legacy.cpp
View file @
e2733e7a
/** Logging and debugging routines
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/memory.cpp
View file @
e2733e7a
/** Memory managment.
*
* @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/memory_manager.cpp
View file @
e2733e7a
/** Memory managment.
*
* @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/plugin.cpp
View file @
e2733e7a
/** Loadable / plugin support.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/table.c
View file @
e2733e7a
/** Print fancy tables.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/task.c
View file @
e2733e7a
/** Run tasks periodically.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/terminal.cpp
View file @
e2733e7a
/** Terminal handling.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4-2019
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/timing.c
View file @
e2733e7a
/** Time related functions.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/tsc.c
View file @
e2733e7a
...
...
@@ -2,7 +2,7 @@
*
* @file
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4-2019
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/utils.c
View file @
e2733e7a
/** General purpose helper functions.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/utils.cpp
View file @
e2733e7a
/** Utilities.
*
* @author Daniel Krebs <github@daniel-krebs.net>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
lib/version.cpp
View file @
e2733e7a
/** Version.
*
* @author Steffen Vogel <github@daniel-krebs.net>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
tests/CMakeLists.txt
View file @
e2733e7a
## CMakeLists.txt
#
# @author Daniel Krebs <github@daniel-krebs.net>
# @copyright 201
8
, RWTH Institute for Automation of Complex Power Systems (ACS)
# @copyright 201
4-2019
, RWTH Institute for Automation of Complex Power Systems (ACS)
# @license GNU General Public License (version 3)
#
# VILLAScommon
...
...
tests/advio.cpp
View file @
e2733e7a
/** Unit tests for advio
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
tests/bitset.cpp
View file @
e2733e7a
/** Unit tests for advio
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
tests/graph.cpp
View file @
e2733e7a
/** Graph unit test.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Steffen Vogel
* @copyright 201
4
-201
9
, Steffen Vogel
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
tests/hash_table.cpp
View file @
e2733e7a
/** Unit tests for hash table
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4-2019
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
tests/hist.cpp
View file @
e2733e7a
/** Unit tests for histogram
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 201
7
-201
8
, Institute for Automation of Complex Power Systems, EONERC
* @copyright 201
4
-201
9
, Institute for Automation of Complex Power Systems, EONERC
* @license GNU General Public License (version 3)
*
* VILLAScommon
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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