diff options
author | corvid <corvid@lavabit.com> | 2009-09-20 02:25:50 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-09-20 02:25:50 +0000 |
commit | 6a1945e459f5c4ecd0ec89b6501e0daf10f77b41 (patch) | |
tree | 24a40ddb8a230efb9917e97f5ff6cfd3e602653a /dw | |
parent | e6ddb22eb045bbe5b1be4321baa822ef6762f560 (diff) |
fix up licensing
Diffstat (limited to 'dw')
-rw-r--r-- | dw/fltkcomplexbutton.cc | 35 | ||||
-rw-r--r-- | dw/fltkcomplexbutton.hh | 35 |
2 files changed, 38 insertions, 32 deletions
diff --git a/dw/fltkcomplexbutton.cc b/dw/fltkcomplexbutton.cc index 72960910..f80d0eb0 100644 --- a/dw/fltkcomplexbutton.cc +++ b/dw/fltkcomplexbutton.cc @@ -1,19 +1,22 @@ -// -// -// Copyright 1998-2006 by Bill Spitzak and others. -// -// This program is free software; you can redistribute it and/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. -// -// This program 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 <http://www.gnu.org/licenses/>. + +// fltkcomplexbutton.cc contains code from FLTK2's src/Button.cxx +// that is Copyright 1998-2006 by Bill Spitzak and others. +// (see http://svn.easysw.com/public/fltk/fltk/trunk/src/Button.cxx) + +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ #include <fltk/events.h> #include <fltk/damage.h> diff --git a/dw/fltkcomplexbutton.hh b/dw/fltkcomplexbutton.hh index 9df9850c..83160c06 100644 --- a/dw/fltkcomplexbutton.hh +++ b/dw/fltkcomplexbutton.hh @@ -1,19 +1,22 @@ -// -// -// Copyright 2002 by Bill Spitzak and others. -// -// This program is free software; you can redistribute it and/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. -// -// This program 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 <http://www.gnu.org/licenses/>. + +// fltkcomplexbutton.hh contains code from FLTK2's fltk/Button.h +// that is Copyright 2002 by Bill Spitzak and others. +// (see http://svn.easysw.com/public/fltk/fltk/trunk/fltk/Button.h) + +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ #ifndef __FLTK_COMPLEX_BUTTON_HH__ #define __FLTK_COMPLEX_BUTTON_HH__ |