pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add license file for tin, and make news/tin use it.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43bcfa078b65
branches:  trunk
changeset: 532979:43bcfa078b65
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 05 21:59:41 2007 +0000

description:
Add license file for tin, and make news/tin use it.

diffstat:

 licenses/tin-license |  31 +++++++++++++++++++++++++++++++
 news/tin/Makefile    |   4 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)

diffs (53 lines):

diff -r d7a268308db6 -r 43bcfa078b65 licenses/tin-license
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/tin-license      Wed Sep 05 21:59:41 2007 +0000
@@ -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
+ */
diff -r d7a268308db6 -r 43bcfa078b65 news/tin/Makefile
--- a/news/tin/Makefile Wed Sep 05 21:59:22 2007 +0000
+++ b/news/tin/Makefile Wed Sep 05 21:59:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/02/02 19:29:12 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2007/09/05 21:59:41 wiz Exp $
 #
 
 DISTNAME=      tin-1.8.3
@@ -17,7 +17,7 @@
 COMMENT=       TIN newsreader (termcap based)
 
 # See src/nntplib.c, vms/vms.c
-LICENSE=       no-profit
+LICENSE=       tin-license
 RESTRICTED=    Profit from use, sale, trade, or reproduction disallowed
 
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index