Author: baby-guest Date: 2007-06-22 11:30:55 +0000 (Fri, 22 Jun 2007) New Revision: 3063
Added: software/ui/src/LICENSE Modified: software/ui/src/pkgbrowser.cpp software/ui/src/pkgbrowser.h Log: Set copyright and license text for ColResizeBrowser Added: software/ui/src/LICENSE =================================================================== --- software/ui/src/LICENSE (rev 0) +++ software/ui/src/LICENSE 2007-06-22 11:30:55 UTC (rev 3063) @@ -0,0 +1,54 @@ +Copyright statements: + +Copyright (C) 2007 Miriam Ruiz <[EMAIL PROTECTED]> + +ColResizeBrowser (C) Greg Ercolano <[EMAIL PROTECTED]> +URL: http://seriss.com/people/erco/fltk/ + +VersatileBrowser uses ColResizeBrowser, written by Greg Ercolano, licensed +under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + + + +License applicable to all the code inside this directory: + +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 2 of the License, or +(at your option) any later version. + +This package 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 package; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + + +From: "Greg Ercolano" <[EMAIL PROTECTED]> +To: Miriam Ruiz <[EMAIL PROTECTED]> +Date: 21-jun-2007 22:04 +Topic: "Re: Question about ColResizeBrowser" + +Miriam Ruiz wrote: +> Hi, +> +> I found your example "An Interactively Resizable Fl_Browser" in +> http://seriss.com/people/erco/fltk/ , and I want to use it as a base for +> developing a GPL'ed package viewer for Debian. I don't know under which +> license you let it use, so I have to ask you first. Will you let me use, +> modify and distribute my code based on yours under the GPL license? (I'll +> keep you in the copyright notice, of course). + +Hi Miry, + +Sure, you have my permission to use it in your GPL'd app, no problem. + +Sure, keep the attribution in the header, and assume it's all under +GPL. Add a GPL header if you like; I would put GPL headers on them +if it wasn't for the headers would make the examples too large. Modified: software/ui/src/pkgbrowser.cpp =================================================================== --- software/ui/src/pkgbrowser.cpp 2007-06-22 11:16:19 UTC (rev 3062) +++ software/ui/src/pkgbrowser.cpp 2007-06-22 11:30:55 UTC (rev 3063) @@ -1,6 +1,10 @@ /* * Copyright (C) 2007 Miriam Ruiz <[EMAIL PROTECTED]> * + * VersatileBrowser uses ColResizeBrowser, written by Greg Ercolano + * ColResizeBrowser (C) Greg Ercolano <[EMAIL PROTECTED]> + * URL: http://seriss.com/people/erco/fltk/ + * * 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 2 of the License, or Modified: software/ui/src/pkgbrowser.h =================================================================== --- software/ui/src/pkgbrowser.h 2007-06-22 11:16:19 UTC (rev 3062) +++ software/ui/src/pkgbrowser.h 2007-06-22 11:30:55 UTC (rev 3063) @@ -1,7 +1,8 @@ /* * Copyright (C) 2007 Miriam Ruiz <[EMAIL PROTECTED]> * - * VersatileBrowser based in code by Greg Ercolano <[EMAIL PROTECTED]> + * VersatileBrowser uses ColResizeBrowser, written by Greg Ercolano + * ColResizeBrowser (C) Greg Ercolano <[EMAIL PROTECTED]> * URL: http://seriss.com/people/erco/fltk/ * * This program is free software; you can redistribute it and/or modify _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

