diff --git a/Dockerfile b/Dockerfile index 44867baa2..d3f6d1f00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,8 @@ # Use this Dockerfile running: # $ make docker # -# @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC -# This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. -# Unauthorized copying of this file, via any medium is strictly prohibited. +# @author Steffen Vogel +# @copyright 2016, Institute for Automation of Complex Power Systems, EONERC ################################################################################### FROM fedora:latest diff --git a/Makefile b/Makefile index 10e443a39..06497e394 100644 --- a/Makefile +++ b/Makefile @@ -11,10 +11,8 @@ # [1] http://aegis.sourceforge.net/auug97.pdf # # @author Steffen Vogel -# @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC -# This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. -# Unauthorized copying of this file, via any medium is strictly prohibited. -################################################################################# +# @copyright 2016, Institute for Automation of Complex Power Systems, EONERC +################################################################################### # Project modules MODULES = lib plugins src tests thirdparty tools diff --git a/clients/opal/udp/models/send_receive/include/msg.h b/clients/opal/udp/models/send_receive/include/msg.h index 5da3b679e..e68bd1b26 100644 --- a/clients/opal/udp/models/send_receive/include/msg.h +++ b/clients/opal/udp/models/send_receive/include/msg.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _MSG_H_ diff --git a/clients/opal/udp/models/send_receive/include/msg_format.h b/clients/opal/udp/models/send_receive/include/msg_format.h index f378c130f..72951d01f 100644 --- a/clients/opal/udp/models/send_receive/include/msg_format.h +++ b/clients/opal/udp/models/send_receive/include/msg_format.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _MSG_FORMAT_H_ diff --git a/clients/opal/udp/models/send_receive/include/utils.h b/clients/opal/udp/models/send_receive/include/utils.h index 06646626e..bc70e4f0f 100644 --- a/clients/opal/udp/models/send_receive/include/utils.h +++ b/clients/opal/udp/models/send_receive/include/utils.h @@ -4,9 +4,7 @@ * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _UTILS_H_ diff --git a/clients/opal/udp/models/send_receive/src/msg.c b/clients/opal/udp/models/send_receive/src/msg.c index e9607c685..5c2bf19a8 100644 --- a/clients/opal/udp/models/send_receive/src/msg.c +++ b/clients/opal/udp/models/send_receive/src/msg.c @@ -1,9 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifdef __linux__ diff --git a/clients/opal/udp/models/send_receive/src/utils.c b/clients/opal/udp/models/send_receive/src/utils.c index 01025435e..645124740 100644 --- a/clients/opal/udp/models/send_receive/src/utils.c +++ b/clients/opal/udp/models/send_receive/src/utils.c @@ -4,9 +4,7 @@ * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/config.h b/config.h index 087f7b3f9..45c1920c1 100644 --- a/config.h +++ b/config.h @@ -5,9 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _CONFIG_H_ diff --git a/etc/websocket-stats.conf b/etc/websocket-stats.conf index c350efed6..fdb89bac8 100644 --- a/etc/websocket-stats.conf +++ b/etc/websocket-stats.conf @@ -4,9 +4,7 @@ * Have a look at etc/ws.conf for an example. * * @author Steffen Vogel - * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ series = ( diff --git a/include/villas/cfg.h b/include/villas/cfg.h index 9d8dcea75..d7f871fc7 100644 --- a/include/villas/cfg.h +++ b/include/villas/cfg.h @@ -6,9 +6,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _CFG_H_ diff --git a/include/villas/fpga/dft.h b/include/villas/fpga/dft.h index 017117c99..a908ebd2b 100644 --- a/include/villas/fpga/dft.h +++ b/include/villas/fpga/dft.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _DFT_H_ diff --git a/include/villas/fpga/dma.h b/include/villas/fpga/dma.h index 1d3a215e1..7b2eb45e5 100644 --- a/include/villas/fpga/dma.h +++ b/include/villas/fpga/dma.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _DMA_H_ diff --git a/include/villas/fpga/fifo.h b/include/villas/fpga/fifo.h index 597cd9a04..1b66d32fa 100644 --- a/include/villas/fpga/fifo.h +++ b/include/villas/fpga/fifo.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _FIFO_H_ diff --git a/include/villas/fpga/intc.h b/include/villas/fpga/intc.h index da08afcd7..cc3395ab8 100644 --- a/include/villas/fpga/intc.h +++ b/include/villas/fpga/intc.h @@ -1,9 +1,7 @@ /** AXI-PCIe Interrupt controller * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _INTC_H_ diff --git a/include/villas/fpga/model.h b/include/villas/fpga/model.h index f4269046c..a985f8f94 100644 --- a/include/villas/fpga/model.h +++ b/include/villas/fpga/model.h @@ -3,8 +3,6 @@ * @file * @author Steffen Vogel * @copyright 2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. *********************************************************************************/ #ifndef _MODEL_H_ diff --git a/include/villas/fpga/rtds_axis.h b/include/villas/fpga/rtds_axis.h index 85bf10f32..86f0e9168 100644 --- a/include/villas/fpga/rtds_axis.h +++ b/include/villas/fpga/rtds_axis.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _RTDS_AXIS_H_ diff --git a/include/villas/fpga/switch.h b/include/villas/fpga/switch.h index dd2a9b8ac..8c299ad59 100644 --- a/include/villas/fpga/switch.h +++ b/include/villas/fpga/switch.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _SWITCH_H_ diff --git a/include/villas/fpga/timer.h b/include/villas/fpga/timer.h index b818c0058..39e73f5ff 100644 --- a/include/villas/fpga/timer.h +++ b/include/villas/fpga/timer.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _TIMER_H_ diff --git a/include/villas/hist.h b/include/villas/hist.h index 72b232a21..31d2b8d3e 100644 --- a/include/villas/hist.h +++ b/include/villas/hist.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _HIST_H_ diff --git a/include/villas/hooks.h b/include/villas/hooks.h index 6f9b76427..55f741450 100644 --- a/include/villas/hooks.h +++ b/include/villas/hooks.h @@ -8,9 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ /** * @addtogroup hooks User-defined hook functions diff --git a/include/villas/kernel/if.h b/include/villas/kernel/if.h index 3d676694b..2aba6c3c5 100644 --- a/include/villas/kernel/if.h +++ b/include/villas/kernel/if.h @@ -5,9 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _IF_H_ diff --git a/include/villas/kernel/kernel.h b/include/villas/kernel/kernel.h index 10e750468..60df1e080 100644 --- a/include/villas/kernel/kernel.h +++ b/include/villas/kernel/kernel.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _LINUX_H_ diff --git a/include/villas/kernel/nl.h b/include/villas/kernel/nl.h index 6e1fb055e..3f8127542 100644 --- a/include/villas/kernel/nl.h +++ b/include/villas/kernel/nl.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _NL_H_ diff --git a/include/villas/kernel/pci.h b/include/villas/kernel/pci.h index 747f5c488..e750e02c6 100644 --- a/include/villas/kernel/pci.h +++ b/include/villas/kernel/pci.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _PCI_H_ diff --git a/include/villas/kernel/rt.h b/include/villas/kernel/rt.h index 0c0f833cd..480583fb2 100644 --- a/include/villas/kernel/rt.h +++ b/include/villas/kernel/rt.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _RT_H_ diff --git a/include/villas/kernel/tc.h b/include/villas/kernel/tc.h index 973da527b..1a24f619c 100644 --- a/include/villas/kernel/tc.h +++ b/include/villas/kernel/tc.h @@ -7,9 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _TC_H_ diff --git a/include/villas/kernel/vfio.h b/include/villas/kernel/vfio.h index 7f1a227aa..401523b9d 100644 --- a/include/villas/kernel/vfio.h +++ b/include/villas/kernel/vfio.h @@ -3,8 +3,6 @@ * @file * @author Steffen Vogel * @copyright 2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. *********************************************************************************/ #ifndef _VFIO_H_ diff --git a/include/villas/list.h b/include/villas/list.h index 4487ad10c..661bd0459 100644 --- a/include/villas/list.h +++ b/include/villas/list.h @@ -8,9 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _LIST_H_ diff --git a/include/villas/log.h b/include/villas/log.h index c57d686bf..1c0ed9a69 100644 --- a/include/villas/log.h +++ b/include/villas/log.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _LOG_H_ diff --git a/include/villas/memory.h b/include/villas/memory.h index f6e3064f5..979ffe4c9 100644 --- a/include/villas/memory.h +++ b/include/villas/memory.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ #include diff --git a/include/villas/msg.h b/include/villas/msg.h index 2fb032f8c..f2d6afeb4 100644 --- a/include/villas/msg.h +++ b/include/villas/msg.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _MSG_H_ diff --git a/include/villas/msg_format.h b/include/villas/msg_format.h index 5e9e2bccc..2af19f44d 100644 --- a/include/villas/msg_format.h +++ b/include/villas/msg_format.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _MSG_FORMAT_H_ diff --git a/include/villas/node.h b/include/villas/node.h index d57553402..3ae39fff1 100644 --- a/include/villas/node.h +++ b/include/villas/node.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC * * @addtogroup node Node * @{ diff --git a/include/villas/nodes/cbuilder.h b/include/villas/nodes/cbuilder.h index 8fdf3296c..2f42b2ed5 100644 --- a/include/villas/nodes/cbuilder.h +++ b/include/villas/nodes/cbuilder.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #ifndef _CBUILDER_H_ diff --git a/include/villas/nodes/file.h b/include/villas/nodes/file.h index 3eba00fa6..a582be003 100644 --- a/include/villas/nodes/file.h +++ b/include/villas/nodes/file.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ /** * @addtogroup file File-IO node type diff --git a/include/villas/nodes/fpga.h b/include/villas/nodes/fpga.h index 0dadcfd94..2e4f8a302 100644 --- a/include/villas/nodes/fpga.h +++ b/include/villas/nodes/fpga.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel */ /** * @addtogroup fpga VILLASnode diff --git a/include/villas/nodes/ngsi.h b/include/villas/nodes/ngsi.h index 807904a87..faea7792b 100644 --- a/include/villas/nodes/ngsi.h +++ b/include/villas/nodes/ngsi.h @@ -8,9 +8,7 @@ * @see http://technical.openmobilealliance.org/Technical/Release_Program/docs/NGSI/V1_0-20120529-A/OMA-TS-NGSI_Context_Management-V1_0-20120529-A.pdf * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ /** * @addtogroup ngsi FIRWARE NGSI 9/10 RESTful HTTP API diff --git a/include/villas/nodes/opal.h b/include/villas/nodes/opal.h index 9ae48de9d..b65b9586e 100644 --- a/include/villas/nodes/opal.h +++ b/include/villas/nodes/opal.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ /** * @ingroup node diff --git a/include/villas/nodes/socket.h b/include/villas/nodes/socket.h index 9f5cc7750..12ab2f9f4 100644 --- a/include/villas/nodes/socket.h +++ b/include/villas/nodes/socket.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ /** * @addtogroup socket BSD Socket Node Type diff --git a/include/villas/nodes/websocket.h b/include/villas/nodes/websocket.h index 4f3149534..56416103c 100644 --- a/include/villas/nodes/websocket.h +++ b/include/villas/nodes/websocket.h @@ -5,9 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ /** * @addtogroup websockets WebSockets node type diff --git a/include/villas/path.h b/include/villas/path.h index fb01e5d23..178c1dcb2 100644 --- a/include/villas/path.h +++ b/include/villas/path.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ /** A path connects one input node to multiple output nodes (1-to-n). * diff --git a/include/villas/pool.h b/include/villas/pool.h index 49f2f1c9a..38b017a7f 100644 --- a/include/villas/pool.h +++ b/include/villas/pool.h @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ #ifndef _POOL_H_ diff --git a/include/villas/sample.h b/include/villas/sample.h index ec58f8bd8..51cc1315b 100644 --- a/include/villas/sample.h +++ b/include/villas/sample.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ #ifndef _SAMPLE_H_ diff --git a/include/villas/timing.h b/include/villas/timing.h index 20b2e6baf..d3e083942 100644 --- a/include/villas/timing.h +++ b/include/villas/timing.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _TIME_H_ diff --git a/include/villas/utils.h b/include/villas/utils.h index 9a144278d..c10ca0b97 100644 --- a/include/villas/utils.h +++ b/include/villas/utils.h @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #ifndef _UTILS_H_ diff --git a/lib/cfg.c b/lib/cfg.c index d2781631e..336b6dcd5 100644 --- a/lib/cfg.c +++ b/lib/cfg.c @@ -1,9 +1,7 @@ /** Configuration parser. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/fpga/dft.c b/lib/fpga/dft.c index 8cbfefa85..379385844 100644 --- a/lib/fpga/dft.c +++ b/lib/fpga/dft.c @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include "log.h" diff --git a/lib/fpga/dma.c b/lib/fpga/dma.c index 86c6f3228..3db127f2d 100644 --- a/lib/fpga/dma.c +++ b/lib/fpga/dma.c @@ -3,9 +3,7 @@ * These functions present a simpler interface to Xilinx' DMA driver (XAxiDma_*) * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASfpga. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include diff --git a/lib/fpga/fifo.c b/lib/fpga/fifo.c index af0df5ead..fc8beaf19 100644 --- a/lib/fpga/fifo.c +++ b/lib/fpga/fifo.c @@ -3,9 +3,7 @@ * These functions present a simpler interface to Xilinx' FIFO driver (XLlFifo_*) * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASfpga. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include diff --git a/lib/fpga/intc.c b/lib/fpga/intc.c index 853e7175c..1c590a81b 100644 --- a/lib/fpga/intc.c +++ b/lib/fpga/intc.c @@ -1,9 +1,7 @@ /** AXI-PCIe Interrupt controller * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include diff --git a/lib/fpga/model.c b/lib/fpga/model.c index 737cd6355..cb4188835 100644 --- a/lib/fpga/model.c +++ b/lib/fpga/model.c @@ -2,8 +2,6 @@ * * @author Steffen Vogel * @copyright 2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. *********************************************************************************/ #include diff --git a/lib/fpga/rtds_axis.c b/lib/fpga/rtds_axis.c index cb35bd2ae..3cae5c65f 100644 --- a/lib/fpga/rtds_axis.c +++ b/lib/fpga/rtds_axis.c @@ -1,9 +1,7 @@ /** Driver for AXI Stream wrapper around RTDS_InterfaceModule (rtds_axis ) * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include diff --git a/lib/fpga/switch.c b/lib/fpga/switch.c index 16a411640..082713c2b 100644 --- a/lib/fpga/switch.c +++ b/lib/fpga/switch.c @@ -3,9 +3,7 @@ * These functions present a simpler interface to Xilinx' AXI Stream switch driver (XAxis_Switch_*) * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include "list.h" diff --git a/lib/fpga/timer.c b/lib/fpga/timer.c index a5a9cd4b2..0d1ebc17d 100644 --- a/lib/fpga/timer.c +++ b/lib/fpga/timer.c @@ -4,9 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of S2SS. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include "config.h" diff --git a/lib/hist.c b/lib/hist.c index 8f29f6597..834b56796 100644 --- a/lib/hist.c +++ b/lib/hist.c @@ -1,9 +1,7 @@ /** Histogram functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/hooks.c b/lib/hooks.c index ea4745e80..688af8a70 100644 --- a/lib/hooks.c +++ b/lib/hooks.c @@ -1,9 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/hooks/hooks-internal.c b/lib/hooks/hooks-internal.c index 26958703c..84858300a 100644 --- a/lib/hooks/hooks-internal.c +++ b/lib/hooks/hooks-internal.c @@ -1,9 +1,7 @@ /** Internal hook functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include "hooks.h" diff --git a/lib/hooks/hooks-other.c b/lib/hooks/hooks-other.c index 21814ef29..c0b365bbf 100644 --- a/lib/hooks/hooks-other.c +++ b/lib/hooks/hooks-other.c @@ -1,9 +1,7 @@ /** Other hook funktions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/hooks/hooks-stats.c b/lib/hooks/hooks-stats.c index 0d1ce43af..4a986f7f1 100644 --- a/lib/hooks/hooks-stats.c +++ b/lib/hooks/hooks-stats.c @@ -1,9 +1,7 @@ /** Statistic-related hook functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include "hooks.h" diff --git a/lib/kernel/if.c b/lib/kernel/if.c index 3a859304c..a9ccc4f5b 100644 --- a/lib/kernel/if.c +++ b/lib/kernel/if.c @@ -1,9 +1,7 @@ /** Interface related functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/kernel/kernel.c b/lib/kernel/kernel.c index b2c9b94cc..fd39c303b 100644 --- a/lib/kernel/kernel.c +++ b/lib/kernel/kernel.c @@ -1,9 +1,7 @@ /** Linux kernel related functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/kernel/nl.c b/lib/kernel/nl.c index bc7a57b12..16c2810d2 100644 --- a/lib/kernel/nl.c +++ b/lib/kernel/nl.c @@ -3,9 +3,7 @@ * VILLASnode uses libnl3 to talk to the Linux kernel to gather networking related information * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/kernel/pci.c b/lib/kernel/pci.c index 7ed1ba71c..0416f8488 100644 --- a/lib/kernel/pci.c +++ b/lib/kernel/pci.c @@ -1,9 +1,7 @@ /** Linux PCI helpers * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include diff --git a/lib/kernel/rt.c b/lib/kernel/rt.c index fa06a11c1..4d904efad 100644 --- a/lib/kernel/rt.c +++ b/lib/kernel/rt.c @@ -1,9 +1,7 @@ /** Linux specific real-time optimizations * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/kernel/tc.c b/lib/kernel/tc.c index 39f2c509e..946f88aa2 100644 --- a/lib/kernel/tc.c +++ b/lib/kernel/tc.c @@ -3,9 +3,7 @@ * VILLASnode uses these functions to setup the network emulation feature. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/kernel/vfio.c b/lib/kernel/vfio.c index 68e7e0b3d..72573a657 100644 --- a/lib/kernel/vfio.c +++ b/lib/kernel/vfio.c @@ -1,9 +1,7 @@ /** Virtual Function IO wrapper around kernel API * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #define _DEFAULT_SOURCE diff --git a/lib/list.c b/lib/list.c index aa87553de..e395e5546 100644 --- a/lib/list.c +++ b/lib/list.c @@ -3,9 +3,7 @@ * Linked lists a used for several data structures in the code. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/log.c b/lib/log.c index 74e8d1694..d2b12682e 100644 --- a/lib/log.c +++ b/lib/log.c @@ -1,9 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/memory.c b/lib/memory.c index 2f46161b3..c332b073d 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -1,9 +1,7 @@ /** Memory allocators. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ #include diff --git a/lib/msg.c b/lib/msg.c index 70b277d31..7b3c4e0e8 100644 --- a/lib/msg.c +++ b/lib/msg.c @@ -1,9 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/node.c b/lib/node.c index b4aa9dc02..894e91344 100644 --- a/lib/node.c +++ b/lib/node.c @@ -1,9 +1,7 @@ /** Nodes. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/nodes/cbuilder.c b/lib/nodes/cbuilder.c index e3abebc37..14ef3a8d9 100644 --- a/lib/nodes/cbuilder.c +++ b/lib/nodes/cbuilder.c @@ -1,9 +1,7 @@ /** Node type: Wrapper around RSCAD CBuilder model * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include "node.h" diff --git a/lib/nodes/file.c b/lib/nodes/file.c index 8ccd2fbdb..88256e912 100644 --- a/lib/nodes/file.c +++ b/lib/nodes/file.c @@ -1,9 +1,7 @@ /** Node type: File * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/nodes/fpga.c b/lib/nodes/fpga.c index d4082317b..9b2ac4f60 100644 --- a/lib/nodes/fpga.c +++ b/lib/nodes/fpga.c @@ -1,9 +1,7 @@ /** Node type: VILLASfpga * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel *********************************************************************************/ #include diff --git a/lib/nodes/ngsi.c b/lib/nodes/ngsi.c index 747cd1b7a..fc46694da 100644 --- a/lib/nodes/ngsi.c +++ b/lib/nodes/ngsi.c @@ -1,9 +1,7 @@ /** Node type: OMA Next Generation Services Interface 10 (NGSI) (FIWARE context broker) * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC **********************************************************************************/ #include diff --git a/lib/nodes/opal.c b/lib/nodes/opal.c index 86b891faf..e11d5c904 100644 --- a/lib/nodes/opal.c +++ b/lib/nodes/opal.c @@ -3,9 +3,7 @@ * This file implements the opal subtype for nodes. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/nodes/socket.c b/lib/nodes/socket.c index 000fc123a..2ffaf343f 100644 --- a/lib/nodes/socket.c +++ b/lib/nodes/socket.c @@ -1,9 +1,7 @@ /** Various socket related functions * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/nodes/websocket.c b/lib/nodes/websocket.c index d7b51733c..f23c06e0d 100644 --- a/lib/nodes/websocket.c +++ b/lib/nodes/websocket.c @@ -1,9 +1,7 @@ /** Node type: Websockets (libwebsockets) * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/path.c b/lib/path.c index 69667cbcc..cac77448d 100644 --- a/lib/path.c +++ b/lib/path.c @@ -1,9 +1,7 @@ /** Message paths. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/pool.c b/lib/pool.c index 955b8b77a..7d6e0ef56 100644 --- a/lib/pool.c +++ b/lib/pool.c @@ -1,9 +1,7 @@ /** Memory pool for fixed size objects. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC */ #include "utils.h" diff --git a/lib/sample.c b/lib/sample.c index f3040d3a0..1e13c9b74 100644 --- a/lib/sample.c +++ b/lib/sample.c @@ -1,9 +1,7 @@ /** The internal datastructure for a sample of simulation data. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/timing.c b/lib/timing.c index 16f901afd..5d4b80d4f 100644 --- a/lib/timing.c +++ b/lib/timing.c @@ -1,9 +1,7 @@ /** Time related functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/lib/utils.c b/lib/utils.c index 5fba36038..6181a31df 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1,9 +1,7 @@ /** General purpose helper functions. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/src/fpga-bench-overruns.c b/src/fpga-bench-overruns.c index 73346b5e9..2e980b388 100644 --- a/src/fpga-bench-overruns.c +++ b/src/fpga-bench-overruns.c @@ -1,9 +1,7 @@ /** Benchmarks for VILLASfpga: LAPACK & BLAS * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include diff --git a/src/fpga-bench.c b/src/fpga-bench.c index 1de87f1f3..8c7b465f3 100644 --- a/src/fpga-bench.c +++ b/src/fpga-bench.c @@ -1,9 +1,7 @@ /** Benchmarks for VILLASfpga * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include diff --git a/src/fpga-tests.c b/src/fpga-tests.c index 0790a2607..160e53e68 100644 --- a/src/fpga-tests.c +++ b/src/fpga-tests.c @@ -2,8 +2,6 @@ * * @author Steffen Vogel * @copyright 2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. *********************************************************************************/ #include diff --git a/src/fpga.c b/src/fpga.c index 46895c0f6..6de235178 100644 --- a/src/fpga.c +++ b/src/fpga.c @@ -1,9 +1,7 @@ /** VILLASfpga utility for tests and benchmarks * * @author Steffen Vogel - * @copyright 2015-2016, Steffen Vogel - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Steffen Vogel **********************************************************************************/ #include diff --git a/src/node.c b/src/node.c index b4cf53cd7..b3d7047c3 100644 --- a/src/node.c +++ b/src/node.c @@ -1,9 +1,7 @@ /** Main routine. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/src/pipe.c b/src/pipe.c index 75ca559e9..b1a5d34da 100644 --- a/src/pipe.c +++ b/src/pipe.c @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC * * @addtogroup tools Test and debug tools * @{ diff --git a/src/signal.c b/src/signal.c index 82e6b9e27..934b48ebf 100644 --- a/src/signal.c +++ b/src/signal.c @@ -2,9 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC * * @addtogroup tools Test and debug tools * @{ diff --git a/src/test.c b/src/test.c index ef95b2c65..d1288b883 100644 --- a/src/test.c +++ b/src/test.c @@ -1,9 +1,7 @@ /** Some basic tests. * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/tests/hist.c b/tests/hist.c index df9c655e8..79dab8655 100644 --- a/tests/hist.c +++ b/tests/hist.c @@ -1,9 +1,7 @@ /** Unit tests for histogram * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/tests/list.c b/tests/list.c index 79543d264..7270d6e1c 100644 --- a/tests/list.c +++ b/tests/list.c @@ -1,9 +1,7 @@ /** Unit tests for array-based list * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/tests/memory.c b/tests/memory.c index 234e6defd..69234930d 100644 --- a/tests/memory.c +++ b/tests/memory.c @@ -1,9 +1,7 @@ /** Unit tests for memory management * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/tests/pool.c b/tests/pool.c index 8654ad6ea..e871e6041 100644 --- a/tests/pool.c +++ b/tests/pool.c @@ -1,9 +1,7 @@ /** Unit tests for memory pool * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/tests/timing.c b/tests/timing.c index 89866c07f..4a3ca3d91 100644 --- a/tests/timing.c +++ b/tests/timing.c @@ -1,9 +1,7 @@ /** Unit tests for time related utlities * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/tests/utils.c b/tests/utils.c index 6999cd70e..fe649319b 100644 --- a/tests/utils.c +++ b/tests/utils.c @@ -1,9 +1,7 @@ /** Unit tests for utilities * * @author Steffen Vogel - * @copyright 2014-2016, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #include diff --git a/tools/villas.sh b/tools/villas.sh index a2d8fc01f..3fb8be121 100755 --- a/tools/villas.sh +++ b/tools/villas.sh @@ -8,11 +8,8 @@ # $ make install # # @author Steffen Vogel -# @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC -# This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. -# Unauthorized copying of this file, via any medium is strictly prohibited. -# -################################################################################## +# @copyright 2016, Institute for Automation of Complex Power Systems, EONERC +################################################################################### PREFIX=villas diff --git a/web/socket/msg.js b/web/socket/msg.js index a23795197..ea7e96eaf 100644 --- a/web/socket/msg.js +++ b/web/socket/msg.js @@ -2,15 +2,13 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2015, Institute for Automation of Complex Power Systems, EONERC - * This file is part of VILLASnode. All Rights Reserved. Proprietary and confidential. - * Unauthorized copying of this file, via any medium is strictly prohibited. - */ + * @copyright 2016, Institute for Automation of Complex Power Systems, EONERC + *********************************************************************************/ /** * @addtogroup websocket * @ingroup node * @{ - **********************************************************************************/ + *********************************************************************************/ /* Class for parsing and printing a message */ function Msg(c, d)