GPL as in stable-0-4-3
This commit is contained in:
+29
-10
@@ -1,13 +1,32 @@
|
||||
/*
|
||||
* Matrix Orbital driver
|
||||
*
|
||||
* For the Matrix Orbital LCD* LKD* VFD* and VKD* displays
|
||||
*
|
||||
* September 16, 2001
|
||||
*
|
||||
* NOTE: GLK displays have a different driver.
|
||||
*
|
||||
*/
|
||||
/* This is the LCDproc driver for Matrix Orbital devices
|
||||
(http://www.matrixorbital.com)
|
||||
|
||||
For the Matrix Orbital LCD* LKD* VFD* and VKD* displays
|
||||
|
||||
NOTE: GLK displays have a different driver.
|
||||
|
||||
Copyright (C) 1999, William Ferrell and Scott Scriven
|
||||
2001, André Breiler
|
||||
2001, Philip Pokorny
|
||||
2001, David Douthitt
|
||||
2001, David Glaude
|
||||
2001, Joris Robijn
|
||||
2001, Rene Wagner
|
||||
|
||||
This program 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; either version 2 of the License, or
|
||||
any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user