diff options
author | anbr <vdr07@deltab.de> | 2009-05-30 12:27:29 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2009-05-30 12:27:29 +0200 |
commit | c1321723e80c9bf20e27be5e670578808581fee3 (patch) | |
tree | 40c34ed8e8dc5fd489e39c8b6518450d5ddd2429 /imon.c | |
parent | b03b6aa72ca6a991cff8c32f12d6fb47f9103a5e (diff) | |
download | vdr-plugin-imonlcd-c1321723e80c9bf20e27be5e670578808581fee3.tar.gz vdr-plugin-imonlcd-c1321723e80c9bf20e27be5e670578808581fee3.tar.bz2 |
Licence clarification (Request #129)
Diffstat (limited to 'imon.c')
-rw-r--r-- | imon.c | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,18 +1,20 @@ /* - * iMON LCD plugin to VDR (C++) + * iMON LCD plugin for VDR (C++) * * (C) 2009 Andreas Brachold <vdr07 AT deltab de> - * - *- Based on lcdproc Driver for SoundGraph iMON OEM LCD Modules - * + * Based on lcdproc Driver for SoundGraph iMON OEM LCD Modules * Copyright (c) 2004, Venky Raju <dev (at) venky (dot) ws> * 2007, Dean Harding <dean (at) codeka dotcom> * 2007, Christian Leuschen <christian (dot) leuschen (at) gmx (dot) de> * 2009, Jonathan Kyler <jkyler (at) users (dot) sourceforge (dot) net> * 2009, Eric Pooch < epooch (at) cox (dot) net> * - * 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. + * */ #include <stdlib.h> |