diff --git a/server/include/cfg.h b/server/include/cfg.h index 73200ab1d..19bc9b2b6 100644 --- a/server/include/cfg.h +++ b/server/include/cfg.h @@ -4,10 +4,12 @@ * This config file is parsed with a third-party library: * libconfig http://www.hyperrealm.com/libconfig/ * - * @author Steffen Vogel - * @copyright 2015, 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 _CFG_H_ #define _CFG_H_ diff --git a/server/include/config.h b/server/include/config.h index 8e4164a89..0a4b83897 100644 --- a/server/include/config.h +++ b/server/include/config.h @@ -3,10 +3,12 @@ * This file contains some compiled-in settings. * This settings are not part of the configuration file. * - * @author Steffen Vogel - * @copyright 2015, 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/server/include/file.h b/server/include/file.h index 349181164..d20a071bf 100644 --- a/server/include/file.h +++ b/server/include/file.h @@ -2,12 +2,16 @@ * * This file implements the file type for nodes. * - * @author Steffen Vogel - * @copyright 2015, 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. + * * @addtogroup file File-IO node type * @{ - */ + *********************************************************************************/ + #ifndef _FILE_H_ #define _FILE_H_ diff --git a/server/include/gtfpga.h b/server/include/gtfpga.h index 593f7170e..2a3e20162 100644 --- a/server/include/gtfpga.h +++ b/server/include/gtfpga.h @@ -5,12 +5,15 @@ * A detailed description of that module is available here: * http://www.hep.by/gnu/kernel/uio-howto/uio_pci_generic.html * - * @author Steffen Vogel - * @copyright 2015, 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. + * * @addtogroup gtfpga RTDS - PCIexpress Fiber interface node type * @{ - */ + *********************************************************************************/ #ifndef _GTFPGA_H_ #define _GTFPGA_H_ diff --git a/server/include/hist.h b/server/include/hist.h index b28d9dc3c..eea62e13e 100644 --- a/server/include/hist.h +++ b/server/include/hist.h @@ -1,7 +1,10 @@ /** Histogram functions. * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ * @file */ diff --git a/server/include/hooks.h b/server/include/hooks.h index c92a9781f..4a2874f01 100644 --- a/server/include/hooks.h +++ b/server/include/hooks.h @@ -6,12 +6,15 @@ * * This file includes some examples. * - * @author Steffen Vogel - * @copyright 2015, 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. + * * @addtogroup hooks User-defined hook functions * @{ - */ + *********************************************************************************/ #ifndef _HOOKS_H_ #define _HOOKS_H_ diff --git a/server/include/if.h b/server/include/if.h index cedecaf85..35aed2e7f 100644 --- a/server/include/if.h +++ b/server/include/if.h @@ -3,10 +3,12 @@ * These functions are used to manage a network interface. * Most of them make use of Linux-specific APIs. * - * @author Steffen Vogel - * @copyright 2015, 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 _IF_H_ #define _IF_H_ diff --git a/server/include/license.h b/server/include/license.h index 187bb1f94..cde502b1b 100644 --- a/server/include/license.h +++ b/server/include/license.h @@ -1,3 +1,12 @@ +/** Simple copy protection + * + * @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. + *********************************************************************************/ + #ifdef PROTECT #include diff --git a/server/include/list.h b/server/include/list.h index 341048b22..25095a5fc 100644 --- a/server/include/list.h +++ b/server/include/list.h @@ -2,10 +2,12 @@ * * Linked lists a used for several data structures in the code. * - * @author Steffen Vogel - * @copyright 2015, 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 _LIST_H_ #define _LIST_H_ diff --git a/server/include/log.h b/server/include/log.h index ff6cd516f..01db2b165 100644 --- a/server/include/log.h +++ b/server/include/log.h @@ -1,9 +1,11 @@ /** Logging and debugging routines * - * @author Steffen Vogel - * @copyright 2015, 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 _LOG_H_ #define _LOG_H_ diff --git a/server/include/msg.h b/server/include/msg.h index c9d917a9a..676443d23 100644 --- a/server/include/msg.h +++ b/server/include/msg.h @@ -1,9 +1,11 @@ /** Message related functions * - * @author Steffen Vogel - * @copyright 2015, 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 _MSG_H_ #define _MSG_H_ diff --git a/server/include/msg_format.h b/server/include/msg_format.h index 34a3efa67..e23acbd63 100644 --- a/server/include/msg_format.h +++ b/server/include/msg_format.h @@ -1,9 +1,11 @@ /** Message format * - * @author Steffen Vogel - * @copyright 2015, 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 _MSG_FORMAT_H_ #define _MSG_FORMAT_H_ diff --git a/server/include/node.h b/server/include/node.h index 391d446f2..5a1196847 100644 --- a/server/include/node.h +++ b/server/include/node.h @@ -6,10 +6,12 @@ * - servers * - workstations * - * @author Steffen Vogel - * @copyright 2015, 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 _NODE_H_ #define _NODE_H_ diff --git a/server/include/opal.h b/server/include/opal.h index 66c2c895b..d589a79c8 100644 --- a/server/include/opal.h +++ b/server/include/opal.h @@ -2,12 +2,15 @@ * * This file implements the opal subtype for nodes. * - * @author Steffen Vogel - * @copyright 2015, 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. + * * @addtogroup opal OPAL-RT Asyc Process node type * @{ - */ + **********************************************************************************/ #ifndef _OPAL_H_ #define _OPAL_H_ diff --git a/server/include/path.h b/server/include/path.h index dd68f7995..15e633cdd 100644 --- a/server/include/path.h +++ b/server/include/path.h @@ -1,9 +1,11 @@ /** Message paths * - * @author Steffen Vogel - * @copyright 2015, 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 _PATH_H_ #define _PATH_H_ diff --git a/server/include/socket.h b/server/include/socket.h index 107559641..e81917cf6 100644 --- a/server/include/socket.h +++ b/server/include/socket.h @@ -2,12 +2,15 @@ * * This file implements the socket subtype for nodes. * - * @author Steffen Vogel - * @copyright 2015, 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. + * * @addtogroup socket BSD Socket Node Type * @{ - */ + *********************************************************************************/ #ifndef _SOCKET_H_ #define _SOCKET_H_ diff --git a/server/include/tc.h b/server/include/tc.h index a8e270382..7d6f2ddf8 100644 --- a/server/include/tc.h +++ b/server/include/tc.h @@ -5,10 +5,12 @@ * By using so SO_MARK socket option (see socket(7)) * we can classify traffic originating from a node seperately. * - * @author Steffen Vogel - * @copyright 2015, 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 _TC_H_ #define _TC_H_ diff --git a/server/include/utils.h b/server/include/utils.h index 9e43fb125..fcb3f1ce6 100644 --- a/server/include/utils.h +++ b/server/include/utils.h @@ -1,9 +1,11 @@ /** Various helper functions. * - * @author Steffen Vogel - * @copyright 2015, 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 _UTILS_H_ #define _UTILS_H_ diff --git a/server/src/cfg.c b/server/src/cfg.c index 366635e8f..848ccd4e1 100644 --- a/server/src/cfg.c +++ b/server/src/cfg.c @@ -1,8 +1,10 @@ /** Configuration parser. * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ #include #include diff --git a/server/src/file.c b/server/src/file.c index e072d4e8b..378a04f14 100644 --- a/server/src/file.c +++ b/server/src/file.c @@ -3,8 +3,10 @@ * This file implements the file type for nodes. * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ #include #include diff --git a/server/src/gtfpga.c b/server/src/gtfpga.c index af6983e0d..fb4d4c3cb 100644 --- a/server/src/gtfpga.c +++ b/server/src/gtfpga.c @@ -3,11 +3,10 @@ * This file implements the gtfpga subtype for nodes. * * @author Steffen Vogel - * @copyright 2015, Institute for Automation of Complex Power Systems, EONERC - */ - -#include "gtfpga.h" -#include "utils.h" + * @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 @@ -15,6 +14,10 @@ #include #include +#include "gtfpga.h" +#include "utils.h" +#include "timing.h" + #define SYSFS_PATH "/sys/bus/pci" static struct pci_access *pacc; diff --git a/server/src/hist.c b/server/src/hist.c index 6a25f2d98..c2ef5108d 100644 --- a/server/src/hist.c +++ b/server/src/hist.c @@ -1,8 +1,10 @@ /** Histogram functions. * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ #include #include diff --git a/server/src/hooks.c b/server/src/hooks.c index fdb3cf985..9c4737232 100644 --- a/server/src/hooks.c +++ b/server/src/hooks.c @@ -7,8 +7,10 @@ * This file includes some examples. * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ #include #include diff --git a/server/src/if.c b/server/src/if.c index 3e5a37334..368b2eeed 100644 --- a/server/src/if.c +++ b/server/src/if.c @@ -1,13 +1,14 @@ /** Interface related functions. * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ #include #include #include - #include #include diff --git a/server/src/list.c b/server/src/list.c index 635dc6dd0..d9cd18af8 100644 --- a/server/src/list.c +++ b/server/src/list.c @@ -3,8 +3,10 @@ * Linked lists a used for several data structures in the code. * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ #include "utils.h" #include "list.h" diff --git a/server/src/log.c b/server/src/log.c index 41565094d..ca9f41ed6 100644 --- a/server/src/log.c +++ b/server/src/log.c @@ -1,8 +1,10 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ #include #include diff --git a/server/src/msg.c b/server/src/msg.c index 7d5dc5738..2af5b66da 100644 --- a/server/src/msg.c +++ b/server/src/msg.c @@ -1,8 +1,10 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2015, 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. + *********************************************************************************/ #include #include diff --git a/server/src/node.c b/server/src/node.c index ec4584faa..377c468e9 100644 --- a/server/src/node.c +++ b/server/src/node.c @@ -1,8 +1,10 @@ /** Nodes. * * @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. + *********************************************************************************/ #include diff --git a/server/src/opal.c b/server/src/opal.c index 7a44fbbdc..f72157e8c 100644 --- a/server/src/opal.c +++ b/server/src/opal.c @@ -3,8 +3,10 @@ * This file implements the opal subtype for nodes. * * @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. + *********************************************************************************/ #include #include diff --git a/server/src/path.c b/server/src/path.c index c4bc4d98d..465a82d58 100644 --- a/server/src/path.c +++ b/server/src/path.c @@ -1,8 +1,10 @@ /** Message paths. * * @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. + *********************************************************************************/ #include #include diff --git a/server/src/random.c b/server/src/random.c index 43a0fcb61..3c9d5bde7 100644 --- a/server/src/random.c +++ b/server/src/random.c @@ -1,11 +1,14 @@ /** Generate random packages on stdout. * - * @author Steffen Vogel - * @copyright 2015, 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. + * * @addtogroup tools Test and debug tools * @{ - */ + **********************************************************************************/ #include #include @@ -27,7 +30,7 @@ int main(int argc, char *argv[]) printf("Simulator2Simulator Server %s (built on %s %s)\n", BLU(VERSION), MAG(__DATE__), MAG(__TIME__)); - printf(" Copyright 2015, Institute for Automation of Complex Power Systems, EONERC\n"); + printf(" copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC\n"); printf(" Steffen Vogel \n"); exit(EXIT_FAILURE); diff --git a/server/src/receive.c b/server/src/receive.c index c17cd9c9c..046e51ba1 100644 --- a/server/src/receive.c +++ b/server/src/receive.c @@ -1,11 +1,14 @@ /** Receive messages from server snd print them on stdout. * - * @author Steffen Vogel - * @copyright 2015, 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. + * * @addtogroup tools Test and debug tools * @{ - */ + *********************************************************************************/ #include #include @@ -52,7 +55,7 @@ void usage(char *name) printf("Simulator2Simulator Server %s (built on %s %s)\n", BLU(VERSION), MAG(__DATE__), MAG(__TIME__)); - printf(" Copyright 2015, Institute for Automation of Complex Power Systems, EONERC\n"); + printf(" copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC\n"); printf(" Steffen Vogel \n"); exit(EXIT_FAILURE); diff --git a/server/src/send.c b/server/src/send.c index 760176a93..02764ec45 100644 --- a/server/src/send.c +++ b/server/src/send.c @@ -1,11 +1,14 @@ /** Send messages from stdin to server. * - * @author Steffen Vogel - * @copyright 2015, 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. + * * @addtogroup tools Test and debug tools * @{ - */ + *********************************************************************************/ #include #include @@ -55,7 +58,7 @@ void usage(char *name) printf("Simulator2Simulator Server %s (built on %s %s)\n", BLU(VERSION), MAG(__DATE__), MAG(__TIME__)); - printf(" Copyright 2015, Institute for Automation of Complex Power Systems, EONERC\n"); + printf(" copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC\n"); printf(" Steffen Vogel \n"); exit(EXIT_FAILURE); diff --git a/server/src/server.c b/server/src/server.c index 2060a3260..0f6bd82e8 100644 --- a/server/src/server.c +++ b/server/src/server.c @@ -1,8 +1,10 @@ /** Main routine. * * @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. + *********************************************************************************/ #include #include @@ -101,7 +103,7 @@ void usage(const char *name) #endif printf("Simulator2Simulator Server %s (built on %s %s)\n", BLU(VERSION), MAG(__DATE__), MAG(__TIME__)); - printf(" Copyright 2015, Institute for Automation of Complex Power Systems, EONERC\n"); + printf(" copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC\n"); printf(" Steffen Vogel \n"); exit(EXIT_FAILURE); diff --git a/server/src/socket.c b/server/src/socket.c index 2f0869bc7..e3df1c668 100644 --- a/server/src/socket.c +++ b/server/src/socket.c @@ -5,8 +5,10 @@ * S2SS uses these functions to setup the network emulation feature. * * @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. + *********************************************************************************/ #include #include diff --git a/server/src/tc.c b/server/src/tc.c index e087c91b2..be29ad1bb 100644 --- a/server/src/tc.c +++ b/server/src/tc.c @@ -3,8 +3,10 @@ * S2SS uses these functions to setup the network emulation feature. * * @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. + *********************************************************************************/ #include #include diff --git a/server/src/test.c b/server/src/test.c index 628435809..853d57468 100644 --- a/server/src/test.c +++ b/server/src/test.c @@ -1,8 +1,10 @@ /** Some basic tests. * * @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. + *********************************************************************************/ #include #include diff --git a/server/src/utils.c b/server/src/utils.c index 33214e92d..8ea6f2654 100644 --- a/server/src/utils.c +++ b/server/src/utils.c @@ -1,8 +1,10 @@ /** Some helper 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. + *********************************************************************************/ #include #include