diff --git a/ChangeLog b/ChangeLog index 601a0bec..29ac2690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2020-07-08 Markus Gans + * New data wrapper class FData + 2020-07-06 Markus Gans * Add a document that describes how to create user themes diff --git a/Makefile.am b/Makefile.am index 0b88c7dc..3931c23a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,3 +19,7 @@ docdir = ${datadir}/doc/${PACKAGE} doc_DATA = AUTHORS COPYING COPYING.LESSER ChangeLog test: check + +uninstall-hook: + if test -d ${docdir}; then rmdir ${docdir}; fi + diff --git a/debian/control b/debian/control index fdc3da05..072da752 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Suggests: , ncurses-term , vim-common Description: Shared library for the final cut widget toolkit - The Final Cut is a class library and widget toolkit with full mouse + FINAL CUT is a class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows the simultaneous handling of multiple windows on the screen. @@ -50,7 +50,7 @@ Depends: , libtinfo-dev , libncurses5-dev Description: Developer's library for the final cut widget toolkit - The Final Cut is a class library and widget toolkit with full mouse + FINAL CUT is a class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows the simultaneous handling of multiple windows on the screen. @@ -74,7 +74,7 @@ Depends: , libtinfo-dev , libncurses5-dev Description: Test and example programs for the final cut widget toolkit - The Final Cut is a class library and widget toolkit with full mouse + FINAL CUT is a class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows the simultaneous handling of multiple windows on the screen. diff --git a/debian/copyright b/debian/copyright index 7330989e..11eb2172 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,13 +7,13 @@ Copyright: 2017, Markus Gans License: LGPL-3 License: LGPL-3 - The Final Cut is free software: you can redistribute it and/or modify + FINAL CUT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . - The Final Cut is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of + FINAL CUT is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . diff --git a/doc/Makefile.am b/doc/Makefile.am index 565853d0..d8ec9405 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,6 +5,7 @@ docdir = ${datadir}/doc/${PACKAGE} EXTRA_DIST = \ + benchmark.md \ build_openbsd.txt \ build_solaris.txt \ calendar-draft.png \ @@ -16,9 +17,21 @@ EXTRA_DIST = \ console_ioctl-manual.sh \ faq.md \ fileopen-dialog.png \ + final-cut-application-structure.svg \ first-steps.md \ + first-steps_callback-function.cpp.png \ + first-steps_callback-lambda.cpp.png \ + first-steps_callback-method.cpp.png \ + first-steps_dialog.cpp.png \ + first-steps_emit-signal.cpp.png \ + first-steps_memory.cpp.png \ + first-steps_scrollview.cpp.png \ + first-steps_size-adjustment.cpp.png \ + first-steps_timer.cpp.png \ + first-steps_user-event.cpp.png \ framebuffer.txt \ Mandelbrot.png \ + mouse-control.md \ ncurses.supp \ newfont1.png \ newfont2.png \ @@ -31,13 +44,24 @@ EXTRA_DIST = \ terminfo-manual.sh \ textview.png \ TODO \ + user-theme.md \ + user-theme.png \ + user-theme-bee-palette.svg \ + user-theme-fc16-dark-palette.svg \ + user-theme-fc16-palette.svg \ + user-theme-fc8-palette.svg \ + user-theme-vga-palette.svg \ vga.txt \ vt100_line_drawing_graphics.png \ virtual-terminal.txt \ + widget-coordinates.svg \ + widget-geometry.svg \ + widget-lengths.svg \ xterm.txt \ xgraphics doc_DATA = \ + benchmark.md \ build_openbsd.txt \ build_solaris.txt \ calendar-draft.png \ @@ -49,9 +73,21 @@ doc_DATA = \ console_ioctl-manual.sh \ faq.md \ fileopen-dialog.png \ + final-cut-application-structure.svg \ first-steps.md \ + first-steps_callback-function.cpp.png \ + first-steps_callback-lambda.cpp.png \ + first-steps_callback-method.cpp.png \ + first-steps_dialog.cpp.png \ + first-steps_emit-signal.cpp.png \ + first-steps_memory.cpp.png \ + first-steps_scrollview.cpp.png \ + first-steps_size-adjustment.cpp.png \ + first-steps_timer.cpp.png \ + first-steps_user-event.cpp.png \ framebuffer.txt \ Mandelbrot.png \ + mouse-control.md \ ncurses.supp \ newfont1.png \ newfont2.png \ @@ -64,8 +100,19 @@ doc_DATA = \ terminfo-manual.sh \ textview.png \ TODO \ + user-theme.md \ + user-theme.png \ + user-theme-bee-palette.svg \ + user-theme-fc16-dark-palette.svg \ + user-theme-fc16-palette.svg \ + user-theme-fc8-palette.svg \ + user-theme-vga-palette.svg \ vga.txt \ vt100_line_drawing_graphics.png \ virtual-terminal.txt \ + widget-coordinates.svg \ + widget-geometry.svg \ + widget-lengths.svg \ xterm.txt \ xgraphics + diff --git a/doc/class_template.cpp b/doc/class_template.cpp index f06e8d20..f7618712 100644 --- a/doc/class_template.cpp +++ b/doc/class_template.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fclassname.cpp - [brief description] * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright [year] [Maintainer] * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/doc/class_template.h b/doc/class_template.h index 12c19272..c3cc4325 100644 --- a/doc/class_template.h +++ b/doc/class_template.h @@ -1,17 +1,17 @@ /*********************************************************************** * fclassname.h - [brief description] * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright [year] [Maintainer] * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/doc/faq.md b/doc/faq.md index edb0b5bc..47164336 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -6,7 +6,7 @@ Frequently Asked Questions What is FINAL CUT? ------------------ -The FINAL CUT is a [C++](https://en.wikipedia.org/wiki/C%2B%2B) class library +FINAL CUT is a [C++](https://en.wikipedia.org/wiki/C%2B%2B) class library and a widget toolkit with full mouse support for creating a text-based user interface. It's based on the Termcap library and has its own cursor optimization and window management. diff --git a/doc/framebuffer.txt b/doc/framebuffer.txt index 4e11667a..8d6269a1 100644 --- a/doc/framebuffer.txt +++ b/doc/framebuffer.txt @@ -1,7 +1,7 @@ Framebuffer =========== -The Final Cut determines the used number of bits per pixel (bpp) +FINAL CUT determines the used number of bits per pixel (bpp) for Linux framebuffer console to determine whether 16 (or more) different background colors can be displayed. Therefore your user needs read-access to the framebuffer device (/dev/fb0 or /dev/fb/0). diff --git a/doc/user-theme.md b/doc/user-theme.md index b3f699b8..483b6a60 100644 --- a/doc/user-theme.md +++ b/doc/user-theme.md @@ -247,6 +247,7 @@ sequences. VGA palette
Figure 1. VGA palette
+

The FINAL CUT eight-color palette `default8ColorPalette` is optimized for the eight-color widget theme `default8ColorTheme`. It is for terminals @@ -255,6 +256,7 @@ that cannot display more than eight colors. FINAL CUT 8-color palette
Figure 2. FINAL CUT 8-color palette
+

The FINAL CUT palette `default16ColorPalette` is the default 16-color palette. It is optimized for the widget color theme `default16ColorTheme`. @@ -262,6 +264,7 @@ palette. It is optimized for the widget color theme `default16ColorTheme`. FINAL CUT 16-color palette
Figure 3. FINAL CUT 16-color palette
+

The second 16-color palette in FINAL CUT is for the dark theme. It was adjusted for the widget color themes `default8ColorDarkTheme` and @@ -270,6 +273,7 @@ adjusted for the widget color themes `default8ColorDarkTheme` and FINAL CUT 16-color dark palette
Figure 4. FINAL CUT 16-color dark palette
+

In the following example, we want to create the palette them `BeeColorPalette`. For this purpose, we generate an include file again, @@ -278,6 +282,7 @@ in which we implement the new palette class. Bee palette
Figure 6. Bee palette
+

