From a6e76c29fd143e87b05496de8547cd32636a63cc Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 1 Jan 2009 16:35:13 +0000 Subject: [PATCH] Cahngad copyrights in 'test' git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6615 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/CubeMain.cxx | 2 +- test/CubeView.cxx | 2 +- test/CubeView.h | 2 +- test/adjuster.cxx | 2 +- test/arc.cxx | 2 +- test/ask.cxx | 2 +- test/bitmap.cxx | 2 +- test/boxtype.cxx | 2 +- test/browser.cxx | 2 +- test/button.cxx | 2 +- test/buttons.cxx | 2 +- test/cairo_test.cxx | 2 +- test/checkers.cxx | 2 +- test/clock.cxx | 2 +- test/colbrowser.cxx | 2 +- test/color_chooser.cxx | 2 +- test/connect.cxx | 2 +- test/cube.cxx | 2 +- test/cursor.cxx | 2 +- test/curve.cxx | 2 +- test/demo.cxx | 2 +- test/doublebuffer.cxx | 2 +- test/editor.cxx | 2 +- test/file_chooser.cxx | 2 +- test/fl_jpeg_image.cxx | 2 +- test/fonts.cxx | 2 +- test/forms.cxx | 2 +- test/fractals.cxx | 2 +- test/fullscreen.cxx | 2 +- test/gl_overlay.cxx | 2 +- test/glpuzzle.cxx | 2 +- test/hello.cxx | 2 +- test/help.cxx | 2 +- test/iconize.cxx | 2 +- test/image.cxx | 2 +- test/input.cxx | 2 +- test/input_choice.cxx | 2 +- test/keyboard.cxx | 2 +- test/keyboard.h | 2 +- test/list_visuals.cxx | 2 +- test/mandelbrot.cxx | 2 +- test/menubar.cxx | 2 +- test/message.cxx | 2 +- test/minimum.cxx | 2 +- test/navigation.cxx | 2 +- test/output.cxx | 2 +- test/overlay.cxx | 2 +- test/pack.cxx | 2 +- test/pixmap.cxx | 2 +- test/pixmap_browser.cxx | 2 +- test/resizebox.cxx | 2 +- test/scroll.cxx | 2 +- test/shape.cxx | 2 +- test/subwindow.cxx | 2 +- test/sudoku.cxx | 4 ++-- test/symbols.cxx | 2 +- test/threads.cxx | 2 +- test/tile.cxx | 2 +- test/tiled_image.cxx | 2 +- test/unittests.cxx | 2 +- test/utf8.cxx | 2 +- 61 files changed, 62 insertions(+), 62 deletions(-) diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx index 3860cbbc5..2d23788d1 100644 --- a/test/CubeMain.cxx +++ b/test/CubeMain.cxx @@ -3,7 +3,7 @@ // // CubeView class . // -// 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/CubeView.cxx b/test/CubeView.cxx index 6b47bba7a..434d26768 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-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/CubeView.h b/test/CubeView.h index 30ffe3be9..a02d868b6 100644 --- a/test/CubeView.h +++ b/test/CubeView.h @@ -3,7 +3,7 @@ // // CubeView class 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/test/adjuster.cxx b/test/adjuster.cxx index 72534dff6..cd995a9fd 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-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/arc.cxx b/test/arc.cxx index e8ae1c6cb..6a7a51c36 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-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/ask.cxx b/test/ask.cxx index c9c3f34cd..86373a2fa 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-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/bitmap.cxx b/test/bitmap.cxx index e718b6473..f93d131cd 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-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/boxtype.cxx b/test/boxtype.cxx index 23295bd7c..4bc47b146 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-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/browser.cxx b/test/browser.cxx index 5e8b2927c..fe78dbc4b 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-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/button.cxx b/test/button.cxx index 0efd4982c..690da9a4c 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-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/buttons.cxx b/test/buttons.cxx index f5e2610f0..e4440e0d2 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-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/cairo_test.cxx b/test/cairo_test.cxx index bbde8ef93..0914572f1 100644 --- a/test/cairo_test.cxx +++ b/test/cairo_test.cxx @@ -3,7 +3,7 @@ // // Arc drawing test program 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/test/checkers.cxx b/test/checkers.cxx index a2bec8d52..eae70019a 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-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/clock.cxx b/test/clock.cxx index bd5f08d61..29317e064 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-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/colbrowser.cxx b/test/colbrowser.cxx index 174c76681..5db9842b2 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-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/color_chooser.cxx b/test/color_chooser.cxx index bbd7bf35a..8b89f0245 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-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/connect.cxx b/test/connect.cxx index e74ffad74..284f76d77 100644 --- a/test/connect.cxx +++ b/test/connect.cxx @@ -7,7 +7,7 @@ // You must chmod +s /usr/sbin/pppd, and put all the options // into /etc/ppp/options. // -// 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/cube.cxx b/test/cube.cxx index f93d0a67f..4598921a9 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-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/cursor.cxx b/test/cursor.cxx index 67172da59..f236dc212 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-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/curve.cxx b/test/curve.cxx index 73ba5fa69..0651ae632 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-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/demo.cxx b/test/demo.cxx index 7f183e095..e2e3a721b 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-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/doublebuffer.cxx b/test/doublebuffer.cxx index 80679dab8..b26dc0c41 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-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/editor.cxx b/test/editor.cxx index 90f98d784..a361295df 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-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/file_chooser.cxx b/test/file_chooser.cxx index 5e3793b3c..8af406647 100644 --- a/test/file_chooser.cxx +++ b/test/file_chooser.cxx @@ -3,7 +3,7 @@ // // File chooser test program. // -// Copyright 1999-2005 by Michael Sweet. +// Copyright 1999-2009 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/fl_jpeg_image.cxx b/test/fl_jpeg_image.cxx index 2443cf6db..603fe6d32 100644 --- a/test/fl_jpeg_image.cxx +++ b/test/fl_jpeg_image.cxx @@ -20,7 +20,7 @@ // The makefile assummes you decompressed and build these in a directory // called "jpeg-6a" in the same location as the "FL" directory. // -// 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/fonts.cxx b/test/fonts.cxx index a9930fb51..6a7d74806 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-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/forms.cxx b/test/forms.cxx index c59e8c5f9..8d8af1130 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-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/fractals.cxx b/test/fractals.cxx index 4563c0148..084aa784a 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-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/fullscreen.cxx b/test/fullscreen.cxx index c62baecfe..6e0c36e71 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-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/gl_overlay.cxx b/test/gl_overlay.cxx index f596850bc..34f240729 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-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/glpuzzle.cxx b/test/glpuzzle.cxx index 5817dbe01..8a4d57b20 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-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/hello.cxx b/test/hello.cxx index 3e18f1f4f..af4e1578a 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-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/help.cxx b/test/help.cxx index 8ea074c54..45f91dcc0 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -3,7 +3,7 @@ // // Fl_Help_Dialog test program. // -// Copyright 1999-2005 by Easy Software Products. +// Copyright 1999-2009 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 8f2bc2f23..e9b06bb9b 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-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/image.cxx b/test/image.cxx index f34e506f5..689fe0701 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-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/input.cxx b/test/input.cxx index 64ab190a6..8fb9f214f 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-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/input_choice.cxx b/test/input_choice.cxx index 751b5ef74..b7dfb1352 100644 --- a/test/input_choice.cxx +++ b/test/input_choice.cxx @@ -3,7 +3,7 @@ // // Test program for Fl_Input_Choice // -// 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/keyboard.cxx b/test/keyboard.cxx index 276a2b153..8e02e2e11 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-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/keyboard.h b/test/keyboard.h index b936aa6a6..bb7b26f05 100644 --- a/test/keyboard.h +++ b/test/keyboard.h @@ -3,7 +3,7 @@ // // Keyboard/event test 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/test/list_visuals.cxx b/test/list_visuals.cxx index dd8f7f935..e16090606 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-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/mandelbrot.cxx b/test/mandelbrot.cxx index 358d91b6a..c274658c6 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-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/menubar.cxx b/test/menubar.cxx index 29a6c7000..c16ee0144 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-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/message.cxx b/test/message.cxx index fed31a36c..a7f052136 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-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/minimum.cxx b/test/minimum.cxx index ff3dd97ac..6e00ca7cb 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-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/navigation.cxx b/test/navigation.cxx index e65ad5fcd..66a4b7885 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-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/output.cxx b/test/output.cxx index ac0996d01..5c9dc5713 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-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/overlay.cxx b/test/overlay.cxx index 982dfec9a..2966c8060 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-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/pack.cxx b/test/pack.cxx index e66d45a96..be28f16a7 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-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/pixmap.cxx b/test/pixmap.cxx index 9900173a7..3c50f01fb 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-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/pixmap_browser.cxx b/test/pixmap_browser.cxx index b4df76f79..53cd5fb0e 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-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/resizebox.cxx b/test/resizebox.cxx index 55b29f7e3..cad3b515a 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-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/scroll.cxx b/test/scroll.cxx index 6ea56482c..850ca9716 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-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/shape.cxx b/test/shape.cxx index 994d24825..6c95c66b5 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-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/subwindow.cxx b/test/subwindow.cxx index e5fcb7e3b..7294e5440 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-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/sudoku.cxx b/test/sudoku.cxx index df2a6a2b3..8cea0ae36 100644 --- a/test/sudoku.cxx +++ b/test/sudoku.cxx @@ -3,7 +3,7 @@ // // Sudoku game using the Fast Light Tool Kit (FLTK). // -// Copyright 2005-2007 by Michael Sweet. +// Copyright 2005-2009 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 @@ -951,7 +951,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.

\n" - "

This version of the puzzle is copyright 2005-2006 by Michael R\n" + "

This version of the puzzle is copyright 2005-2009 by Michael R\n" "Sweet.

\n" "

Note: The 'Hard' and 'Impossible' difficulty\n" diff --git a/test/symbols.cxx b/test/symbols.cxx index 036a35b36..16bdb0504 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-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/threads.cxx b/test/threads.cxx index 134689a7f..e50a2e917 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-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/tile.cxx b/test/tile.cxx index 895baa858..cbbf537fb 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-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/tiled_image.cxx b/test/tiled_image.cxx index 8af47efb5..a4c483201 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-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/unittests.cxx b/test/unittests.cxx index 3f7a7bb35..3ab03c22b 100644 --- a/test/unittests.cxx +++ b/test/unittests.cxx @@ -3,7 +3,7 @@ // // Unit tests 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/utf8.cxx b/test/utf8.cxx index 73438cf22..242066eea 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-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