After 3 years of struggling a giant step could lastly be made - the relicensing of cthugha is perfect.
Harald has made a last release, cthugha1.4a, http://www.geocities.com/CapeCanaveral/Lab/6386/, and handed the source over to my hands. I'm very pleased, as i hope this eases my efforts to keep it in a good shape and develop it further. I planned a complete rewrite to make it free, but the changed situation allows incremental updates, the critical sources mentioned below being first. Now, - Is the license (Appendix1) ok? I can find no problem, but it's all become so complicated ... - There is a header file (Appendix2 - soon to be replaced). I find no problem with it. Is it ok for now? - There are some util sources (App.3 and App4). Hm, no copyright at all. What about them? - Last and least, getopt-long. I don't think it's being used much and might go away. But it 'mentions' ;) GPL. Do you think they're ok? I'm very happy, that i can ask that questions after all. Looking forward for your critic, martin Appendix 1: cthugha-L-1.4a/COPYING ============================ Copyright Information: ---------------------- (based on the BSD License) Some parts of the source are from the public domain and are not copyrighted. Some parts of the source bear explicit copyright notices from the author and are subject to the conditions listed there by the author. The remainder of the source (not already public domain, no explicit author's copyright notice) is Copyright 1995-97 by Harald Deischinger. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The name "Harald Deischinger" may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/*****************************************************************************/ /** Copyright 1991 by Andreas Stolcke **/ /** Copyright 1990 by Solbourne Computer Inc. **/ /** Longmont, Colorado **/ /** **/ /** All Rights Reserved **/ /** **/ /** Permission to use, copy, modify, and distribute this software and **/ /** its documentation for any purpose and without fee is hereby **/ /** granted, provided that the above copyright notice appear in all **/ /** copies and that both that copyright notice and this permis- **/ /** sion notice appear in supporting documentation, and that the **/ /** name of Solbourne not be used in advertising **/ /** in publicity pertaining to distribution of the software without **/ /** specific, written prior permission. **/ /** **/ /** ANDREAS STOLCKE AND SOLBOURNE COMPUTER INC. DISCLAIMS ALL WARRANTIES **/ /** WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF **/ /** MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ANDREAS STOLCKE **/ /** OR SOLBOURNE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL **/ /** DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA **/ /** OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER **/ /** TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE **/ /** OR PERFORMANCE OF THIS SOFTWARE. **/ /*****************************************************************************/ /* * vroot.h -- Virtual Root Window handling header file * * This header file redefines the X11 macros RootWindow and DefaultRootWindow,
/* * cmd_gentable.c * * Generate a translation table -> write table to stdout. * based on mkgentable. */ /* Changes by Harald Deischinger to compile with cthugha-L under Linux. Changes: int -> short removed headerfiles dos.h, io.h, conio.h cosl -> cos sin -> sin short -> tint unsigned tint -> utint const buff parameter for nr_spirals some changes for parameters */ /* // // Cthugha - Audio Seeded Image Processing // // Zaph, Digital Aasvogel Group, Torps Productions 1993-1994 // // This is an example program of how to generate rotating tables. // // Feel free to change the code, make your own, and send me the // resulting .TAB file for inclusion in the next version!! // // For more info, check CTHUGHA.DOC (and hope I got around to writing // that section! // */
/* * cmd_smoke.c * * Generate a translation table -> write table to stdout. * based on mksmoke */ /* mksmoke.c Changes by Harald Deischinger to compile with cthugha-L under Linux. Changes: int -> short Random short -> tint unsigned tint -> utint const buff removed unused variables dx, dy */ /* // // Create a smoke translation table for Cthugha. // // Compiled using Borland C 3.1. // // By Ofer Faigon, Sep 1994. // [EMAIL PROTECTED] // (or [EMAIL PROTECTED]) // */
/* Declarations for getopt. Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU C Library 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 Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* * combined source file for * getopt.c * getopt1.c * replace <config.h> with "config.h */ /* Getopt for GNU. NOTE: getopt is now part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to [EMAIL PROTECTED] before changing it! Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU C Library 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 Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */