[En-Nut-Discussion] Graphics API

Ernst Stippl ernst at stippl.org
Sun Mar 8 21:39:05 CET 2009


Hi!

I looked into some of the PROCYON source files and there is a header:
(example:) 

00001 /*! \file lcd.c \brief Character LCD driver for HD44780/SED1278
displays. */
00002
//**************************************************************************
***
00003 //
00004 // File Name    : 'lcd.c'
00005 // Title        : Character LCD driver for HD44780/SED1278 displays
00006 //                  (usable in mem-mapped, or I/O mode)
00007 // Author       : Pascal Stang
00008 // Created      : 11/22/2000
00009 // Revised      : 4/30/2002
00010 // Version      : 1.1
00011 // Target MCU   : Atmel AVR series
00012 // Editor Tabs  : 4
00013 //
00014 // This code is distributed under the GNU Public License
<----------------------------!!!!!!!!!!!!!
00015 //      which can be found at http://www.gnu.org/licenses/gpl.txt
00016 //
00017
//**************************************************************************
*** 

Seems like the license question is answered ...

regards
Ernst





More information about the En-Nut-Discussion mailing list