From fee6978139a022cec25065cc57150838c115bf85 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 14 Jul 2014 10:47:37 +0000 Subject: [PATCH] added header git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@145 8ec27952-4edc-4aab-86aa-e87bb2611832 --- clients/opal/models/AsyncIP_sl/AsyncIP.c | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/clients/opal/models/AsyncIP_sl/AsyncIP.c b/clients/opal/models/AsyncIP_sl/AsyncIP.c index 2c1e5207a..05444ec79 100644 --- a/clients/opal/models/AsyncIP_sl/AsyncIP.c +++ b/clients/opal/models/AsyncIP_sl/AsyncIP.c @@ -1,21 +1,16 @@ -/*------------------------------------------------------------------- - * OPAL-RT Technologies inc - * - * Copyright (C) 2003. All rights reserved. - * - * File name = AsyncIP.c - * Last modified by = Mathieu Dubé-Dallaire +/** AsyncIP * * Code example of an asynchronous program. This program is started * by the asynchronous controller and demonstrates how to send and * receive data to and from the asynchronous icons and a UDP or TCP * port. * - * Feel free to use this as a starting point for your own asynchronous - * application. You should normally only have to modify the sections - * marked with: ****** Format to specific protocol here. ******. - * - *-----------------------------------------------------------------*/ + * @author Steffen Vogel + * @author Mathieu Dubé-Dallaire + * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2003, OPAL-RT Technologies inc + * @file + */ #define PROGNAME "AsyncIP"