summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CubeMain.cxx2
-rw-r--r--test/CubeView.cxx2
-rw-r--r--test/adjuster.cxx2
-rw-r--r--test/arc.cxx2
-rw-r--r--test/ask.cxx2
-rw-r--r--test/bitmap.cxx2
-rw-r--r--test/boxtype.cxx2
-rw-r--r--test/browser.cxx2
-rw-r--r--test/button.cxx2
-rw-r--r--test/buttons.cxx2
-rw-r--r--test/checkers.cxx2
-rw-r--r--test/clock.cxx2
-rw-r--r--test/colbrowser.cxx2
-rw-r--r--test/color_chooser.cxx2
-rw-r--r--test/cube.cxx2
-rw-r--r--test/cursor.cxx2
-rw-r--r--test/curve.cxx2
-rw-r--r--test/demo.cxx2
-rw-r--r--test/doublebuffer.cxx2
-rw-r--r--test/editor.cxx2
-rw-r--r--test/file_chooser.cxx2
-rw-r--r--test/fonts.cxx2
-rw-r--r--test/forms.cxx2
-rw-r--r--test/fractals.cxx2
-rw-r--r--test/fullscreen.cxx2
-rw-r--r--test/gl_overlay.cxx2
-rw-r--r--test/glpuzzle.cxx2
-rw-r--r--test/hello.cxx2
-rw-r--r--test/help.cxx2
-rw-r--r--test/iconize.cxx2
-rw-r--r--test/image.cxx2
-rw-r--r--test/input.cxx2
-rw-r--r--test/input_choice.cxx2
-rw-r--r--test/keyboard.cxx2
-rw-r--r--test/label.cxx2
-rw-r--r--test/list_visuals.cxx2
-rw-r--r--test/mandelbrot.cxx2
-rw-r--r--test/menubar.cxx2
-rw-r--r--test/message.cxx2
-rw-r--r--test/minimum.cxx2
-rw-r--r--test/native-filechooser.cxx2
-rw-r--r--test/navigation.cxx2
-rw-r--r--test/output.cxx2
-rw-r--r--test/overlay.cxx2
-rw-r--r--test/pack.cxx2
-rw-r--r--test/pixmap.cxx2
-rw-r--r--test/pixmap_browser.cxx2
-rw-r--r--test/resizebox.cxx2
-rw-r--r--test/rotated_text.cxx2
-rw-r--r--test/scroll.cxx2
-rw-r--r--test/shape.cxx2
-rw-r--r--test/subwindow.cxx2
-rw-r--r--test/sudoku.cxx4
-rw-r--r--test/symbols.cxx2
-rw-r--r--test/threads.cxx2
-rw-r--r--test/tile.cxx2
-rw-r--r--test/tiled_image.cxx2
-rw-r--r--test/unittests.cxx2
-rw-r--r--test/utf8.cxx2
59 files changed, 60 insertions, 60 deletions
diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx
index 2d23788d1..d55987754 100644
--- a/test/CubeMain.cxx
+++ b/test/CubeMain.cxx
@@ -3,7 +3,7 @@
//
// CubeView class .
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/CubeView.cxx b/test/CubeView.cxx
index 434d26768..52d9d1604 100644
--- a/test/CubeView.cxx
+++ b/test/CubeView.cxx
@@ -3,7 +3,7 @@
//
// CubeView class implementation for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/adjuster.cxx b/test/adjuster.cxx
index d6203a678..39442c0aa 100644
--- a/test/adjuster.cxx
+++ b/test/adjuster.cxx
@@ -3,7 +3,7 @@
//
// Adjuster test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/arc.cxx b/test/arc.cxx
index 6a7a51c36..69854eda5 100644
--- a/test/arc.cxx
+++ b/test/arc.cxx
@@ -3,7 +3,7 @@
//
// Arc drawing test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/ask.cxx b/test/ask.cxx
index 07bca9a5c..cfe1dcbd6 100644
--- a/test/ask.cxx
+++ b/test/ask.cxx
@@ -10,7 +10,7 @@
// This also demonstrates how to trap attempts by the user to
// close the last window by overriding Fl::exit
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/bitmap.cxx b/test/bitmap.cxx
index dbdc30eb6..550db63df 100644
--- a/test/bitmap.cxx
+++ b/test/bitmap.cxx
@@ -3,7 +3,7 @@
//
// Bitmap label test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/boxtype.cxx b/test/boxtype.cxx
index 4341284c5..9316d3b6a 100644
--- a/test/boxtype.cxx
+++ b/test/boxtype.cxx
@@ -3,7 +3,7 @@
//
// Boxtype test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/browser.cxx b/test/browser.cxx
index df5de0fa3..e433c1cdb 100644
--- a/test/browser.cxx
+++ b/test/browser.cxx
@@ -3,7 +3,7 @@
//
// Browser test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/button.cxx b/test/button.cxx
index 03a63264a..f2b9e8fad 100644
--- a/test/button.cxx
+++ b/test/button.cxx
@@ -3,7 +3,7 @@
//
// Button/callback test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/buttons.cxx b/test/buttons.cxx
index 66827c17f..c3c76d57f 100644
--- a/test/buttons.cxx
+++ b/test/buttons.cxx
@@ -3,7 +3,7 @@
//
// Another button test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/checkers.cxx b/test/checkers.cxx
index 988542763..926d8be6e 100644
--- a/test/checkers.cxx
+++ b/test/checkers.cxx
@@ -6,7 +6,7 @@
// Hours of fun: the FLTK checkers game!
// Based on a very old algorithm, but it still works!
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/clock.cxx b/test/clock.cxx
index 0e9604db3..f10fc1bbb 100644
--- a/test/clock.cxx
+++ b/test/clock.cxx
@@ -3,7 +3,7 @@
//
// Clock test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx
index a1ecd373c..2f9fa617a 100644
--- a/test/colbrowser.cxx
+++ b/test/colbrowser.cxx
@@ -3,7 +3,7 @@
//
// X Color Browser demo program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx
index 212b08f5f..1658e53a1 100644
--- a/test/color_chooser.cxx
+++ b/test/color_chooser.cxx
@@ -3,7 +3,7 @@
//
// Color chooser test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/cube.cxx b/test/cube.cxx
index d2b3e20e7..511e13799 100644
--- a/test/cube.cxx
+++ b/test/cube.cxx
@@ -5,7 +5,7 @@
//
// Modified to have 2 cubes to test multiple OpenGL contexts
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/cursor.cxx b/test/cursor.cxx
index e06f2554f..75f645241 100644
--- a/test/cursor.cxx
+++ b/test/cursor.cxx
@@ -3,7 +3,7 @@
//
// Cursor test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/curve.cxx b/test/curve.cxx
index 0651ae632..db9b28c20 100644
--- a/test/curve.cxx
+++ b/test/curve.cxx
@@ -3,7 +3,7 @@
//
// Curve test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/demo.cxx b/test/demo.cxx
index a71bb7a94..6d91a372d 100644
--- a/test/demo.cxx
+++ b/test/demo.cxx
@@ -3,7 +3,7 @@
//
// Main demo program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/doublebuffer.cxx b/test/doublebuffer.cxx
index b26dc0c41..72cfdea78 100644
--- a/test/doublebuffer.cxx
+++ b/test/doublebuffer.cxx
@@ -13,7 +13,7 @@
// This demo should work for both the GL and X versions of Fl,
// even though the double buffering mechanism is totally different.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/editor.cxx b/test/editor.cxx
index fbbc0e406..6a920edae 100644
--- a/test/editor.cxx
+++ b/test/editor.cxx
@@ -5,7 +5,7 @@
//
// This program is described in Chapter 4 of the FLTK Programmer's Guide.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx
index 0677d0d30..c849438b8 100644
--- a/test/file_chooser.cxx
+++ b/test/file_chooser.cxx
@@ -3,7 +3,7 @@
//
// File chooser test program.
//
-// Copyright 1999-2009 by Michael Sweet.
+// Copyright 1999-2010 by Michael Sweet.
//
// 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/fonts.cxx b/test/fonts.cxx
index 6a7d74806..c08b25868 100644
--- a/test/fonts.cxx
+++ b/test/fonts.cxx
@@ -3,7 +3,7 @@
//
// Font demo program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/forms.cxx b/test/forms.cxx
index 3b7fc0f9e..9f7bbf9c5 100644
--- a/test/forms.cxx
+++ b/test/forms.cxx
@@ -9,7 +9,7 @@
// This demo show the different boxtypes. Note that some
// boxtypes are not appropriate for some objects
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/fractals.cxx b/test/fractals.cxx
index 084aa784a..4892d6180 100644
--- a/test/fractals.cxx
+++ b/test/fractals.cxx
@@ -7,7 +7,7 @@
// demonstrate how to add FLTK controls to a GLUT program. The GLUT
// code is unchanged except for the end (search for FLTK to find changes).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx
index a1d837d9a..67677258b 100644
--- a/test/fullscreen.cxx
+++ b/test/fullscreen.cxx
@@ -34,7 +34,7 @@
// can avoid this by making the Fl_Gl_Window a child of a normal
// window.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/gl_overlay.cxx b/test/gl_overlay.cxx
index 34f240729..f9cf44313 100644
--- a/test/gl_overlay.cxx
+++ b/test/gl_overlay.cxx
@@ -3,7 +3,7 @@
//
// OpenGL overlay test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/glpuzzle.cxx b/test/glpuzzle.cxx
index 8a4d57b20..773334d64 100644
--- a/test/glpuzzle.cxx
+++ b/test/glpuzzle.cxx
@@ -6,7 +6,7 @@
// This is a GLUT demo program to demonstrate fltk's GLUT emulation.
// Search for "fltk" to find all the changes
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/hello.cxx b/test/hello.cxx
index af4e1578a..fc5c02d8f 100644
--- a/test/hello.cxx
+++ b/test/hello.cxx
@@ -3,7 +3,7 @@
//
// Hello, World! program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/help.cxx b/test/help.cxx
index a25660a45..95aabdcd0 100644
--- a/test/help.cxx
+++ b/test/help.cxx
@@ -3,7 +3,7 @@
//
// Fl_Help_Dialog test program.
//
-// Copyright 1999-2009 by Easy Software Products.
+// Copyright 1999-2010 by Easy Software Products.
//
// 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/iconize.cxx b/test/iconize.cxx
index e9b06bb9b..c1d130f2e 100644
--- a/test/iconize.cxx
+++ b/test/iconize.cxx
@@ -3,7 +3,7 @@
//
// Iconize test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/image.cxx b/test/image.cxx
index 64f339c8c..a70eca850 100644
--- a/test/image.cxx
+++ b/test/image.cxx
@@ -7,7 +7,7 @@
// as an icon or postage stamp. Use fl_draw_image to go directly
// from an buffered image that changes often.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/input.cxx b/test/input.cxx
index 17534c812..35322c3f6 100644
--- a/test/input.cxx
+++ b/test/input.cxx
@@ -3,7 +3,7 @@
//
// Input field test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/input_choice.cxx b/test/input_choice.cxx
index 5bdb5bc73..1e27bb51e 100644
--- a/test/input_choice.cxx
+++ b/test/input_choice.cxx
@@ -3,7 +3,7 @@
//
// Test program for Fl_Input_Choice
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/keyboard.cxx b/test/keyboard.cxx
index 18ab70b52..0bf88cf92 100644
--- a/test/keyboard.cxx
+++ b/test/keyboard.cxx
@@ -17,7 +17,7 @@
//
// On IRIX the backslash key does not work. A bug in XKeysymToKeycode?
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/label.cxx b/test/label.cxx
index 39cd282c0..d3ad47dc1 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-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/list_visuals.cxx b/test/list_visuals.cxx
index e16090606..ecec46b8d 100644
--- a/test/list_visuals.cxx
+++ b/test/list_visuals.cxx
@@ -11,7 +11,7 @@
// This file may be #included in another program to make a function to
// call to list the visuals. Fl.H must be included first to indicate this.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx
index 7599057be..b04b0710f 100644
--- a/test/mandelbrot.cxx
+++ b/test/mandelbrot.cxx
@@ -3,7 +3,7 @@
//
// Mandelbrot set demo for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/menubar.cxx b/test/menubar.cxx
index cae04d3f3..2db724ae6 100644
--- a/test/menubar.cxx
+++ b/test/menubar.cxx
@@ -3,7 +3,7 @@
//
// Menubar test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/message.cxx b/test/message.cxx
index a7f052136..c08ded67a 100644
--- a/test/message.cxx
+++ b/test/message.cxx
@@ -3,7 +3,7 @@
//
// Message test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/minimum.cxx b/test/minimum.cxx
index 009a7238a..9ac51be4f 100644
--- a/test/minimum.cxx
+++ b/test/minimum.cxx
@@ -20,7 +20,7 @@
// machine is, this is an insane waste of resources, and should be
// stopped!
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/native-filechooser.cxx b/test/native-filechooser.cxx
index ff1b142f3..09cfaff39 100644
--- a/test/native-filechooser.cxx
+++ b/test/native-filechooser.cxx
@@ -3,7 +3,7 @@
//
// Simple test of the Fl_Native_File_Chooser.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
// Copyright 2004 Greg Ercolano.
//
// This library is free software; you can redistribute it and/or
diff --git a/test/navigation.cxx b/test/navigation.cxx
index c1ac72091..ded919ec2 100644
--- a/test/navigation.cxx
+++ b/test/navigation.cxx
@@ -6,7 +6,7 @@
// Silly test of navigation keys. This is not a recommended method of
// laying out your panels!
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/output.cxx b/test/output.cxx
index ccf4c4ca2..43161edb8 100644
--- a/test/output.cxx
+++ b/test/output.cxx
@@ -3,7 +3,7 @@
//
// Output test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/overlay.cxx b/test/overlay.cxx
index 2966c8060..3f896ab54 100644
--- a/test/overlay.cxx
+++ b/test/overlay.cxx
@@ -3,7 +3,7 @@
//
// Overlay window test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/pack.cxx b/test/pack.cxx
index 4a9fbec79..fa5940d68 100644
--- a/test/pack.cxx
+++ b/test/pack.cxx
@@ -7,7 +7,7 @@
// Changing the type() of an Fl_Pack after it is displayed is not supported
// so I have to do a lot of resizing of things before that.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/pixmap.cxx b/test/pixmap.cxx
index db3f6fc50..2f54c7809 100644
--- a/test/pixmap.cxx
+++ b/test/pixmap.cxx
@@ -3,7 +3,7 @@
//
// Pixmap label test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx
index 6841fe943..112fdcd40 100644
--- a/test/pixmap_browser.cxx
+++ b/test/pixmap_browser.cxx
@@ -3,7 +3,7 @@
//
// A shared image test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/resizebox.cxx b/test/resizebox.cxx
index ddef1377c..7ce83c3d6 100644
--- a/test/resizebox.cxx
+++ b/test/resizebox.cxx
@@ -3,7 +3,7 @@
//
// Resize box test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/rotated_text.cxx b/test/rotated_text.cxx
index c53158009..f85308654 100644
--- a/test/rotated_text.cxx
+++ b/test/rotated_text.cxx
@@ -3,7 +3,7 @@
//
// Label test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/scroll.cxx b/test/scroll.cxx
index 850ca9716..069d10f64 100644
--- a/test/scroll.cxx
+++ b/test/scroll.cxx
@@ -3,7 +3,7 @@
//
// Fl_Scroll test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/shape.cxx b/test/shape.cxx
index 6c95c66b5..48486ac42 100644
--- a/test/shape.cxx
+++ b/test/shape.cxx
@@ -3,7 +3,7 @@
//
// Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/subwindow.cxx b/test/subwindow.cxx
index 7294e5440..d96255ca7 100644
--- a/test/subwindow.cxx
+++ b/test/subwindow.cxx
@@ -8,7 +8,7 @@
// Buttons and pop-up menu should work, indicating that mouse positions
// are being correctly translated.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/sudoku.cxx b/test/sudoku.cxx
index 840fe385c..d15af6b58 100644
--- a/test/sudoku.cxx
+++ b/test/sudoku.cxx
@@ -3,7 +3,7 @@
//
// Sudoku game using the Fast Light Tool Kit (FLTK).
//
-// Copyright 2005-2009 by Michael Sweet.
+// Copyright 2005-2010 by Michael Sweet.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -962,7 +962,7 @@ Sudoku::help_cb(Fl_Widget *, void *) {
"only once in each column and row. In addition, each 3x3 subgrid\n"
"may only contain one of each number.</P>\n"
- "<P>This version of the puzzle is copyright 2005-2009 by Michael R\n"
+ "<P>This version of the puzzle is copyright 2005-2010 by Michael R\n"
"Sweet.</P>\n"
"<P><B>Note:</B> The 'Hard' and 'Impossible' difficulty\n"
diff --git a/test/symbols.cxx b/test/symbols.cxx
index 37ca9c2cb..5b082bf32 100644
--- a/test/symbols.cxx
+++ b/test/symbols.cxx
@@ -3,7 +3,7 @@
//
// Symbol test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/threads.cxx b/test/threads.cxx
index 76ef20530..46e896964 100644
--- a/test/threads.cxx
+++ b/test/threads.cxx
@@ -3,7 +3,7 @@
//
// Threading example program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/tile.cxx b/test/tile.cxx
index 7db28eb45..bbd1e5703 100644
--- a/test/tile.cxx
+++ b/test/tile.cxx
@@ -3,7 +3,7 @@
//
// Tile test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx
index 2c23392e1..f18ce9c32 100644
--- a/test/tiled_image.cxx
+++ b/test/tiled_image.cxx
@@ -3,7 +3,7 @@
//
// Fl_Tiled_Image test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/unittests.cxx b/test/unittests.cxx
index 8f015769e..85c2414e8 100644
--- a/test/unittests.cxx
+++ b/test/unittests.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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
diff --git a/test/utf8.cxx b/test/utf8.cxx
index b54431fe3..64a6e7989 100644
--- a/test/utf8.cxx
+++ b/test/utf8.cxx
@@ -2,7 +2,7 @@
//
// UTF-8 test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// 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