File: README

package info (click to toggle)
chiark-tcl-applet 1.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 144 kB
  • sloc: tcl: 860; makefile: 32
file content (47 lines) | stat: -rw-r--r-- 1,828 bytes parent folder | download
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

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.