diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-05-01 11:08:38 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-05-01 11:08:38 +0000 |
| commit | e70733b46f6974111c5430cb499a55e757224f9a (patch) | |
| tree | abc3a10ce31520096bc979485548f1de46df4523 | |
| parent | 2e9ba0a10e313a37a368e5b90923f6449e1621e7 (diff) | |
fluid: update copyright year.
This is particularly useful for fluid/about_panel.{fl,cxx,h}.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12888 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/about_panel.cxx | 4 | ||||
| -rw-r--r-- | fluid/about_panel.fl | 4 | ||||
| -rw-r--r-- | fluid/about_panel.h | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.h | 2 | ||||
| -rw-r--r-- | fluid/function_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/function_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/function_panel.h | 2 | ||||
| -rw-r--r-- | fluid/print_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/print_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/print_panel.h | 2 | ||||
| -rw-r--r-- | fluid/template_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/template_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/template_panel.h | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.h | 2 |
18 files changed, 20 insertions, 20 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 50d4d2f75..d68e853e5 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-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -282,7 +282,7 @@ Fl_Double_Window* make_about_panel() { snprintf(about,sizeof(about),"FLTK User\nInterface Designer\nVersion %d.%d.%d",FL_MAJOR_VERSION,FL_MINOR_VERSION,FL_PATCH_VERSION); o->copy_label(about); } // Fl_Box* o - { Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2017 by\nBill Spitzak and others"); + { Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2018 by\nBill Spitzak and others"); o->align(Fl_Align(132|FL_ALIGN_INSIDE)); } // Fl_Box* o { Fl_Button* o = new Fl_Button(115, 145, 123, 25, "View License..."); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index b89308db0..bb54debf6 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-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -45,7 +45,7 @@ Version x.x.x} code2 {o->copy_label(about);} } Fl_Box {} { - label {Copyright 1998-2017 by + label {Copyright 1998-2018 by Bill Spitzak and others} xywh {135 90 200 45} align 148 } diff --git a/fluid/about_panel.h b/fluid/about_panel.h index 62ba20542..3c8fd44e6 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-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 8812690d6..1b3122708 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -3,7 +3,7 @@ // // Setting and shell dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 8f31feeae..3bc3197f1 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -7,7 +7,7 @@ comment {// // // Setting and shell dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index bb3af07d6..c00a8d7a4 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -3,7 +3,7 @@ // // Setting and shell dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 7c3712c0c..ed82ed3b8 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -3,7 +3,7 @@ // // Code dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 8a8a595fa..8f9199ae7 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -7,7 +7,7 @@ comment {// // // Code dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/function_panel.h b/fluid/function_panel.h index efac55312..c706a197c 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -3,7 +3,7 @@ // // Code dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx index aeeb37824..ce06f0ddd 100644 --- a/fluid/print_panel.cxx +++ b/fluid/print_panel.cxx @@ -3,7 +3,7 @@ // // FLUID print panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl index 9f1746a68..0c9b3631a 100644 --- a/fluid/print_panel.fl +++ b/fluid/print_panel.fl @@ -7,7 +7,7 @@ comment {// // // FLUID print panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/print_panel.h b/fluid/print_panel.h index 0107d4701..faa3d1cfb 100644 --- a/fluid/print_panel.h +++ b/fluid/print_panel.h @@ -3,7 +3,7 @@ // // FLUID print panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx index 9975b16b6..5dbf9e18e 100644 --- a/fluid/template_panel.cxx +++ b/fluid/template_panel.cxx @@ -3,7 +3,7 @@ // // FLUID template support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl index 7c9239dc6..21e929d3c 100644 --- a/fluid/template_panel.fl +++ b/fluid/template_panel.fl @@ -7,7 +7,7 @@ comment {// // // FLUID template support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/template_panel.h b/fluid/template_panel.h index 9c631ee91..1cf03de61 100644 --- a/fluid/template_panel.h +++ b/fluid/template_panel.h @@ -3,7 +3,7 @@ // // FLUID template support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index d309729d4..18cdf32b0 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -3,7 +3,7 @@ // // Widget panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index dcc89017e..759b5f030 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -7,7 +7,7 @@ comment {// // // Widget panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 8f7ddc592..14362efbe 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -3,7 +3,7 @@ // // Widget panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this |
