summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2011-07-19 04:49:30 +0000
committerGreg Ercolano <erco@seriss.com>2011-07-19 04:49:30 +0000
commit4f4a8fc3c7c65585a021bd4f9c7975e3ca3d665d (patch)
tree9e4db63a17046899acc9c9ac7701ba68f8068b3c /fluid
parent6fa9df7e90817a3572b01486869b684adf384ff2 (diff)
Modifications to all LGPL headers for STR #2685.
(to clarify static exception LGPL by changing license references) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8864 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/CodeEditor.cxx17
-rw-r--r--fluid/CodeEditor.h17
-rw-r--r--fluid/Fl_Function_Type.cxx17
-rw-r--r--fluid/Fl_Group_Type.cxx18
-rw-r--r--fluid/Fl_Menu_Type.cxx17
-rw-r--r--fluid/Fl_Type.cxx17
-rw-r--r--fluid/Fl_Type.h17
-rw-r--r--fluid/Fl_Widget_Type.cxx17
-rw-r--r--fluid/Fl_Widget_Type.h19
-rw-r--r--fluid/Fl_Window_Type.cxx17
-rw-r--r--fluid/Fluid_Image.cxx17
-rw-r--r--fluid/Fluid_Image.h17
-rw-r--r--fluid/Makefile17
-rw-r--r--fluid/Shortcut_Button.h19
-rw-r--r--fluid/about_panel.cxx17
-rw-r--r--fluid/about_panel.fl17
-rw-r--r--fluid/about_panel.h19
-rw-r--r--fluid/align_widget.cxx17
-rw-r--r--fluid/alignment_panel.cxx17
-rw-r--r--fluid/alignment_panel.fl17
-rw-r--r--fluid/alignment_panel.h17
-rw-r--r--fluid/code.cxx17
-rw-r--r--fluid/comments.h17
-rw-r--r--fluid/factory.cxx17
-rw-r--r--fluid/file.cxx17
-rw-r--r--fluid/fluid.cxx17
-rw-r--r--fluid/function_panel.cxx17
-rw-r--r--fluid/function_panel.fl17
-rw-r--r--fluid/function_panel.h17
-rw-r--r--fluid/makefile.wat17
-rw-r--r--fluid/print_panel.cxx17
-rw-r--r--fluid/print_panel.fl17
-rw-r--r--fluid/print_panel.h17
-rw-r--r--fluid/template_panel.cxx17
-rw-r--r--fluid/template_panel.fl17
-rw-r--r--fluid/template_panel.h19
-rw-r--r--fluid/undo.cxx17
-rw-r--r--fluid/undo.h19
-rw-r--r--fluid/widget_panel.cxx17
-rw-r--r--fluid/widget_panel.fl17
-rw-r--r--fluid/widget_panel.h17
41 files changed, 169 insertions, 539 deletions
diff --git a/fluid/CodeEditor.cxx b/fluid/CodeEditor.cxx
index 7b716bd35..864f5045f 100644
--- a/fluid/CodeEditor.cxx
+++ b/fluid/CodeEditor.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h
index 99e779c44..1c7c037db 100644
--- a/fluid/CodeEditor.h
+++ b/fluid/CodeEditor.h
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx
index 60a022910..a6991a6f8 100644
--- a/fluid/Fl_Function_Type.cxx
+++ b/fluid/Fl_Function_Type.cxx
@@ -5,20 +5,11 @@
//
// Copyright 1998-2011 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:
//
diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx
index ac4b81f88..555ffe186 100644
--- a/fluid/Fl_Group_Type.cxx
+++ b/fluid/Fl_Group_Type.cxx
@@ -9,27 +9,17 @@
//
// 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:
//
// http://www.fltk.org/str.php
//
-
#include <FL/Fl.H>
#include <FL/Fl_Group.H>
#include <FL/Fl_Table.H>
diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx
index 7f18f5c47..ec02ad9ae 100644
--- a/fluid/Fl_Menu_Type.cxx
+++ b/fluid/Fl_Menu_Type.cxx
@@ -11,20 +11,11 @@
//
// 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:
//
diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx
index 1c65b50c0..9f8ae1539 100644
--- a/fluid/Fl_Type.cxx
+++ b/fluid/Fl_Type.cxx
@@ -17,20 +17,11 @@
//
// 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:
//
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index 5a2dd4675..4c5fed384 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -14,20 +14,11 @@
//
// 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:
//
diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx
index 7c567ed97..279cd1370 100644
--- a/fluid/Fl_Widget_Type.cxx
+++ b/fluid/Fl_Widget_Type.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h
index b826a553c..6103888d0 100644
--- a/fluid/Fl_Widget_Type.h
+++ b/fluid/Fl_Widget_Type.h
@@ -9,20 +9,11 @@
//
// 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 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.
+// 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:
+//
+// http://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx
index a7278d6f3..9a675595b 100644
--- a/fluid/Fl_Window_Type.cxx
+++ b/fluid/Fl_Window_Type.cxx
@@ -9,20 +9,11 @@
//
// 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:
//
diff --git a/fluid/Fluid_Image.cxx b/fluid/Fluid_Image.cxx
index e5d7cd91f..73d41341d 100644
--- a/fluid/Fluid_Image.cxx
+++ b/fluid/Fluid_Image.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h
index c822dff2d..7e8cfd53c 100644
--- a/fluid/Fluid_Image.h
+++ b/fluid/Fluid_Image.h
@@ -9,20 +9,11 @@
//
// 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:
//
diff --git a/fluid/Makefile b/fluid/Makefile
index 5a3ce13b2..6034f0f7f 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -5,20 +5,11 @@
#
# 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:
#
diff --git a/fluid/Shortcut_Button.h b/fluid/Shortcut_Button.h
index bbec9edda..c8a79af37 100644
--- a/fluid/Shortcut_Button.h
+++ b/fluid/Shortcut_Button.h
@@ -5,20 +5,11 @@
//
// 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 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.
+// 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:
+//
+// http://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx
index c2cbd04dc..225c730b3 100644
--- a/fluid/about_panel.cxx
+++ b/fluid/about_panel.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl
index 341a7220d..9a0878714 100644
--- a/fluid/about_panel.fl
+++ b/fluid/about_panel.fl
@@ -9,20 +9,11 @@ comment {//
//
// 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:
//
diff --git a/fluid/about_panel.h b/fluid/about_panel.h
index 52d7a578c..5430f7e68 100644
--- a/fluid/about_panel.h
+++ b/fluid/about_panel.h
@@ -5,20 +5,11 @@
//
// 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 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.
+// 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:
+//
+// http://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
diff --git a/fluid/align_widget.cxx b/fluid/align_widget.cxx
index c11f5e2e8..94d1e601e 100644
--- a/fluid/align_widget.cxx
+++ b/fluid/align_widget.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx
index 17fc005b7..1fa45d810 100644
--- a/fluid/alignment_panel.cxx
+++ b/fluid/alignment_panel.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index d4fa8ccdf..6027f4ea2 100644
--- a/fluid/alignment_panel.fl
+++ b/fluid/alignment_panel.fl
@@ -9,20 +9,11 @@ comment {//
//
// 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:
//
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index b70331f65..f08e81432 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/code.cxx b/fluid/code.cxx
index bb8760ac6..37f134bb7 100644
--- a/fluid/code.cxx
+++ b/fluid/code.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/comments.h b/fluid/comments.h
index a05234f9a..fa9298b27 100644
--- a/fluid/comments.h
+++ b/fluid/comments.h
@@ -56,20 +56,11 @@ static const char * const comment_text[] = {
"//\n"
"// Copyright 1998-2010 by Bill Spitzak and others.\n"
"//\n"
- "// This library is free software; you can redistribute it and/or\n"
- "// modify it under the terms of the GNU Library General Public\n"
- "// License as published by the Free Software Foundation; either\n"
- "// version 2 of the License, or (at your option) any later version.\n"
- "//\n"
- "// This library is distributed in the hope that it will be useful,\n"
- "// but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
- "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n"
- "// Library General Public License for more details.\n"
+ "// This library is free software. Distribution and use rights are outlined in\n"
+ "// the file \"COPYING\" which should have been included with this file. If this\n"
+ "// file is missing or damaged, see the license at:\n"
"//\n"
- "// You should have received a copy of the GNU Library General Public\n"
- "// License along with this library; if not, write to the Free Software\n"
- "// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\n"
- "// USA.\n"
+ "// http://www.fltk.org/COPYING.php\n"
"//\n"
"// Please report all bugs and problems on the following page:\n"
"//\n"
diff --git a/fluid/factory.cxx b/fluid/factory.cxx
index 1c550a7cd..0876ecdb3 100644
--- a/fluid/factory.cxx
+++ b/fluid/factory.cxx
@@ -13,20 +13,11 @@
//
// 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:
//
diff --git a/fluid/file.cxx b/fluid/file.cxx
index 60338a5b2..e2e22c23b 100644
--- a/fluid/file.cxx
+++ b/fluid/file.cxx
@@ -10,20 +10,11 @@
//
// 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:
//
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index 4ad1cb7eb..674703ff6 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index d8ca4ef08..0f37b8946 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 4be6bc1fd..ad71ab1ee 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -9,20 +9,11 @@ comment {//
//
// 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:
//
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index 60a5846d2..90b663309 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/makefile.wat b/fluid/makefile.wat
index 56b1e367b..92af9746a 100644
--- a/fluid/makefile.wat
+++ b/fluid/makefile.wat
@@ -5,20 +5,11 @@
#
# 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:
#
diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx
index 1a53e55c9..2b2ad4698 100644
--- a/fluid/print_panel.cxx
+++ b/fluid/print_panel.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl
index 7ac314e3e..a37612777 100644
--- a/fluid/print_panel.fl
+++ b/fluid/print_panel.fl
@@ -9,20 +9,11 @@ comment {//
//
// 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:
//
diff --git a/fluid/print_panel.h b/fluid/print_panel.h
index 1c616f28c..438016992 100644
--- a/fluid/print_panel.h
+++ b/fluid/print_panel.h
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx
index 5abe9adc8..cbe3a2e23 100644
--- a/fluid/template_panel.cxx
+++ b/fluid/template_panel.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl
index 78bd15d27..87a701262 100644
--- a/fluid/template_panel.fl
+++ b/fluid/template_panel.fl
@@ -9,20 +9,11 @@ comment {//
//
// 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:
//
diff --git a/fluid/template_panel.h b/fluid/template_panel.h
index 9d61ea39c..b35e3ea37 100644
--- a/fluid/template_panel.h
+++ b/fluid/template_panel.h
@@ -5,20 +5,11 @@
//
// 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 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.
+// 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:
+//
+// http://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
diff --git a/fluid/undo.cxx b/fluid/undo.cxx
index 0df6662a5..7d4af49bd 100644
--- a/fluid/undo.cxx
+++ b/fluid/undo.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/undo.h b/fluid/undo.h
index 0fe944753..6ce595581 100644
--- a/fluid/undo.h
+++ b/fluid/undo.h
@@ -5,20 +5,11 @@
//
// 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 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.
+// 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:
+//
+// http://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx
index 5f6e9c50c..8aa4784b2 100644
--- a/fluid/widget_panel.cxx
+++ b/fluid/widget_panel.cxx
@@ -5,20 +5,11 @@
//
// 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:
//
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index a411c1131..88d9d77de 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -9,20 +9,11 @@ comment {//
//
// 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:
//
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h
index 3981ebe4d..5261d7139 100644
--- a/fluid/widget_panel.h
+++ b/fluid/widget_panel.h
@@ -5,20 +5,11 @@
//
// 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:
//