From add37faa259fa2f89ba6b80dbf2899d2fbb2d1e6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 24 Feb 2005 21:55:12 +0000 Subject: Copyright updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4052 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/CubeMain.cxx | 6 +++--- test/CubeView.cxx | 8 ++++---- test/CubeView.h | 6 +++--- test/Makefile | 2 +- test/adjuster.cxx | 6 +++--- test/arc.cxx | 6 +++--- test/ask.cxx | 6 +++--- test/bitmap.cxx | 6 +++--- test/boxtype.cxx | 6 +++--- test/browser.cxx | 6 +++--- test/button.cxx | 6 +++--- test/buttons.cxx | 6 +++--- test/checkers.cxx | 6 +++--- test/clock.cxx | 6 +++--- test/colbrowser.cxx | 6 +++--- test/color_chooser.cxx | 6 +++--- test/connect.cxx | 6 +++--- test/cube.cxx | 6 +++--- test/cursor.cxx | 6 +++--- test/curve.cxx | 6 +++--- test/demo.cxx | 6 +++--- test/doublebuffer.cxx | 6 +++--- test/editor.cxx | 6 +++--- test/file_chooser.cxx | 2 +- test/fl_jpeg_image.cxx | 6 +++--- test/fonts.cxx | 6 +++--- test/forms.cxx | 6 +++--- test/fractals.cxx | 6 +++--- test/fullscreen.cxx | 6 +++--- test/gl_overlay.cxx | 6 +++--- test/glpuzzle.cxx | 6 +++--- test/hello.cxx | 6 +++--- test/help.cxx | 6 +++--- test/iconize.cxx | 6 +++--- test/image.cxx | 6 +++--- test/input.cxx | 6 +++--- test/input_choice.cxx | 2 +- test/keyboard.cxx | 6 +++--- test/keyboard.h | 6 +++--- test/label.cxx | 6 +++--- test/line_style.cxx | 6 +++--- test/list_visuals.cxx | 6 +++--- test/mandelbrot.cxx | 6 +++--- test/mandelbrot.h | 6 +++--- test/menubar.cxx | 6 +++--- test/message.cxx | 6 +++--- test/minimum.cxx | 6 +++--- test/navigation.cxx | 6 +++--- test/output.cxx | 6 +++--- test/overlay.cxx | 6 +++--- test/pack.cxx | 6 +++--- test/pixmap.cxx | 6 +++--- test/pixmap_browser.cxx | 6 +++--- test/resizebox.cxx | 6 +++--- test/scroll.cxx | 6 +++--- test/shape.cxx | 6 +++--- test/subwindow.cxx | 6 +++--- test/symbols.cxx | 6 +++--- test/threads.cxx | 6 +++--- test/threads.h | 6 +++--- test/tile.cxx | 6 +++--- test/tiled_image.cxx | 6 +++--- 62 files changed, 181 insertions(+), 181 deletions(-) (limited to 'test') diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx index 95e408d4b..3e80c55a3 100644 --- a/test/CubeMain.cxx +++ b/test/CubeMain.cxx @@ -1,9 +1,9 @@ // -// "$Id: CubeMain.cxx,v 1.2.2.5.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -43,5 +43,5 @@ main(int argc, char **argv) { // -// End of "$Id: CubeMain.cxx,v 1.2.2.5.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/CubeView.cxx b/test/CubeView.cxx index 289fafb51..8eb7f3565 100644 --- a/test/CubeView.cxx +++ b/test/CubeView.cxx @@ -1,9 +1,9 @@ // -// "$Id: CubeView.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // CubeView class implementation for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -147,7 +147,7 @@ void CubeView::draw() { if (!valid()) { glLoadIdentity(); glViewport(0,0,w(),h()); - glOrtho(-10,10,-10,10,-20040,10000); + glOrtho(-10,10,-10,10,-20050,10000); glEnable(GL_BLEND); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); } @@ -167,5 +167,5 @@ void CubeView::draw() { #endif /* HAVE_GL */ // -// End of "$Id: CubeView.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/CubeView.h b/test/CubeView.h index 5141bde56..5b0cf069c 100644 --- a/test/CubeView.h +++ b/test/CubeView.h @@ -1,9 +1,9 @@ // -// "$Id: CubeView.h,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -118,5 +118,5 @@ private: #endif // -// End of "$Id: CubeView.h,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/Makefile b/test/Makefile index ead8a4753..49eb45770 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,7 +3,7 @@ # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 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 42417716e..ea5a43277 100644 --- a/test/adjuster.cxx +++ b/test/adjuster.cxx @@ -1,9 +1,9 @@ // -// "$Id: adjuster.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Adjuster test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -60,5 +60,5 @@ int main(int, char ** argv) { } // -// End of "$Id: adjuster.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/arc.cxx b/test/arc.cxx index 266d4e513..12b1f07ae 100755 --- a/test/arc.cxx +++ b/test/arc.cxx @@ -1,9 +1,9 @@ // -// "$Id: arc.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Arc drawing test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -92,6 +92,6 @@ int main(int argc, char** argv) { // -// End of "$Id: arc.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/ask.cxx b/test/ask.cxx index 55192aa69..ac1358e93 100644 --- a/test/ask.cxx +++ b/test/ask.cxx @@ -1,5 +1,5 @@ // -// "$Id: ask.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Standard dialog test program for the Fast Light Tool Kit (FLTK). // @@ -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-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -74,5 +74,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: ask.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/bitmap.cxx b/test/bitmap.cxx index 46e4be047..d057c1330 100644 --- a/test/bitmap.cxx +++ b/test/bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: bitmap.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Bitmap label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -141,5 +141,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: bitmap.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/boxtype.cxx b/test/boxtype.cxx index c1b11d6b8..5808c2d12 100644 --- a/test/boxtype.cxx +++ b/test/boxtype.cxx @@ -1,9 +1,9 @@ // -// "$Id: boxtype.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Boxtype test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -96,5 +96,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: boxtype.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/browser.cxx b/test/browser.cxx index 446a8ebf6..575cee854 100644 --- a/test/browser.cxx +++ b/test/browser.cxx @@ -1,9 +1,9 @@ // -// "$Id: browser.cxx,v 1.5.2.6.2.7 2004/07/26 20:52:52 easysw Exp $" +// "$Id$" // // Browser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -175,6 +175,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: browser.cxx,v 1.5.2.6.2.7 2004/07/26 20:52:52 easysw Exp $". +// End of "$Id$". // diff --git a/test/button.cxx b/test/button.cxx index 6450ef4e8..7de4debfc 100644 --- a/test/button.cxx +++ b/test/button.cxx @@ -1,9 +1,9 @@ // -// "$Id: button.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Button/callback test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -62,5 +62,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: button.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/buttons.cxx b/test/buttons.cxx index cfe6d8cdb..2fd467950 100644 --- a/test/buttons.cxx +++ b/test/buttons.cxx @@ -1,9 +1,9 @@ // -// "$Id: buttons.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Another button test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -49,5 +49,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: buttons.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/checkers.cxx b/test/checkers.cxx index d79ba8ca5..720a109d5 100644 --- a/test/checkers.cxx +++ b/test/checkers.cxx @@ -1,12 +1,12 @@ // -// "$Id: checkers.cxx,v 1.9.2.7.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Checkers game for the Fast Light Tool Kit (FLTK). // // Hours of fun: the FLTK checkers game! // Based on a very old algorithim, but it still works! // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -1355,5 +1355,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: checkers.cxx,v 1.9.2.7.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/clock.cxx b/test/clock.cxx index 9a49ca8b8..53daba838 100644 --- a/test/clock.cxx +++ b/test/clock.cxx @@ -1,9 +1,9 @@ // -// "$Id: clock.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Clock test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -47,5 +47,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: clock.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx index 8acfcba28..eae11f8ad 100644 --- a/test/colbrowser.cxx +++ b/test/colbrowser.cxx @@ -1,5 +1,5 @@ // -// "$Id: colbrowser.cxx,v 1.5.2.5.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Forms test program for the Fast Light Tool Kit (FLTK). // @@ -8,7 +8,7 @@ // using fltk's Forms emulation. Search for "fltk" to find all the // changes // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -341,5 +341,5 @@ create_form_cl(void) } // -// End of "$Id: colbrowser.cxx,v 1.5.2.5.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx index 8216290a6..2912f41d9 100644 --- a/test/color_chooser.cxx +++ b/test/color_chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: color_chooser.cxx,v 1.6.2.3.2.5 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Color chooser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -146,5 +146,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: color_chooser.cxx,v 1.6.2.3.2.5 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/connect.cxx b/test/connect.cxx index ab955db07..a63ab9ca1 100644 --- a/test/connect.cxx +++ b/test/connect.cxx @@ -1,5 +1,5 @@ // -// "$Id: connect.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // PPP example program for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // You must chmod +s /usr/sbin/pppd, and put all the options // into /etc/ppp/options. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -71,5 +71,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: connect.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/cube.cxx b/test/cube.cxx index 9e1eda284..e72daab2f 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -1,11 +1,11 @@ // -// "$Id: cube.cxx,v 1.4.2.5.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Another forms test program for the Fast Light Tool Kit (FLTK). // // Modified to have 2 cubes to test multiple OpenGL contexts // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -184,5 +184,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: cube.cxx,v 1.4.2.5.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/cursor.cxx b/test/cursor.cxx index 5aa8fd86e..8373ede3f 100644 --- a/test/cursor.cxx +++ b/test/cursor.cxx @@ -1,9 +1,9 @@ // -// "$Id: cursor.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Cursor test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -159,5 +159,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: cursor.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/curve.cxx b/test/curve.cxx index f1e2cfecc..8ffb8072e 100644 --- a/test/curve.cxx +++ b/test/curve.cxx @@ -1,9 +1,9 @@ // -// "$Id: curve.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Curve test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -109,5 +109,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: curve.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/demo.cxx b/test/demo.cxx index 5dda349b6..a907c2414 100644 --- a/test/demo.cxx +++ b/test/demo.cxx @@ -1,9 +1,9 @@ // -// "$Id: demo.cxx,v 1.8.2.5.2.9 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Main demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -340,6 +340,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: demo.cxx,v 1.8.2.5.2.9 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/doublebuffer.cxx b/test/doublebuffer.cxx index 5006b37f8..83a1df9ba 100644 --- a/test/doublebuffer.cxx +++ b/test/doublebuffer.cxx @@ -1,5 +1,5 @@ // -// "$Id: doublebuffer.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Double-buffering test program for the Fast Light Tool Kit (FLTK). // @@ -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-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -122,5 +122,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: doublebuffer.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/editor.cxx b/test/editor.cxx index 1847ea424..56ae9e974 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -1,11 +1,11 @@ // -// "$Id: editor.cxx,v 1.2.2.3.2.18 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // A simple text editor program for the Fast Light Tool Kit (FLTK). // // This program is described in Chapter 4 of the FLTK Programmer's Guide. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -771,5 +771,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: editor.cxx,v 1.2.2.3.2.18 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx index 1fa4ed312..f0867b627 100644 --- a/test/file_chooser.cxx +++ b/test/file_chooser.cxx @@ -3,7 +3,7 @@ // // File chooser test program. // -// Copyright 1999-2004 by Michael Sweet. +// Copyright 1999-2005 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 037955101..81b294b08 100644 --- a/test/fl_jpeg_image.cxx +++ b/test/fl_jpeg_image.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_jpeg_image.cxx,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // fl_draw_image test program for the Fast Light Tool Kit (FLTK). // @@ -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-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -197,5 +197,5 @@ void readtheimage(const char *name) { #endif // -// End of "$Id: fl_jpeg_image.cxx,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/fonts.cxx b/test/fonts.cxx index 951460196..7ee1b09a8 100644 --- a/test/fonts.cxx +++ b/test/fonts.cxx @@ -1,9 +1,9 @@ // -// "$Id: fonts.cxx,v 1.5.2.3.2.5 2004/09/09 00:55:41 matthiaswm Exp $" +// "$Id$" // // Font demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -169,5 +169,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: fonts.cxx,v 1.5.2.3.2.5 2004/09/09 00:55:41 matthiaswm Exp $". +// End of "$Id$". // diff --git a/test/forms.cxx b/test/forms.cxx index 6f3de03b7..52a125c16 100644 --- a/test/forms.cxx +++ b/test/forms.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Another forms demo for the Fast Light Tool Kit (FLTK). // @@ -9,7 +9,7 @@ // This demo show the different boxtypes. Note that some // boxtypes are not appropriate for some objects // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -231,5 +231,5 @@ main (int argc, char *argv[]) } // -// End of "$Id: forms.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/fractals.cxx b/test/fractals.cxx index 5a017bdb0..913735f99 100644 --- a/test/fractals.cxx +++ b/test/fractals.cxx @@ -1,5 +1,5 @@ // -// "$Id: fractals.cxx,v 1.5.2.6.2.6 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fractal drawing demo for the Fast Light Tool Kit (FLTK). // @@ -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-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -816,5 +816,5 @@ int main(int argc, char** argv) #endif // -// End of "$Id: fractals.cxx,v 1.5.2.6.2.6 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx index 0ff967eb7..b69034405 100644 --- a/test/fullscreen.cxx +++ b/test/fullscreen.cxx @@ -1,5 +1,5 @@ // -// "$Id: fullscreen.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fullscreen test program for the Fast Light Tool Kit (FLTK). // @@ -34,7 +34,7 @@ // can avoid this by making the Fl_Gl_Window a child of a normal // window. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -240,5 +240,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: fullscreen.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/gl_overlay.cxx b/test/gl_overlay.cxx index e0a5e967a..d2f65bc09 100644 --- a/test/gl_overlay.cxx +++ b/test/gl_overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // OpenGL overlay test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -151,5 +151,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: gl_overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/glpuzzle.cxx b/test/glpuzzle.cxx index 5c79d1068..ea73dd67d 100644 --- a/test/glpuzzle.cxx +++ b/test/glpuzzle.cxx @@ -1,12 +1,12 @@ // -// "$Id: glpuzzle.cxx,v 1.8.2.5.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // OpenGL puzzle demo for the Fast Light Tool Kit (FLTK). // // This is a GLUT demo program to demonstrate fltk's GLUT emulation. // Search for "fltk" to find all the changes // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -1484,5 +1484,5 @@ main(int argc, char **argv) #endif // added for fltk's distribution // -// End of "$Id: glpuzzle.cxx,v 1.8.2.5.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/hello.cxx b/test/hello.cxx index 4766b3b93..26865296c 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -1,9 +1,9 @@ // -// "$Id: hello.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Hello, World! program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -39,5 +39,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: hello.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/help.cxx b/test/help.cxx index fed6b050e..f7366ee89 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -1,9 +1,9 @@ // -// "$Id: help.cxx,v 1.1.2.11 2004/07/26 20:52:52 easysw Exp $" +// "$Id$" // // Fl_Help_Dialog test program. // -// Copyright 1999-2004 by Easy Software Products. +// Copyright 1999-2005 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 @@ -63,5 +63,5 @@ main(int argc, // I - Number of command-line arguments // -// End of "$Id: help.cxx,v 1.1.2.11 2004/07/26 20:52:52 easysw Exp $". +// End of "$Id$". // diff --git a/test/iconize.cxx b/test/iconize.cxx index 5a1c9b826..151025f0a 100644 --- a/test/iconize.cxx +++ b/test/iconize.cxx @@ -1,9 +1,9 @@ // -// "$Id: iconize.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Iconize test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -77,5 +77,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: iconize.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/image.cxx b/test/image.cxx index eea28c177..f75d632b8 100644 --- a/test/image.cxx +++ b/test/image.cxx @@ -1,5 +1,5 @@ // -// "$Id: image.cxx,v 1.6.2.3.2.9 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fl_Image test program for the Fast Light Tool Kit (FLTK). // @@ -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-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -155,5 +155,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: image.cxx,v 1.6.2.3.2.9 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/input.cxx b/test/input.cxx index 9583b163d..49859fd94 100644 --- a/test/input.cxx +++ b/test/input.cxx @@ -1,9 +1,9 @@ // -// "$Id: input.cxx,v 1.5.2.4.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Input field test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -132,5 +132,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: input.cxx,v 1.5.2.4.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/input_choice.cxx b/test/input_choice.cxx index 45a50916b..36bec9b1d 100644 --- a/test/input_choice.cxx +++ b/test/input_choice.cxx @@ -1,6 +1,6 @@ // Test program for Fl_Input_Choice // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 e44294d71..52b00be2e 100644 --- a/test/keyboard.cxx +++ b/test/keyboard.cxx @@ -1,5 +1,5 @@ // -// "$Id: keyboard.cxx,v 1.5.2.3.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Keyboard/event test program for the Fast Light Tool Kit (FLTK). // @@ -17,7 +17,7 @@ // // On IRIX the backslash key does not work. A bug in XKeysymToKeycode? // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -139,5 +139,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: keyboard.cxx,v 1.5.2.3.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/keyboard.h b/test/keyboard.h index dbd28a8cc..973712362 100644 --- a/test/keyboard.h +++ b/test/keyboard.h @@ -1,9 +1,9 @@ // -// "$Id: keyboard.h,v 1.1.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Keyboard/event test header for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -40,5 +40,5 @@ public: // -// End of "$Id: keyboard.h,v 1.1.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/label.cxx b/test/label.cxx index b23254b33..7b3dca635 100644 --- a/test/label.cxx +++ b/test/label.cxx @@ -1,9 +1,9 @@ // -// "$Id: label.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -156,5 +156,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: label.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/line_style.cxx b/test/line_style.cxx index da3d4c51d..f95a19aef 100644 --- a/test/line_style.cxx +++ b/test/line_style.cxx @@ -1,9 +1,9 @@ // -// "$Id: line_style.cxx,v 1.1.2.2.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Line style demo for the Fast Light Tool Kit (FLTK). // -// Copyright 2000-2004 by Bill Spitzak and others. +// Copyright 2000-2005 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 @@ -148,5 +148,5 @@ int main(int argc, char **argv) { // -// End of "$Id: line_style.cxx,v 1.1.2.2.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/list_visuals.cxx b/test/list_visuals.cxx index 48374cda7..8a1ceea6f 100644 --- a/test/list_visuals.cxx +++ b/test/list_visuals.cxx @@ -1,5 +1,5 @@ // -// "$Id: list_visuals.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Visual list utility for the Fast Light Tool Kit (FLTK). // @@ -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-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -235,5 +235,5 @@ int main(int argc, char **argv) { #endif // -// End of "$Id: list_visuals.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx index cc4aa4eea..65ae89674 100644 --- a/test/mandelbrot.cxx +++ b/test/mandelbrot.cxx @@ -1,9 +1,9 @@ // -// "$Id: mandelbrot.cxx,v 1.8.2.4.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Mandelbrot set demo for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -197,5 +197,5 @@ void Drawing_Area::resize(int XX,int YY,int WW,int HH) { } // -// End of "$Id: mandelbrot.cxx,v 1.8.2.4.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/mandelbrot.h b/test/mandelbrot.h index 629d8afea..33ecfe117 100644 --- a/test/mandelbrot.h +++ b/test/mandelbrot.h @@ -1,9 +1,9 @@ // -// "$Id: mandelbrot.h,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Mandelbrot set header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -68,5 +68,5 @@ public: }; // -// End of "$Id: mandelbrot.h,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/menubar.cxx b/test/menubar.cxx index 54fc4beb9..321b38018 100644 --- a/test/menubar.cxx +++ b/test/menubar.cxx @@ -1,9 +1,9 @@ // -// "$Id: menubar.cxx,v 1.6.2.8.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Menubar test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -203,5 +203,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: menubar.cxx,v 1.6.2.8.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/message.cxx b/test/message.cxx index 2043b2106..4f0c51a2f 100644 --- a/test/message.cxx +++ b/test/message.cxx @@ -1,9 +1,9 @@ // -// "$Id: message.cxx,v 1.5.2.3.2.6 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Message test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -55,5 +55,5 @@ int main(int, char **) { } // -// End of "$Id: message.cxx,v 1.5.2.3.2.6 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/minimum.cxx b/test/minimum.cxx index a434b2322..a5a6f5be6 100644 --- a/test/minimum.cxx +++ b/test/minimum.cxx @@ -1,5 +1,5 @@ // -// "$Id: minimum.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Minimal update test program for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // machine is, this is an insane waste of resources, and should be // stopped! // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -74,5 +74,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: minimum.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/navigation.cxx b/test/navigation.cxx index f19589292..bdba2776d 100644 --- a/test/navigation.cxx +++ b/test/navigation.cxx @@ -1,12 +1,12 @@ // -// "$Id: navigation.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Navigation test program for the Fast Light Tool Kit (FLTK). // // Silly test of navigation keys. This is not a recommended method of // laying out your panels! // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -66,5 +66,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: navigation.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/output.cxx b/test/output.cxx index 787677a54..c9a834cc0 100644 --- a/test/output.cxx +++ b/test/output.cxx @@ -1,9 +1,9 @@ // -// "$Id: output.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Output test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -99,5 +99,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: output.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/overlay.cxx b/test/overlay.cxx index 3692eb2ba..bd33281fe 100644 --- a/test/overlay.cxx +++ b/test/overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Overlay window test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -80,5 +80,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/pack.cxx b/test/pack.cxx index 986d0f697..9e1b59c10 100644 --- a/test/pack.cxx +++ b/test/pack.cxx @@ -1,5 +1,5 @@ // -// "$Id: pack.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fl_Pack test program for the Fast Light Tool Kit (FLTK). // @@ -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-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -114,5 +114,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pack.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/pixmap.cxx b/test/pixmap.cxx index 7ee53a96a..3f37eeeb2 100644 --- a/test/pixmap.cxx +++ b/test/pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: pixmap.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Pixmap label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -96,5 +96,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pixmap.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx index 657765089..1db70214d 100644 --- a/test/pixmap_browser.cxx +++ b/test/pixmap_browser.cxx @@ -1,9 +1,9 @@ // -// "$Id: pixmap_browser.cxx,v 1.5.2.4.2.9 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // A shared image test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -101,5 +101,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pixmap_browser.cxx,v 1.5.2.4.2.9 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/resizebox.cxx b/test/resizebox.cxx index b175d0d4e..2536cb869 100644 --- a/test/resizebox.cxx +++ b/test/resizebox.cxx @@ -1,9 +1,9 @@ // -// "$Id: resizebox.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Resize box test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -96,5 +96,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: resizebox.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/scroll.cxx b/test/scroll.cxx index 94fc1b9dd..69016827a 100644 --- a/test/scroll.cxx +++ b/test/scroll.cxx @@ -1,9 +1,9 @@ // -// "$Id: scroll.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fl_Scroll test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -137,5 +137,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: scroll.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/shape.cxx b/test/shape.cxx index bb23c4a35..0cedf2502 100644 --- a/test/shape.cxx +++ b/test/shape.cxx @@ -1,9 +1,9 @@ // -// "$Id: shape.cxx,v 1.5.2.4.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -111,5 +111,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: shape.cxx,v 1.5.2.4.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/subwindow.cxx b/test/subwindow.cxx index 76e3318f4..806e7840a 100644 --- a/test/subwindow.cxx +++ b/test/subwindow.cxx @@ -1,5 +1,5 @@ // -// "$Id: subwindow.cxx,v 1.5.2.5.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Nested window test program for the Fast Light Tool Kit (FLTK). // @@ -8,7 +8,7 @@ // Buttons and pop-up menu should work, indicating that mouse positions // are being correctly translated. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -183,5 +183,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: subwindow.cxx,v 1.5.2.5.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/symbols.cxx b/test/symbols.cxx index 6500eef54..3d43ea4f9 100644 --- a/test/symbols.cxx +++ b/test/symbols.cxx @@ -1,9 +1,9 @@ // -// "$Id: symbols.cxx,v 1.4.2.3.2.8 2004/08/09 21:05:45 matthiaswm Exp $" +// "$Id$" // // Symbol test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -141,5 +141,5 @@ bt("@FLTK"); } // -// End of "$Id: symbols.cxx,v 1.4.2.3.2.8 2004/08/09 21:05:45 matthiaswm Exp $". +// End of "$Id$". // diff --git a/test/threads.cxx b/test/threads.cxx index 263a70a39..5320c5582 100644 --- a/test/threads.cxx +++ b/test/threads.cxx @@ -1,9 +1,9 @@ // -// "$Id: threads.cxx,v 1.10.2.6 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Threading example program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -126,5 +126,5 @@ int main() { // -// End of "$Id: threads.cxx,v 1.10.2.6 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/threads.h b/test/threads.h index d7a74a94a..71bb0726e 100644 --- a/test/threads.h +++ b/test/threads.h @@ -1,9 +1,9 @@ // -// "$Id: threads.h,v 1.1.2.8 2004/11/20 03:44:18 easysw Exp $" +// "$Id$" // // Simple threading API for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -76,5 +76,5 @@ static int fl_create_thread(Fl_Thread& t, void *(*f) (void *), void* p) { #endif // !Threads_h // -// End of "$Id: threads.h,v 1.1.2.8 2004/11/20 03:44:18 easysw Exp $". +// End of "$Id$". // diff --git a/test/tile.cxx b/test/tile.cxx index 678cb86d2..cd0f3954e 100755 --- a/test/tile.cxx +++ b/test/tile.cxx @@ -1,9 +1,9 @@ // -// "$Id: tile.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Tile test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -86,5 +86,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: tile.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx index 133f158ad..95b4728e8 100644 --- a/test/tiled_image.cxx +++ b/test/tiled_image.cxx @@ -1,9 +1,9 @@ // -// "$Id: tiled_image.cxx,v 1.1.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fl_Tiled_Image test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 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 @@ -100,5 +100,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: tiled_image.cxx,v 1.1.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // -- cgit v1.2.3