diff --git a/clients/opal_udp/models/send_receive/include/config.h b/clients/opal_udp/models/send_receive/include/config.h index b71e0079d..0ce58162a 100644 --- a/clients/opal_udp/models/send_receive/include/config.h +++ b/clients/opal_udp/models/send_receive/include/config.h @@ -1,9 +1,11 @@ /** Compiled-in settings * - * @author Steffen Vogel - * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC * @file - */ + * @author Steffen Vogel + * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC + * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. + * Unauthorized copying of this file, via any medium is strictly prohibited. + *********************************************************************************/ #ifndef _CONFIG_H_ #define _CONFIG_H_ diff --git a/clients/opal_udp/models/send_receive/include/msg.h b/clients/opal_udp/models/send_receive/include/msg.h index 69fdd15f9..f26ea65bd 100644 --- a/clients/opal_udp/models/send_receive/include/msg.h +++ b/clients/opal_udp/models/send_receive/include/msg.h @@ -1,8 +1,11 @@ /** Message related functions. * + * @file * @author Steffen Vogel - * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC - */ + * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC + * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. + * Unauthorized copying of this file, via any medium is strictly prohibited. + *********************************************************************************/ #ifndef _MSG_H_ #define _MSG_H_ diff --git a/clients/opal_udp/models/send_receive/include/socket.h b/clients/opal_udp/models/send_receive/include/socket.h index e45256821..5b8fbea76 100644 --- a/clients/opal_udp/models/send_receive/include/socket.h +++ b/clients/opal_udp/models/send_receive/include/socket.h @@ -5,12 +5,14 @@ * receive data to and from the asynchronous icons and a UDP or TCP * port. * - * @author Steffen Vogel - * @author Mathieu Dubé-Dallaire - * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC - * @copyright 2003, OPAL-RT Technologies inc * @file - */ + * @author Steffen Vogel + * @author Mathieu DubĂ©-Dallaire + * @copyright 2003, OPAL-RT Technologies inc + * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC + * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. + * Unauthorized copying of this file, via any medium is strictly prohibited. + *********************************************************************************/ #ifndef _SOCKET_H_ #define _SOCKET_H_ diff --git a/clients/opal_udp/models/send_receive/include/utils.h b/clients/opal_udp/models/send_receive/include/utils.h index a089febea..c1783efbb 100644 --- a/clients/opal_udp/models/send_receive/include/utils.h +++ b/clients/opal_udp/models/send_receive/include/utils.h @@ -1,11 +1,13 @@ /** Configure Scheduler * + * @file * @author Steffen Vogel * @author Mathieu DubĂ©-Dallaire - * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC * @copyright 2003, OPAL-RT Technologies inc - * @file - */ + * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC + * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. + * Unauthorized copying of this file, via any medium is strictly prohibited. + *********************************************************************************/ #ifndef _SCHED_H_ #define _SCHED_H_ diff --git a/clients/opal_udp/models/send_receive/src/msg.c b/clients/opal_udp/models/send_receive/src/msg.c index 86d23504d..00c519328 100644 --- a/clients/opal_udp/models/send_receive/src/msg.c +++ b/clients/opal_udp/models/send_receive/src/msg.c @@ -1,8 +1,10 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC - */ + * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC + * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. + * Unauthorized copying of this file, via any medium is strictly prohibited. + *********************************************************************************/ #ifdef __linux__ #include diff --git a/clients/opal_udp/models/send_receive/src/socket.c b/clients/opal_udp/models/send_receive/src/socket.c index bdba72753..43da393cd 100644 --- a/clients/opal_udp/models/send_receive/src/socket.c +++ b/clients/opal_udp/models/send_receive/src/socket.c @@ -5,12 +5,14 @@ * receive data to and from the asynchronous icons and a UDP or TCP * port. * - * @author Steffen Vogel - * @author Mathieu Dubé-Dallaire - * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC - * @copyright 2003, OPAL-RT Technologies inc * @file - */ + * @author Steffen Vogel + * @author Mathieu DubĂ©-Dallaire + * @copyright 2003, OPAL-RT Technologies inc + * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC + * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. + * Unauthorized copying of this file, via any medium is strictly prohibited. + *********************************************************************************/ #include #include diff --git a/clients/opal_udp/models/send_receive/src/utils.c b/clients/opal_udp/models/send_receive/src/utils.c index a22e0f838..a3eede2f8 100644 --- a/clients/opal_udp/models/send_receive/src/utils.c +++ b/clients/opal_udp/models/send_receive/src/utils.c @@ -1,11 +1,13 @@ /** Configure Scheduler * + * @file * @author Steffen Vogel * @author Mathieu DubĂ©-Dallaire - * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC * @copyright 2003, OPAL-RT Technologies inc - * @file - */ + * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC + * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. + * Unauthorized copying of this file, via any medium is strictly prohibited. + *********************************************************************************/ #include diff --git a/contrib/opal/example/AsyncProcess.c b/contrib/opal/example/AsyncProcess.c index a367ea461..d1921bcc9 100644 --- a/contrib/opal/example/AsyncProcess.c +++ b/contrib/opal/example/AsyncProcess.c @@ -4,7 +4,7 @@ * Copyright (C) 2003. All rights reserved. * * File name = AsyncSerial.c - * Last modified by = Mathieu Dubé-Dallaire + * Last modified by = Mathieu DubĂ©-Dallaire * * Code example of an asynchronous program. This program is started * by the asynchronous controller and demonstrates how to send and