diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-07 19:18:01 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-07 19:18:01 +0000 |
| commit | 0a36d9842029831c6f85761af0e26f43a4b7f754 (patch) | |
| tree | 9a939255a5e15ac8224c3f17224b37981d48b76f /fluid | |
| parent | bbbec0bbfb56ecd6b8966571acac26569ba4e40e (diff) | |
Yay, change all copyright notices to be 1998-1999.
git-svn-id: file:///fltk/svn/fltk/trunk@201 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Group_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Menu_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Type.h | 6 | ||||
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fl_Widget_Type.h | 6 | ||||
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fluid_Image.cxx | 6 | ||||
| -rw-r--r-- | fluid/Fluid_Image.h | 6 | ||||
| -rw-r--r-- | fluid/README | 214 | ||||
| -rw-r--r-- | fluid/Shortcut_Button.h | 6 | ||||
| -rw-r--r-- | fluid/code.cxx | 6 | ||||
| -rw-r--r-- | fluid/factory.cxx | 6 | ||||
| -rw-r--r-- | fluid/file.cxx | 6 | ||||
| -rw-r--r-- | fluid/fluid.cxx | 8 | ||||
| -rw-r--r-- | fluid/gif.cxx | 6 |
17 files changed, 49 insertions, 263 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 7d2d7b458..e3d6a0b56 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Function_Type.cxx,v 1.9 1999/01/07 18:49:35 mike Exp $" +// "$Id: Fl_Function_Type.cxx,v 1.10 1999/01/07 19:17:09 mike Exp $" // // C function type code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -692,5 +692,5 @@ void Fl_Class_Type::write_code2() { } // -// End of "$Id: Fl_Function_Type.cxx,v 1.9 1999/01/07 18:49:35 mike Exp $". +// End of "$Id: Fl_Function_Type.cxx,v 1.10 1999/01/07 19:17:09 mike Exp $". // diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx index f003cdf5b..842514690 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Group_Type.cxx,v 1.3 1998/12/06 15:09:14 mike Exp $" +// "$Id: Fl_Group_Type.cxx,v 1.4 1999/01/07 19:17:10 mike Exp $" // // Fl_Group object code for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // the Fl_Tabs widget, with special stuff to select tab items and // insure that only one is visible. // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -267,5 +267,5 @@ public: Fl_Tile_Type Fl_Tile_type; // the "factory" // -// End of "$Id: Fl_Group_Type.cxx,v 1.3 1998/12/06 15:09:14 mike Exp $". +// End of "$Id: Fl_Group_Type.cxx,v 1.4 1999/01/07 19:17:10 mike Exp $". // diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx index 4f86f7d59..e59632349 100644 --- a/fluid/Fl_Menu_Type.cxx +++ b/fluid/Fl_Menu_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_Type.cxx,v 1.7 1998/12/08 21:09:59 mike Exp $" +// "$Id: Fl_Menu_Type.cxx,v 1.8 1999/01/07 19:17:10 mike Exp $" // // Menu item code for the Fast Light Tool Kit (FLTK). // @@ -9,7 +9,7 @@ // This file also contains code to make Fl_Menu_Button, Fl_Menu_Bar, // etc widgets. // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -529,5 +529,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) { } // -// End of "$Id: Fl_Menu_Type.cxx,v 1.7 1998/12/08 21:09:59 mike Exp $". +// End of "$Id: Fl_Menu_Type.cxx,v 1.8 1999/01/07 19:17:10 mike Exp $". // diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx index 5b5904abb..3fb77ff61 100644 --- a/fluid/Fl_Type.cxx +++ b/fluid/Fl_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Type.cxx,v 1.4 1998/12/06 15:09:15 mike Exp $" +// "$Id: Fl_Type.cxx,v 1.5 1999/01/07 19:17:10 mike Exp $" // // Widget type code for the Fast Light Tool Kit (FLTK). // @@ -15,7 +15,7 @@ // not in the linked list and are not written to files or // copied or otherwise examined. // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -640,5 +640,5 @@ void Fl_Type::read_property(const char *c) { int Fl_Type::read_fdesign(const char*, const char*) {return 0;} // -// End of "$Id: Fl_Type.cxx,v 1.4 1998/12/06 15:09:15 mike Exp $". +// End of "$Id: Fl_Type.cxx,v 1.5 1999/01/07 19:17:10 mike Exp $". // diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index da9d42c9c..927607197 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -1,5 +1,5 @@ // -// "$Id: Fl_Type.h,v 1.4 1998/10/21 16:28:54 mike Exp $" +// "$Id: Fl_Type.h,v 1.5 1999/01/07 19:17:10 mike Exp $" // // Widget type header file for the Fast Light Tool Kit (FLTK). // @@ -11,7 +11,7 @@ // instance of this object. It could also have a "copy()" function, // but it was easier to implement this by using the file read/write // that is needed to save the setup anyways. -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -166,5 +166,5 @@ int storestring(const char *n, const char * & p, int nostrip=0); extern int include_H_from_C; // -// End of "$Id: Fl_Type.h,v 1.4 1998/10/21 16:28:54 mike Exp $". +// End of "$Id: Fl_Type.h,v 1.5 1999/01/07 19:17:10 mike Exp $". // diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 62882654d..271284b12 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Widget_Type.cxx,v 1.12 1998/12/06 15:47:37 mike Exp $" +// "$Id: Fl_Widget_Type.cxx,v 1.13 1999/01/07 19:17:11 mike Exp $" // // Widget type code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -1701,5 +1701,5 @@ int Fl_Widget_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Widget_Type.cxx,v 1.12 1998/12/06 15:47:37 mike Exp $". +// End of "$Id: Fl_Widget_Type.cxx,v 1.13 1999/01/07 19:17:11 mike Exp $". // diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h index c9fcba03b..ec6e48611 100644 --- a/fluid/Fl_Widget_Type.h +++ b/fluid/Fl_Widget_Type.h @@ -1,5 +1,5 @@ // -// "$Id: Fl_Widget_Type.h,v 1.3 1998/12/06 15:18:39 mike Exp $" +// "$Id: Fl_Widget_Type.h,v 1.4 1999/01/07 19:17:11 mike Exp $" // // Widget type header file for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // This should have the widget pointer in it, but it is still in the // Fl_Type base class. // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -90,5 +90,5 @@ void* const LOAD = (void *)9831; extern Fl_Widget_Type *current_widget; // one of the selected ones // -// End of "$Id: Fl_Widget_Type.h,v 1.3 1998/12/06 15:18:39 mike Exp $". +// End of "$Id: Fl_Widget_Type.h,v 1.4 1999/01/07 19:17:11 mike Exp $". // diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 817b2e23b..ddc6fd918 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window_Type.cxx,v 1.11 1998/12/06 15:49:29 mike Exp $" +// "$Id: Fl_Window_Type.cxx,v 1.12 1999/01/07 19:17:11 mike Exp $" // // Window type code for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // for interacting with the overlay, which allows the user to // select, move, and resize the children widgets. // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -697,5 +697,5 @@ int Fl_Window_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Window_Type.cxx,v 1.11 1998/12/06 15:49:29 mike Exp $". +// End of "$Id: Fl_Window_Type.cxx,v 1.12 1999/01/07 19:17:11 mike Exp $". // diff --git a/fluid/Fluid_Image.cxx b/fluid/Fluid_Image.cxx index 297339681..1bcc0d743 100644 --- a/fluid/Fluid_Image.cxx +++ b/fluid/Fluid_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fluid_Image.cxx,v 1.5 1998/12/06 15:09:17 mike Exp $" +// "$Id: Fluid_Image.cxx,v 1.6 1999/01/07 19:17:12 mike Exp $" // // Pixmap label support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -406,5 +406,5 @@ Fluid_Image *ui_find_image(const char *oldname) { } // -// End of "$Id: Fluid_Image.cxx,v 1.5 1998/12/06 15:09:17 mike Exp $". +// End of "$Id: Fluid_Image.cxx,v 1.6 1999/01/07 19:17:12 mike Exp $". // diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h index 26461ddc9..ab6bdb3a8 100644 --- a/fluid/Fluid_Image.h +++ b/fluid/Fluid_Image.h @@ -1,5 +1,5 @@ // -// "$Id: Fluid_Image.h,v 1.2 1998/10/21 16:28:57 mike Exp $" +// "$Id: Fluid_Image.h,v 1.3 1999/01/07 19:17:12 mike Exp $" // // Pixmap image header file for the Fast Light Tool Kit (FLTK). // @@ -9,7 +9,7 @@ // in Fluid_Image.C for each type of image format. Right now only xpm // files are supported. // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -51,5 +51,5 @@ public: Fluid_Image *ui_find_image(const char *); // -// End of "$Id: Fluid_Image.h,v 1.2 1998/10/21 16:28:57 mike Exp $". +// End of "$Id: Fluid_Image.h,v 1.3 1999/01/07 19:17:12 mike Exp $". // diff --git a/fluid/README b/fluid/README deleted file mode 100644 index 9fe6d6c36..000000000 --- a/fluid/README +++ /dev/null @@ -1,214 +0,0 @@ -Fluid (the FL User Interface Designer) is a graphical editor that -is used to produce FL source code. - -Fluid edits and saves it's state in ".fl" files. These files are -text, and you could (with care) edit them in a text editor, perhaps to -get some special effects. - -When asked to "compile", fluid outputs a .C source file and a .H -header file: The .C file contains one or more public functions, each -of which will create one or more FL windows and all the objects in -those windows. The .H file declares (as externs) all the functions -and named objects created by the .C file, and includes all the -necessary FL header files for those objects. - -The C file must be compiled and linked with a "main" source file(s) -that you write. This source code must include the .H output, and -should call the functions in the .C file to create windows. The main -code must do show() on the windows and run the Fl::wait() loop. - - _________ - / / - __________ +->/.C file /--------+ - / / / /________/ | - /.fl file /<==>[fluid]< #include | - /_________/ \ ___v_____ | - \ / / | - +>/.H file / | - /________/ | - ^ | - #include | - ___|_____ | __________ - / / V / / - / main.C /--->[c++,link]-->/ program / - /________/ /_________/ - - -Objects created by fluid are either "named" or "unnamed". If they -are named, the .C file will declare a global variable with that name -of type "<type>*". This pointer has a value of zero until the fluid -function is called, the fluid function will set it to the instance of -the . Unnamed objects are only accessible through -pointers from other objects. - -Windows may be named or unnamed. Named windows are only created -once even if you call the function several times (fluid outputs "if -(!name) {...}" around the code that creates the window). Unnamed -windows lets you create many instances of the same window structure, a -pointer to the unnamed window is returned from the fluid function (you -can only put one unnamed window in a function). - -Objects may either call a named callback function that you write in -another source file, or you can supply a small piece of C++ source and -fluid will write a private callback function into the .C file. - -================================================================ -Worlds shortest tutorial: -================================================================ - -Type "fluid&" - -Pick "New/Function" off the menu. - -Delete the function name in the popup window and hit OK. The text -"main()" with a triangle next to it should appear highlighted in the -main window. - -Pick "New/Window" off the menu. - -Move the window and resize it to the size you want. - -Pick "New/buttons/Button" off the menu. - -Hit the "OK" button to dismiss the panel that appears. - -In the window you created, try moving the button by dragging it -around. Notice that it "snaps" to fixed locations. If you want to -drag it smoothly, hold down Alt. You can also change the size of the -steps with Edit/Preferences. - -Try resizing the object by dragging the edges and corners. - -Type Alt+c to copy the object. - -Type Alt+v to paste a copy into the window. - -Type Alt+v several times. - -Drag the objects and resize them so they don't overlap. Notice -that you have to click an object to pick it first, then drag it. - -Try selecting several objects by dragging a box around them. Check -what happens when you move them, or when you drag an edge to resize -them. - -You can also use Shift+click to toggle objects on and off. - -You can also select objects by clicking on them in the list in the -main window, try that. - -Double-click one of the buttons. You will get a control panel. - -Try changing the "label". Try changing other items near the top of -the panel. To see any changes to the box type clearer, type "Alt+o" -to make the red overlay disappear. - -Type "#include <stdlib.h>" into the first line of "extra code:". - -Type "exit(0);" into the "callback:". - -Hit OK. - -Pick "File/Save As" off the menu. - -Type "test.fl" into the file chooser and hit return. - -Pick "File/Write Code" off the menu. - -Go back to your terminal window. Type "more test.C" and "more -test.H" and you can see the code it made. - -Type "make test" (you may have to add libaries to your Makefile). - -Type "./test" to run your program. - -Try the buttons. The one you put the code into will exit the -program. - -Type "Alt+Q" to exit fluid. - -Ok, now try to make a real program. - -================================================================ - -This code is quite a kludge and probably impossible to figure out. I -hope it will be fixed someday, but my intention was to make FL itself -clean and simple, even if the user interface designer is forced to be -more complex as a result. - -An object in fluid is represented by a subclass of "Fl_Type". - -Creating a new instance of an object is done by calling the virtual -method "make()" on Fl_Type. To allow an initial version of each type -to be created, there is a static "factory" instance of every subclass -of Fl_Type. For now, make() is only called on these. The intention -was to use make() to copy objects, but that did not happen. Instead I -write the descriptions and read them back from a file in /usr/tmp, -which is much more reliable because the read/write code is tested -every time a file is saved! - -The (non-factory) instances are linked into a list by the previous and -next pointers. The "hierarchy" is stored by a "level" number on each -object, and an "isparent" flag on the parent. To find the "brother" -of an object, code must search forward for the next object whose level -is equal to this one. A null pointer or an object with a lower level -number indicates no brother. - -If the type is a subclass of Fl_Object, the "o" pointer points at an -Fl_Object. This allows the code in FL to be used to draw the object. -The user_data() field on the Fl_Object is used as a back pointer to -the Fl_Type. The "factory" has an "o" pointer that points at the -"template object". This is an Fl_Object created the first time make() -is called and is used to figure out what the default values for the -fields are for the object. - -This "o" pointer exists in all Fl_Type objects, even the base class. -If this is not an Fl_Object item, then the "o" pointer is zero. This -avoided a lot of virtual functions, but is mostly for historical -reasons. Rather than RTTI, I use some tests to determine subclasses: - - if (o && level == 1) - this is an Fl_Window_Type - else if (o && isparent) - this is a Fl_Group_Type - else if (o) - this is a Fl_Object_Type - else if (!level) - this is a function - else - this is a menu item or something - (none of these implemented yet) - - - Fl_Type::first - | - | NULL - | ^ - V | - +---------+ +-----------+ - | Fl_Type |------ o ---> | Fl_Window | - | level=0 |<-user_data()-| | - |isparent |<-+ +-----------+ - +---------+ | | ^ - | ^ parent first | - next prev / | parent - V | / V | - +---------+ +-----------+ - | Fl_Type |------ o ---> | Fl_Object | - | level=1 | | | - | |<-user_data()-| | - | | +-----------+ - | | +---------+ - | |-factory->| Fl_Type |---- o ---->[Fl_Object] - +---------+ | | template object - | ^ +---------+ - next prev (next,prev=NULL) - V | - +---------+ - | Fl_Type | - +---------+ - | ^ - V | - NULL | - | - Fl_Type::last diff --git a/fluid/Shortcut_Button.h b/fluid/Shortcut_Button.h index 93fdb2c6f..85d17d6a7 100644 --- a/fluid/Shortcut_Button.h +++ b/fluid/Shortcut_Button.h @@ -1,9 +1,9 @@ // -// "$Id: Shortcut_Button.h,v 1.2 1998/10/21 16:28:58 mike Exp $" +// "$Id: Shortcut_Button.h,v 1.3 1999/01/07 19:17:12 mike Exp $" // // Shortcut header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -35,5 +35,5 @@ public: }; // -// End of "$Id: Shortcut_Button.h,v 1.2 1998/10/21 16:28:58 mike Exp $". +// End of "$Id: Shortcut_Button.h,v 1.3 1999/01/07 19:17:12 mike Exp $". // diff --git a/fluid/code.cxx b/fluid/code.cxx index 43a2a9ae6..1a5a54471 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -1,9 +1,9 @@ // -// "$Id: code.cxx,v 1.7 1998/12/06 15:52:15 mike Exp $" +// "$Id: code.cxx,v 1.8 1999/01/07 19:17:13 mike Exp $" // // Code output routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -290,5 +290,5 @@ void Fl_Type::write_code1() { void Fl_Type::write_code2() {} // -// End of "$Id: code.cxx,v 1.7 1998/12/06 15:52:15 mike Exp $". +// End of "$Id: code.cxx,v 1.8 1999/01/07 19:17:13 mike Exp $". // diff --git a/fluid/factory.cxx b/fluid/factory.cxx index eb72870a1..c717bf2ed 100644 --- a/fluid/factory.cxx +++ b/fluid/factory.cxx @@ -1,5 +1,5 @@ // -// "$Id: factory.cxx,v 1.3 1998/12/06 15:09:19 mike Exp $" +// "$Id: factory.cxx,v 1.4 1999/01/07 19:17:13 mike Exp $" // // Widget factory code for the Fast Light Tool Kit (FLTK). // @@ -11,7 +11,7 @@ // to a factory instance for every class (both the ones defined // here and ones in other files) // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -673,5 +673,5 @@ int lookup_symbol(const char *name, int &v, int numberok) { } // -// End of "$Id: factory.cxx,v 1.3 1998/12/06 15:09:19 mike Exp $". +// End of "$Id: factory.cxx,v 1.4 1999/01/07 19:17:13 mike Exp $". // diff --git a/fluid/file.cxx b/fluid/file.cxx index c5f5e9672..ce8347b42 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -1,5 +1,5 @@ // -// "$Id: file.cxx,v 1.5 1998/12/06 15:52:16 mike Exp $" +// "$Id: file.cxx,v 1.6 1999/01/07 19:17:13 mike Exp $" // // Fluid file routines for the Fast Light Tool Kit (FLTK). // @@ -8,7 +8,7 @@ // They are somewhat similar to tcl, using matching { and } // to quote strings. // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -587,5 +587,5 @@ void read_fdesign() { } // -// End of "$Id: file.cxx,v 1.5 1998/12/06 15:52:16 mike Exp $". +// End of "$Id: file.cxx,v 1.6 1999/01/07 19:17:13 mike Exp $". // diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 3bb3af8fc..c924bfe74 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1,9 +1,9 @@ // -// "$Id: fluid.cxx,v 1.8 1998/12/06 15:09:20 mike Exp $" +// "$Id: fluid.cxx,v 1.9 1999/01/07 19:17:13 mike Exp $" // // FLUID main entry for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,7 +25,7 @@ const char *copyright = "The FLTK user interface designer version 1.0\n" -"Copyright 1998 Bill Spitzak\n" +"Copyright 1998-1999 Bill Spitzak\n" "\n" "This library is free software; you can redistribute it and/or " "modify it under the terms of the GNU Library General Public " @@ -407,5 +407,5 @@ int main(int argc,char **argv) { } // -// End of "$Id: fluid.cxx,v 1.8 1998/12/06 15:09:20 mike Exp $". +// End of "$Id: fluid.cxx,v 1.9 1999/01/07 19:17:13 mike Exp $". // diff --git a/fluid/gif.cxx b/fluid/gif.cxx index d0875ace8..dc589b039 100644 --- a/fluid/gif.cxx +++ b/fluid/gif.cxx @@ -1,9 +1,9 @@ // -// "$Id: gif.cxx,v 1.2 1998/10/21 16:29:01 mike Exp $" +// "$Id: gif.cxx,v 1.3 1999/01/07 19:17:14 mike Exp $" // // GIF support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -359,5 +359,5 @@ int gif2xpm( } // -// End of "$Id: gif.cxx,v 1.2 1998/10/21 16:29:01 mike Exp $". +// End of "$Id: gif.cxx,v 1.3 1999/01/07 19:17:14 mike Exp $". // |
