From f7305675c4fe4a909da5244441d209f304c60240 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 15 Jan 2006 02:26:54 +0000 Subject: More copyright updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/about_panel.cxx | 4 ++-- fluid/about_panel.fl | 18 +++++++++--------- fluid/about_panel.h | 2 +- src/Fl.cxx | 2 +- src/Fl_Gl_Window.cxx | 2 +- src/Fl_Menu_Button.cxx | 2 +- src/Fl_mac.cxx | 2 +- src/Fl_x.cxx | 2 +- src/fl_dnd_x.cxx | 2 +- test/pixmap_browser.cxx | 2 +- test/threads.cxx | 2 +- test/threads.h | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index dcb60e32a..fd559c750 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -3,7 +3,7 @@ // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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 @@ -287,7 +287,7 @@ Fl_Double_Window* make_about_panel() { o->labelsize(18); o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE); } - { Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2005 by\nBill Spitzak and others"); + { Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2006 by\nBill Spitzak and others"); o->align(132|FL_ALIGN_INSIDE); } { Fl_Button* o = new Fl_Button(89, 141, 123, 25, "View License..."); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index efc99b534..af0cfb98e 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -7,7 +7,7 @@ comment {// // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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 @@ -28,7 +28,7 @@ comment {// // // http://www.fltk.org/str.php // -} {in_source in_header +} {selected in_source in_header } decl {void show_help(const char *name);} {public @@ -40,28 +40,28 @@ Function {make_about_panel()} {open label {About FLUID} open xywh {391 113 315 175} type Double color 50 selection_color 47 hotspot non_modal visible } { - Fl_Box {} {selected + Fl_Box {} { image {icons/fluid-96.xpm} xywh {10 10 115 120} } Fl_Box {} { label {FLTK User Interface Designer -Version 1.1.7} selected - xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 labelcolor 0 align 21 +Version 1.1.7} + xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 align 21 } Fl_Box {} { - label {Copyright 1998-2005 by -Bill Spitzak and others} selected + label {Copyright 1998-2006 by +Bill Spitzak and others} xywh {135 89 170 42} align 148 } Fl_Button {} { label {View License...} - callback {show_help("license.html");} selected + callback {show_help("license.html");} xywh {89 141 123 25} labelcolor 136 } Fl_Return_Button {} { label Close - callback {((Fl_Window*)(o->parent()))->hide();} selected + callback {((Fl_Window*)(o->parent()))->hide();} xywh {222 141 83 25} } } diff --git a/fluid/about_panel.h b/fluid/about_panel.h index bfd932114..829d6a1c6 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -3,7 +3,7 @@ // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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/src/Fl.cxx b/src/Fl.cxx index bb7cee968..17967a783 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -3,7 +3,7 @@ // // Main event handling code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index f3ae277b3..97246c278 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -3,7 +3,7 @@ // // OpenGL window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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/src/Fl_Menu_Button.cxx b/src/Fl_Menu_Button.cxx index c90ed9c9d..80768a6e0 100644 --- a/src/Fl_Menu_Button.cxx +++ b/src/Fl_Menu_Button.cxx @@ -3,7 +3,7 @@ // // Menu button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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/src/Fl_mac.cxx b/src/Fl_mac.cxx index 6c3bb83d6..36a26f749 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -3,7 +3,7 @@ // // MacOS specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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/src/Fl_x.cxx b/src/Fl_x.cxx index 7b0f1149e..cde677408 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -3,7 +3,7 @@ // // X specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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/src/fl_dnd_x.cxx b/src/fl_dnd_x.cxx index 255031e01..fa0c43a5f 100644 --- a/src/fl_dnd_x.cxx +++ b/src/fl_dnd_x.cxx @@ -3,7 +3,7 @@ // // Drag & Drop code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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 a2cb1ff25..d3ef0f373 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-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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 b54a882ea..12ff5714f 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-2005 by Bill Spitzak and others. +// Copyright 1998-2006 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/test/threads.h b/test/threads.h index 164175e65..21863ef85 100644 --- a/test/threads.h +++ b/test/threads.h @@ -3,7 +3,7 @@ // // Simple threading API for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2006 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 -- cgit v1.2.3