summaryrefslogtreecommitdiff
path: root/imonlcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'imonlcd.c')
-rw-r--r--imonlcd.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/imonlcd.c b/imonlcd.c
index 3c75c6e..67a70bc 100644
--- a/imonlcd.c
+++ b/imonlcd.c
@@ -1,10 +1,13 @@
/*
- * iMON LCD plugin to VDR (C++)
+ * iMON LCD plugin for VDR (C++)
*
* (C) 2009 Andreas Brachold <vdr07 AT deltab de>
*
- * This code is distributed under the terms and conditions of the
- * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
+ * This iMON LCD plugin is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as published
+ * by the Free Software Foundation, version 3 of the License.
+ *
+ * See the files README and COPYING for details.
*
*/
@@ -17,7 +20,7 @@
#include "status.h"
#include "setup.h"
-static const char *VERSION = "0.0.1";
+static const char *VERSION = "0.0.2";
static const char *DEFAULT_LCDDEVICE = "/dev/lcd0";