1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added copyright headers

This commit is contained in:
Steffen Vogel 2015-03-23 17:32:56 +01:00
parent 24dfcbfac9
commit 3590ced68e
2 changed files with 15 additions and 2 deletions

View file

@ -1,4 +1,11 @@
#ifndef _LOG_H_
/** Logging and debugging routines
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2015, Institute for Automation of Complex Power Systems, EONERC
* @file
*/
#ifndef _LOG_H_
#define _LOG_H_
#ifdef __GNUC__

View file

@ -1,4 +1,10 @@
#include <stdio.h>
/** Logging and debugging routines
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2015, Institute for Automation of Complex Power Systems, EONERC
*/
#include <stdio.h>
#include <time.h>
#include "log.h"