1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
This package was debianized by Joop Stakenborg <pa3aba@debian.org> on
Sun, 19 Nov 2006 20:40:39 +0100.
It was downloaded from http://parnass.org/tk5.
Author e-mail: bob@parnass.com
From tk5.tcl:
###################################################################
# This file is part of tk5, a utility program for the
# ICOM IC-R5 receiver.
#
# Copyright (C) 2001 - 2004, Bob Parnass
# AJ9S
#
# tk5 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.
#
# tk5 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 tk5; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
# MA 02110-1301, USA.
###################################################################
Tk5 is released under the terms of the GNU General Public
License, see /usr/share/common-licenses/GPL on your Debian system.
misclib.tcl is from the book 'Effective Tcl/Tk Programming', it is available
in the public domain and can be downloaded freely from the internet,
the header reads:
# Effective Tcl/Tk Programming
# Mark Harrison, DSC Communications Corp.
# Michael McLennan, Bell Labs Innovations for Lucent Technologies
# Addison-Wesley Professional Computing Series
# ======================================================================
# Copyright (c) 1996-1997 Lucent Technologies Inc. and Mark Harrison
# ======================================================================
From the README included with the source code which goes with this book:
----------------------------------------------------------------------
Part of the Addison-Wesley Professional Computing Series
Copyright (c) 1996-1997 Lucent Technologies Inc. and Mark Harrison
----------------------------------------------------------------------
This distribution contains examples from the "Effective Tcl/Tk
Programming" book. You can study these examples as you read
through the book, and you can steal the code for your own
applications!
The Debian packaging is (C) 2006, Joop Stakenborg <pa3aba@debian.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
|