Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Win32-GUI-DIBitmap
Modified Files:
DIBitmap.pm
Log Message:
Doc updates and add Win32::GUI::ReleaseNotes
Index: DIBitmap.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/DIBitmap.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DIBitmap.pm 11 Jun 2006 16:34:32 -0000 1.2
--- DIBitmap.pm 16 Jul 2006 11:09:32 -0000 1.3
***************
*** 8,12 ****
use Carp 'croak','carp';
! our $VERSION = 0.16;
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
--- 8,12 ----
use Carp 'croak','carp';
! our $VERSION = 0.16_01;
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
***************
*** 318,322 ****
and some image manipulation.
! This package use FreeImage 3.5.1, an open source image library supporting
all common image formats L<http://freeimage.sourceforge.net/>.
--- 318,322 ----
and some image manipulation.
! This package use FreeImage 3.8.0, an open source image library supporting
all common image formats L<http://freeimage.sourceforge.net/>.
***************
*** 1107,1111 ****
=back
! =head1 DEPENDENCIES
=over
--- 1107,1111 ----
=back
! =head1 SEE ALSO
=over
***************
*** 1127,1132 ****
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>
=cut
--- 1127,1137 ----
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>
+ Unmodified code from the FreeImage project (L<http://freeimage.sourceforge.net>) is
+ statically linked into this module. The FreeImage code is released under the
+ GNU General Public Licence (L<http://www.opensource.org/licenses/gpl-license.php>)
+ and the FreeImage Public Licence
+ (L<http://freeimage.sourceforge.net/freeimage-license.txt>)
+
=cut
|