summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-16 07:26:22 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-16 07:26:22 +0000
commitae697b80b2f692e3763aab0e01c28990ee048634 (patch)
treefb6a2c78dabda72bb9d0e537a8175864a494af97 /test
parente20eeb65413d0cf1a94d682c51d781314beeda6d (diff)
Doxygen documentation : took the opportunity to update copyright info as we modified already in batch almost all sources, added also a fil doxygen command to class headers to harmonize with original matt Fl_Widget dox. format.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6265 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/CubeMain.cxx4
-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/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/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/mandelbrot.cxx2
-rw-r--r--test/menubar.cxx2
-rw-r--r--test/message.cxx2
-rw-r--r--test/minimum.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/scroll.cxx2
-rw-r--r--test/shape.cxx2
-rw-r--r--test/subwindow.cxx2
-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/utf8.cxx2
52 files changed, 53 insertions, 53 deletions
diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx
index 72785aa83..3860cbbc5 100644
--- a/test/CubeMain.cxx
+++ b/test/CubeMain.cxx
@@ -1,9 +1,9 @@
//
// "$Id$"
//
-// CubeView class definitions for the Fast Light Tool Kit (FLTK).
+// CubeView class .
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 ae260ade4..6b47bba7a 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 e12957ab4..72534dff6 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 d36509f07..6a950d619 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 c049fccca..7a9112bbf 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 f6f126edc..e718b6473 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 11b853075..23295bd7c 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 3273ba08e..242b4caff 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 6c2169908..0efd4982c 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 752ca1d56..f5e2610f0 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 28eb287db..a2bec8d52 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 d82b996ff..bd5f08d61 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 0f1edbe3d..47f80852d 100644
--- a/test/colbrowser.cxx
+++ b/test/colbrowser.cxx
@@ -8,7 +8,7 @@
// using fltk's Forms emulation. Search for "fltk" to find all the
// changes
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 2b40294c8..bbd7bf35a 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 09e50f5b6..f93d0a67f 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 5b6c4e4b7..67172da59 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 814eb0f38..f3e6623c0 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 38a12525a..908e7349e 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-2007 by Bill Spitzak and others.
+// Copyright 1998-2008 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 56bd856f4..80679dab8 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 d489c090b..90f98d784 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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/fonts.cxx b/test/fonts.cxx
index 2c38b3e6d..a9930fb51 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 a87d3559a..c59e8c5f9 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 c0238f40b..4563c0148 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 e4a70d1bf..c62baecfe 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 c877ecbc1..f596850bc 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 7aada84f3..5817dbe01 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 f12ab7095..3e18f1f4f 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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/iconize.cxx b/test/iconize.cxx
index 5e4273e00..8f2bc2f23 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 0210ff50f..f34e506f5 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 9131707cd..64ab190a6 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 80cce18a2..751b5ef74 100644
--- a/test/input_choice.cxx
+++ b/test/input_choice.cxx
@@ -3,7 +3,7 @@
//
// Test program for Fl_Input_Choice
//
-// Copyright 1998-2006 by Bill Spitzak and others.
+// Copyright 1998-2008 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 511bc616f..276a2b153 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 bd823b23e..b86900dc6 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 43ef78092..1bc6293a0 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 787c939b3..29a6c7000 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 cf44ca5db..fed31a36c 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 50eda5a24..ff3dd97ac 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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/navigation.cxx b/test/navigation.cxx
index 477300426..e65ad5fcd 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 3da30d638..7928a69fe 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 1af6a06f4..982dfec9a 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 934840b1d..e66d45a96 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 ef236b803..9900173a7 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 d3ef0f373..b4df76f79 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-2006 by Bill Spitzak and others.
+// Copyright 1998-2008 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 aa8b97e0e..55b29f7e3 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 8528efbcd..6ea56482c 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 ac298767d..994d24825 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 a9fc7f45b..f8a6fcf58 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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/symbols.cxx b/test/symbols.cxx
index 28d4eaed2..036a35b36 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 38444410b..134689a7f 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-2006 by Bill Spitzak and others.
+// Copyright 1998-2008 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 dbd218be2..c64d70803 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-2005 by Bill Spitzak and others.
+// Copyright 1998-2008 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 0a3d86864..8af47efb5 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-2006 by Bill Spitzak and others.
+// Copyright 1998-2008 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 6047aba58..2beaf402f 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-2003 by Bill Spitzak and others.
+// Copyright 1998-2008 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