diff options
author | corvid <corvid@lavabit.com> | 2011-11-29 03:34:12 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-11-29 03:34:12 +0000 |
commit | e169d0b1908f789808f7a2d52b446ad9f73062f4 (patch) | |
tree | 86280b26e6ff55444f693f7114717fb02e4fa539 /dw | |
parent | 6cbbfc0c3a5b9a041e539ae023afe1fb10d82141 (diff) |
documenting non-dillo code
Diffstat (limited to 'dw')
-rw-r--r-- | dw/fltkcomplexbutton.cc | 5 | ||||
-rw-r--r-- | dw/fltkcomplexbutton.hh | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dw/fltkcomplexbutton.cc b/dw/fltkcomplexbutton.cc index 8f847218..0f124cf9 100644 --- a/dw/fltkcomplexbutton.cc +++ b/dw/fltkcomplexbutton.cc @@ -1,5 +1,6 @@ -// fltkcomplexbutton.cc contains code from FLTK 1.3's src/Fl_Button.cxx -// that is Copyright 1998-2010 by Bill Spitzak and others. +// fltkcomplexbutton.cc is derived from src/Fl_Button.cxx from FLTK's 1.3 +// branch at http://fltk.org in early 2011. +// src/Fl_Button.cxx is Copyright 1998-2010 by Bill Spitzak and others. /* * This program is free software; you can redistribute it and/or modify diff --git a/dw/fltkcomplexbutton.hh b/dw/fltkcomplexbutton.hh index 3a14cfb2..43be6b57 100644 --- a/dw/fltkcomplexbutton.hh +++ b/dw/fltkcomplexbutton.hh @@ -1,6 +1,7 @@ -// fltkcomplexbutton.hh contains code from FLTK 1.3's FL/Fl_Button.H -// that is Copyright 1998-2010 by Bill Spitzak and others. +// fltkcomplexbutton.hh is derived from FL/Fl_Button.H from FLTK's 1.3 branch +// at http://fltk.org in early 2011. +// FL/Fl_Button.H is Copyright 1998-2010 by Bill Spitzak and others. /* * This program is free software; you can redistribute it and/or modify |