summaryrefslogtreecommitdiff
path: root/src/Fl_PNG_Image.cxx
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2012-11-07 18:46:04 -0500
committerAaron M. Ucko <ucko@debian.org>2012-11-07 18:46:04 -0500
commitf3358bb14bc1644f895e7f72344c29906c5ac6d1 (patch)
tree7a185491deb6f70c5851a22aa8a5d905092d40df /src/Fl_PNG_Image.cxx
parent79f54a44748073e5e8294781a7ef325eada98bc5 (diff)
Imported Upstream version 1.3.1
Diffstat (limited to 'src/Fl_PNG_Image.cxx')
-rw-r--r--src/Fl_PNG_Image.cxx21
1 files changed, 6 insertions, 15 deletions
diff --git a/src/Fl_PNG_Image.cxx b/src/Fl_PNG_Image.cxx
index 07e9121..62e4039 100644
--- a/src/Fl_PNG_Image.cxx
+++ b/src/Fl_PNG_Image.cxx
@@ -1,25 +1,16 @@
//
-// "$Id: Fl_PNG_Image.cxx 8656 2011-05-12 08:07:27Z manolo $"
+// "$Id: Fl_PNG_Image.cxx 8864 2011-07-19 04:49:30Z greg.ercolano $"
//
// Fl_PNG_Image routines.
//
// Copyright 1997-2011 by Easy Software Products.
// Image support by Matthias Melcher, Copyright 2000-2009.
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
+// This library is free software. Distribution and use rights are outlined in
+// the file "COPYING" which should have been included with this file. If this
+// file is missing or damaged, see the license at:
//
-// This library 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
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-// USA.
+// http://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
@@ -229,5 +220,5 @@ void Fl_PNG_Image::load_png_(const char *name_png, const unsigned char *buffer_p
//
-// End of "$Id: Fl_PNG_Image.cxx 8656 2011-05-12 08:07:27Z manolo $".
+// End of "$Id: Fl_PNG_Image.cxx 8864 2011-07-19 04:49:30Z greg.ercolano $".
//