Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Win32-GUI-Grid

Modified Files:
        Grid.pm 
Log Message:
Doc updates and add Win32::GUI::ReleaseNotes

Index: Grid.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/Grid.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Grid.pm     11 Jun 2006 16:42:10 -0000      1.2
--- Grid.pm     16 Jul 2006 11:09:32 -0000      1.3
***************
*** 221,225 ****
  =head1 DESCRIPTION
  
! This package use MFC Grid control 2.25 By Chris Maunder.
  homepage: L<http://www.codeproject.com/miscctrl/gridctrl.asp>
  
--- 221,225 ----
  =head1 DESCRIPTION
  
! This package uses the MFC Grid control 2.25 By Chris Maunder.
  homepage: L<http://www.codeproject.com/miscctrl/gridctrl.asp>
  
***************
*** 747,750 ****
--- 747,751 ----
  
  Cell type :
+ 
      GVIT_NUMERIC = Numeric control edit
      GVIT_DATE    = Date control
***************
*** 761,764 ****
--- 762,766 ----
  
  Cell type :
+ 
      GVIT_NUMERIC = Numeric control edit
      GVIT_DATE    = Date control
***************
*** 1306,1308 ****
--- 1308,1337 ----
  Laurent Rocher ([EMAIL PROTECTED])
  
+ =head1 COPYRIGHT AND LICENCE
+ 
+ Copyright 2003..2006 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.
+ See L<http://www.perl.com/perl/misc/Artistic.html>
+ 
+ Modified code from the MFC Grid control by Chris Maunder is statically linked
+ into this module.  The MFC Grid control is released with the following
+ notice:
+ 
+   This code may be used in compiled form in any way you desire
+   (including commercial use). The code may be redistributed unmodified
+   by any means providing it is not sold for profit without the authors
+   written consent, and providing that this notice and the authors name
+   and all copyright notices remains intact. However, this file and the
+   accompanying source code may not be hosted on a website or bulletin
+   board without the authors written permission.
+ 
+   This software is provided "as is" without express or implied
+   warranty. Use it at your own risk!
+ 
+   Whilst I have made every effort to remove any undesirable "features",
+   I cannot be held responsible if it causes any damage or loss of time
+   or data.
+ 
  =cut


Reply via email to