diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-16 00:13:17 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-16 00:13:17 +0000 |
| commit | 1c399af44498c39958b18bf6fd963c97ae3c929e (patch) | |
| tree | 74f8151032cdd0c28b6deac3efb46b4837b82e32 /fluid | |
| parent | b41cf28662fe5734530f280cc0dbb34bbf6aa25a (diff) | |
Update source file headers with STR web page.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4288 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 4 | ||||
| -rw-r--r-- | fluid/Fl_Group_Type.cxx | 4 | ||||
| -rw-r--r-- | fluid/Fl_Menu_Type.cxx | 4 | ||||
| -rw-r--r-- | fluid/Fl_Type.cxx | 4 | ||||
| -rw-r--r-- | fluid/Fl_Type.h | 4 | ||||
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 4 | ||||
| -rw-r--r-- | fluid/Fl_Widget_Type.h | 4 | ||||
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 4 | ||||
| -rw-r--r-- | fluid/Fluid_Image.cxx | 4 | ||||
| -rw-r--r-- | fluid/Fluid_Image.h | 4 | ||||
| -rw-r--r-- | fluid/Makefile | 4 | ||||
| -rw-r--r-- | fluid/Shortcut_Button.h | 4 | ||||
| -rw-r--r-- | fluid/align_widget.cxx | 4 | ||||
| -rw-r--r-- | fluid/code.cxx | 4 | ||||
| -rw-r--r-- | fluid/factory.cxx | 4 | ||||
| -rw-r--r-- | fluid/file.cxx | 4 | ||||
| -rw-r--r-- | fluid/fluid.cxx | 4 |
17 files changed, 51 insertions, 17 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 5a4ad35dc..d79b39ea2 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx index 0fca06ff6..6fa0945e0 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -24,7 +24,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx index a023e9db9..e80199429 100644 --- a/fluid/Fl_Menu_Type.cxx +++ b/fluid/Fl_Menu_Type.cxx @@ -26,7 +26,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx index ee060d03b..bd432c21b 100644 --- a/fluid/Fl_Type.cxx +++ b/fluid/Fl_Type.cxx @@ -32,7 +32,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 3e822e09e..5f6daca0e 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -28,7 +28,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl_Widget.H> diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index becdddf45..c0c2cccc6 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h index aa93638b6..487a2cc5e 100644 --- a/fluid/Fl_Widget_Type.h +++ b/fluid/Fl_Widget_Type.h @@ -24,7 +24,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include "Fl_Type.h" diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 26ff04580..45546cb4c 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -24,7 +24,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> diff --git a/fluid/Fluid_Image.cxx b/fluid/Fluid_Image.cxx index dfcd74325..8ceaae003 100644 --- a/fluid/Fluid_Image.cxx +++ b/fluid/Fluid_Image.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h index fcc2db629..128c61ffe 100644 --- a/fluid/Fluid_Image.h +++ b/fluid/Fluid_Image.h @@ -24,7 +24,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #ifndef FLUID_IMAGE_H diff --git a/fluid/Makefile b/fluid/Makefile index cab01fd8a..254f3e16f 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -20,7 +20,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@fltk.org". +# Please report all bugs and problems on the following page: +# +# http://www.fltk.org/str.php # CPPFILES = \ diff --git a/fluid/Shortcut_Button.h b/fluid/Shortcut_Button.h index 841946010..82e40e185 100644 --- a/fluid/Shortcut_Button.h +++ b/fluid/Shortcut_Button.h @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl_Button.H> diff --git a/fluid/align_widget.cxx b/fluid/align_widget.cxx index e89fb5b2b..e3a1b6861 100644 --- a/fluid/align_widget.cxx +++ b/fluid/align_widget.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> diff --git a/fluid/code.cxx b/fluid/code.cxx index bbac3cbeb..afbbfd586 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <stdio.h> diff --git a/fluid/factory.cxx b/fluid/factory.cxx index e7a174557..1a6bff438 100644 --- a/fluid/factory.cxx +++ b/fluid/factory.cxx @@ -28,7 +28,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> diff --git a/fluid/file.cxx b/fluid/file.cxx index 77718ca94..fe41fc4b3 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -25,7 +25,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <stdio.h> diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 2f7ebfbb9..3aa85b048 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -20,7 +20,9 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@fltk.org". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // #include <FL/Fl.H> |
