Index: LICENSE ================================================================== --- LICENSE +++ LICENSE @@ -10,11 +10,25 @@ kitsh/buildsrc/kitsh-0.0/mk4tcl.tcl.h Please see "kitsh/buildsrc/kitsh-0.0/license.terms" for licensing information regarding these files. -All others are licensed under the terms of the MIT License, below: +Files that are downloaded are under different licenses (grouped by project): + * Tcl: Tcl/Tk License + * Tk: Tcl/Tk License + * Itcl: Tcl/Tk License + * Mk4tcl: MIT License + * TclVFS: BSD License + * Thread: Tcl/Tk License + * ZLib: Zlib License + +The final result of this build process is a derivative work of all of these +projects and is restricted by the cumulative licensing requirements of all of +them. + +All other files in this distribution are licensed under the terms of the MIT +License, below: The MIT License Copyright (c) 2010 Roy S. Keene Permission is hereby granted, free of charge, to any person obtaining a copy Index: kitcreator ================================================================== --- kitcreator +++ kitcreator @@ -17,10 +17,15 @@ if [ "$1" = "distclean" ]; then shift mode="distclean" fi + +if [ "${mode}" = "clean" -o "${mode}" = "distclean" ]; then + # List all additional packages here so that they get cleaned up + ADDPKGS="${ADDPKGS} thread" +fi CONFIGUREEXTRA="$@" export CONFIGUREEXTRA # Add packages implied by the additional arguments