Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Win32-GUI-Scintilla
Modified Files: Scintilla.pod Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: Scintilla.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Scintilla.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Scintilla.pod 14 Jun 2006 22:26:31 -0000 1.2 --- Scintilla.pod 16 Jul 2006 11:09:33 -0000 1.3 *************** *** 65,70 **** Scintilla is a free source code editing component. ! ! See : L<http://www.scintilla.org/> =head2 Scintilla creation --- 65,69 ---- Scintilla is a free source code editing component. ! L<http://www.scintilla.org/> =head2 Scintilla creation *************** *** 2372,2383 **** =head1 AUTHOR ! Laurent Rocher ([EMAIL PROTECTED]) =head1 COPYRIGHT AND LICENCE ! Copyright 2003 by Laurent Rocher ([EMAIL PROTECTED]). This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut --- 2371,2409 ---- =head1 AUTHOR ! Laurent Rocher (C<[EMAIL PROTECTED]>). ! Additional Coding: ! Robert May (C<[EMAIL PROTECTED]>). =head1 COPYRIGHT AND LICENCE ! Copyright 2003..2005 by Laurent Rocher ([EMAIL PROTECTED]). ! ! Copyright 2006 by Robert May ([EMAIL PROTECTED]). This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. + This program distributes the dynamic link library SciLexer.dll from + the Scintilla distribution. Source distributions include header files + and interface definitions from the same project. These components + come with the following copyright and licence: + + Copyright 1998-2003 by Neil Hodgson <[EMAIL PROTECTED]>. + All Rights Reserved. + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation. + + NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS + SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY + SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, + WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE + OR PERFORMANCE OF THIS SOFTWARE. + =cut