summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GL/glut.h2
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--cairo/Fl_Cairo.cxx2
-rw-r--r--configh.in2
-rw-r--r--fluid/CodeEditor.h2
-rw-r--r--fluid/Fl_Type.h2
-rw-r--r--fluid/Fl_Widget_Type.h2
-rw-r--r--fluid/Fluid_Image.h2
-rw-r--r--fluid/Shortcut_Button.h2
-rw-r--r--fluid/about_panel.h2
-rw-r--r--fluid/alignment_panel.h2
-rw-r--r--fluid/comments.h2
-rw-r--r--fluid/function_panel.h2
-rw-r--r--fluid/print_panel.h2
-rw-r--r--fluid/template_panel.h2
-rw-r--r--fluid/undo.h2
-rw-r--r--fluid/widget_panel.h2
-rw-r--r--makefiles/Makefile.mingw2
-rw-r--r--makefiles/config.mingw2
-rw-r--r--makefiles/makeinclude.mingw2
-rw-r--r--makefiles/makeinclude.mingw312
-rw-r--r--test/label.cxx2
-rw-r--r--test/mandelbrot.h2
-rw-r--r--test/threads.h2
25 files changed, 25 insertions, 25 deletions
diff --git a/GL/glut.h b/GL/glut.h
index 0c57f0700..c181e71a1 100644
--- a/GL/glut.h
+++ b/GL/glut.h
@@ -3,7 +3,7 @@
//
// GLUT compatibility header for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/Makefile b/Makefile
index 0b645eefe..7e393dc4b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2007 by Bill Spitzak and others.
+# Copyright 1998-2009 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
diff --git a/README b/README
index e6a60b638..103554c88 100644
--- a/README
+++ b/README
@@ -163,7 +163,7 @@ TRADEMARKS
COPYRIGHT
- FLTK is copyright 1998-2008 by Bill Spitzak
+ FLTK is copyright 1998-2009 by Bill Spitzak
(spitzak@users.sourceforge.net) and others,
see the CREDITS file for more info.
diff --git a/cairo/Fl_Cairo.cxx b/cairo/Fl_Cairo.cxx
index 4fd456cce..0272671ae 100644
--- a/cairo/Fl_Cairo.cxx
+++ b/cairo/Fl_Cairo.cxx
@@ -3,7 +3,7 @@
//
// Main header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2008 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/configh.in b/configh.in
index a2de8d568..1785cf985 100644
--- a/configh.in
+++ b/configh.in
@@ -4,7 +4,7 @@
* Configuration file for the Fast Light Tool Kit (FLTK).
* @configure_input@
*
- * Copyright 1998-2007 by Bill Spitzak and others.
+ * Copyright 1998-2009 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
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h
index a13c8ddd4..4bc30f7ed 100644
--- a/fluid/CodeEditor.h
+++ b/fluid/CodeEditor.h
@@ -3,7 +3,7 @@
//
// Code editor widget for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index d26353863..62984829e 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -12,7 +12,7 @@
// but it was easier to implement this by using the file read/write
// that is needed to save the setup anyways.
//
-// Copyright 1998-2006 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h
index 487a2cc5e..66eeddc17 100644
--- a/fluid/Fl_Widget_Type.h
+++ b/fluid/Fl_Widget_Type.h
@@ -7,7 +7,7 @@
// This should have the widget pointer in it, but it is still in the
// Fl_Type base class.
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h
index 0e62c28b7..4bc3f8793 100644
--- a/fluid/Fluid_Image.h
+++ b/fluid/Fluid_Image.h
@@ -7,7 +7,7 @@
// not a class in FLTK itself, and will produce different types of
// code depending on what the image type is.
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/Shortcut_Button.h b/fluid/Shortcut_Button.h
index 82e40e185..639ab3479 100644
--- a/fluid/Shortcut_Button.h
+++ b/fluid/Shortcut_Button.h
@@ -3,7 +3,7 @@
//
// Shortcut header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/about_panel.h b/fluid/about_panel.h
index 73780d21d..74a9a3239 100644
--- a/fluid/about_panel.h
+++ b/fluid/about_panel.h
@@ -3,7 +3,7 @@
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2006 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index 971286b83..09de250d2 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -3,7 +3,7 @@
//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2008 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/comments.h b/fluid/comments.h
index e55a0b71c..364c3f6b3 100644
--- a/fluid/comments.h
+++ b/fluid/comments.h
@@ -54,7 +54,7 @@ static const char * const comment_text[] = {
"//\n"
"// ... for the Fast Light Tool Kit (FLTK).\n"
"//\n"
- "// Copyright 1998-2005 by Bill Spitzak and others.\n"
+ "// Copyright 1998-2009 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"
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index 52d353d00..d602c4421 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -3,7 +3,7 @@
//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/print_panel.h b/fluid/print_panel.h
index d1ff55e9b..6f61ac344 100644
--- a/fluid/print_panel.h
+++ b/fluid/print_panel.h
@@ -3,7 +3,7 @@
//
// FLUID print panel for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/template_panel.h b/fluid/template_panel.h
index f84c6312d..6dfd989e4 100644
--- a/fluid/template_panel.h
+++ b/fluid/template_panel.h
@@ -3,7 +3,7 @@
//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/undo.h b/fluid/undo.h
index 949f150e5..903390280 100644
--- a/fluid/undo.h
+++ b/fluid/undo.h
@@ -3,7 +3,7 @@
//
// FLUID undo definitions for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h
index 574d24a29..9bd121a4e 100644
--- a/fluid/widget_panel.h
+++ b/fluid/widget_panel.h
@@ -3,7 +3,7 @@
//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/makefiles/Makefile.mingw b/makefiles/Makefile.mingw
index 24b9a297b..b964c2a2c 100644
--- a/makefiles/Makefile.mingw
+++ b/makefiles/Makefile.mingw
@@ -3,7 +3,7 @@
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2006 by Bill Spitzak and others.
+# Copyright 1998-2009 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
diff --git a/makefiles/config.mingw b/makefiles/config.mingw
index 46b1ab5b5..286f19032 100644
--- a/makefiles/config.mingw
+++ b/makefiles/config.mingw
@@ -4,7 +4,7 @@
* Configuration file for the Fast Light Tool Kit (FLTK).
* @configure_input@
*
- * Copyright 1998-2007 by Bill Spitzak and others.
+ * Copyright 1998-2009 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
diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw
index f3db7a969..5a3c22ebb 100644
--- a/makefiles/makeinclude.mingw
+++ b/makefiles/makeinclude.mingw
@@ -3,7 +3,7 @@
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2007 by Bill Spitzak and others.
+# Copyright 1998-2009 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
diff --git a/makefiles/makeinclude.mingw31 b/makefiles/makeinclude.mingw31
index 4b305f475..292a4347f 100644
--- a/makefiles/makeinclude.mingw31
+++ b/makefiles/makeinclude.mingw31
@@ -4,7 +4,7 @@
# Make include file for the Fast Light Tool Kit (FLTK).
# (this file for MingW using GCC 3.1.x)
#
-# Copyright 1998-2003 by Bill Spitzak and others.
+# Copyright 1998-2009 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
diff --git a/test/label.cxx b/test/label.cxx
index 7e55211cc..35927552f 100644
--- a/test/label.cxx
+++ b/test/label.cxx
@@ -3,7 +3,7 @@
//
// Label test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2008 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/test/mandelbrot.h b/test/mandelbrot.h
index f442cedda..183ce7e11 100644
--- a/test/mandelbrot.h
+++ b/test/mandelbrot.h
@@ -3,7 +3,7 @@
//
// Mandelbrot set header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2009 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
diff --git a/test/threads.h b/test/threads.h
index 21863ef85..46e5994f6 100644
--- a/test/threads.h
+++ b/test/threads.h
@@ -3,7 +3,7 @@
//
// Simple threading API for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2006 by Bill Spitzak and others.
+// Copyright 1998-2009 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