diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-04-28 07:21:41 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-04-28 07:21:41 +0000 |
| commit | 7cf83d7e0f6d5882f1aa42263b7ae1bdb0f64acc (patch) | |
| tree | 3c6b3000c36b3e393c4f12c65fe465c919996a5a | |
| parent | 4fd11eba88644abdfa2eec2c5cd49e1090dadf68 (diff) | |
Finished up changes for references to fltk-bugs@fltk.org -> STR form.
Should solve STR #2352.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7564 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | COPYING | 8 | ||||
| -rw-r--r-- | documentation/src/license.dox | 8 | ||||
| -rw-r--r-- | src/Fl_Gl_Choice.H | 4 | ||||
| -rw-r--r-- | src/cmap.cxx | 4 |
4 files changed, 16 insertions, 8 deletions
@@ -10,9 +10,11 @@ exceptions: a specific platform do not constitute a modified or derivative work. - The authors do request that such modifications be - contributed to the FLTK project - send all - contributions to "fltk-bugs@fltk.org". + The authors do request that such modifications be + contributed to the FLTK project - send all contributions + through the "Software Trouble Report" on the following page: + + http://www.fltk.org/str.php 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. diff --git a/documentation/src/license.dox b/documentation/src/license.dox index b0867e97f..ace1e2fd3 100644 --- a/documentation/src/license.dox +++ b/documentation/src/license.dox @@ -13,9 +13,11 @@ exceptions: a specific platform do not constitute a modified or derivative work.<BR> <BR> - The authors do request that such modifications be - contributed to the FLTK project - send all - contributions to "fltk-bugs@fltk.org".<BR> + The authors do request that such modifications be + contributed to the FLTK project - send all contributions + through the "Software Trouble Report" on the following page: + <BR> + http://www.fltk.org/str.php <BR> -# Widgets that are subclassed from FLTK widgets do not constitute a derivative work.<BR> diff --git a/src/Fl_Gl_Choice.H b/src/Fl_Gl_Choice.H index 06114554b..f410143c5 100644 --- a/src/Fl_Gl_Choice.H +++ b/src/Fl_Gl_Choice.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@easysw.com". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // // Internal interface to set up OpenGL. diff --git a/src/cmap.cxx b/src/cmap.cxx index 0275b040b..310868805 100644 --- a/src/cmap.cxx +++ b/src/cmap.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@easysw.com". +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php // // This program produces the contents of "fl_cmap.h" as stdout |
