
Introduction
============

This package contains various code, mostly in Tcl, for making applets
(things that sit in your X11 "system tray".)

The only actually useful utility here right now is
   xbatmon-simple-tray.

Legal information
=================

This package, chiark-tcl-applet, is
 Copyright 2016-2020 Ian Jackson

    chiark-tcl-applet 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 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 as the file GPL-3.
    If not, see https://www.gnu.org/.

Individual files generally contain the following tag in the copyright
notice, instead of the full licence grant text:
  SPDX-License-Identifier: GPL-3.0-or-later
As is conventional, this should be read as a licence grant.

The Debian packaging files in the debian/ subdirectory are under a
more permissive licence - the MIT licence, debian/MIT-LICENCE, as
indicated in those files by:
  SPDX-License-Identifier: MIT
(This is useful only if (parts of) these files are copied elsewhere,
since as provided by the GPL3, when the package is distributed as a
work as a whole, these files are covered by the GPL3.)

Contributions are accepted based on the git commit Signed-off-by
convention, by which the contributors' certify their contributions
according to the Developer Certificate of Origin version 1.1 - see
the file DEVELOPER-CERTIFICATE.
