From 7fd6599ea647822280e2486f570f18b66bec9d6d Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 25 Jun 2018 15:33:14 +0200 Subject: [PATCH] update copyright years --- fpga/Dockerfile | 2 +- fpga/README.md | 2 +- fpga/etc/fpga-simple.conf | 2 +- fpga/etc/fpga.conf | 2 +- fpga/include/villas/common.h | 2 +- fpga/include/villas/config.h | 2 +- fpga/include/villas/fpga/card.hpp | 2 +- fpga/include/villas/fpga/ip.hpp | 2 +- fpga/include/villas/fpga/ip_node.hpp | 2 +- fpga/include/villas/fpga/ips/dft.h | 2 +- fpga/include/villas/fpga/ips/fifo.hpp | 2 +- fpga/include/villas/fpga/ips/intc.hpp | 2 +- fpga/include/villas/fpga/ips/model.h | 2 +- fpga/include/villas/fpga/ips/pcie.hpp | 2 +- fpga/include/villas/fpga/ips/rtds.hpp | 2 +- fpga/include/villas/fpga/ips/switch.hpp | 2 +- fpga/include/villas/fpga/ips/timer.hpp | 2 +- fpga/include/villas/fpga/vlnv.hpp | 2 +- fpga/include/villas/kernel/kernel.h | 2 +- fpga/include/villas/kernel/pci.h | 2 +- fpga/include/villas/kernel/vfio.hpp | 2 +- fpga/include/villas/list.h | 2 +- fpga/include/villas/log.h | 2 +- fpga/include/villas/log_config.h | 2 +- fpga/include/villas/plugin.hpp | 2 +- fpga/include/villas/utils.h | 2 +- fpga/lib/card.cpp | 2 +- fpga/lib/common/plugin.cpp | 2 +- fpga/lib/ip.cpp | 2 +- fpga/lib/ips/dft.c | 2 +- fpga/lib/ips/fifo.cpp | 2 +- fpga/lib/ips/gpio.c | 2 +- fpga/lib/ips/intc.cpp | 2 +- fpga/lib/ips/model.c | 2 +- fpga/lib/ips/rtds.cpp | 2 +- fpga/lib/ips/switch.cpp | 2 +- fpga/lib/ips/timer.cpp | 2 +- fpga/lib/kernel/kernel.c | 2 +- fpga/lib/kernel/pci.c | 2 +- fpga/lib/kernel/vfio.cpp | 2 +- fpga/lib/list.c | 2 +- fpga/lib/log.c | 2 +- fpga/lib/log_config.c | 2 +- fpga/lib/log_helper.c | 2 +- fpga/lib/utils.c | 2 +- fpga/lib/vlnv.cpp | 2 +- fpga/scripts/rebind_device.sh | 2 +- fpga/scripts/reset_pci_device.sh | 2 +- fpga/src/bench-overruns.c | 2 +- fpga/src/bench.c | 2 +- fpga/src/fpga.c | 2 +- fpga/tests/dma.c | 2 +- fpga/tests/fifo.cpp | 2 +- fpga/tests/hls.c | 2 +- fpga/tests/intc.c | 2 +- fpga/tests/main.cpp | 2 +- fpga/tests/rtds_rtt.c | 2 +- fpga/tests/timer.cpp | 2 +- fpga/tests/tmrctr.c | 2 +- fpga/tests/xsg.c | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/fpga/Dockerfile b/fpga/Dockerfile index 7bb905cc2..e230dec6f 100644 --- a/fpga/Dockerfile +++ b/fpga/Dockerfile @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASfpga diff --git a/fpga/README.md b/fpga/README.md index 55eb6130c..98c7151af 100644 --- a/fpga/README.md +++ b/fpga/README.md @@ -11,7 +11,7 @@ User documentation is available here: - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/etc/fpga.conf b/fpga/etc/fpga.conf index 11daa06a1..dbaf67ba2 100644 --- a/fpga/etc/fpga.conf +++ b/fpga/etc/fpga.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/common.h b/fpga/include/villas/common.h index c837774e6..180479af9 100644 --- a/fpga/include/villas/common.h +++ b/fpga/include/villas/common.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/config.h b/fpga/include/villas/config.h index f75ff7fba..3b5d94bc5 100644 --- a/fpga/include/villas/config.h +++ b/fpga/include/villas/config.h @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/card.hpp b/fpga/include/villas/fpga/card.hpp index 93a80be97..d2e0c6493 100644 --- a/fpga/include/villas/fpga/card.hpp +++ b/fpga/include/villas/fpga/card.hpp @@ -5,7 +5,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ip.hpp b/fpga/include/villas/fpga/ip.hpp index 36ded39ed..3ee89572b 100644 --- a/fpga/include/villas/fpga/ip.hpp +++ b/fpga/include/villas/fpga/ip.hpp @@ -5,7 +5,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ip_node.hpp b/fpga/include/villas/fpga/ip_node.hpp index 964070991..9f7c35dc7 100644 --- a/fpga/include/villas/fpga/ip_node.hpp +++ b/fpga/include/villas/fpga/ip_node.hpp @@ -5,7 +5,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ips/dft.h b/fpga/include/villas/fpga/ips/dft.h index 74835d5d4..4d20358d2 100644 --- a/fpga/include/villas/fpga/ips/dft.h +++ b/fpga/include/villas/fpga/ips/dft.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ips/fifo.hpp b/fpga/include/villas/fpga/ips/fifo.hpp index f73e7d654..b033e8b96 100644 --- a/fpga/include/villas/fpga/ips/fifo.hpp +++ b/fpga/include/villas/fpga/ips/fifo.hpp @@ -4,7 +4,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ips/intc.hpp b/fpga/include/villas/fpga/ips/intc.hpp index bcc23ed54..3fcd2f47e 100644 --- a/fpga/include/villas/fpga/ips/intc.hpp +++ b/fpga/include/villas/fpga/ips/intc.hpp @@ -3,7 +3,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ips/model.h b/fpga/include/villas/fpga/ips/model.h index 9d7f6b555..9b87ff0d2 100644 --- a/fpga/include/villas/fpga/ips/model.h +++ b/fpga/include/villas/fpga/ips/model.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ips/pcie.hpp b/fpga/include/villas/fpga/ips/pcie.hpp index 1f69a673a..409897353 100644 --- a/fpga/include/villas/fpga/ips/pcie.hpp +++ b/fpga/include/villas/fpga/ips/pcie.hpp @@ -5,7 +5,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ips/rtds.hpp b/fpga/include/villas/fpga/ips/rtds.hpp index aff27601c..35aeef133 100644 --- a/fpga/include/villas/fpga/ips/rtds.hpp +++ b/fpga/include/villas/fpga/ips/rtds.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ips/switch.hpp b/fpga/include/villas/fpga/ips/switch.hpp index 99cdfa788..e2f789966 100644 --- a/fpga/include/villas/fpga/ips/switch.hpp +++ b/fpga/include/villas/fpga/ips/switch.hpp @@ -5,7 +5,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/ips/timer.hpp b/fpga/include/villas/fpga/ips/timer.hpp index be3d5d26c..a1fe809f5 100644 --- a/fpga/include/villas/fpga/ips/timer.hpp +++ b/fpga/include/villas/fpga/ips/timer.hpp @@ -4,7 +4,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/fpga/vlnv.hpp b/fpga/include/villas/fpga/vlnv.hpp index cce08f654..35b6c8640 100644 --- a/fpga/include/villas/fpga/vlnv.hpp +++ b/fpga/include/villas/fpga/vlnv.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/kernel/kernel.h b/fpga/include/villas/kernel/kernel.h index 93cfa3130..d5528acb5 100644 --- a/fpga/include/villas/kernel/kernel.h +++ b/fpga/include/villas/kernel/kernel.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/kernel/pci.h b/fpga/include/villas/kernel/pci.h index f0fae8de8..8f253306b 100644 --- a/fpga/include/villas/kernel/pci.h +++ b/fpga/include/villas/kernel/pci.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel **********************************************************************************/ /** @addtogroup fpga Kernel @{ */ diff --git a/fpga/include/villas/kernel/vfio.hpp b/fpga/include/villas/kernel/vfio.hpp index 473873d04..69cfb8c41 100644 --- a/fpga/include/villas/kernel/vfio.hpp +++ b/fpga/include/villas/kernel/vfio.hpp @@ -3,7 +3,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @copyright 2018, Daniel Krebs *********************************************************************************/ diff --git a/fpga/include/villas/list.h b/fpga/include/villas/list.h index b6d8c56e2..481527b8b 100644 --- a/fpga/include/villas/list.h +++ b/fpga/include/villas/list.h @@ -8,7 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 20177, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-20187, Institute for Automation of Complex Power Systems, EONERC *********************************************************************************/ #pragma once diff --git a/fpga/include/villas/log.h b/fpga/include/villas/log.h index 80de7c2f0..f33a6ae8d 100644 --- a/fpga/include/villas/log.h +++ b/fpga/include/villas/log.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/log_config.h b/fpga/include/villas/log_config.h index e2a71333f..4041b8737 100644 --- a/fpga/include/villas/log_config.h +++ b/fpga/include/villas/log_config.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/plugin.hpp b/fpga/include/villas/plugin.hpp index e1ff6d644..52d149d27 100644 --- a/fpga/include/villas/plugin.hpp +++ b/fpga/include/villas/plugin.hpp @@ -3,7 +3,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/include/villas/utils.h b/fpga/include/villas/utils.h index 828796fb6..b1c66af84 100644 --- a/fpga/include/villas/utils.h +++ b/fpga/include/villas/utils.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/card.cpp b/fpga/lib/card.cpp index 06f00cf66..fa12b6cd1 100644 --- a/fpga/lib/card.cpp +++ b/fpga/lib/card.cpp @@ -1,7 +1,7 @@ /** FPGA card. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/common/plugin.cpp b/fpga/lib/common/plugin.cpp index bfe959c27..508747de2 100644 --- a/fpga/lib/common/plugin.cpp +++ b/fpga/lib/common/plugin.cpp @@ -1,7 +1,7 @@ /** Loadable / plugin support. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ip.cpp b/fpga/lib/ip.cpp index fe67aa886..8eb6c3b33 100644 --- a/fpga/lib/ip.cpp +++ b/fpga/lib/ip.cpp @@ -1,7 +1,7 @@ /** FPGA IP component. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ips/dft.c b/fpga/lib/ips/dft.c index dcb0b95b4..e6cd688a7 100644 --- a/fpga/lib/ips/dft.c +++ b/fpga/lib/ips/dft.c @@ -1,7 +1,7 @@ /** Moving window / Recursive DFT implementation based on HLS * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ips/fifo.cpp b/fpga/lib/ips/fifo.cpp index e00905fbf..36bc74afa 100644 --- a/fpga/lib/ips/fifo.cpp +++ b/fpga/lib/ips/fifo.cpp @@ -4,7 +4,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ips/gpio.c b/fpga/lib/ips/gpio.c index b6f30ebd6..14d0809df 100644 --- a/fpga/lib/ips/gpio.c +++ b/fpga/lib/ips/gpio.c @@ -1,7 +1,7 @@ /** GPIO related helper functions * * @author Daniel Krebs - * @copyright 2017, Daniel Krebs + * @copyright 2017-2018, Daniel Krebs * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ips/intc.cpp b/fpga/lib/ips/intc.cpp index 711f129f5..e2b9926c8 100644 --- a/fpga/lib/ips/intc.cpp +++ b/fpga/lib/ips/intc.cpp @@ -1,7 +1,7 @@ /** AXI-PCIe Interrupt controller * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ips/model.c b/fpga/lib/ips/model.c index c69b4ba49..4e4967115 100644 --- a/fpga/lib/ips/model.c +++ b/fpga/lib/ips/model.c @@ -1,7 +1,7 @@ /** Interface to Xilinx System Generator Models via PCIe * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ips/rtds.cpp b/fpga/lib/ips/rtds.cpp index 66ced6823..cc1c3ca8e 100644 --- a/fpga/lib/ips/rtds.cpp +++ b/fpga/lib/ips/rtds.cpp @@ -1,7 +1,7 @@ /** Driver for AXI Stream wrapper around RTDS_InterfaceModule (rtds_axis ) * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ips/switch.cpp b/fpga/lib/ips/switch.cpp index bb0ba0cbc..d2365382c 100644 --- a/fpga/lib/ips/switch.cpp +++ b/fpga/lib/ips/switch.cpp @@ -4,7 +4,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/ips/timer.cpp b/fpga/lib/ips/timer.cpp index c7644f541..cb30c3240 100644 --- a/fpga/lib/ips/timer.cpp +++ b/fpga/lib/ips/timer.cpp @@ -4,7 +4,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/kernel/kernel.c b/fpga/lib/kernel/kernel.c index 8972912bf..ed69b1225 100644 --- a/fpga/lib/kernel/kernel.c +++ b/fpga/lib/kernel/kernel.c @@ -1,7 +1,7 @@ /** Linux kernel related functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/kernel/pci.c b/fpga/lib/kernel/pci.c index 2c897b679..2a7dcdf45 100644 --- a/fpga/lib/kernel/pci.c +++ b/fpga/lib/kernel/pci.c @@ -1,7 +1,7 @@ /** Linux PCI helpers * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/kernel/vfio.cpp b/fpga/lib/kernel/vfio.cpp index b9639c1de..822cf4b6c 100644 --- a/fpga/lib/kernel/vfio.cpp +++ b/fpga/lib/kernel/vfio.cpp @@ -2,7 +2,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @copyright 2018, Daniel Krebs * @license GNU General Public License (version 3) * diff --git a/fpga/lib/list.c b/fpga/lib/list.c index f990e5cbd..5a21a5df3 100644 --- a/fpga/lib/list.c +++ b/fpga/lib/list.c @@ -3,7 +3,7 @@ * Linked lists a used for several data structures in the code. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/log.c b/fpga/lib/log.c index 9a1bff017..06d418252 100644 --- a/fpga/lib/log.c +++ b/fpga/lib/log.c @@ -1,7 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/log_config.c b/fpga/lib/log_config.c index 5573323f6..ed1c182c6 100644 --- a/fpga/lib/log_config.c +++ b/fpga/lib/log_config.c @@ -1,7 +1,7 @@ /** Logging routines that depend on jansson. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/log_helper.c b/fpga/lib/log_helper.c index 2be0fbf67..cc050894a 100644 --- a/fpga/lib/log_helper.c +++ b/fpga/lib/log_helper.c @@ -1,7 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/utils.c b/fpga/lib/utils.c index c604c891c..9764f4496 100644 --- a/fpga/lib/utils.c +++ b/fpga/lib/utils.c @@ -1,7 +1,7 @@ /** General purpose helper functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/lib/vlnv.cpp b/fpga/lib/vlnv.cpp index 1aa80d4cd..53ec7683f 100644 --- a/fpga/lib/vlnv.cpp +++ b/fpga/lib/vlnv.cpp @@ -1,7 +1,7 @@ /** Vendor, Library, Name, Version (VLNV) tag * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/scripts/rebind_device.sh b/fpga/scripts/rebind_device.sh index 67fb75bbe..b0b7013f1 100755 --- a/fpga/scripts/rebind_device.sh +++ b/fpga/scripts/rebind_device.sh @@ -3,7 +3,7 @@ # Detach and rebind a PCI device to a PCI kernel driver # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/fpga/scripts/reset_pci_device.sh b/fpga/scripts/reset_pci_device.sh index ae3b14486..6846c31d5 100755 --- a/fpga/scripts/reset_pci_device.sh +++ b/fpga/scripts/reset_pci_device.sh @@ -3,7 +3,7 @@ # Reset PCI devices like FPGAs after a reflash # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/fpga/src/bench-overruns.c b/fpga/src/bench-overruns.c index 28e82a5db..e23fc03ff 100644 --- a/fpga/src/bench-overruns.c +++ b/fpga/src/bench-overruns.c @@ -1,7 +1,7 @@ /** Benchmarks for VILLASfpga: LAPACK & BLAS * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel **********************************************************************************/ #include diff --git a/fpga/src/bench.c b/fpga/src/bench.c index afe97b0cb..30970485d 100644 --- a/fpga/src/bench.c +++ b/fpga/src/bench.c @@ -1,7 +1,7 @@ /** Benchmarks for VILLASfpga * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel **********************************************************************************/ #include diff --git a/fpga/src/fpga.c b/fpga/src/fpga.c index 602e392ff..8cdbedfd7 100644 --- a/fpga/src/fpga.c +++ b/fpga/src/fpga.c @@ -1,7 +1,7 @@ /** VILLASfpga utility for tests and benchmarks * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel **********************************************************************************/ #include diff --git a/fpga/tests/dma.c b/fpga/tests/dma.c index de784d452..01fad0831 100644 --- a/fpga/tests/dma.c +++ b/fpga/tests/dma.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/tests/fifo.cpp b/fpga/tests/fifo.cpp index 17cfd3dde..6eba5e377 100644 --- a/fpga/tests/fifo.cpp +++ b/fpga/tests/fifo.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/tests/hls.c b/fpga/tests/hls.c index a1ec3bd74..be7e31c03 100644 --- a/fpga/tests/hls.c +++ b/fpga/tests/hls.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/tests/intc.c b/fpga/tests/intc.c index 1ebdafbda..74427dc4f 100644 --- a/fpga/tests/intc.c +++ b/fpga/tests/intc.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/tests/main.cpp b/fpga/tests/main.cpp index c57333cd3..e59840fc2 100644 --- a/fpga/tests/main.cpp +++ b/fpga/tests/main.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/tests/rtds_rtt.c b/fpga/tests/rtds_rtt.c index 8215ec604..ba902c7a4 100644 --- a/fpga/tests/rtds_rtt.c +++ b/fpga/tests/rtds_rtt.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/tests/timer.cpp b/fpga/tests/timer.cpp index 66cc71d41..bf0d324f3 100644 --- a/fpga/tests/timer.cpp +++ b/fpga/tests/timer.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/tests/tmrctr.c b/fpga/tests/tmrctr.c index 45ecdab42..a522fb3eb 100644 --- a/fpga/tests/tmrctr.c +++ b/fpga/tests/tmrctr.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga diff --git a/fpga/tests/xsg.c b/fpga/tests/xsg.c index 25da8ab1e..abaf6da42 100644 --- a/fpga/tests/xsg.c +++ b/fpga/tests/xsg.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2017-2018, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASfpga