summaryrefslogtreecommitdiff
path: root/pcr-controller
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-controller')
-rw-r--r--pcr-controller/Makefile2
-rw-r--r--pcr-controller/cmd_queue.c2
-rw-r--r--pcr-controller/cmd_queue.h2
-rw-r--r--pcr-controller/pcr-controller.c2
-rw-r--r--pcr-controller/pid_control.c2
-rw-r--r--pcr-controller/pid_control.h2
-rw-r--r--pcr-controller/temp_curve.c2
-rw-r--r--pcr-controller/temp_curve.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/pcr-controller/Makefile b/pcr-controller/Makefile
index 5861510..399294e 100644
--- a/pcr-controller/Makefile
+++ b/pcr-controller/Makefile
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
diff --git a/pcr-controller/cmd_queue.c b/pcr-controller/cmd_queue.c
index 9af0f8a..b17235a 100644
--- a/pcr-controller/cmd_queue.c
+++ b/pcr-controller/cmd_queue.c
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/cmd_queue.h b/pcr-controller/cmd_queue.h
index afa59c2..9bd29db 100644
--- a/pcr-controller/cmd_queue.h
+++ b/pcr-controller/cmd_queue.h
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/pcr-controller.c b/pcr-controller/pcr-controller.c
index 1f96292..d3b0ea6 100644
--- a/pcr-controller/pcr-controller.c
+++ b/pcr-controller/pcr-controller.c
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
* uses avr-utils, anyio & co by Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
diff --git a/pcr-controller/pid_control.c b/pcr-controller/pid_control.c
index 452be4d..6ab275b 100644
--- a/pcr-controller/pid_control.c
+++ b/pcr-controller/pid_control.c
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/pid_control.h b/pcr-controller/pid_control.h
index a3a4881..1d45925 100644
--- a/pcr-controller/pid_control.h
+++ b/pcr-controller/pid_control.h
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/temp_curve.c b/pcr-controller/temp_curve.c
index bf9b309..29db29e 100644
--- a/pcr-controller/temp_curve.c
+++ b/pcr-controller/temp_curve.c
@@ -2,7 +2,7 @@
* r3PCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/pcr-controller/temp_curve.h b/pcr-controller/temp_curve.h
index 3af8788..46bb57e 100644
--- a/pcr-controller/temp_curve.h
+++ b/pcr-controller/temp_curve.h
@@ -2,7 +2,7 @@
* rPCR Teensy Controller Code
*
*
- * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+ * Copyright (C) 2013-2014 Bernhard Tittelbach <xro@realraum.at>
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by