summaryrefslogtreecommitdiff
path: root/src/Fl_Window_iconize.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_Window_iconize.cxx
parent79f54a44748073e5e8294781a7ef325eada98bc5 (diff)
Imported Upstream version 1.3.1
Diffstat (limited to 'src/Fl_Window_iconize.cxx')
-rw-r--r--src/Fl_Window_iconize.cxx21
1 files changed, 6 insertions, 15 deletions
diff --git a/src/Fl_Window_iconize.cxx b/src/Fl_Window_iconize.cxx
index 10ceda5..371df19 100644
--- a/src/Fl_Window_iconize.cxx
+++ b/src/Fl_Window_iconize.cxx
@@ -1,24 +1,15 @@
//
-// "$Id: Fl_Window_iconize.cxx 8055 2010-12-18 22:31:01Z manolo $"
+// "$Id: Fl_Window_iconize.cxx 8864 2011-07-19 04:49:30Z greg.ercolano $"
//
// Window minification code for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2010 by Bill Spitzak and others.
//
-// 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:
//
@@ -45,5 +36,5 @@ void Fl_Window::iconize() {
}
//
-// End of "$Id: Fl_Window_iconize.cxx 8055 2010-12-18 22:31:01Z manolo $".
+// End of "$Id: Fl_Window_iconize.cxx 8864 2011-07-19 04:49:30Z greg.ercolano $".
//