diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-05 21:59:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-05 21:59:41 +0000 |
commit | 16998234e3bce4ee82801bf3245a3746eed7f4bb (patch) | |
tree | e1dbb48713ec696aa8b389b96c93a0a02a10ae87 /licenses | |
parent | 50152cc68156baf492466f6d1cb76c437d9d2494 (diff) | |
download | pkgsrc-16998234e3bce4ee82801bf3245a3746eed7f4bb.tar.gz |
Add license file for tin, and make news/tin use it.
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/tin-license | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/licenses/tin-license b/licenses/tin-license new file mode 100644 index 00000000000..dd17e81c74c --- /dev/null +++ b/licenses/tin-license @@ -0,0 +1,31 @@ +tin is mostly under the BSD license, except for: + +/* + * Project : tin - a Usenet reader + * Module : nntplib.c + * Author : S. Barber & I. Lea + * Created : 1991-01-12 + * Updated : 2007-01-09 + * Notes : NNTP client routines taken from clientlib.c 1.5.11 (1991-02-10) + * Copyright : (c) Copyright 1991-99 by Stan Barber & Iain Lea + * Permission is hereby granted to copy, reproduce, redistribute + * or otherwise use this software as long as: there is no + * monetary profit gained specifically from the use or + * reproduction or this software, it is not sold, rented, + * traded or otherwise marketed, and this copyright notice + * is included prominently in any copy made. + */ + +/* + * Project : tin - a Usenet reader + * Module : vms.c + * Author : Andrew Greer + * Created : 1995-06-19 + * Updated : 1998-01-24 by Michael Stenns + * Notes : + * Copyright : (c) Copyright 1991-95 by Iain Lea & Andrew Greer + * You may freely copy or redistribute this software, + * so long as there is no profit made from its use, sale + * trade or reproduction. You may not change this copy- + * right notice, and it must be included in any copy made + */ |