**File:** *color-palette-theme.h* ```cpp @@ -339,7 +344,7 @@ your application, the object instances of both classes are created and set. User theme example
Figure 7. User theme example
- +

**File:** *theme.cpp* ```cpp @@ -432,5 +437,5 @@ After entering the source code in *theme.cpp* you can compile the above program with gcc: ```cpp g++ -O2 -lfinal -std=c++11 theme.cpp -o theme - ``` + diff --git a/examples/7segment.cpp b/examples/7segment.cpp index 8cf9cdbb..b46eee0d 100644 --- a/examples/7segment.cpp +++ b/examples/7segment.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * 7segment.cpp - Seven-segment display * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/Makefile.am b/examples/Makefile.am index 6c46137f..e8a33ee2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Makefile.am - The Final Cut example programs +# Makefile.am - FINAL CUT example programs #---------------------------------------------------------------------- if ! CPPUNIT_TEST diff --git a/examples/background-color.cpp b/examples/background-color.cpp index fe14f5f7..c44f0a95 100644 --- a/examples/background-color.cpp +++ b/examples/background-color.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * background-color.cpp - Sets the background color palette * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/busy.cpp b/examples/busy.cpp index 2bc2716b..8b503150 100644 --- a/examples/busy.cpp +++ b/examples/busy.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * busy.cpp - Shows the use of the FBusyIndicator * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/calculator.cpp b/examples/calculator.cpp index aff63430..b637d85d 100644 --- a/examples/calculator.cpp +++ b/examples/calculator.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * calculator.cpp - A simple calculator with trigonometric functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/checklist.cpp b/examples/checklist.cpp index 33ce1e60..9db553cc 100644 --- a/examples/checklist.cpp +++ b/examples/checklist.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * checklist.cpp - Example for FListView widget with checkboxes * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/choice.cpp b/examples/choice.cpp index 2869a412..d84deafd 100644 --- a/examples/choice.cpp +++ b/examples/choice.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * choice.cpp - FButtonGroup with scroll view * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/dialog.cpp b/examples/dialog.cpp index 705a9bb6..b65b8e82 100644 --- a/examples/dialog.cpp +++ b/examples/dialog.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * dialog.cpp - A FDialog example * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/event-log.cpp b/examples/event-log.cpp index 6d0991a7..a7ec3ec2 100644 --- a/examples/event-log.cpp +++ b/examples/event-log.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * event-log.cpp - Logs events in a dialog box * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/fullwidth-character.cpp b/examples/fullwidth-character.cpp index 8bc6067e..87ce8204 100644 --- a/examples/fullwidth-character.cpp +++ b/examples/fullwidth-character.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fullwidth-letter.cpp - Demonstrates use of full-width characters * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/hello.cpp b/examples/hello.cpp index e90643aa..613711c2 100644 --- a/examples/hello.cpp +++ b/examples/hello.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * hello.cpp - A simple hello world program * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/input-dialog.cpp b/examples/input-dialog.cpp index 99c9295a..cd6796b9 100644 --- a/examples/input-dialog.cpp +++ b/examples/input-dialog.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * input-dialog.cpp - An input field example * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/keyboard.cpp b/examples/keyboard.cpp index c3e06279..bc97335b 100644 --- a/examples/keyboard.cpp +++ b/examples/keyboard.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * keyboard.cpp - Shows typed-in key name * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/listbox.cpp b/examples/listbox.cpp index 0a6c60cc..adb41eb9 100644 --- a/examples/listbox.cpp +++ b/examples/listbox.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * listbox.cpp - Example for using a FListBox widget * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/listview.cpp b/examples/listview.cpp index 0ec35148..6b1fbcdb 100644 --- a/examples/listview.cpp +++ b/examples/listview.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * listview.cpp - Example for using a multi-column FListView widget * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/mandelbrot.cpp b/examples/mandelbrot.cpp index 1ec4935e..fe9d1c44 100644 --- a/examples/mandelbrot.cpp +++ b/examples/mandelbrot.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * mandelbrot.cpp - Shows a ASCII based Mandelbrot set * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/menu.cpp b/examples/menu.cpp index 978114f0..39bdce23 100644 --- a/examples/menu.cpp +++ b/examples/menu.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * menu.cpp - A menu example * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/mouse.cpp b/examples/mouse.cpp index 7f4614e2..16752c71 100644 --- a/examples/mouse.cpp +++ b/examples/mouse.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * mouse.cpp - A small mouse-controlled drawing program * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/opti-move.cpp b/examples/opti-move.cpp index 72b8a3d0..a4950f5e 100644 --- a/examples/opti-move.cpp +++ b/examples/opti-move.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * opti-move.cpp - Tests the cursor movement optimization * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/rotozoomer.cpp b/examples/rotozoomer.cpp index a1bf1399..13ab5e1f 100644 --- a/examples/rotozoomer.cpp +++ b/examples/rotozoomer.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * rotozoomer.cpp - Rotozoomer effect demo * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/scrollview.cpp b/examples/scrollview.cpp index bb3a9eb2..e45dd26e 100644 --- a/examples/scrollview.cpp +++ b/examples/scrollview.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * scrollview.cpp - Shows client widgets in a scroll area * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/string-operations.cpp b/examples/string-operations.cpp index cd92192d..a9ef2794 100644 --- a/examples/string-operations.cpp +++ b/examples/string-operations.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * string-operations.cpp - Demonstrates the functionality of FString * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/term-attributes.cpp b/examples/term-attributes.cpp index f11a2249..c7a18c6b 100644 --- a/examples/term-attributes.cpp +++ b/examples/term-attributes.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * term-attributes.cpp - Test the video attributes of the terminal * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/termcap.cpp b/examples/termcap.cpp index e5e52dda..15c11200 100644 --- a/examples/termcap.cpp +++ b/examples/termcap.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * termcap.cpp - Show the used termcap variables * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/timer.cpp b/examples/timer.cpp index 032807e4..4fc9047b 100644 --- a/examples/timer.cpp +++ b/examples/timer.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * timer.cpp - Using timer events * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/transparent.cpp b/examples/transparent.cpp index 67ef2fd1..ac8d5644 100644 --- a/examples/transparent.cpp +++ b/examples/transparent.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * transparent.cpp - Demonstrates transparent windows * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/treeview.cpp b/examples/treeview.cpp index 8d36e5af..1d9a5012 100644 --- a/examples/treeview.cpp +++ b/examples/treeview.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * treeview.cpp - Example of a FListView widget with a tree hierarchy * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/ui.cpp b/examples/ui.cpp index a116ed00..f223c5af 100644 --- a/examples/ui.cpp +++ b/examples/ui.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ui.cpp - Example of a user interface * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * @@ -806,7 +806,7 @@ void MyDialog::cb_about (const finalcut::FWidget*, const FDataPtr) const finalcut::FString line(2, fc::BoxDrawingsHorizontal); finalcut::FMessageBox info ( "About" - , line + L" The Final Cut " + line + L"\n\n" + , line + L" FINAL CUT " + line + L"\n\n" L"Version " + libver + L"\n\n" L"(c) 2020 by Markus Gans" , finalcut::FMessageBox::Ok, 0, 0, this ); @@ -1042,7 +1042,7 @@ void MyDialog::cb_setInput (finalcut::FWidget* widget, FDataPtr data) int main (int argc, char* argv[]) { const finalcut::FString ver{F_VERSION}; // Library version - const finalcut::FString title { "The FINAL CUT " + ver + const finalcut::FString title { "FINAL CUT " + ver + " (C) 2020 by Markus Gans" }; // Create the application object app diff --git a/examples/watch.cpp b/examples/watch.cpp index 9b03b31f..2048626f 100644 --- a/examples/watch.cpp +++ b/examples/watch.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * watch.cpp - A watch with FSwitch widgets * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/examples/windows.cpp b/examples/windows.cpp index c9264857..d624fc9a 100644 --- a/examples/windows.cpp +++ b/examples/windows.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * windows.cpp - Shows window handling * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/fonts/Makefile.am b/fonts/Makefile.am index 6b7f78bc..b6a57cba 100644 --- a/fonts/Makefile.am +++ b/fonts/Makefile.am @@ -29,3 +29,7 @@ font_DATA = \ 8x16graph.pcf.gz \ fonts.alias \ fonts.dir + +uninstall-hook: + if test -d ${fontdir}; then rmdir ${fontdir}; fi + diff --git a/src/Makefile.am b/src/Makefile.am index 97549dd2..18aef3d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ #---------------------------------------------------------------------- -# Makefile.am - The Final Cut library +# Makefile.am - FINAL CUT library #---------------------------------------------------------------------- AM_CPPFLAGS = -Iinclude -Wall -Werror -DCOMPILE_FINAL_CUT -std=c++11 @@ -87,6 +87,7 @@ finalcutinclude_HEADERS = \ include/final/fbuttongroup.h \ include/final/fcheckbox.h \ include/final/fcolorpair.h \ + include/final/fdata.h \ include/final/fstyle.h \ include/final/fconfig.h \ include/final/fswitch.h \ @@ -159,5 +160,6 @@ finalcutinclude_HEADERS = \ clean-local: -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete -#uninstall: -# rm -R -f $(includedir)/final +uninstall-hook: + if test -d ${finalcutincludedir}; then rmdir ${finalcutincludedir}; fi + diff --git a/src/Makefile.clang b/src/Makefile.clang index c83f2636..4116e4a0 100644 --- a/src/Makefile.clang +++ b/src/Makefile.clang @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Makefile for Final Cut +# Makefile for FINAL CUT #----------------------------------------------------------------------------- # This is where make install will install the library diff --git a/src/Makefile.gcc b/src/Makefile.gcc index 47ce8473..36222322 100644 --- a/src/Makefile.gcc +++ b/src/Makefile.gcc @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Makefile for Final Cut +# Makefile for FINAL CUT #----------------------------------------------------------------------------- # This is where make install will install the library diff --git a/src/fapplication.cpp b/src/fapplication.cpp index 4177e28c..251f0a9c 100644 --- a/src/fapplication.cpp +++ b/src/fapplication.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fapplication.cpp - Manages the application events * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2013-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * @@ -520,7 +520,7 @@ void FApplication::showParameterUsage() << " -h, --help " << " Display this help and exit\n" << "\n" - << "The Final Cut options:\n" + << "FINAL CUT options:\n" << " --encoding= " << " Sets the character encoding mode\n" << " " diff --git a/src/fbusyindicator.cpp b/src/fbusyindicator.cpp index dcd2f5a6..d46c1431 100644 --- a/src/fbusyindicator.cpp +++ b/src/fbusyindicator.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fbusyindicator.cpp - Shows background activity * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fbutton.cpp b/src/fbutton.cpp index 9e321441..2848c43c 100644 --- a/src/fbutton.cpp +++ b/src/fbutton.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fbutton.cpp - Widget FButton * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fbuttongroup.cpp b/src/fbuttongroup.cpp index 85943373..7daeb8f6 100644 --- a/src/fbuttongroup.cpp +++ b/src/fbuttongroup.cpp @@ -2,17 +2,17 @@ * fbuttongroup.cpp - The FButtonGroup widget organizes FToggleButton * * widgets in a group. * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fcharmap.cpp b/src/fcharmap.cpp index 77380469..23bb8753 100644 --- a/src/fcharmap.cpp +++ b/src/fcharmap.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fcharmap.cpp - Character mapping and encoding * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fcheckbox.cpp b/src/fcheckbox.cpp index 44ba8b57..f06f3d07 100644 --- a/src/fcheckbox.cpp +++ b/src/fcheckbox.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fcheckbox.cpp - Widget FCheckBox * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fcheckmenuitem.cpp b/src/fcheckmenuitem.cpp index 392ca681..d75ef36e 100644 --- a/src/fcheckmenuitem.cpp +++ b/src/fcheckmenuitem.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fcheckmenuitem.cpp - Widget FCheckMenuItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fcolorpalette.cpp b/src/fcolorpalette.cpp index e173218d..9180dbdc 100644 --- a/src/fcolorpalette.cpp +++ b/src/fcolorpalette.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fcolorpalette.cpp - Define RGB color value for a palette entry * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fcombobox.cpp b/src/fcombobox.cpp index c08ffc1e..5c843fc4 100644 --- a/src/fcombobox.cpp +++ b/src/fcombobox.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fcombobox.cpp - Widget FComboBox * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fdialog.cpp b/src/fdialog.cpp index 2ea2a16a..59d3d93c 100644 --- a/src/fdialog.cpp +++ b/src/fdialog.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fdialog.cpp - Widget FDialog * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fdialoglistmenu.cpp b/src/fdialoglistmenu.cpp index 3567b8ad..a301b65b 100644 --- a/src/fdialoglistmenu.cpp +++ b/src/fdialoglistmenu.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fdialoglistmenu.cpp - Widget FDialogListMenu * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fevent.cpp b/src/fevent.cpp index 964cf440..be31e71c 100644 --- a/src/fevent.cpp +++ b/src/fevent.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fevent.cpp - Base event class of widgets * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ffiledialog.cpp b/src/ffiledialog.cpp index 7087e6ed..565cfa0d 100644 --- a/src/ffiledialog.cpp +++ b/src/ffiledialog.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ffiledialog.cpp - Widget FFileDialog (a file chooser dialog) * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fkey_map.cpp b/src/fkey_map.cpp index aeff0b90..95a291f0 100644 --- a/src/fkey_map.cpp +++ b/src/fkey_map.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fkey_map.cpp - Key name mapping * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fkeyboard.cpp b/src/fkeyboard.cpp index 35b6e005..52afbfcd 100644 --- a/src/fkeyboard.cpp +++ b/src/fkeyboard.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fkeyboard.cpp - Read keyboard events * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/flabel.cpp b/src/flabel.cpp index 1ad9fa9a..ad3621fe 100644 --- a/src/flabel.cpp +++ b/src/flabel.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * flabel.cpp - Widget FLabel * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/flineedit.cpp b/src/flineedit.cpp index 47d05fc7..c5e3984e 100644 --- a/src/flineedit.cpp +++ b/src/flineedit.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * flineedit.cpp - Widget FLineEdit * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/flistbox.cpp b/src/flistbox.cpp index 6f990743..45234365 100644 --- a/src/flistbox.cpp +++ b/src/flistbox.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * flistbox.cpp - Widget FListBox and FListBoxItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/flistview.cpp b/src/flistview.cpp index a4226a0c..a61c6905 100644 --- a/src/flistview.cpp +++ b/src/flistview.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * flistview.cpp - Widget FListView and FListViewItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/flog.cpp b/src/flog.cpp index 2a527412..a9fd54d5 100644 --- a/src/flog.cpp +++ b/src/flog.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * flog.cpp - Interface of the FINAL CUT logger * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/flogger.cpp b/src/flogger.cpp index 68720d68..59ac1948 100644 --- a/src/flogger.cpp +++ b/src/flogger.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * flogger.cpp - The FINAL CUT text logger * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fmenu.cpp b/src/fmenu.cpp index ebca38b4..81cd2a4c 100644 --- a/src/fmenu.cpp +++ b/src/fmenu.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fmenu.cpp - Widget FMenu * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fmenubar.cpp b/src/fmenubar.cpp index 5923248a..aa879619 100644 --- a/src/fmenubar.cpp +++ b/src/fmenubar.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fmenubar.cpp - Widget FMenuBar * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fmenuitem.cpp b/src/fmenuitem.cpp index 25b750f6..ae1b3cd3 100644 --- a/src/fmenuitem.cpp +++ b/src/fmenuitem.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fmenuitem.cpp - Widget FMenuItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fmenulist.cpp b/src/fmenulist.cpp index c9e4d0a5..47061a43 100644 --- a/src/fmenulist.cpp +++ b/src/fmenulist.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fmenulist.cpp - Menu item container base class * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fmessagebox.cpp b/src/fmessagebox.cpp index f156bfe7..34851705 100644 --- a/src/fmessagebox.cpp +++ b/src/fmessagebox.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fmessagebox.cpp - Widget FMessageBox (a text message window) * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fmouse.cpp b/src/fmouse.cpp index 996c2268..7b6fbaf1 100644 --- a/src/fmouse.cpp +++ b/src/fmouse.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fmouse.cpp - Read mouse events * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fobject.cpp b/src/fobject.cpp index 77fdf11a..d75d1878 100644 --- a/src/fobject.cpp +++ b/src/fobject.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fobject.cpp - Object container base class of all widget objects * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/foptiattr.cpp b/src/foptiattr.cpp index 2581ebe6..d53d50a7 100644 --- a/src/foptiattr.cpp +++ b/src/foptiattr.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * foptiattr.cpp - Sets video attributes in optimized order * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/foptimove.cpp b/src/foptimove.cpp index 88389cfd..95ce383c 100644 --- a/src/foptimove.cpp +++ b/src/foptimove.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * foptimove.cpp - Cursor movement optimization * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fpoint.cpp b/src/fpoint.cpp index 51ea2ecc..e41dab23 100644 --- a/src/fpoint.cpp +++ b/src/fpoint.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fpoint.cpp - Point with an x and y coordinate * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fprogressbar.cpp b/src/fprogressbar.cpp index e99b530a..8d3e04ad 100644 --- a/src/fprogressbar.cpp +++ b/src/fprogressbar.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fprogressbar.cpp - Widget FProgressbar * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fradiobutton.cpp b/src/fradiobutton.cpp index 5f511b6b..8c8e1a16 100644 --- a/src/fradiobutton.cpp +++ b/src/fradiobutton.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fradiobutton.cpp - Widget FRadioButton * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fradiomenuitem.cpp b/src/fradiomenuitem.cpp index 1496b916..48af6014 100644 --- a/src/fradiomenuitem.cpp +++ b/src/fradiomenuitem.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fradiomenuitem.cpp - Widget FRadioMenuItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/frect.cpp b/src/frect.cpp index 2d88eb6e..e396512c 100644 --- a/src/frect.cpp +++ b/src/frect.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * frect.cpp - Rectangle with position and size * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fscrollbar.cpp b/src/fscrollbar.cpp index 9dd0491f..3c96b6ce 100644 --- a/src/fscrollbar.cpp +++ b/src/fscrollbar.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fscrollbar.cpp - Widget FScrollbar * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fscrollview.cpp b/src/fscrollview.cpp index 5b0d722f..f5a1e30b 100644 --- a/src/fscrollview.cpp +++ b/src/fscrollview.cpp @@ -2,17 +2,17 @@ * fscrollview.cpp - Widget FScrollView (a scrolling area with * * on-demand scroll bars) * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fsize.cpp b/src/fsize.cpp index 1baba394..5d957452 100644 --- a/src/fsize.cpp +++ b/src/fsize.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fsize.cpp - Height and width of a two-dimensional surface * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fspinbox.cpp b/src/fspinbox.cpp index c477b40d..e77edb9e 100644 --- a/src/fspinbox.cpp +++ b/src/fspinbox.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fspinbox.cpp - Widget FSpinBox * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fstartoptions.cpp b/src/fstartoptions.cpp index 864b5033..3250eadb 100644 --- a/src/fstartoptions.cpp +++ b/src/fstartoptions.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fstartoptions.cpp - Contains the start options for initialization * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fstatusbar.cpp b/src/fstatusbar.cpp index a9e17f1b..03b6030f 100644 --- a/src/fstatusbar.cpp +++ b/src/fstatusbar.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fstatusbar.cpp - Widget FStatusBar and FStatusKey * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fstring.cpp b/src/fstring.cpp index 7c3ba53a..55987c14 100644 --- a/src/fstring.cpp +++ b/src/fstring.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fstring.cpp - Unicode string class with UTF-8 support * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fstringstream.cpp b/src/fstringstream.cpp index 31a3523d..c71897fa 100644 --- a/src/fstringstream.cpp +++ b/src/fstringstream.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fstringstream.cpp - I/O operations on FString based streams * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fswitch.cpp b/src/fswitch.cpp index 1db06e7d..58274d2d 100644 --- a/src/fswitch.cpp +++ b/src/fswitch.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fswitch.cpp - Widget FSwitch * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fsystem.cpp b/src/fsystem.cpp index 772c4545..2f1dd98e 100644 --- a/src/fsystem.cpp +++ b/src/fsystem.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fsystem.cpp - Abstract class for system calls * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fsystemimpl.cpp b/src/fsystemimpl.cpp index 3f8fdef3..498c86c2 100644 --- a/src/fsystemimpl.cpp +++ b/src/fsystemimpl.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fsystemimpl.cpp - FSystem implementation * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fterm.cpp b/src/fterm.cpp index c7eb3e32..6cbe556c 100644 --- a/src/fterm.cpp +++ b/src/fterm.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fterm.cpp - Base class for terminal control * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fterm_functions.cpp b/src/fterm_functions.cpp index 646044c7..1fa430ee 100644 --- a/src/fterm_functions.cpp +++ b/src/fterm_functions.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fterm_functions.cpp - FTerm helper functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermbuffer.cpp b/src/ftermbuffer.cpp index fa8cd5fb..7dd82959 100644 --- a/src/ftermbuffer.cpp +++ b/src/ftermbuffer.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermbuffer.cpp - Buffer for virtual terminal strings * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermcap.cpp b/src/ftermcap.cpp index a1e4ff2a..53268d68 100644 --- a/src/ftermcap.cpp +++ b/src/ftermcap.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermcap.cpp - Provides access to terminal capabilities * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermcapquirks.cpp b/src/ftermcapquirks.cpp index 52fcea0c..07faf1bd 100644 --- a/src/ftermcapquirks.cpp +++ b/src/ftermcapquirks.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermcapquirks.cpp - Termcap quirks for some well-known terminals * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermdebugdata.cpp b/src/ftermdebugdata.cpp index 5260a594..8ea81d19 100644 --- a/src/ftermdebugdata.cpp +++ b/src/ftermdebugdata.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermdebugdata.cpp - Debug data class for FTerm * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermdetection.cpp b/src/ftermdetection.cpp index 4554f85f..d81a6c29 100644 --- a/src/ftermdetection.cpp +++ b/src/ftermdetection.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermdetection.cpp - Detection of the terminal type * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermfreebsd.cpp b/src/ftermfreebsd.cpp index 99359ba1..f9925f60 100644 --- a/src/ftermfreebsd.cpp +++ b/src/ftermfreebsd.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermfreebsd.cpp - Contains the FreeBSD terminal functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermios.cpp b/src/ftermios.cpp index 243aa544..c3c17765 100644 --- a/src/ftermios.cpp +++ b/src/ftermios.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermios.cpp - Provides access to POSIX tty I/O control * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermlinux.cpp b/src/ftermlinux.cpp index 4537cc83..f4263b2d 100644 --- a/src/ftermlinux.cpp +++ b/src/ftermlinux.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermlinux.cpp - Contains the Linux terminal functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermopenbsd.cpp b/src/ftermopenbsd.cpp index e962d470..a49c34ae 100644 --- a/src/ftermopenbsd.cpp +++ b/src/ftermopenbsd.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermopenbsd.cpp - Contains the NetBSD/OpenBSD terminal functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftermxterminal.cpp b/src/ftermxterminal.cpp index 56c6c8d3..e78669aa 100644 --- a/src/ftermxterminal.cpp +++ b/src/ftermxterminal.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermxterminal.cpp - Contains all xterm-specific terminal functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftextview.cpp b/src/ftextview.cpp index 15ce3574..50ef7d98 100644 --- a/src/ftextview.cpp +++ b/src/ftextview.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftextview.cpp - Widget FTextView (a multiline text viewer) * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftogglebutton.cpp b/src/ftogglebutton.cpp index 7da98051..4c7e748f 100644 --- a/src/ftogglebutton.cpp +++ b/src/ftogglebutton.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftogglebutton.cpp - Intermediate base class for a toggle button * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/ftooltip.cpp b/src/ftooltip.cpp index ca26b639..354d1d7d 100644 --- a/src/ftooltip.cpp +++ b/src/ftooltip.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftooltip.cpp - Widget FToolTip * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fvterm.cpp b/src/fvterm.cpp index 2db393dc..665ae218 100644 --- a/src/fvterm.cpp +++ b/src/fvterm.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fvterm.cpp - Virtual terminal implementation * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fwidget.cpp b/src/fwidget.cpp index 3fc74c42..311756ef 100644 --- a/src/fwidget.cpp +++ b/src/fwidget.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fwidget.cpp - Intermediate base class for all widget objects * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * @@ -1257,12 +1257,6 @@ bool FWidget::isChildPrintArea() const return false; } -//---------------------------------------------------------------------- -bool FWidget::isDesktopInitialized() const -{ - return ( root_widget ) ? root_widget->init_desktop : false; -} - //---------------------------------------------------------------------- void FWidget::setStatusBar (FStatusBar* sbar) { diff --git a/src/fwidget_functions.cpp b/src/fwidget_functions.cpp index a0d1dc70..d3925da3 100644 --- a/src/fwidget_functions.cpp +++ b/src/fwidget_functions.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fwidget_functions.cpp - FWidget helper functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fwidgetcolors.cpp b/src/fwidgetcolors.cpp index e54d4541..53c75a12 100644 --- a/src/fwidgetcolors.cpp +++ b/src/fwidgetcolors.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fwidgetcolors.cpp - Set widget color theme * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/fwindow.cpp b/src/fwindow.cpp index be668f88..e1153538 100644 --- a/src/fwindow.cpp +++ b/src/fwindow.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fwindow.cpp - Intermediate base class for all window objects * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/emptyfstring.h b/src/include/final/emptyfstring.h index 46174f1f..b11cf9f8 100644 --- a/src/include/final/emptyfstring.h +++ b/src/include/final/emptyfstring.h @@ -1,17 +1,17 @@ /*********************************************************************** * emptyfstring.h - Creates an empty FString object * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fapplication.h b/src/include/final/fapplication.h index db0592a4..87d1d729 100644 --- a/src/include/final/fapplication.h +++ b/src/include/final/fapplication.h @@ -1,17 +1,17 @@ /*********************************************************************** * fapplication.h - Manages the application events * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2013-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fbusyindicator.h b/src/include/final/fbusyindicator.h index 761194ad..a73618b1 100644 --- a/src/include/final/fbusyindicator.h +++ b/src/include/final/fbusyindicator.h @@ -1,17 +1,17 @@ /*********************************************************************** * fbusyindicator.h - Shows background activity * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fbutton.h b/src/include/final/fbutton.h index 0fef4af5..cfe0145b 100644 --- a/src/include/final/fbutton.h +++ b/src/include/final/fbutton.h @@ -1,17 +1,17 @@ /*********************************************************************** * fbutton.h - Widget FButton * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fbuttongroup.h b/src/include/final/fbuttongroup.h index 33b95d77..1b544692 100644 --- a/src/include/final/fbuttongroup.h +++ b/src/include/final/fbuttongroup.h @@ -2,17 +2,17 @@ * fbuttongroup.h - The FButtonGroup widget organizes FToggleButton * * widgets in a group. * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fc.h b/src/include/final/fc.h index 648b8a56..aa1585c4 100644 --- a/src/include/final/fc.h +++ b/src/include/final/fc.h @@ -1,17 +1,17 @@ /*********************************************************************** * fc.h - Implements global constants and enumerations * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fcharmap.h b/src/include/final/fcharmap.h index a9a30b94..009c4a76 100644 --- a/src/include/final/fcharmap.h +++ b/src/include/final/fcharmap.h @@ -1,17 +1,17 @@ /*********************************************************************** * fcharmap.h - Character mapping and encoding * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fcheckbox.h b/src/include/final/fcheckbox.h index 132f4c68..07c5626d 100644 --- a/src/include/final/fcheckbox.h +++ b/src/include/final/fcheckbox.h @@ -1,17 +1,17 @@ /*********************************************************************** * fcheckbox.h - Widget FCheckBox * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fcheckmenuitem.h b/src/include/final/fcheckmenuitem.h index e2f795e2..212e3c94 100644 --- a/src/include/final/fcheckmenuitem.h +++ b/src/include/final/fcheckmenuitem.h @@ -1,17 +1,17 @@ /*********************************************************************** * fcheckmenuitem.h - Widget FCheckMenuItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fcolorpair.h b/src/include/final/fcolorpair.h index 6214e665..badcf497 100644 --- a/src/include/final/fcolorpair.h +++ b/src/include/final/fcolorpair.h @@ -1,17 +1,17 @@ /*********************************************************************** * fcolorpair.h - Foreground and background color of a character * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fcolorpalette.h b/src/include/final/fcolorpalette.h index b3ba52a8..38130f0e 100644 --- a/src/include/final/fcolorpalette.h +++ b/src/include/final/fcolorpalette.h @@ -1,17 +1,17 @@ /*********************************************************************** * fcolorpalette.h - Define RGB color value for a palette entry * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fcombobox.h b/src/include/final/fcombobox.h index b88e433f..1fddc318 100644 --- a/src/include/final/fcombobox.h +++ b/src/include/final/fcombobox.h @@ -1,17 +1,17 @@ /*********************************************************************** * fcombobox.h - Widget FComboBox * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fdata.h b/src/include/final/fdata.h new file mode 100644 index 00000000..473e9484 --- /dev/null +++ b/src/include/final/fdata.h @@ -0,0 +1,62 @@ +/*********************************************************************** +* fdata.h - A general-purpose data wrapper * +* * +* This file is part of the FINAL CUT widget toolkit * +* * +* Copyright 2020 Markus Gans * +* * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * +* the License, or (at your option) any later version. * +* * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU Lesser General Public License for more details. * +* * +* You should have received a copy of the GNU Lesser General Public * +* License along with this program. If not, see * +* . * +***********************************************************************/ + +#ifndef FDATA_H +#define FDATA_H + +#if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT) + #error "Only can be included directly." +#endif + +namespace +{ + +template +struct FData +{ + FData (T v) + : value(v) + { } + + T operator () () const + { + return value; + } + + template + T operator () (Args... args) const + { + return value(args...); + } + + operator T () const + { + return value; + } + + T value; +}; + +} // namespace + +#endif // FDATA_H + diff --git a/src/include/final/fdialog.h b/src/include/final/fdialog.h index 71208971..1fea5066 100644 --- a/src/include/final/fdialog.h +++ b/src/include/final/fdialog.h @@ -1,17 +1,17 @@ /*********************************************************************** * fdialog.h - Widget FDialog * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fdialoglistmenu.h b/src/include/final/fdialoglistmenu.h index 58acbdd0..e80f8953 100644 --- a/src/include/final/fdialoglistmenu.h +++ b/src/include/final/fdialoglistmenu.h @@ -1,17 +1,17 @@ /*********************************************************************** * fdialoglistmenu.h - Widget FDialogListMenu * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fevent.h b/src/include/final/fevent.h index 0e33d66a..21dfc7d5 100644 --- a/src/include/final/fevent.h +++ b/src/include/final/fevent.h @@ -1,17 +1,17 @@ /*********************************************************************** * fevent.h - Base event class of widgets * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ffiledialog.h b/src/include/final/ffiledialog.h index b99da7a6..f9a10a73 100644 --- a/src/include/final/ffiledialog.h +++ b/src/include/final/ffiledialog.h @@ -1,17 +1,17 @@ /*********************************************************************** * ffiledialog.h - Widget FFileDialog (a file chooser dialog) * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/final.h b/src/include/final/final.h index 9a985919..dc363458 100644 --- a/src/include/final/final.h +++ b/src/include/final/final.h @@ -1,18 +1,18 @@ /*********************************************************************** -* final.h - Include all in the Final Cut required functions, types * -* and macros * +* final.h - Include all in FINAL CUT required functions, * +* types and macros * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fkey_map.h b/src/include/final/fkey_map.h index ceacace7..5a623e42 100644 --- a/src/include/final/fkey_map.h +++ b/src/include/final/fkey_map.h @@ -1,17 +1,17 @@ /*********************************************************************** * fkey_map.h - Key name mapping * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fkeyboard.h b/src/include/final/fkeyboard.h index f04bcf0e..7dd344e7 100644 --- a/src/include/final/fkeyboard.h +++ b/src/include/final/fkeyboard.h @@ -1,17 +1,17 @@ /*********************************************************************** * fkeyboard.h - Read keyboard events * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/flabel.h b/src/include/final/flabel.h index f6ad464f..d73d0a06 100644 --- a/src/include/final/flabel.h +++ b/src/include/final/flabel.h @@ -1,17 +1,17 @@ /*********************************************************************** * flabel.cpp - Widget FLabel * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/flineedit.h b/src/include/final/flineedit.h index b2cc6e14..59bac04a 100644 --- a/src/include/final/flineedit.h +++ b/src/include/final/flineedit.h @@ -1,17 +1,17 @@ /*********************************************************************** * flineedit.h - Widget FLineEdit * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/flistbox.h b/src/include/final/flistbox.h index 85742216..d628cfee 100644 --- a/src/include/final/flistbox.h +++ b/src/include/final/flistbox.h @@ -1,17 +1,17 @@ /*********************************************************************** * flistbox.h - Widget FListBox and FListBoxItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/flistview.h b/src/include/final/flistview.h index f9c3a970..3e1fec87 100644 --- a/src/include/final/flistview.h +++ b/src/include/final/flistview.h @@ -1,17 +1,17 @@ /*********************************************************************** * flistview.h - Widget FListView and FListViewItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/flog.h b/src/include/final/flog.h index 9ff759dc..291bceec 100644 --- a/src/include/final/flog.h +++ b/src/include/final/flog.h @@ -1,17 +1,17 @@ /*********************************************************************** * flog.h - Interface of the FINAL CUT logger * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/flogger.h b/src/include/final/flogger.h index a7fcd17f..cbcc89e4 100644 --- a/src/include/final/flogger.h +++ b/src/include/final/flogger.h @@ -1,17 +1,17 @@ /*********************************************************************** * flogger.h - The FINAL CUT text logger * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fmenu.h b/src/include/final/fmenu.h index 69be88c6..3af7bd7e 100644 --- a/src/include/final/fmenu.h +++ b/src/include/final/fmenu.h @@ -1,17 +1,17 @@ /*********************************************************************** * fmenu.h - Widget FMenu * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fmenubar.h b/src/include/final/fmenubar.h index 5ad7d7f1..1cf243fd 100644 --- a/src/include/final/fmenubar.h +++ b/src/include/final/fmenubar.h @@ -1,17 +1,17 @@ /*********************************************************************** * fmenubar.h - Widget FMenuBar * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fmenuitem.h b/src/include/final/fmenuitem.h index 7cccde36..28fed5ad 100644 --- a/src/include/final/fmenuitem.h +++ b/src/include/final/fmenuitem.h @@ -1,17 +1,17 @@ /*********************************************************************** * fmenuitem.h - Widget FMenuItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fmenulist.h b/src/include/final/fmenulist.h index bb8c9288..ec77e07a 100644 --- a/src/include/final/fmenulist.h +++ b/src/include/final/fmenulist.h @@ -1,17 +1,17 @@ /*********************************************************************** * fmenulist.h - Menu item container base class * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fmessagebox.h b/src/include/final/fmessagebox.h index b5db8d6c..0f0f86ab 100644 --- a/src/include/final/fmessagebox.h +++ b/src/include/final/fmessagebox.h @@ -1,17 +1,17 @@ /*********************************************************************** * fmessagebox.h - Widget FMessageBox (a text message window) * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fmouse.h b/src/include/final/fmouse.h index 8a747be0..21abf106 100644 --- a/src/include/final/fmouse.h +++ b/src/include/final/fmouse.h @@ -1,17 +1,17 @@ /*********************************************************************** * fmouse.h - Read mouse events * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fobject.h b/src/include/final/fobject.h index 0e68c500..1593287d 100644 --- a/src/include/final/fobject.h +++ b/src/include/final/fobject.h @@ -1,17 +1,17 @@ /*********************************************************************** * fobject.h - Object container base class of all widget objects * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/foptiattr.h b/src/include/final/foptiattr.h index a6b49698..dcadbacb 100644 --- a/src/include/final/foptiattr.h +++ b/src/include/final/foptiattr.h @@ -1,17 +1,17 @@ /*********************************************************************** * foptiattr.h - Sets video attributes in optimized order * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/foptimove.h b/src/include/final/foptimove.h index a9661755..6d66223e 100644 --- a/src/include/final/foptimove.h +++ b/src/include/final/foptimove.h @@ -1,17 +1,17 @@ /*********************************************************************** * foptimove.cpp - Cursor movement optimization * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fpoint.h b/src/include/final/fpoint.h index a3ae4b22..740af574 100644 --- a/src/include/final/fpoint.h +++ b/src/include/final/fpoint.h @@ -1,17 +1,17 @@ /*********************************************************************** * fpoint.h - Point with an x and y coordinate * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fprogressbar.h b/src/include/final/fprogressbar.h index d77b62aa..4d8c5cca 100644 --- a/src/include/final/fprogressbar.h +++ b/src/include/final/fprogressbar.h @@ -1,17 +1,17 @@ /*********************************************************************** * fprogressbar.h - Widget FProgressbar * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fradiobutton.h b/src/include/final/fradiobutton.h index 10cebb5b..d00410b8 100644 --- a/src/include/final/fradiobutton.h +++ b/src/include/final/fradiobutton.h @@ -1,17 +1,17 @@ /*********************************************************************** * fradiobutton.h - Widget FRadioButton * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fradiomenuitem.h b/src/include/final/fradiomenuitem.h index d98259cc..daff789c 100644 --- a/src/include/final/fradiomenuitem.h +++ b/src/include/final/fradiomenuitem.h @@ -1,17 +1,17 @@ /*********************************************************************** * fradiomenuitem.h - Widget FRadioMenuItem * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/frect.h b/src/include/final/frect.h index 1e538437..c6727031 100644 --- a/src/include/final/frect.h +++ b/src/include/final/frect.h @@ -1,17 +1,17 @@ /*********************************************************************** * frect.h - Rectangle with position and size * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fscrollbar.h b/src/include/final/fscrollbar.h index 164afe8f..327f76a1 100644 --- a/src/include/final/fscrollbar.h +++ b/src/include/final/fscrollbar.h @@ -1,17 +1,17 @@ /*********************************************************************** * fscrollbar.h - Widget FScrollbar * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fscrollview.h b/src/include/final/fscrollview.h index 1cca1927..69fcbbe9 100644 --- a/src/include/final/fscrollview.h +++ b/src/include/final/fscrollview.h @@ -2,17 +2,17 @@ * fscrollview.h - Widget FScrollView (a scrolling area with on-demand * * scroll bars) * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fsize.h b/src/include/final/fsize.h index fe6373b7..c06ad351 100644 --- a/src/include/final/fsize.h +++ b/src/include/final/fsize.h @@ -1,17 +1,17 @@ /*********************************************************************** * fsize.h - Height and width of a two-dimensional surface * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fspinbox.h b/src/include/final/fspinbox.h index 0b9f5b36..809e51c4 100644 --- a/src/include/final/fspinbox.h +++ b/src/include/final/fspinbox.h @@ -1,17 +1,17 @@ /*********************************************************************** * fspinbox.h - Widget FSpinBox * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fstartoptions.h b/src/include/final/fstartoptions.h index 6a0d1ad6..ab5cffae 100644 --- a/src/include/final/fstartoptions.h +++ b/src/include/final/fstartoptions.h @@ -1,17 +1,17 @@ /*********************************************************************** * fstartoptions.h - Contains the start options for initialization * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fstatusbar.h b/src/include/final/fstatusbar.h index db45f601..a931223b 100644 --- a/src/include/final/fstatusbar.h +++ b/src/include/final/fstatusbar.h @@ -1,17 +1,17 @@ /*********************************************************************** * fstatusbar.h - Widget FStatusBar and FStatusKey * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fstring.h b/src/include/final/fstring.h index ae8c7ef6..c5b9870f 100644 --- a/src/include/final/fstring.h +++ b/src/include/final/fstring.h @@ -1,17 +1,17 @@ /*********************************************************************** * fstring.h - Unicode string class with UTF-8 support * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fstringstream.h b/src/include/final/fstringstream.h index e0c111c8..15ec22a6 100644 --- a/src/include/final/fstringstream.h +++ b/src/include/final/fstringstream.h @@ -1,17 +1,17 @@ /*********************************************************************** * fstringstream.h - I/O operations on FString based streams * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fstyle.h b/src/include/final/fstyle.h index d5c26a8d..bef360fe 100644 --- a/src/include/final/fstyle.h +++ b/src/include/final/fstyle.h @@ -1,17 +1,17 @@ /*********************************************************************** * fstyle.h - Style attribute of a character * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fswitch.h b/src/include/final/fswitch.h index 00ee64a4..cd94a57d 100644 --- a/src/include/final/fswitch.h +++ b/src/include/final/fswitch.h @@ -1,17 +1,17 @@ /*********************************************************************** * fswitch.h - Widget FSwitch * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fsystem.h b/src/include/final/fsystem.h index 38b98868..e07fed7b 100644 --- a/src/include/final/fsystem.h +++ b/src/include/final/fsystem.h @@ -1,17 +1,17 @@ /*********************************************************************** * fsystem.h - Abstract class for system calls * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fsystemimpl.h b/src/include/final/fsystemimpl.h index 44d8c687..25bbf3c4 100644 --- a/src/include/final/fsystemimpl.h +++ b/src/include/final/fsystemimpl.h @@ -1,17 +1,17 @@ /*********************************************************************** * fsystemimpl.h - FSystem implementation * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fterm.h b/src/include/final/fterm.h index 8874abd8..641c2f0d 100644 --- a/src/include/final/fterm.h +++ b/src/include/final/fterm.h @@ -1,17 +1,17 @@ /*********************************************************************** * fterm.h - Base class for terminal control * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2012-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermbuffer.h b/src/include/final/ftermbuffer.h index 84fa4a0e..2a5e4c41 100644 --- a/src/include/final/ftermbuffer.h +++ b/src/include/final/ftermbuffer.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermbuffer.h - Buffer for virtual terminal strings * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermcap.h b/src/include/final/ftermcap.h index 59523473..e4f2d33e 100644 --- a/src/include/final/ftermcap.h +++ b/src/include/final/ftermcap.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermcap.h - Provides access to terminal capabilities * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermcapquirks.h b/src/include/final/ftermcapquirks.h index 35b6ad23..60148df9 100644 --- a/src/include/final/ftermcapquirks.h +++ b/src/include/final/ftermcapquirks.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermcapquirks.h - Termcap quirks for some well-known terminals * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermdata.h b/src/include/final/ftermdata.h index cf1124ab..7c6aae50 100644 --- a/src/include/final/ftermdata.h +++ b/src/include/final/ftermdata.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermdata.h - Data class for FTerm * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermdebugdata.h b/src/include/final/ftermdebugdata.h index 94870964..1d76e9da 100644 --- a/src/include/final/ftermdebugdata.h +++ b/src/include/final/ftermdebugdata.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermdebugdata.h - Debug data class for FTerm * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermdetection.h b/src/include/final/ftermdetection.h index f17786d3..430d0c52 100644 --- a/src/include/final/ftermdetection.h +++ b/src/include/final/ftermdetection.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermdetection.h - Detection of the terminal type * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermfreebsd.h b/src/include/final/ftermfreebsd.h index 130f980a..55f0a8a3 100644 --- a/src/include/final/ftermfreebsd.h +++ b/src/include/final/ftermfreebsd.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermfreebsd.h - Contains the FreeBSD terminal functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermios.h b/src/include/final/ftermios.h index e90c12da..e80813f7 100644 --- a/src/include/final/ftermios.h +++ b/src/include/final/ftermios.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermios.h - Provides access to POSIX tty I/O control * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermlinux.h b/src/include/final/ftermlinux.h index c28cbb56..7906fc1e 100644 --- a/src/include/final/ftermlinux.h +++ b/src/include/final/ftermlinux.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermlinux.h - Contains the Linux terminal functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermopenbsd.h b/src/include/final/ftermopenbsd.h index 00843e3f..b5e470ce 100644 --- a/src/include/final/ftermopenbsd.h +++ b/src/include/final/ftermopenbsd.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermopenbsd.h - Contains the NetBSD/OpenBSD terminal functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftermxterminal.h b/src/include/final/ftermxterminal.h index 17058d0b..f04fa607 100644 --- a/src/include/final/ftermxterminal.h +++ b/src/include/final/ftermxterminal.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftermxterminal.h - Contains all xterm-specific terminal functions * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftextview.h b/src/include/final/ftextview.h index 6443bb1a..aec225d1 100644 --- a/src/include/final/ftextview.h +++ b/src/include/final/ftextview.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftextview.h - Widget FTextView (a multiline text viewer) * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftogglebutton.h b/src/include/final/ftogglebutton.h index d00080d4..42707ed9 100644 --- a/src/include/final/ftogglebutton.h +++ b/src/include/final/ftogglebutton.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftogglebutton.h - Intermediate base class for a toggle button * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2014-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftooltip.h b/src/include/final/ftooltip.h index 2a73a0ba..4fdc0839 100644 --- a/src/include/final/ftooltip.h +++ b/src/include/final/ftooltip.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftooltip.h - Widget FToolTip * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/ftypes.h b/src/include/final/ftypes.h index ff35a9ec..8285be69 100644 --- a/src/include/final/ftypes.h +++ b/src/include/final/ftypes.h @@ -1,17 +1,17 @@ /*********************************************************************** * ftypes.h - Implements global data types * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2017-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * @@ -35,6 +35,8 @@ #include #include +#include + #define null nullptr #define badAllocOutput(object_name) \ @@ -188,4 +190,3 @@ FKeyName; } // namespace finalcut #endif // FTYPES_H - diff --git a/src/include/final/fvterm.h b/src/include/final/fvterm.h index 3d73c7eb..0357304f 100644 --- a/src/include/final/fvterm.h +++ b/src/include/final/fvterm.h @@ -1,17 +1,17 @@ /*********************************************************************** * fvterm.h - Virtual terminal implementation * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2016-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fwidget.h b/src/include/final/fwidget.h index d9af1d0a..63a40618 100644 --- a/src/include/final/fwidget.h +++ b/src/include/final/fwidget.h @@ -1,17 +1,17 @@ /*********************************************************************** * fwidget.h - Intermediate base class for all widget objects * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * @@ -368,8 +368,7 @@ class FWidget : public FVTerm, public FObject // Inquiry bool isChildPrintArea() const; - bool isDesktopInitialized() const; - + // Mutators virtual void setStatusBar (FStatusBar*); virtual void setMenuBar (FMenuBar*); diff --git a/src/include/final/fwidgetcolors.h b/src/include/final/fwidgetcolors.h index b839aecf..3b00cbf2 100644 --- a/src/include/final/fwidgetcolors.h +++ b/src/include/final/fwidgetcolors.h @@ -1,17 +1,17 @@ /*********************************************************************** * fwidgetcolors.h - Set widget color theme * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/fwindow.h b/src/include/final/fwindow.h index 572e4530..34df1509 100644 --- a/src/include/final/fwindow.h +++ b/src/include/final/fwindow.h @@ -1,17 +1,17 @@ /*********************************************************************** * fwindow.h - Intermediate base class for all window objects * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2015-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/include/final/sgr_optimizer.h b/src/include/final/sgr_optimizer.h index 0b69ed53..ca974cbe 100644 --- a/src/include/final/sgr_optimizer.h +++ b/src/include/final/sgr_optimizer.h @@ -1,17 +1,17 @@ /*********************************************************************** * sgr_optimizer.h - Combines SGR (Select Graphic Rendition) attributes * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/src/sgr_optimizer.cpp b/src/sgr_optimizer.cpp index 74cc3c57..43606a71 100644 --- a/src/sgr_optimizer.cpp +++ b/src/sgr_optimizer.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * sgr_optimizer.cpp - Combines SGR attributes * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/Makefile.clang b/test/Makefile.clang index 0f68b734..f4ae2e58 100644 --- a/test/Makefile.clang +++ b/test/Makefile.clang @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Makefile for Final Cut +# Makefile for FINAL CUT #----------------------------------------------------------------------------- # This is where make install will install the executable diff --git a/test/Makefile.gcc b/test/Makefile.gcc index 7c598fa1..a3cd0ed1 100644 --- a/test/Makefile.gcc +++ b/test/Makefile.gcc @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Makefile for Final Cut +# Makefile for FINAL CUT #----------------------------------------------------------------------------- # This is where make install will install the executable diff --git a/test/conemu.h b/test/conemu.h index 1105e4e8..d219e09c 100644 --- a/test/conemu.h +++ b/test/conemu.h @@ -1,17 +1,17 @@ /*********************************************************************** * conemu.h - Emulator for various consoles and terminals * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fcolorpair-test.cpp b/test/fcolorpair-test.cpp index f130c652..76a597b9 100644 --- a/test/fcolorpair-test.cpp +++ b/test/fcolorpair-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fcolorpair-test.cpp - FColorPair unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fkeyboard-test.cpp b/test/fkeyboard-test.cpp index 1f171f80..22de3452 100644 --- a/test/fkeyboard-test.cpp +++ b/test/fkeyboard-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fkeyboard-test.cpp - FKeyboard unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/flogger-test.cpp b/test/flogger-test.cpp index b14a3183..74bfc55d 100644 --- a/test/flogger-test.cpp +++ b/test/flogger-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * flogger-test.cpp - FLogger unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fmouse-test.cpp b/test/fmouse-test.cpp index 77aeb2f1..230258fe 100644 --- a/test/fmouse-test.cpp +++ b/test/fmouse-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fmouse-test.cpp - FMouse unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fobject-test.cpp b/test/fobject-test.cpp index 832070f3..a9ca10ea 100644 --- a/test/fobject-test.cpp +++ b/test/fobject-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fobject-test.cpp - FPoint unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/foptiattr-test.cpp b/test/foptiattr-test.cpp index 029be482..ad366311 100644 --- a/test/foptiattr-test.cpp +++ b/test/foptiattr-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * foptiattr_test.cpp - FOptiAttr unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/foptimove-test.cpp b/test/foptimove-test.cpp index 750e1479..35c8f0a8 100644 --- a/test/foptimove-test.cpp +++ b/test/foptimove-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * foptimove-test.cpp - FOptiMove unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fpoint-test.cpp b/test/fpoint-test.cpp index eb1d1f5b..7d9a917a 100644 --- a/test/fpoint-test.cpp +++ b/test/fpoint-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fpoint-test.cpp - FPoint unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/frect-test.cpp b/test/frect-test.cpp index 71fb5b77..7ce7abef 100644 --- a/test/frect-test.cpp +++ b/test/frect-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * frect-test.cpp - FRect unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fsize-test.cpp b/test/fsize-test.cpp index 96295535..6189fd4d 100644 --- a/test/fsize-test.cpp +++ b/test/fsize-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fsize-test.cpp - FSize unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fstring-test.cpp b/test/fstring-test.cpp index 8e7c9d28..1a06b2d7 100644 --- a/test/fstring-test.cpp +++ b/test/fstring-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fstring-test.cpp - FString unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fstringstream-test.cpp b/test/fstringstream-test.cpp index 4b12156e..fce07dc7 100644 --- a/test/fstringstream-test.cpp +++ b/test/fstringstream-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fstringstream-test.cpp - FStringStream unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/fstyle-test.cpp b/test/fstyle-test.cpp index 67dbd1d6..cace39df 100644 --- a/test/fstyle-test.cpp +++ b/test/fstyle-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * fstyle-test.cpp - FStyle unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/ftermcapquirks-test.cpp b/test/ftermcapquirks-test.cpp index fcef6438..05c265e7 100644 --- a/test/ftermcapquirks-test.cpp +++ b/test/ftermcapquirks-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermcapquirks-test.cpp - FTermcapQuirks unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2019 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/ftermdata-test.cpp b/test/ftermdata-test.cpp index e8f1b3f1..d556268b 100644 --- a/test/ftermdata-test.cpp +++ b/test/ftermdata-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermdata-test.cpp - FTermData unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/ftermdetection-test.cpp b/test/ftermdetection-test.cpp index 4eb56e84..8d445403 100644 --- a/test/ftermdetection-test.cpp +++ b/test/ftermdetection-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermdetection-test.cpp - FTermDetection unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2018-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/ftermfreebsd-test.cpp b/test/ftermfreebsd-test.cpp index 3264306e..3d19e7a7 100644 --- a/test/ftermfreebsd-test.cpp +++ b/test/ftermfreebsd-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermfreebsd-test.cpp - FTermFreeBSD unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/ftermlinux-test.cpp b/test/ftermlinux-test.cpp index 7c55a74a..1d5f4f76 100644 --- a/test/ftermlinux-test.cpp +++ b/test/ftermlinux-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermlinux-test.cpp - FTermLinux unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * * diff --git a/test/ftermopenbsd-test.cpp b/test/ftermopenbsd-test.cpp index 81dd762c..374982b2 100644 --- a/test/ftermopenbsd-test.cpp +++ b/test/ftermopenbsd-test.cpp @@ -1,17 +1,17 @@ /*********************************************************************** * ftermopenbsd-test.cpp - FTermOpenBSD unit tests * * * -* This file is part of the Final Cut widget toolkit * +* This file is part of the FINAL CUT widget toolkit * * * * Copyright 2019-2020 Markus Gans * * * -* The Final Cut is free software; you can redistribute it and/or * -* modify it under the terms of the GNU Lesser General Public License * -* as published by the Free Software Foundation; either version 3 of * +* FINAL CUT is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Lesser General Public License as * +* published by the Free Software Foundation; either version 3 of * * the License, or (at your option) any later version. * * * -* The Final Cut is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* FINAL CUT is distributed in the hope that it will be useful, but * +* WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU Lesser General Public License for more details. * * *